summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs in in-place editing:fanf2002-07-301-28/+26
* Avoid checking whether each line is the last line of the file when we don'ttjr2002-07-031-23/+27
* Don't store newlines at the end of each line in the hold/pattern spaces,tjr2002-06-221-0/+2
* Correct the handling of (for example) the N command by only zeroing thetjr2002-06-161-1/+2
* Exit with non-zero status if an input file can not be opened. This wastjr2002-06-141-0/+1
* Fix one serious bug and one potential problem with in-place editing code:sobomax2002-06-141-70/+60
* If a file argument cannot be processed, process the remaining onestjr2002-05-241-6/+14
* o Clean up tmp file usage a little by using mkstemp(3) instead ofgreen2002-05-141-5/+6
* Oops, update usage() to have -i.jmallett2002-05-071-2/+2
* Add handling for any nil-length string passed to -i for the backup extension.jmallett2002-05-071-2/+14
* Un-shadow the `fname' variable.jmallett2002-05-071-9/+9
* Add a -i option to sed(1) to do inplace editing, to give us an alternative tojmallett2002-05-071-2/+66
* remove __Pimp2002-03-221-3/+3
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.markm2001-12-121-7/+6
* Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in itsobrien2001-07-241-3/+6
* Small style fix '=' -> ' = 'nsayer2000-05-111-1/+1
* Fix compatibility issue in sed. Do so by explicitely adding ansayer2000-05-111-1/+5
* Add a new flag: -E enables "extended" regular expressions.green2000-03-191-2/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a new bug introduced by the previous bug fixarchie1998-12-081-3/+15
* Remove local redefinition for err(). Add usage().charnier1997-08-111-11/+23
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* fix C programmer's bug number 12.2wosch1996-11-171-3/+8
* Fix the C programmer's bug #1: EOF is of type `int', not `char'.joerg1996-11-171-6/+2
* Localize itache1996-08-111-1/+3
* Fix spelling error (scipt -> script).rgrimes1995-02-231-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+352
OpenPOWER on IntegriCloud