aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-134-5/+5
* help text tweaksDenys Vlasenko2020-12-134-4/+4
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-305-7/+7
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko2020-11-281-0/+1
* date: tweak --help: -D FMT is used for -s TIME as wellDenys Vlasenko2020-11-281-26/+19
* date: remove non-standard special-casing of date '+%f'Denys Vlasenko2020-11-281-4/+0
* date: trim --help (no need to show long opts)Denys Vlasenko2020-11-281-19/+9
* date: support -Ins, more compatible timezone display in -IDenys Vlasenko2020-11-281-7/+19
* date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbr...Denys Vlasenko2020-11-281-5/+3
* fix commentsDenys Vlasenko2020-11-281-3/+4
* sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECKDenys Vlasenko2020-11-271-1/+1
* base32/64: decode in-placeDenys Vlasenko2020-11-271-5/+12
* base32/64: implement -w COLDenys Vlasenko2020-11-271-22/+34
* base32: new appletDenys Vlasenko2020-11-261-10/+108
* shell: better support of [[ ]] bashismDenys Vlasenko2020-10-311-0/+82
* uudecode: fix possible signed char bugDenys Vlasenko2020-10-071-4/+2
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-012-11/+11
* build system: drop PLATFORM_LINUXRon Yorston2020-08-132-2/+0
* unexpand: correct behavior for --first-only --tabs=4Mark Edgar2020-06-091-4/+4
* Remove stime() function callsAlistair Francis2019-11-191-1/+5
* chgrp: correct the usage for non-desktop chgrp callsLiu, Shuang (ADITG/ESM)2019-11-171-2/+2
* clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-1/+1
* Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-241-13/+3
* date: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-2/+9
* ln: --no-target-directory implies --no-dereferenceKaarle Ritvanen2019-10-081-4/+21
* tee: do not intercept SIGPIPEDenys Vlasenko2019-10-071-4/+20
* stat: print nanosecond times, fix printing of empty linesDenys Vlasenko2019-08-031-39/+36
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0225-54/+54
* expand: add commented-out code to handle NULsDenys Vlasenko2019-06-091-8/+35
* expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko2019-06-081-0/+2
* ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko2019-05-261-1/+1
* dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko2019-05-141-13/+13
* ln: correct 'ln -T' usage messageJohn L. Hammond2019-05-091-1/+1
* stat: reduce storage for human-readable filesystem namesRon Yorston2019-04-121-44/+48
* fsync,sync: merge into one source moduleDenys Vlasenko2019-04-022-81/+61
* fsync,sync: make them similarDenys Vlasenko2019-04-022-27/+25
* top: tweak --helpDenys Vlasenko2019-02-271-12/+6
* du: don't count duplicate arguments. Closes 5288Ron Yorston2019-02-191-2/+2
* dd: add 'oflag=append'Rostislav Skudnov2019-02-141-6/+10
* date: improve help text for -DDenys Vlasenko2019-01-091-2/+2
* sleep: support "inf"Denys Vlasenko2019-01-071-0/+5
* ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker2019-01-041-2/+2
* config: more tweaksDenys Vlasenko2018-12-282-6/+4
* config: update size informationDenys Vlasenko2018-12-2869-80/+80
* cat,nl: fix handling of open errorsDenys Vlasenko2018-11-292-4/+9
* printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2018-10-301-0/+8
* dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko2018-10-301-13/+20
* dd: add 'oflag=seek_bytes'Rostislav Skudnov2018-10-301-9/+24
* printf: fix printing +-prefixed numbersBernhard Reutner-Fischer2018-10-191-2/+3