Age | Commit message (Expand) | Author |
2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2015-11-12 | csplit: check and report fwrite errors with errno | Assaf Gordon |
2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady |
2015-10-27 | all: quote string arguments in error messages | Pádraig Brady |
2015-10-06 | csplit: remove erroneous mention of -m in --help | Pádraig Brady |
2015-04-30 | doc: standardize messages about the '-' stdin FILE | Pádraig Brady |
2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2014-12-19 | diagnose too-large numbers better | Pádraig Brady |
2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady |
2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-07-28 | maint: avoid clang static analysis issues in csplit | Pádraig Brady |
2013-04-10 | csplit: add the --suppress-matched option | Assaf Gordon |
2013-01-23 | maint: define usage note about mandatory args centrally | Bernhard Voelker |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2012-06-26 | maint: avoid a static analysis warning in csplit | Pádraig Brady |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering |
2012-01-09 | maint: adjust quoting: emit '...', not `...' in diagnostics | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-12-04 | maint: remove redundant usage declarations (-Wredundant-decls) | Jim Meyering |
2011-07-15 | csplit: don't prematurely terminate cleanup (Bug#9076) | Paul Eggert |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-23 | csplit: diagnose file counter wraparound | Paul Eggert |
2010-11-16 | maint: fix a new -Wpointer-sign gcc warning | Pádraig Brady |
2010-11-11 | csplit: do not rely on undefined behavior in printf formats | Paul Eggert |
2010-11-11 | csplit: fix a memory leak per input buffer | Pádraig Brady |
2010-11-10 | csplit: avoid buffer overrun when writing more than 999 files | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-05-17 | maint: use ARRAY_CARDINALITY more | Jim Meyering |
2009-03-06 | maint: avoid new unused-macro warnings from gcc | Jim Meyering |
2008-10-16 | csplit: prefer sigaction over signal | Eric Blake |
2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering |
2007-01-20 | Standardize on list of signals when an app catches signals. | Paul Eggert |
2006-11-16 | * src/csplit.c (load_buffer): Plug an inconsequential leak. | Jim Meyering |