diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-26 17:52:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-26 17:52:36 +0000 |
commit | e04b831ab49dfb24f1c1a70b3816bff5515cbab9 (patch) | |
tree | 8f8cdfa20ae8092fa962cbedfae28a6a6d580223 /ChangeLog | |
parent | 10301ff8a927c816099497d5806fbe336b7a749f (diff) | |
download | glibc-e04b831ab49dfb24f1c1a70b3816bff5515cbab9.tar.gz glibc-e04b831ab49dfb24f1c1a70b3816bff5515cbab9.tar.xz glibc-e04b831ab49dfb24f1c1a70b3816bff5515cbab9.zip |
Update.
2000-07-25 Bruno Haible <haible@clisp.cons.org> * wctype/wctype.h (__wctrans_l): New declaration. * wctype/wctrans_l.c: New file. * wctype/Makefile (routines): Add wctrans_l. * rt/tst-aio4.c: New file, slightly modified version of tst-aio2. * rt/tst-aio5.c: New file, slightly modified version of tst-aio2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 610e7323c8..13e5219576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-25 Bruno Haible <haible@clisp.cons.org> + + * wctype/wctype.h (__wctrans_l): New declaration. + * wctype/wctrans_l.c: New file. + * wctype/Makefile (routines): Add wctrans_l. + 2000-07-26 Ulrich Drepper <drepper@redhat.com> * posix/fnmatch_loop.c: Fixes for use outside glibc. @@ -5,8 +11,8 @@ 2000-07-26 Andreas Jaeger <aj@suse.de> - * rt/tst-aio4.c: New file, slighlty modified version of tst-aio2. - * rt/tst-aio5.c: New file, slighlty modified version of tst-aio2. + * rt/tst-aio4.c: New file, slightly modified version of tst-aio2. + * rt/tst-aio5.c: New file, slightly modified version of tst-aio2. * rt/Makefile: Add rules to build and run tst-aio4 and tst-aio5. * rt/tst-aio.c (test_file): Fix typo. |