summaryrefslogtreecommitdiff
path: root/usr.bin/sed
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
1995-03-09Compile group commands differently, using a stack rather than calling themycroft
1995-03-01Clean up deleted files.mycroft
1995-02-23Fixed typo in usage string.jtc
1994-12-04Fix typo.mycroft
1994-11-15Fix thinko in previous commit.mycroft
1994-11-09Fix core dump on end of group reported by John Kohl, in a different way.mycroft
1994-04-17echo hello | ./sed 'sl[l]lxl'alm
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
1994-02-03Clean up deleted files.mycroft
1994-02-03update from Diomidis Spinellis <dspin@leon.nrcps.ariadne-t.gr>cgd
1994-01-04rename fgetline() and sharpen axe for bostic...cgd
1993-12-22update for fgetlinecgd
1993-12-05Further patch by Havard Eidnes <Havard.Eidnes@runit.sintef.no> to avoid accessmycroft
1993-11-20From: Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>mycroft
1993-11-11Use new POSIX.2 compatible regex routines in C library instead of -lgnuregex.jtc
1993-11-04make with -DHISTORIC_PRACTICE to obtain the common EOF behavior of the "n"andrew
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-08-01Add RCS indentifiers.mycroft
1993-07-30Add RCS identifiers.mycroft
1993-07-02added missing parens in buffer allocation (caused seg violation)alm
1993-06-16fixed regex initializationalm
1993-06-064.4BSD-Lite2mrg
1993-05-27Fixed some regex bugs in sedalm
1993-05-20Clean up deleted files.mycroft
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
1993-04-13moved Makefile -> Makefile.bsdalm
1993-04-13Clean up deleted files.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd