From: Jim Meyering Date: Tue, 1 Jun 2004 13:09:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0009d0ec1c5cdc1a122d2133300740e5b528ba9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 3618dd323e..0ddb129d47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-06-01 Jim Meyering + + * src/env.c (main): Prefer the notation `STREQ (a, b)' + over `!strcmp (a, b)'. + * src/sort.c (main, sort_buffer_size): Prefer the notation + `STREQ (a, b)' over `strcmp (a, b) == 0'. + * src/date.c (batch_convert): Likewise. + * src/expr.c (nextarg): Likewise. + * src/su.c (correct_password, restricted_shell, main): Likewise. + * src/ptx.c (swallow_file_in_memory, main): Likewise. + 2004-05-13 Paul Eggert * NEWS: echo compatibility cleanup.