summaryrefslogtreecommitdiff
path: root/sed
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* close input files if not in -i mode!Paolo Bonzini2008-08-271-0/+1
* gnulib removed strverscmp.cPaolo Bonzini2008-08-201-1/+0
* treat 's&foo&\&&' compatibly with traditional 'sed'Paul Eggert2008-04-241-1/+1
* fix bug with \& in POSIX mode, reported by Samuel ColinPaolo Bonzini2008-04-241-1/+10
* Parenthesize assignment used as "for-loop" expression.Paolo Bonzini2008-01-161-4/+4
* sed/compile.c: Avoid uninitialized variable usage in snarf_char_classJim Meyering2008-01-161-2/+2
* sed/utils.c: Remove declaration of unused local, "fd".Jim Meyering2008-01-161-2/+1
* sed/execute.c: Avoid warnings from gcc, avoid shadowing global "pipe".Jim Meyering2008-01-161-13/+13
* fix cross-device links with --follow-symlinksPaolo Bonzini2008-01-091-8/+8
* switch to GPLv3v4.1dPaolo Bonzini2008-01-099-14/+16
* fix '/foo/i\'Paolo Bonzini2008-01-092-4/+6
* bump version to 4.1c and fix some warningsv4.1cPaolo Bonzini2008-01-094-102/+97
* portability fixes from Bruno HaiblePaolo Bonzini2008-01-093-21/+7
* include string.h where necessaryPaolo Bonzini2008-01-093-0/+3
* remove a line which is dead codePaolo Bonzini2008-01-092-3/+1
* fixes from Ralf WildenhuesPaolo Bonzini2008-01-091-0/+1
* --posix disables all extensions to regular expressionsPaolo Bonzini2008-01-096-10/+127
* finish gnulib conversion -- upgrade bootstrap and a few detailsv4.1aPaolo Bonzini2008-01-091-1/+1
* gnulibify and add ACL supportPaolo Bonzini2008-01-096-6/+600
* accept NUL for `.'Paolo Bonzini2008-01-091-2/+8
* fix cygwin binary mountsPaolo Bonzini2008-01-091-11/+6
* treat cygwin CR/LF correctly (and by design, not by chance)Paolo Bonzini2008-01-094-11/+33
* hack to speed up UTF-8 processingPaolo Bonzini2008-01-093-17/+44
* don't rely on malloc(0) != NULLPaolo Bonzini2008-01-091-38/+101
* fix y/[/X/ and add more testcases for the y commandPaolo Bonzini2008-01-092-5/+4
* fix 0~2, signaled by Guglielmo BondioniPaolo Bonzini2008-01-091-2/+1
* more updates to the FSF addressPaolo Bonzini2008-01-097-7/+7
* update FSF addressPaolo Bonzini2008-01-097-7/+7
* fix handling of [^]xyz]Paolo Bonzini2008-01-091-1/+1