summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-02-03 09:08:48 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:12:04 +0100
commit1ca31d67289eb68a8c4d40bab7dfd5eee5bb6f10 (patch)
tree4065cfa2bc0bbf28cb0c32b22594c3d01b9952a2 /NEWS
parentef1ea7f8bb09c20debfa57bc95978404bced587b (diff)
downloadsed-1ca31d67289eb68a8c4d40bab7dfd5eee5bb6f10.tar.gz
fix y/[/X/ and add more testcases for the y command
2006-02-03 Paolo Bonzini <bonzini@gnu.org> * sed/compile.c (compile_program) <case 'y'>: Pass false to match_slash. git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-62
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0f3af5..233ffef 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ Sed 4.1.5
* fix parsing of a negative character class not including a closed bracket,
like [^]] or [^]a-z].
+* fix parsing of [ inside an y command, like y/[/A/.
+
* output the result of commands a, r, R when a q command is found.
----------------------------------------------------------------------------