index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-12-28
config: more tweaks
Denys Vlasenko
2018-12-28
bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation
Denys Vlasenko
2018-12-28
config: add size information for three more applets
Denys Vlasenko
2018-12-28
bc: rename config options
Denys Vlasenko
2018-12-28
config: add size information for udhcpc
Denys Vlasenko
2018-12-28
config: update size information
Denys Vlasenko
2018-12-27
bc: rename functions common to bc and dc as xc_FOO()
Denys Vlasenko
2018-12-27
bc: G.prog.zero does not need initializing num[] vector
Denys Vlasenko
2018-12-27
randomconfig fixes
Denys Vlasenko
2018-12-26
bc: use ALIGN1 where appropriate
Denys Vlasenko
2018-12-26
bc: undo debugging change, add a small optimization
Denys Vlasenko
2018-12-26
bc: simple speedups
Denys Vlasenko
2018-12-26
bc: use '\0' insteads of 0xff (BC_PARSE_STREND) as name terminator
Denys Vlasenko
2018-12-26
bc: reduce indentation, no code changes
Denys Vlasenko
2018-12-26
bc: fix "bc only" build
Denys Vlasenko
2018-12-26
bc: fix "dc only" build
Denys Vlasenko
2018-12-26
bc: comment out code which appears to be never reached
Denys Vlasenko
2018-12-26
bc: remove all logic for multi-line buffering
Denys Vlasenko
2018-12-26
bc: prepare for char-by-char input handling
Denys Vlasenko
2018-12-26
bc: fix handling of comment/string interactions while buffering input
Denys Vlasenko
2018-12-25
bc: fix interactive handling of comments in strings and quotes in comments
Denys Vlasenko
2018-12-25
bc: simplify input pointer manipulation while lexing
Denys Vlasenko
2018-12-25
bc: fold struct BcLex into BcParse
Denys Vlasenko
2018-12-25
bc: move BcLex::lex member to be the first in struct globals
Denys Vlasenko
2018-12-25
bc: rename some members and macros, no code changes
Denys Vlasenko
2018-12-25
bc: shorten error messages
Denys Vlasenko
2018-12-25
bc: make it clear that the code is adapted
Gavin Howard
2018-12-25
dc: add two tests
Denys Vlasenko
2018-12-25
bc: stop passing a pointer to G.prs down the call chain
Denys Vlasenko
2018-12-25
bc: make zbc_program_read() and zdc_program_execStr() use G.prs
Denys Vlasenko
2018-12-25
bc: fix interactive read()
Denys Vlasenko
2018-12-25
bc: add code to detect errors like "print 1 print 2"
Denys Vlasenko
2018-12-25
bc: allow {break} and {continue} (allow RBRACE to terminate them)
Denys Vlasenko
2018-12-25
bc: shrink parsing code a bit more, disallow "auto a b c" (without commas)
Denys Vlasenko
2018-12-25
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
2018-12-25
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
2018-12-25
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
2018-12-24
bc: BC_RESULT_ONE is bc-specific
Denys Vlasenko
2018-12-24
bc: partially deinline BC_PARSE_LEAF() macro
Denys Vlasenko
2018-12-24
bc: rename lexer variables, use smallints where appropriate
Denys Vlasenko
2018-12-24
bc: fix "bc -s" only warning on "define f()<newline>", not exiting
Denys Vlasenko
2018-12-24
bc: POSIX error/warn functions can be 'z' functions too
Denys Vlasenko
2018-12-24
bc: remove unnecessary NULL initializers
Denys Vlasenko
2018-12-24
bc: move relational LEXs before math LEXs - shorten dc_LEX_to_INST[]
Denys Vlasenko
2018-12-24
bc: offset dc_LEX_to_INST[] start
Denys Vlasenko
2018-12-24
bc: rename BC_LEX_NLINE/WHITESPACE/STR/NAME/NUMBER to XC_LEX_
Denys Vlasenko
2018-12-24
bc: separate many bc and dc LEX constants
Denys Vlasenko
2018-12-24
bc: rename several BC_LEX_OPs to XC_LEX_OPs.
Denys Vlasenko
2018-12-24
bc: move BC_LEX_OP_INC/DEC to the end of operation LEX constants
Denys Vlasenko
2018-12-24
bc: rename BC_LEXs to XC_LEXs for common constants, and to DC_LEXs for dc-spe...
Denys Vlasenko
[prev]
[next]