*** empty log message ***
authorhanda <handa>
Mon, 21 Jun 2004 05:01:01 +0000 (05:01 +0000)
committerhanda <handa>
Mon, 21 Jun 2004 05:01:01 +0000 (05:01 +0000)
m17n-config.in
src/ChangeLog

index 5d05972..208c358 100644 (file)
@@ -18,7 +18,7 @@ if test $# -eq 0; then
   exit 0
 fi
 
-LIBNAME=-lm17n
+LIBNAME="-lm17n-core -lm17n"
 
 case $1 in
 CORE) LIBNAME="-lm17n-core"; shift;;
index 8f6c72e..24d3863 100644 (file)
@@ -1,5 +1,11 @@
 2004-06-21  Kenichi Handa  <handa@m17n.org>
 
+       * mtext.c (mtext_dup, mtext_cat, mtext_ncat, mtext_cpy)
+       (mtext_ncpy, mtext_duplicate): Pay attention to the case that the
+       length of source text 0.
+
+2004-06-21  Kenichi Handa  <handa@m17n.org>
+
        * mtext.c (INC_POSITION): Use CHAR_UNITS_BY_HEAD_UTF16.
        (compare): Pay attention to format other than utf-8.
        (copy): Delete this function.