maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / truncate.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-08-04 Jim Meyeringtruncate: don't leak a file descriptor with --ref=PIPE
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-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-09 Jim Meyeringmaint: prep for global quoting changes: handle irregula...
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-06-13 James Youngmanmaint: use stat-size module from gnulib
2011-06-09 Pádraig Bradymaint: remove unneeded includes
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-11-16 Pádraig Bradytruncate: fix a very unlikely case for undiagnosed...
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-29 Pádraig Bradytruncate: improve handling of non regular files
2010-05-28 Pádraig Bradytruncate: support sizes relative to an existing file
2010-04-09 Jim Meyeringmaint: ftruncate is always available, even without...
2010-02-15 Pádraig Bradydoc: fix inconsistent capitalization in --help output
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 Meyeringmaint: remove Local Variables: indent-tabs-mode: nil...
2009-05-11 Eric Blaketruncate: fix bug in use of isspace
2009-04-07 Pádraig Bradymaint: Clarify ambiguous refs to Linux kernels or GNU...
2008-12-21 Jim Meyeringbuild: add configure-time --enable-gcc-warnings option...
2008-06-30 Pádraig Bradytruncate: ignore whitespace in --size parameters
2008-06-27 Pádraig Bradytruncate: silence -Wsign-compare warnings
2008-06-27 Pádraig Bradytruncate: Fix integer portability issues
2008-06-26 Jim Meyeringtruncate: handle the case in which off_t != intmax_t
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-14 Jim Meyeringrevert previous change, "don't use "const" with scalar...
2008-06-14 Jim Meyeringdon't use "const" with scalar types
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-06 Pádraig BradyAdd new program: truncate