aboutsummaryrefslogtreecommitdiffstats
path: root/src/split.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2010-12-30split: fix the suffix length calculationPádraig Brady1-12/+21
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady1-6/+24
2010-11-22split: add --number to generate a particular number of filesChen Guo1-24/+500
2010-11-16split: fail immediately if impossible to create a large filePádraig Brady1-0/+10
2010-10-07split: fix reporting of read errorsPádraig Brady1-6/+5
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering1-2/+2
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering1-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady1-1/+1
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík1-6/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-179/+179
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering1-1/+1
2009-03-11cat,cp,mv,install,split: Set the minimum IO block size used to 32KiBPádraig Brady1-1/+1
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering1-2/+2
2008-11-10use xfreopen in place of unchecked freopenJim Meyering1-1/+2
2008-06-28doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim Meyering1-1/+1
2008-06-27factor out time_t-to-string conversion idiomJim Meyering1-1/+0
2008-06-16remove redundant const directivesJim Meyering1-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering1-1/+1
2008-06-08standardize some error messagesBo Borgerson1-1/+1
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering1-1/+1
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering1-1/+3
2008-02-07mkdir, split: write --verbose output to stdout, not stderr.Steven Schubiger1-4/+4
2007-12-04Reflect change in gnulib: don't include getpagesize.h,Jim Meyering1-2/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-05-03The following commands and options now support the standard sizePaul Eggert1-3/+6
2007-04-12split --line-bytes=N (-C N): don't create an empty file.Paul Eggert1-1/+5
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert1-1/+0
2006-03-26(next_file_name): Use new last_component, in place of base_name.Jim Meyering1-2/+2
2005-07-11(main): Avoid setmode; use POSIX-specified routines instead.Paul Eggert1-1/+2
2005-07-05Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is nowPaul Eggert1-1/+1
2005-07-03Include fcntl--.h rather than unistd-safer.h.Paul Eggert1-22/+17
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-04-26Remove posixver.h and its uses.Paul Eggert1-11/+0
2005-04-11Include unistd-safer.h.Paul Eggert1-2/+5
2005-03-25(main): Update use of DECIMAL_DIGIT_ACCUMULATE.Jim Meyering1-1/+1
2005-03-17(main): Use DECIMAL_DIGIT_ACCUMULATE macro in place of nearly-equivalent code.Jim Meyering1-4/+2
2004-12-20(usage): Mention default size.Paul Eggert1-1/+2
2004-09-21(main): Remove unused "case 0".Paul Eggert1-6/+14
2004-08-03(cwrite, bytes_split, lines_split, line_bytes_split):Paul Eggert1-11/+11
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering1-1/+2
2004-04-15Include getpagesize.h.Jim Meyering1-1/+3
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering1-3/+3
2003-11-04(next_file_name): Use `sizeof *var' rather thanJim Meyering1-1/+1