summaryrefslogtreecommitdiffstats
path: root/src/truncate.c
AgeCommit message (Expand)AuthorLines
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering-1/+1
2010-05-29truncate: improve handling of non regular filesPádraig Brady-41/+18
2010-05-28truncate: support sizes relative to an existing filePádraig Brady-14/+22
2010-04-09maint: ftruncate is always available, even without gnulibJim Meyering-6/+1
2010-02-15doc: fix inconsistent capitalization in --help outputPádraig Brady-1/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík-4/+1
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering-6/+0
2009-05-11truncate: fix bug in use of isspaceEric Blake-3/+3
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady-1/+1
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering-1/+1
2008-06-30truncate: ignore whitespace in --size parametersPádraig Brady-0/+6
2008-06-27truncate: silence -Wsign-compare warningsPádraig Brady-2/+2
2008-06-27truncate: Fix integer portability issuesPádraig Brady-3/+4
2008-06-26truncate: handle the case in which off_t != intmax_tJim Meyering-5/+16
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+2
2008-06-14revert previous change, "don't use "const" with scalar types"Jim Meyering-5/+5
2008-06-14don't use "const" with scalar typesJim Meyering-5/+5
2008-06-08standardize some error messagesBo Borgerson-1/+1
2008-06-06Add new program: truncatePádraig Brady-0/+405