summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r312404, r312519, r313277:delphij2017-04-031-1/+1
* Revert r299279:pfg2016-05-101-1/+6
* Simplify redundant malloc'ing in sed -e.pfg2016-05-091-6/+1
* sed: fix pasto from previous r277802.pfg2015-01-271-2/+2
* Fix resource leak and dereference after NULL.pfg2015-01-271-0/+2
* sed: Address warnings with clang and gcc48.pfg2015-01-081-3/+3
* sed(1): Don't force a newline on last line, if input stream doesn't have onedumbbell2014-08-081-5/+45
* More sed(1) usage fixing: the extension -i is not optional.pfg2014-07-031-1/+1
* Fix sed(1) usage: the extension -i is not an optional.pfg2014-07-021-1/+1
* Drop ifdef nonsense: just use setvbuf(3).pfg2014-06-211-9/+3
* Add -u (unbuffered output) after GNU sed.pfg2014-06-201-4/+15
* 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
OpenPOWER on IntegriCloud