summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bc: support ibase up to 36 (GNU compat)Denys Vlasenko2018-12-312-19/+36
* bc: fold xc_lex_more_input() into peek_inbuf()Denys Vlasenko2018-12-311-22/+9
* pmap: make 32-bit version work better on 64-bit kernelsDenys Vlasenko2018-12-313-6/+17
* make_single_applets.sh: fix for BSS trickDenys Vlasenko2018-12-311-0/+10
* Start 1.31.0 development cycleDenys Vlasenko2018-12-301-2/+2
* Bump version to 1.30.01_30_0Denys Vlasenko2018-12-301-1/+1
* bc: tidying up, no logic changesDenys Vlasenko2018-12-301-43/+44
* bc: simplify representation of 0.5 in sqrt()Denys Vlasenko2018-12-291-10/+15
* bc: remove special-cased assignment to ibase, it works correctly with general...Denys Vlasenko2018-12-291-24/+19
* bc: more fixes for unusual input basesDenys Vlasenko2018-12-293-6/+81
* bc: fix handling of "digits" above 9Denys Vlasenko2018-12-293-19/+103
* config: dpkg_deb should be dpkg-debDenys Vlasenko2018-12-281-1/+1
* config: more tweaksDenys Vlasenko2018-12-286-12/+7
* bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operationDenys Vlasenko2018-12-281-1/+1
* config: add size information for three more appletsDenys Vlasenko2018-12-284-5/+5
* bc: rename config optionsDenys Vlasenko2018-12-284-39/+33
* config: add size information for udhcpcDenys Vlasenko2018-12-282-5/+5
* config: update size informationDenys Vlasenko2018-12-28262-313/+321
* bc: rename functions common to bc and dc as xc_FOO()Denys Vlasenko2018-12-271-408/+397
* bc: G.prog.zero does not need initializing num[] vectorDenys Vlasenko2018-12-271-2/+2
* randomconfig fixesDenys Vlasenko2018-12-276-12/+20
* bc: use ALIGN1 where appropriateDenys Vlasenko2018-12-261-4/+4
* bc: undo debugging change, add a small optimizationDenys Vlasenko2018-12-261-2/+2
* bc: simple speedupsDenys Vlasenko2018-12-261-1/+28
* bc: use '\0' insteads of 0xff (BC_PARSE_STREND) as name terminatorDenys Vlasenko2018-12-261-24/+10
* bc: reduce indentation, no code changesDenys Vlasenko2018-12-261-824/+823
* bc: fix "bc only" buildDenys Vlasenko2018-12-261-1/+1
* bc: fix "dc only" buildDenys Vlasenko2018-12-261-1/+1
* bc: comment out code which appears to be never reachedDenys Vlasenko2018-12-261-2/+3
* bc: remove all logic for multi-line bufferingDenys Vlasenko2018-12-261-125/+19
* bc: prepare for char-by-char input handlingDenys Vlasenko2018-12-262-237/+214
* bc: fix handling of comment/string interactions while buffering inputDenys Vlasenko2018-12-261-38/+74
* bc: fix interactive handling of comments in strings and quotes in commentsDenys Vlasenko2018-12-252-18/+34
* bc: simplify input pointer manipulation while lexingDenys Vlasenko2018-12-251-60/+55
* bc: fold struct BcLex into BcParseDenys Vlasenko2018-12-251-267/+262
* bc: move BcLex::lex member to be the first in struct globalsDenys Vlasenko2018-12-251-65/+65
* bc: rename some members and macros, no code changesDenys Vlasenko2018-12-251-129/+129
* bc: shorten error messagesDenys Vlasenko2018-12-251-8/+8
* bc: make it clear that the code is adaptedGavin Howard2018-12-251-2/+4
* dc: add two testsDenys Vlasenko2018-12-251-0/+10
* bc: stop passing a pointer to G.prs down the call chainDenys Vlasenko2018-12-251-327/+374
* bc: make zbc_program_read() and zdc_program_execStr() use G.prsDenys Vlasenko2018-12-251-46/+41
* bc: fix interactive read()Denys Vlasenko2018-12-251-25/+26
* bc: add code to detect errors like "print 1 print 2"Denys Vlasenko2018-12-251-10/+39
* bc: allow {break} and {continue} (allow RBRACE to terminate them)Denys Vlasenko2018-12-252-14/+11
* bc: shrink parsing code a bit more, disallow "auto a b c" (without commas)Denys Vlasenko2018-12-251-24/+22
* bc: simplify bc_parse_expr_empty_ok()Denys Vlasenko2018-12-251-20/+32
* bc: simplify bc_parse_expr_empty_ok()Denys Vlasenko2018-12-251-5/+9
* bc: simplify bc_parse_expr_empty_ok()Denys Vlasenko2018-12-251-16/+20
* bc: BC_RESULT_ONE is bc-specificDenys Vlasenko2018-12-241-84/+84