about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-24 22:58:57 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-24 22:58:57 +0000
commit62ece32bb4a0aebd2895d9e16b235eee70ce5ce3 (patch)
tree3c6af4374afe14828987c7440e2464ca20a0eb49 /ChangeLog
parent4ad1f0260501cf6e0ed1df1e888201a72f807ed6 (diff)
downloadglibc-62ece32bb4a0aebd2895d9e16b235eee70ce5ce3.tar.gz
glibc-62ece32bb4a0aebd2895d9e16b235eee70ce5ce3.tar.xz
glibc-62ece32bb4a0aebd2895d9e16b235eee70ce5ce3.zip
Update.
1999-04-24  Ulrich Drepper  <drepper@cygnus.com>

	* iconv/gconv_builtin.h: Add definitions for UTF16 builtins.
	* iconv/gconv_int.h: Declare UTF16 functions.
	* iconv/gconv_simple.c: Add UTF16 conversion functions.

	* timezone/zic.c (dolink): Append complete path not only filename
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 498b0a3784..e4027a7209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-24  Ulrich Drepper  <drepper@cygnus.com>
+
+	* iconv/gconv_builtin.h: Add definitions for UTF16 builtins.
+	* iconv/gconv_int.h: Declare UTF16 functions.
+	* iconv/gconv_simple.c: Add UTF16 conversion functions.
+
 1999-04-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
 	* posix/wordexp.c (parse_param): Fix type of offset to allow it to
@@ -37,7 +43,7 @@
 
 1999-04-17  Thorsten Kukuk  <kukuk@suse.de>
 
-	* timezone/zic.c (dolink): Append complete path ot only filename
+	* timezone/zic.c (dolink): Append complete path not only filename
 	to ../ list.
 
 1999-04-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>