index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LICENSE
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-30
bc: tidying up, no logic changes
Denys Vlasenko
1
-43
/
+44
2018-12-29
bc: simplify representation of 0.5 in sqrt()
Denys Vlasenko
1
-10
/
+15
2018-12-29
bc: remove special-cased assignment to ibase, it works correctly with general...
Denys Vlasenko
1
-24
/
+19
2018-12-29
bc: more fixes for unusual input bases
Denys Vlasenko
3
-6
/
+81
2018-12-29
bc: fix handling of "digits" above 9
Denys Vlasenko
3
-19
/
+103
2018-12-28
config: dpkg_deb should be dpkg-deb
Denys Vlasenko
1
-1
/
+1
2018-12-28
config: more tweaks
Denys Vlasenko
6
-12
/
+7
2018-12-28
bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation
Denys Vlasenko
1
-1
/
+1
2018-12-28
config: add size information for three more applets
Denys Vlasenko
4
-5
/
+5
2018-12-28
bc: rename config options
Denys Vlasenko
4
-39
/
+33
2018-12-28
config: add size information for udhcpc
Denys Vlasenko
2
-5
/
+5
2018-12-28
config: update size information
Denys Vlasenko
262
-313
/
+321
2018-12-27
bc: rename functions common to bc and dc as xc_FOO()
Denys Vlasenko
1
-408
/
+397
2018-12-27
bc: G.prog.zero does not need initializing num[] vector
Denys Vlasenko
1
-2
/
+2
2018-12-27
randomconfig fixes
Denys Vlasenko
6
-12
/
+20
2018-12-26
bc: use ALIGN1 where appropriate
Denys Vlasenko
1
-4
/
+4
2018-12-26
bc: undo debugging change, add a small optimization
Denys Vlasenko
1
-2
/
+2
2018-12-26
bc: simple speedups
Denys Vlasenko
1
-1
/
+28
2018-12-26
bc: use '\0' insteads of 0xff (BC_PARSE_STREND) as name terminator
Denys Vlasenko
1
-24
/
+10
2018-12-26
bc: reduce indentation, no code changes
Denys Vlasenko
1
-824
/
+823
2018-12-26
bc: fix "bc only" build
Denys Vlasenko
1
-1
/
+1
2018-12-26
bc: fix "dc only" build
Denys Vlasenko
1
-1
/
+1
2018-12-26
bc: comment out code which appears to be never reached
Denys Vlasenko
1
-2
/
+3
2018-12-26
bc: remove all logic for multi-line buffering
Denys Vlasenko
1
-125
/
+19
2018-12-26
bc: prepare for char-by-char input handling
Denys Vlasenko
2
-237
/
+214
2018-12-26
bc: fix handling of comment/string interactions while buffering input
Denys Vlasenko
1
-38
/
+74
2018-12-25
bc: fix interactive handling of comments in strings and quotes in comments
Denys Vlasenko
2
-18
/
+34
2018-12-25
bc: simplify input pointer manipulation while lexing
Denys Vlasenko
1
-60
/
+55
2018-12-25
bc: fold struct BcLex into BcParse
Denys Vlasenko
1
-267
/
+262
2018-12-25
bc: move BcLex::lex member to be the first in struct globals
Denys Vlasenko
1
-65
/
+65
2018-12-25
bc: rename some members and macros, no code changes
Denys Vlasenko
1
-129
/
+129
2018-12-25
bc: shorten error messages
Denys Vlasenko
1
-8
/
+8
2018-12-25
bc: make it clear that the code is adapted
Gavin Howard
1
-2
/
+4
2018-12-25
dc: add two tests
Denys Vlasenko
1
-0
/
+10
2018-12-25
bc: stop passing a pointer to G.prs down the call chain
Denys Vlasenko
1
-327
/
+374
2018-12-25
bc: make zbc_program_read() and zdc_program_execStr() use G.prs
Denys Vlasenko
1
-46
/
+41
2018-12-25
bc: fix interactive read()
Denys Vlasenko
1
-25
/
+26
2018-12-25
bc: add code to detect errors like "print 1 print 2"
Denys Vlasenko
1
-10
/
+39
2018-12-25
bc: allow {break} and {continue} (allow RBRACE to terminate them)
Denys Vlasenko
2
-14
/
+11
2018-12-25
bc: shrink parsing code a bit more, disallow "auto a b c" (without commas)
Denys Vlasenko
1
-24
/
+22
2018-12-25
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
1
-20
/
+32
2018-12-25
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
1
-5
/
+9
2018-12-25
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
1
-16
/
+20
2018-12-24
bc: BC_RESULT_ONE is bc-specific
Denys Vlasenko
1
-84
/
+84
2018-12-24
bc: partially deinline BC_PARSE_LEAF() macro
Denys Vlasenko
1
-17
/
+27
2018-12-24
bc: rename lexer variables, use smallints where appropriate
Denys Vlasenko
1
-157
/
+155
2018-12-24
bc: fix "bc -s" only warning on "define f()<newline>", not exiting
Denys Vlasenko
1
-1
/
+3
2018-12-24
bc: POSIX error/warn functions can be 'z' functions too
Denys Vlasenko
1
-36
/
+42
2018-12-24
bc: remove unnecessary NULL initializers
Denys Vlasenko
1
-16
/
+20
2018-12-24
bc: move relational LEXs before math LEXs - shorten dc_LEX_to_INST[]
Denys Vlasenko
1
-42
/
+39
[next]