summaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-13base32/64: accept -i "skip bad chars" option (currently in effect uncondition...Denys Vlasenko
2021-06-13*: more --help tweakingDenys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-05ls: trim --help textDenys Vlasenko
2021-06-04ls: don't output any colors with TERM=dumbSören Tempel
2021-06-02tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko
2021-06-02tail: fix typo in variable nameDenys Vlasenko
2021-06-02head,tail: trim --help textDenys Vlasenko
2021-04-14echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko
2021-04-14*: --help text tweaksDenys Vlasenko
2021-04-14touch: shorten --help textDenys Vlasenko
2021-04-14touch: code shrinkDenys Vlasenko
2021-04-14touch: fix -amDenys Vlasenko
2021-04-13dd: support iflag=count_bytesRafał Miłecki
2021-04-13touch: fix previous commitDenys Vlasenko
2021-04-13touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko
2021-04-13touch: code shrinkDenys Vlasenko
2021-04-13touch: code shrinkDenys Vlasenko
2021-04-13touch: prevent usage of -r and -t at onceXabier Oneca
2021-04-13touch: switch to using utimensat() and futimens()Denys Vlasenko
2021-04-12touch: unbreak -hDenys Vlasenko
2021-04-12touch: remove unneeded GETOPT32 definesXabier Oneca
2021-04-12touch: fix atime set from reference fileXabier Oneca
2021-04-12touch: add SUSv3 options -a and -mXabier Oneca
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko
2021-02-23echo: do not assume that free() leaves errno unmodifiedNatanael Copa
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston
2021-01-04Fix mknod compilation on the FreeBSDAlex Samorukov
2020-12-23factor: fix commentDenys Vlasenko
2020-12-22factor: detect squaresDenys Vlasenko
2020-12-21factor: fix typo in undefDenys Vlasenko
2020-12-21factor: code shrinkDenys Vlasenko
2020-12-20factor: 30% faster trial division (better sieve)Denys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2020-12-14dd: support for O_DIRECT i/oDenys Vlasenko
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-12-13help text tweaksDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-28libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko
2020-11-28date: tweak --help: -D FMT is used for -s TIME as wellDenys Vlasenko
2020-11-28date: remove non-standard special-casing of date '+%f'Denys Vlasenko
2020-11-28date: trim --help (no need to show long opts)Denys Vlasenko
2020-11-28date: support -Ins, more compatible timezone display in -IDenys Vlasenko
2020-11-28date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr...Denys Vlasenko
2020-11-28fix commentsDenys Vlasenko
2020-11-27sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECKDenys Vlasenko