index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
split.c
Age
Commit message (
Expand
)
Author
2012-08-04
split: plug nominal leaks
Jim Meyering
2012-06-22
split: ensure output doesn't overwrite input
Pádraig Brady
2012-06-22
maint: refactor common mode bits used to create files
Pádraig Brady
2012-05-10
maint: handle file sizes more reliably
Paul Eggert
2012-05-08
split: avoid apparent infloop when splitting /dev/zero w/-n on the Hurd
Jim Meyering
2012-03-10
split: support an arbitrary number of split files by default
Jérémy Compostella
2012-02-20
split: add the --additional-suffix option
Jérémy Compostella
2012-02-18
split: support optional start value for --numeric-suffixes
Jérémy Compostella
2012-01-27
maint: use single copyright year range
Jim Meyering
2012-01-22
maint: quote 'like this' or "like this", not `like this'
Paul Eggert
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-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-05
split: avoid failure due to leftover 'errno' value
Bruno Haible
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-09-01
build: avoid the use of strsignal() in split
Pádraig Brady
2011-06-13
maint: use stat-size module from gnulib
James Youngman
2011-05-26
maint: split: remove --filter specific code from other paths
Pádraig Brady
2011-05-26
split: diagnose when --filter is used with a chunk number
Pádraig Brady
2011-05-26
split: exit when we can no longer write to a --filter
Pádraig Brady
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
[next]