aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bc: simplify BC_INST_JUMP[_ZERO] handlingDenys Vlasenko2018-12-151-9/+12
* bc: rewrite "block flag stack" using simple realloc'ed byte arrayDenys Vlasenko2018-12-151-20/+23
* bc: drop zbc_parse_endBody() bool parameter, move its code to caller which us...Denys Vlasenko2018-12-141-14/+9
* bc: shorten one message, make defines more readableDenys Vlasenko2018-12-141-51/+38
* bc: pull zbc_lex_next() call out of zbc_parse_operator() into one caller that...Denys Vlasenko2018-12-141-16/+8
* bx: add more debug scaffoldingDenys Vlasenko2018-12-141-4/+21
* bc: convert macro bc_parse_push() to function, add debug infrastructureDenys Vlasenko2018-12-141-11/+53
* bc: rename zbc_parse_text() to ..._init(), reuse existing code for library pa...Denys Vlasenko2018-12-141-14/+6
* bc: compress two constant arguments of bc_lex_assign() to oneDenys Vlasenko2018-12-141-9/+20
* bc: remove stale comment, empty lines, regularize comment styleDenys Vlasenko2018-12-141-44/+34
* bc: tweak bc_num_parseDecimal() for readability, logic is not changedDenys Vlasenko2018-12-141-3/+3
* bc: shrink s() in library againDenys Vlasenko2018-12-141-6/+2
* bc: yet another library shrinkDenys Vlasenko2018-12-141-1/+1
* bc: shrink internal library yet moreDenys Vlasenko2018-12-141-1/+1
* bc: shrink internal library moreDenys Vlasenko2018-12-141-2/+8
* bc: shrink internal libraryDenys Vlasenko2018-12-141-20/+14
* bc: group ENABLE_BC code a bit better, no logic changesDenys Vlasenko2018-12-141-73/+71
* bc: fix "dc only" bugDenys Vlasenko2018-12-131-2/+1
* bc: unbreak "only bc" and "only dc" configsDenys Vlasenko2018-12-131-5/+6
* bc: simplify bc_lex_whitespace()Denys Vlasenko2018-12-131-2/+6
* bc: G.sbgn and G.send are unused, remove themDenys Vlasenko2018-12-131-8/+2
* bc: simplify filename saving in zbc_vm_file()Denys Vlasenko2018-12-131-4/+7
* bc: do not append duplicate NUL, reduce indentation in bc_read_line()Denys Vlasenko2018-12-131-53/+52
* bc: change bc_read_line() and zbc_vm_stdin() to avoid double buffersDenys Vlasenko2018-12-131-27/+34
* bc: further simplification in zbc_vm_stdin()Denys Vlasenko2018-12-131-35/+34
* bc: fix another thinkoDenys Vlasenko2018-12-131-3/+2
* bc: fix a thinko: dc uses [] string delimiters, bot bc!Denys Vlasenko2018-12-131-2/+2
* bc: fix comment handlingDenys Vlasenko2018-12-131-2/+5
* bc: further zbc_vm_stdin() optimizationsDenys Vlasenko2018-12-131-10/+7
* bc: shrink zbc_vm_stdin()Denys Vlasenko2018-12-131-11/+13
* bc: trim config help text, add a few comments, no code changesDenys Vlasenko2018-12-131-50/+38
* bc: unbreak CONFIG_FEATURE_BC_SIGNALS=y configDenys Vlasenko2018-12-121-1/+1
* bc: remove lexer function pointerDenys Vlasenko2018-12-121-34/+20
* bc: remove parse function pointerDenys Vlasenko2018-12-121-14/+19
* bc: convert two more functions to "z" logicDenys Vlasenko2018-12-121-10/+16
* bc: remove BC_STATUS_EOF (again), the condition is detectable as len==0Denys Vlasenko2018-12-121-19/+9
* dc: fix EOF handling in case of last line being incompleteDenys Vlasenko2018-12-121-1/+3
* bc: further conversions to "z" logicDenys Vlasenko2018-12-121-27/+40
* bc: optimize bc_parse_pushIndex()Denys Vlasenko2018-12-121-7/+14
* bc: convert even more of lexer functions to "z" conventionDenys Vlasenko2018-12-121-112/+114
* bc: convert even more of lexer functions to "z" conventionDenys Vlasenko2018-12-121-148/+121
* bc: convert more of lexer functions to "z" conventionDenys Vlasenko2018-12-121-137/+137
* bc: partially convert lexer functions to "z" conventionDenys Vlasenko2018-12-121-118/+148
* bc: code shrink in bc_num_cmp()Denys Vlasenko2018-12-121-14/+12
* bc: simplify zbc_program_logical()Denys Vlasenko2018-12-121-11/+10
* bc: simplify nested read() checkDenys Vlasenko2018-12-121-7/+7
* bc: in non-interactive config, POSIX error functions never return nonzeroDenys Vlasenko2018-12-111-135/+16
* bc: use common_parse_init() in bc_vm_init()Denys Vlasenko2018-12-111-5/+1
* bc: fix EOF handling in bc_program_read()Denys Vlasenko2018-12-111-9/+11
* bc: tweak commentDenys Vlasenko2018-12-111-1/+2