aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-05bc: convert BC_STATUS_EXEC_MISMATCHED_PARAMS and BC_STATUS_EXEC_UNDEFINED_FUNCDenys Vlasenko
2018-12-05bc: BC_STATUS_VEC_ITEM_EXISTS is not a real error code, its message was never...Denys Vlasenko
2018-12-05bc: simplify bc_lex_comment()Denys Vlasenko
2018-12-05bc: handle BIN_FILE and LEX_BAD_CHAR errors at the site of detectionDenys Vlasenko
2018-12-05bc: eliminate BC_STATUS_INPUT_EOFDenys Vlasenko
2018-12-05bc: handle "limits" and "quit" immediately at parse timeDenys Vlasenko
2018-12-05bc": drop unused error codes and stringsDenys Vlasenko
2018-12-05bc: remove "error ids": serve no useful purpose, error message should be expl...Denys Vlasenko
2018-12-05bc: reduce forward declarationsDenys Vlasenko
2018-12-05bc: use smaller datatypes for limits, match GNU bc 'limits' outputDenys Vlasenko
2018-12-05bc: better handle optional args of bc_program_pushVar()Denys Vlasenko
2018-12-05bc: tweak help textDenys Vlasenko
2018-12-05bc: simplify bc_vm_stdin()Denys Vlasenko
2018-12-05bc: only check for ^C in bc_program_exec() main loopDenys Vlasenko
2018-12-05bc: simpler calling convention for bc_read_file(), bc_program_search()Denys Vlasenko
2018-12-05bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never ...Denys Vlasenko
2018-12-05bc: stop passing around pointers to G.prog, they are all constantDenys Vlasenko
2018-12-05bc: select parse_init() and parse_expr() using IS_BC, not function pointersDenys Vlasenko
2018-12-05bc: propagate fixed arguments into calleesDenys Vlasenko
2018-12-05bc: simplify ^C handlingDenys Vlasenko
2018-12-05bc: convert to "G trick" - this returns bc to zero bss increaseDenys Vlasenko
2018-12-05bc: simplify, and restore ^C, fix ^D handlingDenys Vlasenko
2018-12-05bc: simplify, stop testing for IO errors on every outputDenys Vlasenko
2018-12-05bc: fix warnings, initial cleanupsDenys Vlasenko
2018-12-05bc: new applet, throws warningGavin Howard
2018-12-03vi: correctly detect when a deletion empties the bufferRon Yorston
2018-11-29vi: code shrinkDenys Vlasenko
2018-11-29vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko
2018-11-29libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko
2018-11-29libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko
2018-11-28awk: abort if NF set to negative valueDenys Vlasenko
2018-11-27testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko
2018-11-27docs: add embedded-scripts.txtRon Yorston
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko
2018-11-27build system: prevent duplicate applet namesRon Yorston
2018-11-27Tweaks to build process for embedded scriptsRon Yorston
2018-11-27tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko
2018-11-26tls: add _anon_ cipher definitionsDenys Vlasenko
2018-11-26tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko
2018-11-26tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko
2018-11-26tls: speed up prf_hmac_sha256()Denys Vlasenko
2018-11-26libbb: add comment on sha384Denys Vlasenko
2018-11-26tls: simplify hmac_begin()Denys Vlasenko
2018-11-26tls: add support for 8 more cipher ids - all tested to workDenys Vlasenko
2018-11-25tls: fix commentsDenys Vlasenko