diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-26 14:03:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-26 14:03:20 +0000 |
commit | 8babd571bf5d07755947de8ad0bea1895df2df81 (patch) | |
tree | b5786fbd48e24d4c28a849751a9ac4bb2682038a /ChangeLog | |
parent | bc900b1118e1fc7b065b37e4d28aa7c998ce5a66 (diff) | |
download | glibc-8babd571bf5d07755947de8ad0bea1895df2df81.tar.gz glibc-8babd571bf5d07755947de8ad0bea1895df2df81.tar.xz glibc-8babd571bf5d07755947de8ad0bea1895df2df81.zip |
Update.
* iconvdata/Makefile: Add rules for ISO-2022-KR. * iconvdata/iso-2022-kr.c: New file. * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2, and ISO-2022-KR.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 9f323b741e..8d1fead57b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 1998-04-26 Ulrich Drepper <drepper@cygnus.com> - * iconvdata/gconv-modules: Add entry for ISO-2022-JP and - ISO-2022-JP-2. + * iconvdata/Makefile: Add rules for ISO-2022-KR. + * iconvdata/iso-2022-kr.c: New file. + + * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2, + and ISO-2022-KR. 1998-04-25 18:39 Ulrich Drepper <drepper@cygnus.com> |