aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-05bc: simplify bc_lex_comment()Denys Vlasenko1-11/+14
2018-12-05bc: handle BIN_FILE and LEX_BAD_CHAR errors at the site of detectionDenys Vlasenko1-54/+76
2018-12-05bc: eliminate BC_STATUS_INPUT_EOFDenys Vlasenko1-21/+27
2018-12-05bc: handle "limits" and "quit" immediately at parse timeDenys Vlasenko1-58/+49
2018-12-05bc": drop unused error codes and stringsDenys Vlasenko1-82/+73
2018-12-05bc: remove "error ids": serve no useful purpose, error message should be expl...Denys Vlasenko1-57/+11
2018-12-05bc: reduce forward declarationsDenys Vlasenko1-8/+4
2018-12-05bc: use smaller datatypes for limits, match GNU bc 'limits' outputDenys Vlasenko1-18/+16
2018-12-05bc: better handle optional args of bc_program_pushVar()Denys Vlasenko1-24/+25
2018-12-05bc: tweak help textDenys Vlasenko1-4/+11
2018-12-05bc: simplify bc_vm_stdin()Denys Vlasenko1-6/+5
2018-12-05bc: only check for ^C in bc_program_exec() main loopDenys Vlasenko1-49/+21
2018-12-05bc: simpler calling convention for bc_read_file(), bc_program_search()Denys Vlasenko1-26/+23
2018-12-05bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never ...Denys Vlasenko1-42/+26
2018-12-05bc: stop passing around pointers to G.prog, they are all constantDenys Vlasenko1-293/+284
2018-12-05bc: select parse_init() and parse_expr() using IS_BC, not function pointersDenys Vlasenko1-25/+27
2018-12-05bc: propagate fixed arguments into calleesDenys Vlasenko1-111/+125
2018-12-05bc: simplify ^C handlingDenys Vlasenko1-80/+59
2018-12-05bc: convert to "G trick" - this returns bc to zero bss increaseDenys Vlasenko1-159/+133
2018-12-05bc: simplify, and restore ^C, fix ^D handlingDenys Vlasenko1-71/+34
2018-12-05bc: simplify, stop testing for IO errors on every outputDenys Vlasenko1-122/+81
2018-12-05bc: fix warnings, initial cleanupsDenys Vlasenko1-129/+124
2018-12-05bc: new applet, throws warningGavin Howard2-41/+7492
2018-12-03vi: correctly detect when a deletion empties the bufferRon Yorston1-1/+1
2018-11-29vi: code shrinkDenys Vlasenko1-13/+17
2018-11-29vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko1-5/+10
2018-11-29libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko1-6/+4
2018-11-29libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko1-2/+10
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko4-7/+18
2018-11-28awk: abort if NF set to negative valueDenys Vlasenko1-0/+2
2018-11-27testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi7-5/+7
2018-11-27hush: allow hush to run embedded scriptsRon Yorston10-32/+62
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko1-3/+3
2018-11-27docs: add embedded-scripts.txtRon Yorston2-1/+117
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko1-1/+2
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko1-7/+13
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko3-5/+11
2018-11-27build system: prevent duplicate applet namesRon Yorston1-1/+9
2018-11-27Tweaks to build process for embedded scriptsRon Yorston5-23/+14
2018-11-27tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko1-8/+4
2018-11-26tls: add _anon_ cipher definitionsDenys Vlasenko1-0/+4
2018-11-26tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko1-29/+29
2018-11-26tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko1-4/+3
2018-11-26tls: speed up prf_hmac_sha256()Denys Vlasenko1-40/+39
2018-11-26libbb: add comment on sha384Denys Vlasenko1-0/+5
2018-11-26tls: simplify hmac_begin()Denys Vlasenko1-11/+27
2018-11-26tls: add support for 8 more cipher ids - all tested to workDenys Vlasenko1-87/+117
2018-11-25tls: fix commentsDenys Vlasenko1-1/+5
2018-11-25tls: add a comment on expanding list of supported ciphersDenys Vlasenko1-7/+30
2018-11-25tls: do not leak RSA keyDenys Vlasenko2-0/+13