summaryrefslogtreecommitdiff
path: root/usr.bin/sed/process.c
AgeCommit message (Expand)Author
1995-03-15The `D' command should only input a new line if the pattern space becomes empty.mycroft
1995-03-15Fix the P command, and optimize D slightly.mycroft
1995-03-15Remove an old #ifndef of little value.mycroft
1994-03-24Fix bug with D leaving junk at end of pattern space.mycroft
1994-03-01DTRT with empty RE matches. or at least, do something better. fix offcgd
1994-02-28Restore the traditional behaviour of the "n" command.andrew
1994-02-09patch from Diomidis Spinellis to fix 'infinite' loopcgd
1994-02-03RCS id'scgd
1994-02-03update from Diomidis Spinellis <dspin@leon.nrcps.ariadne-t.gr>cgd
1993-08-14Put back RCS identifier.mycroft
1993-08-14Was testing against rm_so instead of rm_eo. So now:alm
1993-08-13removed GNU_REGEX directivealm
1993-08-01Add RCS identifiers.mycroft
1993-07-02added missing parens in buffer allocation (caused seg violation)alm
1993-05-08fixed HS initialization bug; swapping HS (`x') before a hold (`h')alm
1993-04-13added Berkeley sed with mods to use GNU regexalm