summaryrefslogtreecommitdiff
path: root/sed
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-018-17/+13
* maint: enable sc_prohibit_strncpy checkJim Meyering2014-12-202-4/+4
* maint: begin to use "size_t" more, where appropriateJim Meyering2014-12-201-8/+6
* remove support for the 'L' (fmt/flow-paragraph) commandJim Meyering2014-12-164-591/+1
* build: avoid warning about unused fchown resultJim Meyering2014-12-011-1/+4
* build: use gnulib's manywarnings moduleJim Meyering2014-11-301-0/+1
* maint: add three casts-in-initialization to avoid warningsJim Meyering2014-11-301-4/+4
* maint: avoid a gcc "const discard" warningJim Meyering2014-11-301-1/+1
* maint: avoid more gcc warnings: apply _GL_ATTRIBUTE_PUREJim Meyering2014-11-302-5/+5
* maint: add _Noreturn attribute to two functionsJim Meyering2014-11-302-2/+2
* maint: manually convert K&R to ANSI style decls; and add "static"Jim Meyering2014-11-308-298/+99
* maint: declare several "int" locals to be of type size_tJim Meyering2014-11-301-1/+1
* maint: avoid gcc warning about unused macroJim Meyering2014-11-301-1/+0
* maint: avoid false-positive used-uninit. warning from gccJim Meyering2014-11-302-1/+8
* maint: enable sc_prohibit_empty_lines_at_EOF checkJim Meyering2014-11-302-2/+0
* maint: enable sc_prohibit_tab_based_indentation syntax checkJim Meyering2014-11-308-1302/+1302
* maint: enable sc_cast_of_alloca_return_value syntax checkJim Meyering2014-11-301-1/+1
* maint: enable sc_space_tab syntax checkJim Meyering2014-11-302-2/+2
* maint: enable sc_program_name syntax checkJim Meyering2014-11-301-2/+2
* maint: enable more checksJim Meyering2014-11-302-2/+2
* maint: enable sc_const_long_option syntax checkJim Meyering2014-11-301-1/+1
* 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