about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-30 07:38:10 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-30 07:38:10 +0000
commit47cae281a4e6e35b679ebde3419dec8fc6d71e07 (patch)
treec2b2688239234e9704874f053e55e610c07806eb /ChangeLog
parente4d1a04a3cacc84392750a00b68b1f99c80cba26 (diff)
downloadglibc-47cae281a4e6e35b679ebde3419dec8fc6d71e07.tar.gz
glibc-47cae281a4e6e35b679ebde3419dec8fc6d71e07.tar.xz
glibc-47cae281a4e6e35b679ebde3419dec8fc6d71e07.zip
Update.
	* iconvdata/big5hkscs.c: Rewritten.  Regenerate data from the
	official file.
	* iconvdata/TESTS: Add BIG5HKSCS entry.
	* iconvdata/testdata/BIG5HKSCS: New file.
	* iconvdata/testdata/BIG5HKSCS..UTF8: New file.

	* iconvdata/big5.c (BODY for FROM_LOOP): Remove condition which is
	always true.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52ffcfd55c..82e357b463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
 
+	* iconvdata/big5hkscs.c: Rewritten.  Regenerate data from the
+	official file.
+	* iconvdata/TESTS: Add BIG5HKSCS entry.
+	* iconvdata/testdata/BIG5HKSCS: New file.
+	* iconvdata/testdata/BIG5HKSCS..UTF8: New file.
+
+	* iconvdata/big5.c (BODY for FROM_LOOP): Remove condition which is
+	always true.
+
 	* libio/iogetline.c: Set mode before the loop in case n==0.
 	* libio/iogetwline.c: Likewise.