build: ensure make-prime-list doesn't access out of bounds memory
[platform/upstream/coreutils.git] / tests / split /
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-09-05 Stefano Lattarinibuild: don't use recursive make for tests/ subdirectory
2012-08-30 Stefano Lattarinitests: add .sh and .pl suffixes to shell and perl tests...
2012-08-19 Jim Meyeringtests: avoid split/filter test failure on very low...
2012-06-22 Pádraig Bradysplit: ensure output doesn't overwrite input
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-09 Jim Meyeringmaint: adjust quoting: emit '...', not `...' in diagnostics
2012-01-09 Jim Meyeringtests: more automated quote adjustment
2012-01-09 Jim Meyeringtests: adjust \`...' quoting to '...' to adapt to lates...
2012-01-05 Bruno Haiblesplit: avoid failure due to leftover 'errno' value
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-11-22 Jim Meyeringtests: use "compare exp out", not "compare out exp"
2011-09-01 Pádraig Bradytests: split/l-chunk: avoid a portability issue
2011-08-08 Stefano Lattarinitests: complete the renaming framework_failure -> frame...
2011-06-17 Jim Meyeringtests: remove skip_test_ function; use new skip_ instead
2011-05-28 Jim Meyeringtests: move tests/misc/split-* into tests/split/...
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-13 Jim Meyeringtests: use skip_test_, not skip_
2011-05-07 Jim Meyeringtests: don't fail the split --filter=CMD test if xz...
2011-05-06 Jim Meyeringtests: test split's new --filter=CMD option