summaryrefslogtreecommitdiffstats
path: root/src/truncate.c
AgeCommit message (Expand)AuthorLines
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