From: Jim Meyering Date: Wed, 11 Jun 1997 20:19:30 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~44 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e737958ebb5977d4161ec068f9ccacb2a57aa452;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 2bbede2801..857d992d2f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,11 @@ +Wed Jun 11 15:13:56 1997 Jim Meyering + + * src/expr.c (docolon): Test (re_buffer.re_nsub > 0) rather than + searching for `\(' to determine whether to return 0 or the empty + string. Before it would improperly return '' if the pattern + contained a substring like this: `\\('. From Karl Heuer. + For example, running expr c : '\\(' should print `0'. + Sun Jun 1 12:00:10 1997 Jim Meyering * lib/getdate.y (OtherTable): Interpret `next' as 1 (not 2) units.