#
69057 |
| 28-Apr-1995 |
bostic |
End of group (virtual) operators were sometimes dumping core because the memory wasn't being properly initialized. From: Charles Hannum <mycroft@NetBSD.ORG> |
#
62229 |
| 06-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59141 |
| 18-Apr-1993 |
torek |
fix broken label handling (rewrite label code completely) |
#
58540 |
| 07-Mar-1993 |
bostic |
complain if whitespace after w, r, :, b or t objects, or if a label isn't used |
#
56663 |
| 02-Nov-1992 |
bostic |
handle backslash and ampersand correctly; from Diomidis; examples: echo '\foo' | sed -e 's/\\/\\e/' -e 's/^/\\\&/' echo "foo" | sed -e 's/./\\\&/' produces \foo instead of \&oo. echo "foo" | sed -e '
handle backslash and ampersand correctly; from Diomidis; examples: echo '\foo' | sed -e 's/\\/\\e/' -e 's/^/\\\&/' echo "foo" | sed -e 's/./\\\&/' produces \foo instead of \&oo. echo "foo" | sed -e 's/./\\&/' produces \&oo instead of \foo.
show more ...
|
#
56093 |
| 30-Aug-1992 |
bostic |
don't access entries multiple times; from Diomidis |
#
56077 |
| 28-Aug-1992 |
bostic |
make match (pmatch) a single global structure; change compile_re to calculate max nsub; addresses can't set REG_NOSUB because of default RE's |
#
56019 |
| 24-Aug-1992 |
bostic |
make empty RE's work, some minor cleanups, too |
#
56004 |
| 24-Aug-1992 |
bostic |
updated error messages from Diomidis |
#
55992 |
| 23-Aug-1992 |
bostic |
date and time created 92/08/23 18:25:29 by bostic |