summaryrefslogtreecommitdiff
path: root/sed/sed.h
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-2/+2
* remove support for the 'L' (fmt/flow-paragraph) commandJim Meyering2014-12-161-2/+0
* maint: add _Noreturn attribute to two functionsJim Meyering2014-11-301-1/+1
* maint: manually convert K&R to ANSI style decls; and add "static"Jim Meyering2014-11-301-2/+2
* maint: avoid false-positive used-uninit. warning from gccJim Meyering2014-11-301-0/+7
* maint: enable sc_prohibit_empty_lines_at_EOF checkJim Meyering2014-11-301-1/+0
* maint: enable sc_prohibit_tab_based_indentation syntax checkJim Meyering2014-11-301-2/+2
* maint: enable more checksJim Meyering2014-11-301-1/+1
* maint: update copyright dates; use gnulib's update-copyright moduleJim Meyering2014-11-301-2/+2
* maint: remove all trailing white spaceJim Meyering2014-11-301-1/+1
* switch to the wonderful world of function prototypesPaolo Bonzini2012-03-161-18/+18
* unconditionally compile for MBCSPaolo Bonzini2012-03-161-15/+0
* clean up header inclusionsPaolo Bonzini2012-03-161-3/+0
* remove bootstrap scriptPaolo Bonzini2012-03-161-3/+0
* add -z/--null-dataPaolo Bonzini2012-02-051-0/+3
* use "w" or "wb" modes for sed -i, s///w, `w' and `W' depending on --binaryPaolo Bonzini2010-08-171-1/+2
* make -u unbuffer input files as per the documentationPádraig Brady2009-07-221-2/+3
* fixPaolo Bonzini2009-01-231-1/+1
* fix parsing of s commands for MBCS codes including \x5cPaolo Bonzini2009-01-231-0/+4
* switch to GPLv3v4.1dPaolo Bonzini2008-01-091-1/+1
* --posix disables all extensions to regular expressionsPaolo Bonzini2008-01-091-0/+3
* gnulibify and add ACL supportPaolo Bonzini2008-01-091-0/+1
* treat cygwin CR/LF correctly (and by design, not by chance)Paolo Bonzini2008-01-091-0/+3
* hack to speed up UTF-8 processingPaolo Bonzini2008-01-091-0/+1
* more updates to the FSF addressPaolo Bonzini2008-01-091-1/+1
* update FSF addressPaolo Bonzini2008-01-091-1/+1
* do not use leftmost-longest matching for addresses.Paolo Bonzini2008-01-091-5/+12
* fix \l and \u in a multi-byte configurationPaolo Bonzini2008-01-091-0/+8
* initial importPaolo Bonzini2004-10-201-0/+254