summaryrefslogtreecommitdiff
path: root/src/truncate.c
Commit message (Expand)AuthorAgeFilesLines
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-2/+2
* maint: prep for global quoting changes: handle irregular cases manuallyJim Meyering2012-01-091-4/+4
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: use stat-size module from gnulibJames Youngman2011-06-131-0/+1
* maint: remove unneeded includesPádraig Brady2011-06-091-1/+0
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* truncate: fix a very unlikely case for undiagnosed errorsPádraig Brady2010-11-161-14/+15
* maint: make spacing around "=" consistent, even in IF_LINTJim Meyering2010-05-311-1/+1
* truncate: improve handling of non regular filesPádraig Brady2010-05-291-41/+18
* truncate: support sizes relative to an existing filePádraig Brady2010-05-281-14/+22
* maint: ftruncate is always available, even without gnulibJim Meyering2010-04-091-6/+1
* doc: fix inconsistent capitalization in --help outputPádraig Brady2010-02-151-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík2009-09-101-4/+1
* maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering2009-08-251-6/+0
* truncate: fix bug in use of isspaceEric Blake2009-05-111-3/+3
* maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady2009-04-071-1/+1
* build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering2008-12-211-1/+1
* truncate: ignore whitespace in --size parametersPádraig Brady2008-06-301-0/+6
* truncate: silence -Wsign-compare warningsPádraig Brady2008-06-271-2/+2
* truncate: Fix integer portability issuesPádraig Brady2008-06-271-3/+4
* truncate: handle the case in which off_t != intmax_tJim Meyering2008-06-261-5/+16
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+2
* revert previous change, "don't use "const" with scalar types"Jim Meyering2008-06-141-5/+5
* don't use "const" with scalar typesJim Meyering2008-06-141-5/+5
* standardize some error messagesBo Borgerson2008-06-081-1/+1
* Add new program: truncatePádraig Brady2008-06-061-0/+405