oweals/busybox.git
2018-12-25 Denys Vlasenkobc: simplify bc_parse_expr_empty_ok()
2018-12-24 Denys Vlasenkobc: BC_RESULT_ONE is bc-specific
2018-12-24 Denys Vlasenkobc: partially deinline BC_PARSE_LEAF() macro
2018-12-24 Denys Vlasenkobc: rename lexer variables, use smallints where appropriate
2018-12-24 Denys Vlasenkobc: fix "bc -s" only warning on "define f()<newline...
2018-12-24 Denys Vlasenkobc: POSIX error/warn functions can be 'z' functions too
2018-12-24 Denys Vlasenkobc: remove unnecessary NULL initializers
2018-12-24 Denys Vlasenkobc: move relational LEXs before math LEXs - shorten...
2018-12-24 Denys Vlasenkobc: offset dc_LEX_to_INST[] start
2018-12-24 Denys Vlasenkobc: rename BC_LEX_NLINE/WHITESPACE/STR/NAME/NUMBER...
2018-12-24 Denys Vlasenkobc: separate many bc and dc LEX constants
2018-12-24 Denys Vlasenkobc: rename several BC_LEX_OPs to XC_LEX_OPs.
2018-12-24 Denys Vlasenkobc: move BC_LEX_OP_INC/DEC to the end of operation...
2018-12-24 Denys Vlasenkobc: rename BC_LEXs to XC_LEXs for common constants...
2018-12-24 Denys Vlasenkobc: move functions/macros around, no code changes
2018-12-24 Denys Vlasenkobc: rename common INST constants to XC_, dc-specific...
2018-12-24 Denys Vlasenkodc: without -x, do not parse extended regs: 's p' means...
2018-12-24 Denys Vlasenkobc: fix incorrect bit in BC_PARSE_EXPRS_BITS: 'limits...
2018-12-23 Denys Vlasenkobc: for "dc only" remove handling of LAST, move OBASE...
2018-12-22 Denys Vlasenkobc: fix empty lines in dc generating "bad token" message
2018-12-22 Denys Vlasenkobc: shrink modular exponentiation code
2018-12-22 Denys Vlasenkobc: do not yet allow 2^2.1
2018-12-22 Denys Vlasenkobc: avoid having to twiddle b->neg in zbc_num_p()
2018-12-22 Denys Vlasenkobc: do not disallow powers to N.0000 degree - it's...
2018-12-22 Denys Vlasenkobc: shrink zbc_num_ulong()
2018-12-22 Denys Vlasenkobc: make long-running dc drop data it does not need...
2018-12-22 Denys Vlasenkobc: unbreak "z function" macro machinery
2018-12-22 Denys Vlasenkodc: unbreak interactive mode - was trying to get next...
2018-12-22 Denys Vlasenkobc: move zbc_lex_next() out of zdc_parse_string() and...
2018-12-22 Denys Vlasenkobc: shorten sanity-check code
2018-12-22 Denys Vlasenkobc: fold single-callsite functions into callers, common...
2018-12-22 Denys Vlasenkobc: zcommon_parse_expr() has only one user, fold it in
2018-12-22 Denys Vlasenkobc: zcommon_parse_expr() lost its flags argument
2018-12-22 Denys Vlasenkobc: stop using BC_PARSE_NOCALL in dc code
2018-12-22 Denys Vlasenkobc: unbreak read(), remove checks for nested read()
2018-12-21 Denys Vlasenkobc: code shrink
2018-12-21 Denys Vlasenkobc: rename BcInstPtr::idx and ::len
2018-12-21 Denys Vlasenkobc: remove unnecessary initializations
2018-12-21 Denys Vlasenkobc: use non-allocated BcNum's where appropriate
2018-12-21 Denys Vlasenkobc: optimize bc_vec_push() usage
2018-12-21 Denys Vlasenkobc: fix for() to not leave data on stack
2018-12-21 Denys Vlasenkobc: fix infinite state growth for "yes 1 | bc" case
2018-12-20 Denys Vlasenkobc: fix comment
2018-12-20 Denys Vlasenkobc: for(;;) fix from upstream
2018-12-20 Denys Vlasenkobc: shrink bc_program_add_fn()
2018-12-20 Denys Vlasenkobc: "dc only" config does not need G.prog.fn_map
2018-12-20 Denys Vlasenkobc: fix keyword matching to not think "ifz" is the...
2018-12-20 Denys Vlasenkobc: shrink "dc only" code by dropping unused structure...
2018-12-19 Denys Vlasenkobc: shorten bc_program_addFunc()
2018-12-19 Denys Vlasenkobc: fix "dc only" and "bc only" configs
2018-12-19 Denys Vlasenkobc: rename dc-specific functions, simplify zdc_program_...
2018-12-19 Denys Vlasenkobc: rename zbc_parse_string->bc_parse_pushSTR, do not...
2018-12-19 Denys Vlasenkobc: avoid bc_vec_item() calls in bc_vm_run()
2018-12-19 Denys Vlasenkobc: avoid bc_vec_item() calls in bc_array_copy()
2018-12-19 Denys Vlasenkobc: avoid successive bc_vec_item(&func->autos, i)
2018-12-19 Denys Vlasenkobc: remove unnecessary union use
2018-12-19 Denys Vlasenkobc: "unsigned_n > 0" is shorter code than "unsigned_n...
2018-12-19 Denys Vlasenkobc: open-code bc_parse_updateFunc() macro
2018-12-19 Denys Vlasenkobc: make bc_program_addFunc() return new idx, untangle...
2018-12-19 Denys Vlasenkobc: "reload stack only after insts" change missed a...
2018-12-19 Denys Vlasenkobc: rename a few functions
2018-12-19 Denys Vlasenkobc: remove redundant strdup+free in zbc_parse_call()
2018-12-19 Denys Vlasenkobc: delete G.prog.strmb for real
2018-12-19 Denys Vlasenkobc: in execution loop, reload stack only after insts...
2018-12-18 Denys Vlasenkobc: simplify bc_array_expand()
2018-12-18 Denys Vlasenkobc: code shrink
2018-12-18 Denys Vlasenkobc: code shrink
2018-12-18 Denys Vlasenkobc: shrink bc_program_pushVar()
2018-12-18 Denys Vlasenkobc: get rid of G.prog.ob, G.prog.strmb
2018-12-18 Denys Vlasenkobc: do not show -i in --help, it's a NOP (for now)
2018-12-18 Denys Vlasenkobc: style edit, no code changes
2018-12-18 Denys Vlasenkobc: shrink bc_program_index()
2018-12-18 Denys Vlasenkobc: fix "echo -n '#foo' | bc" not eating last 'o'
2018-12-18 Denys Vlasenkobc: shrink zdc_parse_expr()
2018-12-18 Denys Vlasenkobc: optimize zbc_lex_string()
2018-12-18 Denys Vlasenkobc: shrink zdc_lex_string()
2018-12-18 Denys Vlasenkobc: another for() loop simplified
2018-12-18 Denys Vlasenkobc: simplify another for() loop
2018-12-18 Denys Vlasenkobc: rewrite more for() loops
2018-12-18 Denys Vlasenkobc: rewrite another for() loop
2018-12-18 Denys Vlasenkobc: replace signed division / 10 by unsigned
2018-12-18 Denys Vlasenkobc: rewrite bc_num_compare() to be readable
2018-12-18 Denys Vlasenkobc: fold zbc_num_stream() into its single caller
2018-12-18 Denys Vlasenkobc: get rid of BcNum BcProgram::ib,hexb
2018-12-18 Denys Vlasenkobc: fixes to bugs found while testing 64-bit build
2018-12-18 Denys Vlasenkobc: fixed from 64-bit compile
2018-12-17 Denys Vlasenkoudhcpc: check that 4-byte options are indeed 4-byte...
2018-12-17 Denys Vlasenkobc: remove "error after expression parsing" check
2018-12-17 Denys Vlasenkobc: tighten up input NUL handling
2018-12-17 Denys Vlasenkobc: simplify zdc_parse_string()
2018-12-17 Denys Vlasenkobc: use common strings
2018-12-17 Denys Vlasenkobc: tidy up "z-function" macro machinery
2018-12-17 Denys Vlasenkobc: parse file arguments piecemeal (do not read entire...
2018-12-17 Denys Vlasenkobc: move fflush to the _actual_ execution loop
2018-12-16 Denys Vlasenkobc: fix typo: defone -> define
2018-12-16 Denys Vlasenkobc: factor out common code
2018-12-16 Denys Vlasenkobc: remove use of "BcInstPtr ip" object from loop parsing
2018-12-16 Denys Vlasenkobc: store only index in p->exits, it's the only thing...
2018-12-16 Denys Vlasenkobc: p->exits.func is never zero, do not check for that
2018-12-16 Denys Vlasenkobc: remove redundant JUMP generation when parsing ...
next