aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sed.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-4/+4
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-111-2/+2
| | | | http://codereview.appspot.com/116075
* sed: avoid crash when rregexec return errorRuss Cox2009-02-041-1/+1
|
* add -l flagrsc2006-06-261-0/+6
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* forgotten filesrsc2005-01-131-0/+1447