diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-27 23:37:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-27 23:37:52 +0000 |
commit | 9f6c1fc4947e0b6d007cff159166bc0373386c61 (patch) | |
tree | acf2ed53901c12bf2fa3137cbd4515c4da9d3932 /ChangeLog | |
parent | 6d5503b16a70cdddc904b7614b9927ee55720a27 (diff) | |
download | glibc-9f6c1fc4947e0b6d007cff159166bc0373386c61.tar.gz glibc-9f6c1fc4947e0b6d007cff159166bc0373386c61.tar.xz glibc-9f6c1fc4947e0b6d007cff159166bc0373386c61.zip |
Update.
* stdlib/fmtmsg.c (fmtmsg): Change output format slightly to make it look better and bring it closer to SysV behavior. * stdlib/Makefile (distribute): Add tst-fmtmsg.sh. (test-srcs): Add tst-fmtmsg. (tests): Add $(objpfx)tst-fmtmsg.out. Add rule to generate it. * stdlib/tst-fmtmsg.sh: New file. * stdlib/tst-fmtmsg.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8d789389b..87dc7259a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2000-10-27 Ulrich Drepper <drepper@redhat.com> + * stdlib/fmtmsg.c (fmtmsg): Change output format slightly to make + it look better and bring it closer to SysV behavior. + * stdlib/Makefile (distribute): Add tst-fmtmsg.sh. + (test-srcs): Add tst-fmtmsg. + (tests): Add $(objpfx)tst-fmtmsg.out. Add rule to generate it. + * stdlib/tst-fmtmsg.sh: New file. + * stdlib/tst-fmtmsg.c: New file. + * iconvdata/Makefile (modules): Add VISCII. (gen-8bit-modules): Add viscii. * iconvdata/viscii.c: New file. |