summaryrefslogtreecommitdiff
path: root/src/csplit.c
Commit message (Expand)AuthorAgeFilesLines
* csplit: add the --suppress-matched optionAssaf Gordon2013-04-101-2/+32
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: avoid a static analysis warning in csplitPádraig Brady2012-06-261-3/+5
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-5/+5
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-3/+3
* maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering2012-01-091-3/+3
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering2011-12-041-1/+0
* csplit: don't prematurely terminate cleanup (Bug#9076)Paul Eggert2011-07-151-1/+2
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* csplit: diagnose file counter wraparoundPaul Eggert2010-12-231-8/+16
* maint: fix a new -Wpointer-sign gcc warningPádraig Brady2010-11-161-1/+1
* csplit: do not rely on undefined behavior in printf formatsPaul Eggert2010-11-111-77/+64
* csplit: fix a memory leak per input bufferPádraig Brady2010-11-111-0/+8
* csplit: avoid buffer overrun when writing more than 999 filesJim Meyering2010-11-101-4/+5
* maint: replace each "for (;;)" with "while (true)"Jim Meyering2010-05-311-3/+3
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-268/+268
* maint: use ARRAY_CARDINALITY moreJim Meyering2009-05-171-1/+1
* maint: avoid new unused-macro warnings from gccJim Meyering2009-03-061-4/+1
* csplit: prefer sigaction over signalEric Blake2008-10-161-26/+4
* factor out time_t-to-string conversion idiomJim Meyering2008-06-271-1/+0
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert 2-author programs to use proper_nameJim Meyering2008-05-261-1/+3
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* * src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering2007-02-101-2/+2
* Standardize on list of signals when an app catches signals.Paul Eggert2007-01-201-1/+20
* * src/csplit.c (load_buffer): Plug an inconsequential leak.Jim Meyering2006-11-161-0/+2
* * src/cat.c (infile): Add "const" to declaration.Jim Meyering2006-10-251-3/+3
* (struct control): Remove fastmap member.Paul Eggert2006-08-101-2/+1
* Adjust to today's renaming changes in system.h.Paul Eggert2006-07-091-1/+1
* Clear the RE_NO_EMPTY_RANGES re syntax option, as this is a less intrusivePaul Eggert2006-04-121-1/+2
* (extract_regexp): Set re_syntax_options to aPaul Eggert2006-04-121-0/+1
* Update copyright year.Paul Eggert2006-04-111-1/+1
* (struct control): Put re_compiled member at thePaul Eggert2006-04-111-11/+11
* csplit could produce corrupt output, given input lines longer than 8KBJim Meyering2005-09-101-12/+15
* (process_regexp): Store match length in regoff_t,Paul Eggert2005-09-091-2/+2
* Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th...Jim Meyering2005-08-121-1/+1
* Don't include stdio.h; no longer needed.Paul Eggert2005-07-091-1/+0
* Include fd-reopen.h.Paul Eggert2005-07-031-16/+8