Fri Aug 25 12:12:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
commit7752137a6a9d9a042d2c2f00e245b920e41737bc
authorRoland McGrath <roland@gnu.org>
Fri, 25 Aug 1995 19:23:32 +0000 (25 19:23 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 25 Aug 1995 19:23:32 +0000 (25 19:23 +0000)
treed0d12093452de95c4c7a609bd14d0094439ad956
parent3cf595e562f955e399d80ea9d053e41d50469e6b
Fri Aug 25 12:12:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* sysdeps/mach/hurd/mmap.c: Fix inverted test of MAP_FIXED.

* stdio/vfscanf.c (number): Allow field width to inhibit first
digit after base detection.

* stdio/vfprintf.c (vfprintf: %s): Never search past the limit
specified by the precision.

* grp/grpread.c (__grpscan): New function.
* grp/grp.h (__grpscan): Declare it.
* grp/getgrgid.c: Use __grpscan.
* grp/getgrnam.c: Likewise.
* pwd/pwdread.c (__pwdscan): New function.
* pwd/pwd.h (__pwdscan): Declare it.
* pwd/getpwnam.c: Use __pwdscan.
* pwd/getpwuid.c: Likewise.

Thu Aug 24 16:29:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* sysdeps/mach/hurd/mmap.c: Treat (FLAGS & MAP_TYPE) == 0 like
MAP_FILE.

* hurd/thread-cancel.c: Return EINTR when called on self.
* sysdeps/i386/elf/start.S (data_start): Define as weak alias for
__data_start.
15 files changed:
ChangeLog
grp/getgrgid.c
grp/getgrnam.c
grp/grp.h
grp/grpread.c
hurd/thread-cancel.c
pwd/getpwnam.c
pwd/getpwuid.c
pwd/pwd.h
pwd/pwdread.c
stdio/vfprintf.c
stdio/vfscanf.c
sysdeps/i386/elf/start.S
sysdeps/mach/hurd/mmap.c
utime.h