maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / split.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-08-04 Jim Meyeringsplit: plug nominal leaks
2012-06-22 Pádraig Bradysplit: ensure output doesn't overwrite input
2012-06-22 Pádraig Bradymaint: refactor common mode bits used to create files
2012-05-10 Paul Eggertmaint: handle file sizes more reliably
2012-05-08 Jim Meyeringsplit: avoid apparent infloop when splitting /dev/zero...
2012-03-10 Jérémy Compostellasplit: support an arbitrary number of split files by...
2012-02-20 Jérémy Compostellasplit: add the --additional-suffix option
2012-02-18 Jérémy Compostellasplit: support optional start value for --numeric-suffixes
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-22 Paul Eggertmaint: quote 'like this' or "like this", not `like...
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-05 Bruno Haiblesplit: avoid failure due to leftover 'errno' value
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-09-01 Pádraig Bradybuild: avoid the use of strsignal() in split
2011-06-13 James Youngmanmaint: use stat-size module from gnulib
2011-05-25 Pádraig Bradymaint: split: remove --filter specific code from other...
2011-05-25 Pádraig Bradysplit: diagnose when --filter is used with a chunk...
2011-05-25 Pádraig Bradysplit: exit when we can no longer write to a --filter
2011-05-25 Pádraig Bradysplit: return success even if a --filter exits
2011-05-25 Pádraig Bradysplit: fix an edge case where -n l/... creates an extra...
2011-05-24 Pádraig Bradysplit: fix cases where -n l/... creates extraneous...
2011-05-06 Karl Heuersplit: accept new output --filter=CMD option
2011-04-30 Jim Meyeringmaint: adjust split.c formatting to conform
2011-04-03 Jim Meyeringmaint: prohibit direct use of strncmp: prefer STREQ_LEN...
2011-01-24 Jim Meyeringsplit: avoid a new, spurious warning from gcc-4.6.0
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-30 Pádraig Bradysplit: fix the suffix length calculation
2010-12-08 Pádraig Bradysplit: fix a case where --elide-empty causes invalid...
2010-11-22 Chen Guosplit: add --number to generate a particular number...
2010-11-16 Pádraig Bradysplit: fail immediately if impossible to create a large...
2010-10-07 Pádraig Bradysplit: fix reporting of read errors
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-10 Ondřej Vašíkdoc: improve various BLOCKSIZE and SIZE help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-06-23 Jim Meyeringmaint: update all Copyright year lists to include 2009
2009-03-11 Pádraig Bradycat,cp,mv,install,split: Set the minimum IO block size...
2008-11-10 Jim Meyeringavoid warnings about discarding "qualifiers from pointe...
2008-11-10 Jim Meyeringuse xfreopen in place of unchecked freopen
2008-06-28 Jim Meyeringdoc: add "..." to Usage, to indicate there may be multi...
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert the rest to use proper_name -- manually
2008-05-26 Jim Meyeringuse gnulib's proper_name_utf8 function, but *not* prope...
2008-02-07 Steven Schubigermkdir, split: write --verbose output to stdout, not...
2007-12-03 Jim MeyeringReflect change in gnulib: don't include getpagesize.h,
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-03 Paul EggertThe following commands and options now support the...
2007-04-11 Paul Eggertsplit --line-bytes=N (-C N): don't create an empty...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-03-26 Jim Meyering(next_file_name): Use new last_component, in place...
2005-07-11 Paul Eggert(main): Avoid setmode; use POSIX-specified routines...
2005-07-05 Paul EggertAdjust to the change to DECIMAL_DIGIT_ACCUMULATE: its...
2005-07-03 Paul EggertInclude fcntl--.h rather than unistd-safer.h.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-26 Paul EggertRemove posixver.h and its uses.
2005-04-11 Paul EggertInclude unistd-safer.h.
2005-03-25 Jim Meyering(main): Update use of DECIMAL_DIGIT_ACCUMULATE.
2005-03-17 Jim Meyering(main): Use DECIMAL_DIGIT_ACCUMULATE macro in place...
2004-12-20 Paul Eggert(usage): Mention default size.
2004-09-21 Paul Eggert(main): Remove unused "case 0".
2004-08-03 Paul Eggert(cwrite, bytes_split, lines_split, line_bytes_split):
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-04-15 Jim MeyeringInclude getpagesize.h.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-04 Jim Meyering(next_file_name): Use `sizeof *var' rather than
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-08-09 Jim Meyering(suffix_alphabet): New var.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-27 Jim Meyeringsplit's --verbose option did nothing
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-04-09 Jim Meyering(line_bytes_split): Arg is of type size_t, since
2003-04-09 Jim Meyering(bytes_split): Use size_t temporary (rather than
2003-04-09 Jim MeyeringHandle command line option arguments larger than 2^31.
2003-04-09 Jim Meyering(lines_split): Rename local, nlines -> n_lines.
2003-04-08 Jim Meyering(main): Use STDIN_FILENO, not literal `0'.
2003-04-08 Jim Meyering(main): Rename local variable: s/accum/n_units/.
2003-04-08 Jim Meyeringalso change NCHARS, in comments, to N_BYTES
2003-04-08 Jim MeyeringRename local variables: nchars -> n_bytes.
2003-03-11 Jim Meyering(longopts): Don't hard-code `2' here.
2003-02-19 Jim MeyeringInclude "full-read.h".
2002-10-19 Jim Meyering(cwrite): Change type of `bytes' parameter to size_t
2002-09-28 Jim Meyering(FAIL_ONLY_ONE_WAY): New macro. Factor out some duplica...
next