summaryrefslogtreecommitdiff
path: root/sed/utils.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-011-2/+2
* maint: avoid more gcc warnings: apply _GL_ATTRIBUTE_PUREJim Meyering2014-11-301-3/+3
* maint: manually convert K&R to ANSI style decls; and add "static"Jim Meyering2014-11-301-72/+24
* maint: enable sc_prohibit_tab_based_indentation syntax checkJim Meyering2014-11-301-44/+44
* 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-2/+2
* Set PATH_MAX to some constant in case it is not defined in systemJose E. Marchesi2013-10-061-2/+1
* switch to the wonderful world of function prototypesPaolo Bonzini2012-03-161-3/+3
* remove ck_freePaolo Bonzini2012-03-161-15/+6
* rip out old macrosPaolo Bonzini2012-03-161-11/+11
* clean up header inclusionsPaolo Bonzini2012-03-161-14/+2
* add -z/--null-dataPaolo Bonzini2012-02-051-2/+3
* avoid silent data loss when an input line is 231 bytes or longerJim Meyering2011-07-111-2/+2
* clang analyzer cleanupsPaolo Bonzini2011-03-111-3/+9
* fix previous commitPaolo Bonzini2010-10-201-0/+1
* fix lseek errors from flushing input pipes on interixPaolo Bonzini2010-10-201-0/+3
* use "w" or "wb" modes for sed -i, s///w, `w' and `W' depending on --binaryPaolo Bonzini2010-08-171-3/+4
* use mkostemp(template, 0) instead of mkstemp to work around Cygwin oddityPaolo Bonzini2010-07-161-2/+4
* simplify some configuryPaolo Bonzini2009-10-141-8/+0
* security fixes for partially created filesPaolo Bonzini2009-06-261-0/+5
* fix copyright years and noticePaolo Bonzini2009-05-111-1/+1
* declare bool arguments as int instead to please AIX XLCPaolo Bonzini2009-04-301-3/+3
* fixes after Bruno's testingPaolo Bonzini2009-04-271-17/+7
* sed/utils.c: Remove declaration of unused local, "fd".Jim Meyering2008-01-161-2/+1
* switch to GPLv3v4.1dPaolo Bonzini2008-01-091-1/+1
* bump version to 4.1c and fix some warningsv4.1cPaolo Bonzini2008-01-091-4/+0
* portability fixes from Bruno HaiblePaolo Bonzini2008-01-091-0/+1
* fixes from Ralf WildenhuesPaolo Bonzini2008-01-091-0/+1
* --posix disables all extensions to regular expressionsPaolo Bonzini2008-01-091-0/+83
* gnulibify and add ACL supportPaolo Bonzini2008-01-091-0/+539