summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-06-11 20:19:30 +0000
committerJim Meyering <jim@meyering.net>1997-06-11 20:19:30 +0000
commite737958ebb5977d4161ec068f9ccacb2a57aa452 (patch)
tree4ea8bc33a06e627895307c642ce8e4a35bcd4962
parent44df08ee55533dd137579ea6ef11e3098f286dff (diff)
downloadcoreutils-e737958ebb5977d4161ec068f9ccacb2a57aa452.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 2bbede280..857d992d2 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jun 11 15:13:56 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * 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 <meyering@na-net.ornl.gov>
* lib/getdate.y (OtherTable): Interpret `next' as 1 (not 2) units.