summaryrefslogtreecommitdiff
path: root/sed/sed.c
Commit message (Expand)AuthorAgeFilesLines
* Modify documentation to note sed "-E" option, now in POSIX, for EREs.David A. Wheeler2013-10-171-3/+3
* switch to the wonderful world of function prototypesPaolo Bonzini2012-03-161-2/+2
* clean up header inclusionsPaolo Bonzini2012-03-161-33/+5
* remove bootstrap scriptPaolo Bonzini2012-03-161-2/+0
* do not open input files with "rt" mode, do not assume "rt" is supportedPaolo Bonzini2012-02-131-2/+2
* add -z/--null-dataPaolo Bonzini2012-02-051-2/+13
* fix help text for -iPaolo Bonzini2011-08-291-1/+1
* avoid compiler warningEric Blake2010-11-031-1/+3
* use version-etc-fsfPaolo Bonzini2010-08-301-13/+8
* use "w" or "wb" modes for sed -i, s///w, `w' and `W' depending on --binaryPaolo Bonzini2010-08-171-1/+3
* make -u unbuffer input files as per the documentationPádraig Brady2009-07-221-2/+2
* fix copyright years and noticePaolo Bonzini2009-05-111-5/+3
* fixes after Bruno's testingPaolo Bonzini2009-04-271-0/+2
* improve `sed --version' outputPaolo Bonzini2009-03-311-16/+21
* include homepage URL in help messages.Paolo Bonzini2009-02-171-1/+6
* do not print the bug report address when --help is printed and exit status != 0Paolo Bonzini2009-01-281-1/+10
* switch to GPLv3v4.1dPaolo Bonzini2008-01-091-1/+1
* --posix disables all extensions to regular expressionsPaolo Bonzini2008-01-091-0/+14
* gnulibify and add ACL supportPaolo Bonzini2008-01-091-0/+3
* treat cygwin CR/LF correctly (and by design, not by chance)Paolo Bonzini2008-01-091-2/+16
* more updates to the FSF addressPaolo Bonzini2008-01-091-1/+1
* update FSF addressPaolo Bonzini2008-01-091-1/+1
* more portability improvementsPaolo Bonzini2008-01-091-3/+0
* initial importPaolo Bonzini2004-10-201-0/+308