aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-27 23:37:52 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-27 23:37:52 +0000
commit9f6c1fc4947e0b6d007cff159166bc0373386c61 (patch)
treeacf2ed53901c12bf2fa3137cbd4515c4da9d3932 /ChangeLog
parent6d5503b16a70cdddc904b7614b9927ee55720a27 (diff)
downloadglibc-9f6c1fc4947e0b6d007cff159166bc0373386c61.tar
glibc-9f6c1fc4947e0b6d007cff159166bc0373386c61.tar.gz
glibc-9f6c1fc4947e0b6d007cff159166bc0373386c61.tar.bz2
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--ChangeLog8
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.