summaryrefslogtreecommitdiff
path: root/usr.bin/sed/main.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-07add -E flag to compile regular expressions using the extended POSIXDamien Miller
2008-10-16Move memory allocation closer to where it is needed. Also makeTodd C. Miller
2008-10-09Don't strip newline when reading lines; matches the original behavior.Todd C. Miller
2008-10-08Allow sed to handle arbitrarily long lines. Also plug a memoryTodd C. Miller
2007-10-16sync the synopsis and usage of commandsIgor Sobrado
2007-03-20Add line-buffering flag (-u).Ray Lai
2006-10-09pretty. the comma operator should not be used to cram two statements intoTed Unangst
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13a few more strlcpyTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1998-06-23Fix snprintf return value usage.Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-05-21getc/ungetc use an intTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt