diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-08-16 00:23:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-08-16 00:23:04 +0000 |
commit | ad86485dcf2a4391fbc92e2d8f7c8d44d334ff0d (patch) | |
tree | 11b66c3dd170deef617bd591d36560bbbd834be9 | |
parent | 5699edb4077e5cbb7f5851243f8000eaa639feb2 (diff) | |
download | glibc-ad86485dcf2a4391fbc92e2d8f7c8d44d334ff0d.tar.gz glibc-ad86485dcf2a4391fbc92e2d8f7c8d44d334ff0d.tar.xz glibc-ad86485dcf2a4391fbc92e2d8f7c8d44d334ff0d.zip |
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.
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a62d80823c..b09d46f019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +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. + Thu Aug 15 02:08:59 1996 Ulrich Drepper <drepper@cygnus.com> * manual/nss.texi: New file. Document NSS. @@ -193,6 +224,10 @@ Sun Aug 11 16:19:42 1996 Ulrich Drepper <drepper@cygnus.com> * string/Makefile: Add -fno-builtin for tst-strlen.c, too. + * sysdeps/generic/sbrk.c (__sbrk): Get kernel brk address + always only if in static libc or if statically linked program + uses libc.so. + Sun Aug 11 01:12:38 1996 Richard Henderson <rth@tamu.edu> * sysdeps/alpha/dl-machine.h (elf_alpha_fix_plt): Optimize LD_BIND_NOW |