summaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2021-09-30chat: hopefully fix infinite spinning on input EOFDenys Vlasenko
2021-06-21ascii: new appletDenys Vlasenko
2021-06-15man: fix segfault in "man 1"Denys Vlasenko
2021-06-15shuf: simplify check that we have at least one FILEDenys Vlasenko
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-14*: --help tweaksDenys 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-12bc: tweak overflow detection in a^bDenys Vlasenko
2021-06-12bc: code shrink: combine init() and copy() where we canDenys Vlasenko
2021-06-12bc: fix for mul overflow in scale calculation in a^bDenys Vlasenko
2021-04-14platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko
2021-04-14*: --help text tweaksDenys Vlasenko
2021-04-13watchdog: make open-write-close-open functionality a config knobRasmus Villemoes
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko
2021-02-26bc: typo fix in commentDenys Vlasenko
2021-02-26dc: more docs in --helpDenys Vlasenko
2021-02-26dc: document what non-GNU commands doDenys Vlasenko
2021-02-26bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko
2021-02-26dc: correct --help textDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-06bc: code shrinkDenys Vlasenko
2021-01-04bc: ^C on input line exits (unlike ^C during calculations, which does not)Denys Vlasenko
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-30*: use fopen helpers where appropriateDenys Vlasenko
2020-12-29bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko
2020-12-29bc: placate gcc (it thinks 's' can be uninitialized here)Denys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-27man: implement SECTION parametersDenys Vlasenko
2020-12-21bc: do not allocate line editing state until neededDenys Vlasenko
2020-12-14libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko
2020-12-13more --help text tweaksDenys Vlasenko
2020-12-13help text tweaksDenys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-11-29use write_str() functions where appropriateDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-07-20lsscsi: code shrinkDenys Vlasenko
2020-07-11crontab: Fix -e with editors saving using renaming strategyGray Wolf
2020-06-24bc: placate a "defined but not used" warningDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-04-30mim: run scripts from a specification fileRon Yorston
2019-11-23bc: fix comparison bug, closes 12336Denys Vlasenko
2019-10-25hdparm: placate "warning: taking the absolute value of unsigned type"Denys Vlasenko
2019-09-12bc: Add 'U' suffix in UINT_MAX preprocessor checkKang-Che Sung
2019-09-05dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley
2019-09-05dc: Fix segfault when executing strings generated using asciifyBrian Foley