- 1ff8862 bc: fix for prev commit by Denys Vlasenko · 6 years ago
- 4c30406 bc: do not needlessly use strcat by Denys Vlasenko · 6 years ago
- 23c2e9f bc: unbreak "BC only" and "DC only" configs by Denys Vlasenko · 6 years ago
- 9ca9ef2 dc: re-enable "tiny dc" implementation by Denys Vlasenko · 6 years ago
- a68a87c bc: unbreak FEATURE_CLEAN_UP build by Denys Vlasenko · 6 years ago
- a6f84e1 bc: reuse common string by Denys Vlasenko · 6 years ago
- 95f93bd bc: hook up line editing with history buffer by Denys Vlasenko · 6 years ago
- ed84935 bc: add preparatory indent block, no code changes by Denys Vlasenko · 6 years ago
- 1a6a482 bc: if ^C handling is not selected, there is no interactive mode by Denys Vlasenko · 6 years ago
- 54214c3 bc: fix "bc -v" printing version info twice, and not exiting by Denys Vlasenko · 6 years ago
- 1ff1c70 bc: make bc_vm_envArgs() NULL-terminate its argv, simplify bc_vm_envLen() by Denys Vlasenko · 6 years ago
- e873ff9 bc: if FEATURE_CLEAN_UP, clean up allocations on exits by Denys Vlasenko · 6 years ago
- 050b0fe bc: do not allow "()" as a valid expression by Denys Vlasenko · 6 years ago
- cca79a0 bc: reorder functions, delete forward declarations, no code changes - part 2 by Denys Vlasenko · 6 years ago
- b0e3761 bc: reorder functions, delete forward declarations, no code changes by Denys Vlasenko · 6 years ago
- aad652a bc: remove unused strings by Denys Vlasenko · 6 years ago
- 452df92 bc: trivial simplification in bc_parse_return() by Denys Vlasenko · 6 years ago
- 657d6bb bc: fix "warning: 's' may be used uninitialized in this function" by Denys Vlasenko · 6 years ago
- bcb62a7 bc: code shrink by Denys Vlasenko · 6 years ago
- 6543758 bc: code shrink by Denys Vlasenko · 6 years ago
- f381a88 bc: make division operation interruptible by Denys Vlasenko · 6 years ago
- b3cb901 bc: use unsigned division by 10 instead of signed by Denys Vlasenko · 6 years ago
- 06fa65b bc: move ^C check fro power calculation to multiplication by Denys Vlasenko · 6 years ago
- b692c2f bc: bc_num_k(): move carry,i,j,len to inner scope by Denys Vlasenko · 6 years ago
- 0d7e46b bc: tweak error messages by Denys Vlasenko · 6 years ago
- 0064679 bc: fix inverted POSIXness test, improve messages, commonalize message strings by Denys Vlasenko · 6 years ago
- 5318f81 bc: print error line numbers by Denys Vlasenko · 6 years ago
- 08c033c bc: optimize pushing zero bytes to vectors by Denys Vlasenko · 6 years ago
- 0409ad3 bc: restore printing of script name on errors by Denys Vlasenko · 6 years ago
- 0ad36c4 bc: do not check for errors when parsing/running internal library by Denys Vlasenko · 6 years ago
- 24fb2cd bc: shrink error handling code by enabling tail-call optimization by Denys Vlasenko · 6 years ago
- f359e00 bc: make 2^1000000 interruptible faster by Denys Vlasenko · 6 years ago
- 68cc0a6 bc: remove tabs from internal library by Denys Vlasenko · 6 years ago
- 51fb8aa bc: store library in ASCII, shrink keyword parsing code by Denys Vlasenko · 6 years ago
- cb9a99f bc: drop bc_map_init() macro by Denys Vlasenko · 6 years ago
- 7d62801 bc: create a few common functions by Denys Vlasenko · 6 years ago
- d5f7703 bc: rewrite "BOOL * EXPR" idiom as if() statement by Denys Vlasenko · 6 years ago
- 17c5472 bc: switch to SA_RESTART signal handling by Denys Vlasenko · 6 years ago
- d70d4a0 bc: get rid of G.tty and G.flags by Denys Vlasenko · 6 years ago
- 9b70f19 bc: convert all status codes, remove bc_err_msgs[], bc_vm_error(), bc_vm_posixError() by Denys Vlasenko · 6 years ago
- 60cf747 bc: convert all non-POSIX BC_STATUS_foo codes by Denys Vlasenko · 6 years ago
- d38af48 bc: convert BC_STATUS_EXEC_SIGNAL - its message string was never used by Denys Vlasenko · 6 years ago
- abbc433 bc: convert BC_STATUS_PARSE_NO_AUTO by Denys Vlasenko · 6 years ago
- 04a1c76 bc: convert BC_STATUS_EXEC_MISMATCHED_PARAMS and BC_STATUS_EXEC_UNDEFINED_FUNC by Denys Vlasenko · 6 years ago
- a02f844 bc: BC_STATUS_VEC_ITEM_EXISTS is not a real error code, its message was never used by Denys Vlasenko · 6 years ago
- bc5ce66 bc: simplify bc_lex_comment() by Denys Vlasenko · 6 years ago
- c1c2470 bc: handle BIN_FILE and LEX_BAD_CHAR errors at the site of detection by Denys Vlasenko · 6 years ago
- d4744ad bc: eliminate BC_STATUS_INPUT_EOF by Denys Vlasenko · 6 years ago
- cfdc133 bc: handle "limits" and "quit" immediately at parse time by Denys Vlasenko · 6 years ago
- 01cabaf bc": drop unused error codes and strings by Denys Vlasenko · 6 years ago
- b8860a8 bc: remove "error ids": serve no useful purpose, error message should be explanatory enough by Denys Vlasenko · 6 years ago
- 1f67e93 bc: reduce forward declarations by Denys Vlasenko · 6 years ago
- d9d6655 bc: use smaller datatypes for limits, match GNU bc 'limits' output by Denys Vlasenko · 6 years ago
- 416ce76 bc: better handle optional args of bc_program_pushVar() by Denys Vlasenko · 6 years ago
- 9721f6c bc: tweak help text by Denys Vlasenko · 6 years ago
- a0c421c bc: simplify bc_vm_stdin() by Denys Vlasenko · 6 years ago
- 71e1fc6 bc: only check for ^C in bc_program_exec() main loop by Denys Vlasenko · 6 years ago
- df51539 bc: simpler calling convention for bc_read_file(), bc_program_search() by Denys Vlasenko · 6 years ago
- e3b4f23 bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never fail by Denys Vlasenko · 6 years ago
- a1d3ca2 bc: stop passing around pointers to G.prog, they are all constant by Denys Vlasenko · 6 years ago
- f6c1da5 bc: select parse_init() and parse_expr() using IS_BC, not function pointers by Denys Vlasenko · 6 years ago
- 785e4b3 bc: propagate fixed arguments into callees by Denys Vlasenko · 6 years ago
- ab3c568 bc: simplify ^C handling by Denys Vlasenko · 6 years ago
- 6d9146a bc: convert to "G trick" - this returns bc to zero bss increase by Denys Vlasenko · 6 years ago
- 5a9fef5 bc: simplify, and restore ^C, fix ^D handling by Denys Vlasenko · 6 years ago
- 00d7779 bc: simplify, stop testing for IO errors on every output by Denys Vlasenko · 6 years ago
- ef869ec bc: fix warnings, initial cleanups by Denys Vlasenko · 6 years ago
- 01055ba bc: new applet, throws warning by Gavin Howard · 6 years ago
- d08206d vi: correctly detect when a deletion empties the buffer by Ron Yorston · 6 years ago
- b733046 vi: code shrink by Denys Vlasenko · 6 years ago
- 836d0a7 vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search by Denys Vlasenko · 6 years ago
- 9a2b6dc libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too by Denys Vlasenko · 6 years ago
- 480c7e5 libbb: @ in "\x3@" is not a valid hex digit by Denys Vlasenko · 6 years ago
- c100535 cat,nl: fix handling of open errors by Denys Vlasenko · 6 years ago
- 75a1c87 awk: abort if NF set to negative value by Denys Vlasenko · 6 years ago
- 572dfb8 testsuite: check CONFIG_DESKTOP before using 'od -t' by Chen Qi · 6 years ago
- 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
- f4709d7 free: ensure there is a least one space between numbers by Denys Vlasenko · 6 years ago
- 31a04d9 docs: add embedded-scripts.txt by Ron Yorston · 6 years ago
- 403d257 tar: skip 'V' headers (GNU volume label), closes 11526 by Denys Vlasenko · 6 years ago
- e80d04b unlzma: fix too-eager corruption check by Denys Vlasenko · 6 years ago
- f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
- 2d21779 build system: prevent duplicate applet names by Ron Yorston · 6 years ago
- 7b42f8f Tweaks to build process for embedded scripts by Ron Yorston · 6 years ago
- dffc8ff tls: add ECDHE_PSK and remove ARIA cipher ids by Denys Vlasenko · 6 years ago
- 8a46c74 tls: add _anon_ cipher definitions by Denys Vlasenko · 6 years ago
- 2eb0429 tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher by Denys Vlasenko · 6 years ago
- 60f7840 tls: cipher 009D is not yet supported, don't test for it by Denys Vlasenko · 6 years ago
- d9f6c3b tls: speed up prf_hmac_sha256() by Denys Vlasenko · 6 years ago
- f69f207 libbb: add comment on sha384 by Denys Vlasenko · 6 years ago
- d4681c7 tls: simplify hmac_begin() by Denys Vlasenko · 6 years ago
- ca7cdd4 tls: add support for 8 more cipher ids - all tested to work by Denys Vlasenko · 6 years ago
- 838b88c tls: fix comments by Denys Vlasenko · 6 years ago
- 330d7f5 tls: add a comment on expanding list of supported ciphers by Denys Vlasenko · 6 years ago
- a6192f3 tls: do not leak RSA key by Denys Vlasenko · 6 years ago
- eb53d01 tls: code shrink by Denys Vlasenko · 6 years ago
- a33b008 tls: code shrink by Denys Vlasenko · 6 years ago
- be5ca42 tls: code shrink by Denys Vlasenko · 6 years ago
- 23d0d8c tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned source by Denys Vlasenko · 6 years ago
- ab3c5e4 tls: actually fill in CIPHER_ID3 value in hello message by Denys Vlasenko · 6 years ago