projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc3532
)
*** empty log message ***
author
handa
<handa>
Mon, 21 Jun 2004 05:01:01 +0000
(
05:01
+0000)
committer
handa
<handa>
Mon, 21 Jun 2004 05:01:01 +0000
(
05:01
+0000)
m17n-config.in
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/m17n-config.in
b/m17n-config.in
index
5d05972
..
208c358
100644
(file)
--- a/
m17n-config.in
+++ b/
m17n-config.in
@@
-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;;
diff --git
a/src/ChangeLog
b/src/ChangeLog
index
8f6c72e
..
24d3863
100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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.