aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2019-09-05dc: execute shouldn't pop if stack head is not a stringBrian Foley
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-08bc: placate compiler warningsDenys Vlasenko
2019-05-16dc: make 4 % 0 emit error messgaes and set result to 0Denys Vlasenko
2019-05-09dc: code shrinkDenys Vlasenko
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-03-30man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko
2019-03-26man: don't skip default path which appears in config fileRon Yorston
2019-03-26ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko
2019-03-26ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko
2019-03-26ts: replace overlapping strcpy with shorter codeDenys Vlasenko
2019-03-26ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko
2019-03-26ts: new appletDenys Vlasenko
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2019-02-11i2c_tools.c: i2ctransferNikolaus Voss
2019-02-10i2ctransfer: new appletNikolaus Voss