aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2016-03-06ls: fix columnar output. Closes 8731Denys Vlasenko
2016-02-01dd: support iflag=skip_bytesRafał Miłecki
2016-01-31printf: short-circuit output when argument to %b includes \cRon Yorston
2016-01-17dos2unix: try to preserve ownership. closes 8311Denys Vlasenko
2016-01-13truncate: use O_WRONLY|O_NONBLOCKMike Frysinger
2016-01-13truncate: always set mode when opening file to avoid fortify errorsAri Sundholm
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko
2015-10-26tr: support octal rangesRichard Genoud
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko
2015-10-19sort: code shrinkDenys Vlasenko
2015-10-19remove extra debug printoutDenys Vlasenko
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko
2015-10-19od: get rid of (almost all) staticsDenys Vlasenko
2015-10-16cpio: implement -R/--ownerAaro Koskinen
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-05uudecode: tolerate text input with CR+LF line endsDenys Vlasenko
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko
2015-08-03uname: make OS name configurableRon Yorston
2015-07-31echo: make escape sequences depend on fancy modeMike Frysinger
2015-07-21sync: add support for -d -f FILEDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-06-07fix whitespacesManinder Singh
2015-06-07chown: fix help textJunling Zheng
2015-05-25truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm
2015-05-25typo fixesManinder Singh
2015-04-21special-case {true,false,test} --helpDenys Vlasenko
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2015-03-22truncate: new appletDenys Vlasenko
2015-03-22dd: move suffix struct to xatonum.cAri Sundholm
2015-03-12od: fix printing of high-bit charsRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-23ls: heed compiler warningDenys Vlasenko
2015-02-18ls: trivial code shrinkDenys Vlasenko
2015-02-16ls: fix year 9999 bug :)Denys Vlasenko
2015-02-07dd: add optional support for status=noxfer/noneAri Sundholm
2015-01-24trim extra newlines in help textsDenys Vlasenko
2014-09-24install: fix help textDenys Vlasenko
2014-09-24install: implement -t DIRAaro Koskinen
2014-09-20df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm
2014-09-17df: implement -T optionAri Sundholm
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko
2014-06-27stat: fix printing selinux context and null-dereferenceMichael Gernoth
2014-06-22unlink: new appletIsaac Dunham
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2014-03-07shuf: trim help textDenys Vlasenko