Tue May 14 19:42:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
commitf8adc70c3f27250d5768ff922c0ac39f0e77c058
authorRoland McGrath <roland@gnu.org>
Wed, 15 May 1996 15:49:26 +0000 (15 15:49 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 15 May 1996 15:49:26 +0000 (15 15:49 +0000)
tree8ab82a13daaf342b64db23292efe40b6bffd08ca
parent64166d98349c01ccaaa848a30b12ae0d83de9bb8
Tue May 14 19:42:04 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* sysdeps/generic/strrchr.c: Deansideclized.

* elf/Makefile (ldd): Depend on Makefile.
Find ld.so in $(slibdir) instead of $(libdir).

* sysdeps/i386/strrchr.S: Use `testl $3, %esi' instead of `testb $3,
%esi'; gas misassembles the latter into `testb $3, %dh'.

* mach/Machrules (%.udeps rule): Do $(make-target-directory) first.

Tue May 14 16:38:44 1996  David Mosberger-Tang <davidm@AZStarNet.com>

* sunrpc/getrpcent.c (interpret): Declare args.  Rewrite parsing using
strpbrk.

Tue May 14 20:18:38 1996  Ulrich Drepper  <drepper@cygnus.com>

* time/Makefile (routines): Add strptime.
* time/time.h: Add prototype for strptime.
* time/strptime.c: New file.  Implementation according to XPG4.
ChangeLog
elf/Makefile
mach/Machrules
sunrpc/getrpcent.c
sysdeps/generic/strrchr.c
sysdeps/i386/strrchr.S
time/Makefile
time/strptime.c [new file with mode: 0644]
time/time.h