summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-23 02:32:19 +0000
committerJim Meyering <jim@meyering.net>1996-11-23 02:32:19 +0000
commitb36e061e8a332941af6d135334e64393c6910db0 (patch)
treef53e118a31f0a456102c39d66b06d7f3f7cbe978 /old
parent0d3f6a66654c917d07878257cb3c9391f9e85694 (diff)
downloadcoreutils-b36e061e8a332941af6d135334e64393c6910db0.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog8
-rw-r--r--old/textutils/NEWS2
2 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9d80734dc..e9bef9513 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,11 @@
+Fri Nov 22 20:20:37 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/csplit.c (process_regexp): Update CURRENT_LINE only if
+ the new value would be larger. This avoids the infinite loop
+ otherwise provoked by situations like this:
+ printf "\na\n" | csplit - '/a/-1' '{*}'
+ From Jens Schmidt.
+
Tue Nov 19 23:16:57 1996 Jim Meyering <meyering@na-net.ornl.gov>
* configure.in (AM_SANITY_CHECK_CC): Remove it. Autoconf-2.11
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 48e8650be..04db13c58 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,6 @@
Changes in release 1.20
+ Changes in test release 1.19r
+* fix bug in csplit with regexp and negative offset that led to infinite loop
Changes in test release 1.19q
* fix bug in sort -c that sometimes resulted in a segfault
Changes in test release 1.19p