From: Jim Meyering Date: Mon, 29 Jun 1998 02:13:56 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16q~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a2261919039a9449bac326912456f285de1fce;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 9f156521fa..7f42fed0a8 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,30 @@ -1998-05-16 Jim Meyering +1998-06-28 Jim Meyering + + * src/*.c: Change all uses of unlocked-wrapped functions to their + upper case wrapper names. + * src/sys2.h: Add macro definitions for GNU libc unlocked wrappers + (e.g. FFLUSH for fflush_unlocked). + +1998-06-06 Jim Meyering + + * src/test.c (unary_operator): Fail if the operand to -t is not valid. + (posixtest): Treat `test -t' the same as `test -t 1'. + +1998-05-26 Jim Meyering * Version 1.16f. + * src/test.c (two_arguments): Don't test argv[pos][2] if it's + past end of string. + +1998-05-25 Jim Meyering + + * configure.in (_GNU_SOURCE): AC_DEFINE it here. + * acconfig.h (_GNU_SOURCE): Remove definition from @TOP@ section. + [!_GNU_SOURCE]: Add #undef instead. + +1998-05-16 Jim Meyering + * lib/readutmp.c (read_utmp): Add variant for systems that have the utmpname function. Ansideclify.