diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-22 20:02:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-22 20:02:18 +0000 |
commit | a8fd3594fb1e4f2dd3cb0a361cc6fa4b2b02eafc (patch) | |
tree | 3e76b42a3846d13e2a16974535aca8c831a32285 | |
parent | 0405b04ddecbc80ea486c8023e4c72d1d9b24324 (diff) | |
download | glibc-a8fd3594fb1e4f2dd3cb0a361cc6fa4b2b02eafc.tar.gz glibc-a8fd3594fb1e4f2dd3cb0a361cc6fa4b2b02eafc.tar.xz glibc-a8fd3594fb1e4f2dd3cb0a361cc6fa4b2b02eafc.zip |
Wed May 22 14:46:53 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdstartup.c (_hurd_startup): Pass the correct counts to argz_extract, and terminate the resulting vectors. Wed May 22 13:56:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * configure.in: Remove checks for objdump, objcopy, and awk. * config.make.in (OBJDUMP, OBJCOPY, AWK): Variables removed. * Makefile (distribute): Remove extract-dynsym. * extract-dynsym: File removed. Tue May 21 22:17:45 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * termios/cfmakeraw.c: Set MIN to 1 and TIME to 0.
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 47f8446058..645d6040ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Wed May 22 14:46:53 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * hurd/hurdstartup.c (_hurd_startup): Pass the correct counts to + argz_extract, and terminate the resulting vectors. + +Wed May 22 13:56:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * configure.in: Remove checks for objdump, objcopy, and awk. + * config.make.in (OBJDUMP, OBJCOPY, AWK): Variables removed. + * Makefile (distribute): Remove extract-dynsym. + * extract-dynsym: File removed. + +Tue May 21 22:17:45 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * termios/cfmakeraw.c: Set MIN to 1 and TIME to 0. + Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com> * stdlib/strtol.c [!QUAD] (ULONG_MAX, LONG_MAX): Define these |