aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-06 19:20:35 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-06 19:20:35 +0000
commite916d24805b4a191bc08d2ee31c9247a30f9bc1e (patch)
treeac14b799b56d16ae84ff3960f59dc3ede01bc0a1 /Changelog
parent9c5c29d442d588ffce390e18fc554f258f6d523e (diff)
downloadbusybox-e916d24805b4a191bc08d2ee31c9247a30f9bc1e.tar.gz
Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e)
would go into an infinite loop. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 14524410c..f0c5e2f69 100644
--- a/Changelog
+++ b/Changelog
@@ -35,6 +35,8 @@
- Fixes to the makefile for handling "strip"
* An initial telnet implementation was added by
Randolph Chung <tausq@debian.org>.
+ * Fixed a bug where "sed 's/foo/bar/g'" would go into an
+ infinite loop.
-Erik Andersen