aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * touch: add SUSv3 options -a and -mXabier Oneca2021-04-121-14/+45
| * timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-233-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-5/+5
|\|
| * echo: do not assume that free() leaves errno unmodifiedNatanael Copa2021-02-231-5/+5
* | nproc: port to WIN32 and enable by defaultRon Yorston2021-02-171-0/+30
* | win32: make readlink(2) implementation unconditionalRon Yorston2021-02-122-9/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-02-0513-27/+27
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-0312-25/+25
| * nl: ensure '-b n' option displays file contentRon Yorston2021-02-022-2/+2
* | printf: better support for escape sequencesRon Yorston2021-02-031-48/+60
* | printf: code shrinkRon Yorston2021-01-271-19/+7
* | stat: improve conditional compilationRon Yorston2021-01-261-5/+4
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-253-10/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1421-211/+424
|\|
| * Fix mknod compilation on the FreeBSDAlex Samorukov2021-01-041-1/+3
| * factor: fix commentDenys Vlasenko2020-12-231-1/+1
| * factor: detect squaresDenys Vlasenko2020-12-221-3/+39
| * factor: fix typo in undefDenys Vlasenko2020-12-211-1/+1
| * factor: code shrinkDenys Vlasenko2020-12-211-9/+8
| * factor: 30% faster trial division (better sieve)Denys Vlasenko2020-12-201-75/+95
| * help text tweaksDenys Vlasenko2020-12-183-3/+3
| * dd: support for O_DIRECT i/oDenys Vlasenko2020-12-141-31/+80
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2020-11-124-15/+95
|\|
| * 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
* | ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-0/+5
* | printf: ensure '\045' is printed as '%'Ron Yorston2020-08-281-5/+10
* | printf: prevent '\0' in format string from truncating outputFRP-3578-g359211429Ron Yorston2020-08-241-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2020-08-232-2/+0
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-132-2/+0
* | ls: allow backslashes to be replaced in displayed pathsfix_backslashRon Yorston2020-08-191-0/+15
* | build system: reinstate PLATFORM_LINUXRon Yorston2020-08-031-0/+1
* | win32: code shrink kill(2)Ron Yorston2020-07-251-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-4/+4
|\|