Update.
commitad86485dcf2a4391fbc92e2d8f7c8d44d334ff0d
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 Aug 1996 00:23:04 +0000 (16 00:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 Aug 1996 00:23:04 +0000 (16 00:23 +0000)
tree11b66c3dd170deef617bd591d36560bbbd834be9
parent5699edb4077e5cbb7f5851243f8000eaa639feb2
Update.

Fri Aug 16 01:24:33 1996  Ulrich Drepper  <drepper@cygnus.com>

* inet/ruserpass.c (userpass): Allocate buffer for .netrc file
name dynamically.  Reported by Alan Cox.
Uncomment warnings and mark as translatable.

* time/strftime (strftime): Add implementation for %s and %z
format.  Change behaviour for unknown format character: now
simply print it.  This matches the behaviour of printf.
Reported by Jim Meyering.
* manual/time.texi: Document all formats and flags of strftime.

Thu Aug 15 18:02:51 1996  Ulrich Drepper  <drepper@cygnus.com>

* elf/rtld.c (dl_main): Loaded object has type lt_executable,
not lt_library.

* misc/sys/select.h: Define fd_set using typedef, not #define.
Proposed by David Mosberger-Tang.

Thu Aug 15 12:48:21 1996  Ulrich Drepper  <drepper@cygnus.com>

* po/header.pot: Use real description line.

Thu Aug 15 04:42:44 1996  Ulrich Drepper  <drepper@cygnus.com>

* elf/rtld.c (dl_main): When started with --verify prevent
any warning.  Just exit with an error.
* elf/ldd.sh.in: Don't run given object directly.  This fails for
libraries.  Instead use $RTLD again.

* sysdeps/generic/sbrk.c (__sbrk):  Get kernel brk address
always only if in static libc or if statically linked program
uses libc.so.
ChangeLog