Update.
commit91099cf415727b7ff4a920913fabde84dcf7f8fa
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Jul 2001 21:22:57 +0000 (18 21:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Jul 2001 21:22:57 +0000 (18 21:22 +0000)
tree6387472ec99c3be6dc58e5bf155cf226fc856564
parentf2ebcef262efd8b706c13b4729edb19c0c503420
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.
ChangeLog
libio/filedoalloc.c
malloc/malloc.c
posix/regex.c