aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sed.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox1-2/+2
http://codereview.appspot.com/116075
2009-02-04sed: avoid crash when rregexec return errorRuss Cox1-1/+1
2006-06-26add -l flagrsc1-0/+6
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+2
2005-01-13forgotten filesrsc1-0/+1447