mycroft
3c52920854
Put back RCS identifier.
1993-08-14 20:00:00 +00:00
alm
5ef7fe2b6a
Was testing against rm_so instead of rm_eo. So now:
...
$ echo aabb | sed 's/\(.*\)\1/(\1)/g'
(a)(b)(c)
1993-08-14 03:06:53 +00:00
alm
b6b50355eb
removed GNU_REGEX directive
...
catch infinite substitution for the following cases:
echo hi | sed 's/$/a/g' (prints hia)
echo hi | sed 's/h*/x/g' (terminates with error: infinite substitution)
1993-08-13 02:26:38 +00:00
mycroft
e9d867ef50
Add RCS identifiers.
1993-08-01 17:54:45 +00:00
mycroft
c3e42d1c64
Add RCS indentifiers.
1993-08-01 07:22:47 +00:00
mycroft
75ff3a90bd
Add RCS identifiers.
1993-07-30 23:49:23 +00:00
alm
fe8b331915
added missing parens in buffer allocation (caused seg violation)
1993-07-02 09:50:36 +00:00
alm
bd8e434d6d
fixed regex initialization
1993-06-16 07:41:14 +00:00
mrg
152053b06a
4.4BSD-Lite2
1993-06-06 23:13:45 +00:00
alm
9030436006
Fixed some regex bugs in sed
...
Added a regresssion test, compile.c.test
1993-05-27 01:14:14 +00:00
mycroft
2d0fac2cee
Clean up deleted files.
1993-05-20 10:20:41 +00:00
alm
f50fa96eef
fixed HS initialization bug; swapping HS (`x') before a hold (`h')
...
command set the pattern space to NULL
1993-05-08 10:08:44 +00:00
alm
bb106b2b49
added Berkeley sed with mods to use GNU regex
1993-04-13 23:49:12 +00:00
alm
5594a0292f
moved Makefile -> Makefile.bsd
...
(cvs add ../Makefile doesn't work otherwise)
1993-04-13 23:48:12 +00:00
mycroft
6c5fe93efb
Clean up deleted files.
1993-04-13 23:21:46 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00