summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
Commit message (Collapse)AuthorAgeFilesLines
* Make it at least semi-workedache1996-08-111-2/+2
|
* Localize itache1996-08-113-5/+7
| | | | 8bit cleanup
* Yet^2 another fix for the line continuation bug.bde1996-07-171-5/+5
| | | | | | | | | | | | The fundamental problem with the original code is that it accesses p[-2] which is one before the beginning of the input buffer for empty lines. rev.1.6 just moved the problem from failures when p[-2] happens to be '\\' to failures when it happens to be '\0'. rev.1.5 was confused about the trailing newline and other things. I went back to rev.1.5 and fixed it. The result is the same as Keith Bostic's final version in PR 1356 except it loses more gracefully for excessively long input lines.
* Yet another fix for the line continuation bug in sed. Keith's patchdg1996-06-261-7/+5
| | | | | | introduced a new bug. This fix appears to work correctly. Fixes PR#1350. Submitted by: mark@linus.demon.co.uk (Mark Valentine)
* Fix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing withdg1996-06-191-5/+7
| | | | | | continuation lines. Submitted by: Keith Bostic via Kirk McKusick
* Merge various fixes from NetBSD. This will allow the WordPerfect forjkh1995-08-163-47/+87
| | | | SCO installation to run all the way through (some POSIX fixes).
* Remove trailing whitespace.rgrimes1995-05-302-8/+8
|
* Sed dumps core when linked with some coalescing malloc because itjoerg1995-04-051-0/+2
| | | | | | doesn't initialize malloced structure. Submitted by: vode@hut.fi
* Fix spelling error (scipt -> script).rgrimes1995-02-231-1/+1
| | | | | Submitted by: <jhawk@MIT.EDU> Obtained from: NetBSD-bugs mailling list
* Correct a bug in the P function: according to 7th edition UNIX (tm), thejmz1995-02-061-1/+1
| | | | | | | | | newline must be part of the pattern space i.e. `echo a|sed -e P' must print a a and not aa This is consistent with gnu sed, SunOS, Ultrix (and probably others!)
* Submitted by: Philippe Charnierats1994-12-011-1/+1
| | | | Fixed a little typo: lable -> label.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2712-0/+3631
OpenPOWER on IntegriCloud