summaryrefslogtreecommitdiff
path: root/src/split.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-04split: plug nominal leaksJim Meyering1-2/+5
2012-06-22split: ensure output doesn't overwrite inputPádraig Brady1-6/+21
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady1-2/+1
2012-05-10maint: handle file sizes more reliablyPaul Eggert1-4/+10
2012-05-08split: avoid apparent infloop when splitting /dev/zero w/-n on the HurdJim Meyering1-1/+3
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella1-6/+54
2012-02-20split: add the --additional-suffix optionJérémy Compostella1-3/+24
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella1-2/+44
2012-01-27maint: use single copyright year rangeJim Meyering1-1/+1
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert1-2/+2
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering1-3/+3
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering1-4/+4
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering1-2/+1
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible1-2/+2
2012-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2011-09-01build: avoid the use of strsignal() in splitPádraig Brady1-2/+2
2011-06-13maint: use stat-size module from gnulibJames Youngman1-0/+1
2011-05-26maint: split: remove --filter specific code from other pathsPádraig Brady1-9/+11
2011-05-26split: diagnose when --filter is used with a chunk numberPádraig Brady1-0/+6
2011-05-26split: exit when we can no longer write to a --filterPádraig Brady1-0/+15
2011-05-26split: return success even if a --filter exitsPádraig Brady1-4/+2
2011-05-25split: fix an edge case where -n l/... creates an extra filePádraig Brady1-5/+6
2011-05-24split: fix cases where -n l/... creates extraneous filesPádraig Brady1-3/+14
2011-05-06split: accept new output --filter=CMD optionKarl Heuer1-23/+204
2011-04-30maint: adjust split.c formatting to conformJim Meyering1-10/+10
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering1-2/+2
2011-01-24split: avoid a new, spurious warning from gcc-4.6.0Jim Meyering1-1/+1
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