From: Roland McGrath Date: Wed, 22 May 1996 20:02:18 +0000 (+0000) Subject: Wed May 22 14:46:53 1996 Miles Bader X-Git-Tag: cvs/libc-960523~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8fd3594fb1e4f2dd3cb0a361cc6fa4b2b02eafc;p=platform%2Fupstream%2Fglibc.git Wed May 22 14:46:53 1996 Miles Bader * 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 * 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 * termios/cfmakeraw.c: Set MIN to 1 and TIME to 0. --- diff --git a/ChangeLog b/ChangeLog index 47f8446..645d604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Wed May 22 14:46:53 1996 Miles Bader + + * 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 + + * 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 + + * termios/cfmakeraw.c: Set MIN to 1 and TIME to 0. + Wed May 22 01:48:54 1996 Ulrich Drepper * stdlib/strtol.c [!QUAD] (ULONG_MAX, LONG_MAX): Define these