]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 23 Nov 1996 02:32:19 +0000 (02:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 23 Nov 1996 02:32:19 +0000 (02:32 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index 9d80734dc9ad6ceeefe2baf464eea9d5dda133c2..e9bef95137649228593091cef1b26a8bd055bacd 100644 (file)
@@ -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
index 48e8650be5d6954b6da60eb4e03ae4c60aaa2eef..04db13c586231c945d80d2603eb7d16ed62b4192 100644 (file)
@@ -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