aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-172-3/+3
| * libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-131-2/+1
| * libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-131-2/+2
* | Merge busybox into mergeRon Yorston2022-01-065-14/+18
|\|
| * libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-055-7/+7
| * less: code shrinkDenys Vlasenko2022-01-051-9/+13
* | Merge branch 'busybox' into mergeRon Yorston2021-10-132-2/+2
|\|
| * *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-101-1/+1
| * less: Ignore -XIsmael Luceno2021-09-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-09-101-30/+34
|\|
| * chat: hopefully fix infinite spinning on input EOFDenys Vlasenko2021-09-061-30/+34
* | Merge branch 'busybox' into mergeRon Yorston2021-06-2811-48/+115
|\|
| * ascii: new appletDenys Vlasenko2021-06-211-0/+51
| * man: fix segfault in "man 1"Denys Vlasenko2021-06-151-1/+1
| * shuf: simplify check that we have at least one FILEDenys Vlasenko2021-06-151-2/+2
| * *: more --help tweaksDenys Vlasenko2021-06-153-3/+3
| * *: --help tweaksDenys Vlasenko2021-06-141-2/+2
| * *: more --help tweakingDenys Vlasenko2021-06-132-2/+2
| * *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+4
| * *: --help tweaksDenys Vlasenko2021-06-131-7/+7
| * bc: tweak overflow detection in a^bDenys Vlasenko2021-06-121-5/+8
| * bc: code shrink: combine init() and copy() where we canDenys Vlasenko2021-06-121-21/+16
| * bc: fix for mul overflow in scale calculation in a^bDenys Vlasenko2021-06-121-8/+23
* | Merge branch 'busybox' into mergeRon Yorston2021-05-144-7/+31
|\|
| * platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-141-0/+7
| * *: --help text tweaksDenys Vlasenko2021-04-142-3/+3
| * watchdog: make open-write-close-open functionality a config knobRasmus Villemoes2021-04-131-5/+21
| * timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-231-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-6/+58
|\|
| * bc: typo fix in commentDenys Vlasenko2021-02-261-1/+1
| * dc: more docs in --helpDenys Vlasenko2021-02-261-13/+14
| * dc: document what non-GNU commands doDenys Vlasenko2021-02-261-5/+5
| * bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko2021-02-261-4/+13
| * dc: correct --help textDenys Vlasenko2021-02-261-2/+44
* | bc: handle ^C in interactive modeRon Yorston2021-02-141-0/+13
* | bc: fix to build on WIN32 and enable in default configurationsRon Yorston2021-02-131-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-02-053-4/+4
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-033-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1418-111/+142
|\|
| * bc: code shrinkDenys Vlasenko2021-01-061-2/+2
| * bc: ^C on input line exits (unlike ^C during calculations, which does not)Denys Vlasenko2021-01-041-10/+10
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-2/+2
| * *: use fopen helpers where appropriateDenys Vlasenko2020-12-301-3/+3
| * bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko2020-12-291-15/+23
| * bc: placate gcc (it thinks 's' can be uninitialized here)Denys Vlasenko2020-12-291-8/+10
| * randomconfig fixesDenys Vlasenko2020-12-293-5/+7
| * man: implement SECTION parametersDenys Vlasenko2020-12-271-6/+35
| * bc: do not allocate line editing state until neededDenys Vlasenko2020-12-211-19/+18
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-143-13/+10
| * more --help text tweaksDenys Vlasenko2020-12-131-1/+1