summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-14 18:34:57 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-14 18:34:57 -0800
commit19cdd145d345c4560ccc9d841025415e9696b64e (patch)
treed93b2eebb6fd855774667b0e8a361f2f130f653c /ChangeLog
parentd3aceae6d8c4e37e0d7fb8290a9ae58fc9f7a149 (diff)
downloadtxr-19cdd145d345c4560ccc9d841025415e9696b64e.tar.gz
txr-19cdd145d345c4560ccc9d841025415e9696b64e.tar.bz2
txr-19cdd145d345c4560ccc9d841025415e9696b64e.zip
Provide both char * and unsigned char * interfaces in UTF-8 module.
Fix unsigned and plan char * mixing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33386b85..8b1a7ea7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2009-11-14 Kaz Kylheku <kkylheku@gmail.com>
+ Provide both char * and unsigned char * interfaces in UTF-8 module.
+ Fix unsigned and plan char * mixing.
+
+ * utf8.c (utf8_from_uc, utf8_to_uc, utf8_dup_from_uc,
+ utf8_dup_to_uc): New functions.
+ (utf8_from): Fix type of backtrack pointer to unsigned char *.
+
+ * utf8.h (utf8_from_uc, utf8_to_uc, utf8_dup_from_uc,
+ utf8_dup_to_uc): Declared.
+
+ * lib.c (string_utf8): Changed to take char * argument.
+
+ * lib.h (string_utf8): Declaration updated.
+
+2009-11-14 Kaz Kylheku <kkylheku@gmail.com>
+
* Makefile (depend): Marked phony and $(PROG) prerequisite dropped.
(clean, distclean, tests, install): Phony targets marked phony.