diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-01 21:16:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-01 21:16:28 +0000 |
commit | c6cc2207a5d90e521aed37cd511c6fb2e0b656c2 (patch) | |
tree | 386ea9f31be021b46e4519076deab80a6710d2a6 /ChangeLog | |
parent | 4c7d276eb123523c66c1d8cbf7dbb10fac674cd2 (diff) | |
download | glibc-c6cc2207a5d90e521aed37cd511c6fb2e0b656c2.tar.gz glibc-c6cc2207a5d90e521aed37cd511c6fb2e0b656c2.tar.xz glibc-c6cc2207a5d90e521aed37cd511c6fb2e0b656c2.zip |
Update.
2000-09-01 Ulrich Drepper <drepper@redhat.com> * libio/fmemopen.c (fmemopen_seek): Add default case in switch statement. General cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ff22322a70..74cde8d7a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-01 Ulrich Drepper <drepper@redhat.com> + + * libio/fmemopen.c (fmemopen_seek): Add default case in switch + statement. General cleanup. + 2000-08-31 Bruno Haible <haible@clisp.cons.org> * wctype/wcfuncs.c (iswblank): New function. |