diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-18 21:22:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-18 21:22:57 +0000 |
commit | 91099cf415727b7ff4a920913fabde84dcf7f8fa (patch) | |
tree | 6387472ec99c3be6dc58e5bf155cf226fc856564 /ChangeLog | |
parent | f2ebcef262efd8b706c13b4729edb19c0c503420 (diff) | |
download | glibc-91099cf415727b7ff4a920913fabde84dcf7f8fa.zip glibc-91099cf415727b7ff4a920913fabde84dcf7f8fa.tar.gz glibc-91099cf415727b7ff4a920913fabde84dcf7f8fa.tar.bz2 |
Update.
2001-07-18 Ulrich Drepper <drepper@redhat.com>
* libio/filedoalloc.c (_IO_file_doallocate): A few more minor
cleanups and improvements.
2001-07-18 Andreas Schwab <schwab@suse.de>
* posix/regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
underscore character.
2001-07-18 Jakub Jelinek <jakub@redhat.com>
* malloc/malloc (new_heap): Don't call munmap for zero length.
2001-07-18 Ulrich Drepper <drepper@redhat.com>
* libio/filedoalloc.c (_IO_file_doallocate): Use DEV_TTY_P if
available to determine whether descriptor is for tty before
calling isatty.
* sysdeps/unix/sysv/linux/device-nrs.h: Define DEV_TTY_P.
* sysdeps/generic/device-nrs.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2001-07-18 Ulrich Drepper <drepper@redhat.com> + + * libio/filedoalloc.c (_IO_file_doallocate): A few more minor + cleanups and improvements. + +2001-07-18 Andreas Schwab <schwab@suse.de> + + * posix/regex.c (WORDCHAR_P) [WCHAR]: Also return true for the + underscore character. + +2001-07-18 Jakub Jelinek <jakub@redhat.com> + + * malloc/malloc (new_heap): Don't call munmap for zero length. + +2001-07-18 Ulrich Drepper <drepper@redhat.com> + + * libio/filedoalloc.c (_IO_file_doallocate): Use DEV_TTY_P if + available to determine whether descriptor is for tty before + calling isatty. + + * sysdeps/unix/sysv/linux/device-nrs.h: Define DEV_TTY_P. + * sysdeps/generic/device-nrs.h: Likewise. + 2001-07-18 Andreas Jaeger <aj@suse.de> * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. |