summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277802, r277811:pfg2015-01-301-0/+2
* MFC r268193, r268203:pfg2014-07-061-2/+2
* MFC r267692, r267703:pfg2014-06-291-6/+11
* sed: use getline() instead of fgetln().pfg2013-06-261-8/+11
* sed: Try hard links to make -i target available continually.jilles2011-01-081-4/+21
* Make -r mean exactly the same thing as -E for increased compatibilityimp2010-03-311-1/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* WARNS fixes:dwmalone2008-02-091-1/+1
* Fix visibility of "inplace".dds2007-11-081-1/+1
* Don't forget to clear out the hold space for each subsequent fileyar2007-06-121-1/+1
* Change the semantics of -i (in-place editing) so that it treatsyar2007-04-211-4/+16
* The function inplace_edit() doesn't exist anymore, remove the prototype.stefanf2005-09-241-1/+0
* Add option -l, to make output line buffered.glebius2005-05-101-3/+7
* Include missing headers.stefanf2005-02-091-0/+1
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley deriveddds2004-08-091-4/+0
* Make the 'y' (translate) command aware of multibyte characters.tjr2004-07-141-0/+1
* Plug a file descriptor leak.brian2004-06-031-7/+13
* Fix the case where the file is not in the current directory.des2003-11-041-1/+2
* Reimplement in-place editing in a slightly less disgusting manner. Also,des2003-11-041-71/+61
* ANSIfydes2003-11-041-18/+7
* Correct style bugs in the in-place editing code.des2003-11-041-2/+2
* 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