summaryrefslogtreecommitdiff
path: root/sed
Commit message (Expand)AuthorAgeFilesLines
* maint: convert obsolescent @VAR@ notation to $(VAR)Jim Meyering2014-11-301-3/+1
* maint: update copyright dates; use gnulib's update-copyright moduleJim Meyering2014-11-309-16/+20
* maint: remove all trailing white spaceJim Meyering2014-11-304-36/+36
* fix "y" to work with NUL in the RHSJim Meyering2014-09-061-1/+2
* Modify documentation to note sed "-E" option, now in POSIX, for EREs.David A. Wheeler2013-10-171-3/+3
* Set PATH_MAX to some constant in case it is not defined in systemJose E. Marchesi2013-10-061-2/+1
* fix \x26 on RHS of s commandPaolo Bonzini2012-04-131-20/+25
* switch to the wonderful world of function prototypesPaolo Bonzini2012-03-167-132/+117
* remove ck_freePaolo Bonzini2012-03-165-31/+21
* rip out old macrosPaolo Bonzini2012-03-165-51/+51
* unconditionally compile for MBCSPaolo Bonzini2012-03-163-73/+0
* clean up header inclusionsPaolo Bonzini2012-03-166-110/+17
* remove bootstrap scriptPaolo Bonzini2012-03-163-45/+1
* do not open input files with "rt" mode, do not assume "rt" is supportedPaolo Bonzini2012-02-132-3/+9
* add -z/--null-dataPaolo Bonzini2012-02-055-17/+33
* fix help text for -iPaolo Bonzini2011-08-291-1/+1
* avoid silent data loss when an input line is 231 bytes or longerJim Meyering2011-07-111-2/+2
* avoid reopening stdinPádraig Brady2011-07-041-0/+4
* document corner case of \l and \u, and simplify the code handling itPaolo Bonzini2011-05-271-7/+5
* clang analyzer cleanupsPaolo Bonzini2011-03-113-12/+15
* avoid compiler warningEric Blake2010-11-032-3/+5
* fix previous commitPaolo Bonzini2010-10-201-0/+1
* fix lseek errors from flushing input pipes on interixPaolo Bonzini2010-10-201-0/+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-176-9/+15
* Let --posix turn off nonportable scripts ending in backslash.Ralf Wildenhues2010-08-171-2/+6
* use mkostemp(template, 0) instead of mkstemp to work around Cygwin oddityPaolo Bonzini2010-07-161-2/+4
* add F command.Ralf Wildenhues2009-12-272-20/+28
* fix debian bug 559539Paolo Bonzini2009-12-071-1/+1
* fix ordering of chmod/chown operationsPaolo Bonzini2009-10-151-3/+3
* handle incomplete sequences as if they were invalidPaolo Bonzini2009-10-151-3/+3
* simplify some configuryPaolo Bonzini2009-10-142-20/+1
* make -u unbuffer input files as per the documentationPádraig Brady2009-07-223-6/+11
* preserve security contexts too on sed -iPaolo Bonzini2009-06-262-1/+42
* security fixes for partially created filesPaolo Bonzini2009-06-262-15/+26
* fix off-by-one bug causing -i problems under CygwinPaolo Bonzini2009-06-111-1/+1
* fix bug with s/[[[]//Paolo Bonzini2009-05-111-3/+4
* fix copyright years and noticePaolo Bonzini2009-05-113-7/+5
* declare bool arguments as int instead to please AIX XLCPaolo Bonzini2009-04-304-17/+17
* fixes after Bruno's testingPaolo Bonzini2009-04-274-20/+12
* 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
* fixPaolo Bonzini2009-01-231-1/+1
* fix parsing of s commands for MBCS codes including \x5cPaolo Bonzini2009-01-232-6/+7
* fix "x", "g", "G" commands with "sed -i" to match BSD sedPaolo Bonzini2009-01-051-1/+2
* Let --posix turn off more GNU extensions.Ralf Wildenhues2008-12-311-5/+18
* switch to external gettextJim Meyering2008-10-031-3/+2
* add `z' extensionPaolo Bonzini2008-09-292-0/+5
* update gnulibPaolo Bonzini2008-09-281-0/+2