aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * help text tweaksDenys Vlasenko2020-12-132-2/+2
| * decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-302-3/+3
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-308-18/+12
| * libbb: introduce and use msleep()Denys Vlasenko2020-11-292-3/+3
| * use write_str() functions where appropriateDenys Vlasenko2020-11-291-2/+2
| * libbb: introduce and use sleep1()Denys Vlasenko2020-11-292-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-08-2319-45/+17
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-1318-29/+0
| * lsscsi: code shrinkDenys Vlasenko2020-07-201-15/+12
| * crontab: Fix -e with editors saving using renaming strategyGray Wolf2020-07-111-1/+5
* | ts: correct output in 64-bit buildRon Yorston2020-07-191-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2020-07-092-0/+3
|\|
| * bc: placate a "defined but not used" warningDenys Vlasenko2020-06-241-0/+2
| * randomconfig fixesDenys Vlasenko2020-06-231-0/+1
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-0/+15
|\|
| * mim: run scripts from a specification fileRon Yorston2020-04-301-0/+15
* | inotifyd: WIN32 portRon Yorston2020-04-151-0/+211
* | Fix POSIX buildFRP-3445-g10e14d5ebRon Yorston2020-04-111-1/+1
* | time: WIN32 portRon Yorston2020-04-061-0/+55
* | iconv: minor fixesRon Yorston2020-02-181-13/+14
* | iconv: more improvementsRon Yorston2020-02-161-55/+19
* | iconv: code shrink (2)Ron Yorston2020-02-141-86/+34
* | iconv: code shrinkRon Yorston2020-02-141-456/+457
* | Merge branch 'busybox' into mergeRon Yorston2020-01-082-9/+21
|\|
| * bc: fix comparison bug, closes 12336Denys Vlasenko2019-11-231-1/+4
| * hdparm: placate "warning: taking the absolute value of unsigned type"Denys Vlasenko2019-10-251-1/+1
| * bc: Add 'U' suffix in UINT_MAX preprocessor checkKang-Che Sung2019-09-121-2/+2
| * dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2019-09-051-2/+4
| * dc: Fix segfault when executing strings generated using asciifyBrian Foley2019-09-051-2/+8
| * dc: execute shouldn't pop if stack head is not a stringBrian Foley2019-09-051-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1619-73/+78
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0219-71/+76
| * bc: placate compiler warningsDenys Vlasenko2019-06-081-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-05-273-11/+24
|\|
| * dc: make 4 % 0 emit error messgaes and set result to 0Denys Vlasenko2019-05-161-7/+12
| * dc: code shrinkDenys Vlasenko2019-05-091-6/+16