index
:
platform/upstream/coreutils
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_base
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel
sandbox/mwereski/upgrade
sandbox/mwereski/upstream
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
split.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-04
split: plug nominal leaks
Jim Meyering
1
-2
/
+5
2012-06-22
split: ensure output doesn't overwrite input
Pádraig Brady
1
-6
/
+21
2012-06-22
maint: refactor common mode bits used to create files
Pádraig Brady
1
-2
/
+1
2012-05-10
maint: handle file sizes more reliably
Paul Eggert
1
-4
/
+10
2012-05-08
split: avoid apparent infloop when splitting /dev/zero w/-n on the Hurd
Jim Meyering
1
-1
/
+3
2012-03-10
split: support an arbitrary number of split files by default
Jérémy Compostella
1
-6
/
+54
2012-02-20
split: add the --additional-suffix option
Jérémy Compostella
1
-3
/
+24
2012-02-18
split: support optional start value for --numeric-suffixes
Jérémy Compostella
1
-2
/
+44
2012-01-27
maint: use single copyright year range
Jim Meyering
1
-1
/
+1
2012-01-22
maint: quote 'like this' or "like this", not `like this'
Paul Eggert
1
-2
/
+2
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
1
-3
/
+3
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
1
-4
/
+4
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
1
-2
/
+1
2012-01-05
split: avoid failure due to leftover 'errno' value
Bruno Haible
1
-2
/
+2
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
1
-1
/
+1
2011-09-01
build: avoid the use of strsignal() in split
Pádraig Brady
1
-2
/
+2
2011-06-13
maint: use stat-size module from gnulib
James Youngman
1
-0
/
+1
2011-05-26
maint: split: remove --filter specific code from other paths
Pádraig Brady
1
-9
/
+11
2011-05-26
split: diagnose when --filter is used with a chunk number
Pádraig Brady
1
-0
/
+6
2011-05-26
split: exit when we can no longer write to a --filter
Pádraig Brady
1
-0
/
+15
2011-05-26
split: return success even if a --filter exits
Pádraig Brady
1
-4
/
+2
2011-05-25
split: fix an edge case where -n l/... creates an extra file
Pádraig Brady
1
-5
/
+6
2011-05-24
split: fix cases where -n l/... creates extraneous files
Pádraig Brady
1
-3
/
+14
2011-05-06
split: accept new output --filter=CMD option
Karl Heuer
1
-23
/
+204
2011-04-30
maint: adjust split.c formatting to conform
Jim Meyering
1
-10
/
+10
2011-04-03
maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT
Jim Meyering
1
-2
/
+2
2011-01-24
split: avoid a new, spurious warning from gcc-4.6.0
Jim Meyering
1
-1
/
+1
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
1
-1
/
+1
2010-12-30
split: fix the suffix length calculation
Pádraig Brady
1
-12
/
+21
2010-12-08
split: fix a case where --elide-empty causes invalid chunking
Pádraig Brady
1
-6
/
+24
2010-11-22
split: add --number to generate a particular number of files
Chen Guo
1
-24
/
+500
2010-11-16
split: fail immediately if impossible to create a large file
Pádraig Brady
1
-0
/
+10
2010-10-07
split: fix reporting of read errors
Pádraig Brady
1
-6
/
+5
2010-05-31
maint: replace each "for (;;)" with "while (true)"
Jim Meyering
1
-2
/
+2
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
1
-1
/
+1
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
1
-1
/
+1
2009-09-10
doc: improve various BLOCKSIZE and SIZE help
Ondřej Vašík
1
-6
/
+1
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
1
-179
/
+179
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
1
-1
/
+1
2009-03-11
cat,cp,mv,install,split: Set the minimum IO block size used to 32KiB
Pádraig Brady
1
-1
/
+1
2008-11-10
avoid warnings about discarding "qualifiers from pointer target type"
Jim Meyering
1
-2
/
+2
2008-11-10
use xfreopen in place of unchecked freopen
Jim Meyering
1
-1
/
+2
2008-06-28
doc: add "..." to Usage, to indicate there may be multiple OPTIONs
Jim Meyering
1
-1
/
+1
2008-06-27
factor out time_t-to-string conversion idiom
Jim Meyering
1
-1
/
+0
2008-06-16
remove redundant const directives
Jim Meyering
1
-1
/
+1
2008-06-14
add "const" attribute, where possible
Jim Meyering
1
-1
/
+1
2008-06-08
standardize some error messages
Bo Borgerson
1
-1
/
+1
2008-06-03
use gnulib's progname module
Jim Meyering
1
-4
/
+1
2008-06-02
declare program_name consistently
Jim Meyering
1
-1
/
+1
2008-05-26
convert the rest to use proper_name -- manually
Jim Meyering
1
-1
/
+1
[next]