summaryrefslogtreecommitdiff
path: root/sed/execute.c
Commit message (Expand)AuthorAgeFilesLines
* maint: enable sc_space_tab syntax checkJim Meyering2014-11-301-1/+1
* maint: update copyright dates; use gnulib's update-copyright moduleJim Meyering2014-11-301-2/+3
* maint: remove all trailing white spaceJim Meyering2014-11-301-21/+21
* fix "y" to work with NUL in the RHSJim Meyering2014-09-061-1/+2
* switch to the wonderful world of function prototypesPaolo Bonzini2012-03-161-44/+34
* remove ck_freePaolo Bonzini2012-03-161-8/+8
* rip out old macrosPaolo Bonzini2012-03-161-20/+20
* unconditionally compile for MBCSPaolo Bonzini2012-03-161-52/+0
* clean up header inclusionsPaolo Bonzini2012-03-161-36/+6
* remove bootstrap scriptPaolo Bonzini2012-03-161-40/+1
* add -z/--null-dataPaolo Bonzini2012-02-051-12/+13
* 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-111-7/+5
* use "w" or "wb" modes for sed -i, s///w, `w' and `W' depending on --binaryPaolo Bonzini2010-08-171-1/+2
* add F command.Ralf Wildenhues2009-12-271-9/+16
* 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
* make -u unbuffer input files as per the documentationPádraig Brady2009-07-221-2/+6
* preserve security contexts too on sed -iPaolo Bonzini2009-06-261-0/+41
* security fixes for partially created filesPaolo Bonzini2009-06-261-15/+21
* fix off-by-one bug causing -i problems under CygwinPaolo Bonzini2009-06-111-1/+1
* declare bool arguments as int instead to please AIX XLCPaolo Bonzini2009-04-301-10/+10
* fix "x", "g", "G" commands with "sed -i" to match BSD sedPaolo Bonzini2009-01-051-1/+2
* add `z' extensionPaolo Bonzini2008-09-291-0/+4
* update gnulibPaolo Bonzini2008-09-281-0/+2
* close input files if not in -i mode!Paolo Bonzini2008-08-271-0/+1
* Parenthesize assignment used as "for-loop" expression.Paolo Bonzini2008-01-161-4/+4
* 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-091-1/+1
* fix '/foo/i\'Paolo Bonzini2008-01-091-2/+3
* bump version to 4.1c and fix some warningsv4.1cPaolo Bonzini2008-01-091-95/+96
* portability fixes from Bruno HaiblePaolo Bonzini2008-01-091-1/+2
* remove a line which is dead codePaolo Bonzini2008-01-091-2/+0
* --posix disables all extensions to regular expressionsPaolo Bonzini2008-01-091-3/+10
* gnulibify and add ACL supportPaolo Bonzini2008-01-091-5/+7
* treat cygwin CR/LF correctly (and by design, not by chance)Paolo Bonzini2008-01-091-3/+3
* hack to speed up UTF-8 processingPaolo Bonzini2008-01-091-17/+18
* 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-091-2/+1
* fix 0~2, signaled by Guglielmo BondioniPaolo Bonzini2008-01-091-2/+1
* more updates to the FSF addressPaolo Bonzini2008-01-091-1/+1
* update FSF addressPaolo Bonzini2008-01-091-1/+1
* do not add a default command-line in in-place editing modePaolo Bonzini2008-01-091-1/+5
* fix a/r/R commands when q is encounteredPaolo Bonzini2008-01-091-0/+1
* do not use leftmost-longest matching for addresses.Paolo Bonzini2008-01-091-3/+2
* fix \l and \u in a multi-byte configurationPaolo Bonzini2008-01-091-1/+3
* initial importPaolo Bonzini2004-10-201-0/+1747