Age | Commit message (Expand) | Author |
2011-05-26 | split: return success even if a --filter exits | Pádraig Brady |
2011-05-25 | split: fix an edge case where -n l/... creates an extra file | Pádraig Brady |
2011-05-24 | split: fix cases where -n l/... creates extraneous files | Pádraig Brady |
2011-05-06 | split: accept new output --filter=CMD option | Karl Heuer |
2011-04-30 | maint: adjust split.c formatting to conform | Jim Meyering |
2011-04-03 | maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT | Jim Meyering |
2011-01-24 | split: avoid a new, spurious warning from gcc-4.6.0 | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-30 | split: fix the suffix length calculation | Pádraig Brady |
2010-12-08 | split: fix a case where --elide-empty causes invalid chunking | Pádraig Brady |
2010-11-22 | split: add --number to generate a particular number of files | Chen Guo |
2010-11-16 | split: fail immediately if impossible to create a large file | Pádraig Brady |
2010-10-07 | split: fix reporting of read errors | Pádraig Brady |
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-09-10 | doc: improve various BLOCKSIZE and SIZE help | Ondřej Vašík |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2009-03-11 | cat,cp,mv,install,split: Set the minimum IO block size used to 32KiB | Pádraig Brady |
2008-11-10 | avoid warnings about discarding "qualifiers from pointer target type" | Jim Meyering |
2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering |
2008-06-28 | doc: add "..." to Usage, to indicate there may be multiple OPTIONs | Jim Meyering |
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-08 | standardize some error messages | Bo Borgerson |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert the rest to use proper_name -- manually | Jim Meyering |
2008-05-26 | use gnulib's proper_name_utf8 function, but *not* proper_name | Jim Meyering |
2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger |
2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | 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-05-03 | The following commands and options now support the standard size | Paul Eggert |
2007-04-12 | split --line-bytes=N (-C N): don't create an empty file. | Paul Eggert |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-03-26 | (next_file_name): Use new last_component, in place of base_name. | Jim Meyering |
2005-07-11 | (main): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert |
2005-07-05 | Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is now | Paul Eggert |
2005-07-03 | Include fcntl--.h rather than unistd-safer.h. | Paul Eggert |
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-26 | Remove posixver.h and its uses. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-03-25 | (main): Update use of DECIMAL_DIGIT_ACCUMULATE. | Jim Meyering |
2005-03-17 | (main): Use DECIMAL_DIGIT_ACCUMULATE macro in place of nearly-equivalent code. | Jim Meyering |