diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-17 16:05:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-17 16:05:54 +0000 |
commit | 5d1d7adb5bdefc314c2d8c7e87a6ef1c21cbfb07 (patch) | |
tree | f2ef874500772384e2b137a4b82eed7cf510a379 /ChangeLog | |
parent | 5d953aef3c9cfb8b67b5b59dab4bac96b2fba23f (diff) | |
download | glibc-5d1d7adb5bdefc314c2d8c7e87a6ef1c21cbfb07.tar glibc-5d1d7adb5bdefc314c2d8c7e87a6ef1c21cbfb07.tar.gz glibc-5d1d7adb5bdefc314c2d8c7e87a6ef1c21cbfb07.tar.bz2 glibc-5d1d7adb5bdefc314c2d8c7e87a6ef1c21cbfb07.zip |
* libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch.
Return EOF not 0.
* sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Also
allow EACCES errors when opening /rpco for now.
* wctype/wcfuncs.c: Don't use expensive wide char lookups in isw*
functions if character is in ASCII range.
* wctype/wcfuncs_l.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-10-17 Ulrich Drepper <drepper@redhat.com> + + * libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch. + Return EOF not 0. + + * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Also + allow EACCES errors when opening /rpco for now. + + * wctype/wcfuncs.c: Don't use expensive wide char lookups in isw* + functions if character is in ASCII range. + * wctype/wcfuncs_l.c: Likewise. + 2005-05-03 Robert Millan <robertmh@gnu.org> * abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4. |