summaryrefslogtreecommitdiff
path: root/coreutils/truncate.c
Commit message (Expand)AuthorAgeFilesLines
* *: --help text tweaksDenys Vlasenko2021-04-141-2/+2
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-2/+2
* truncate: use O_WRONLY|O_NONBLOCKMike Frysinger2016-01-131-1/+1
* truncate: always set mode when opening file to avoid fortify errorsAri Sundholm2016-01-131-1/+1
* truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm2015-05-251-5/+15
* truncate: new appletDenys Vlasenko2015-03-221-0/+77