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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to 1.30.0
1_30_0
Denys Vlasenko
2018-12-30
1
-1
/
+1
*
bc: tidying up, no logic changes
Denys Vlasenko
2018-12-30
1
-43
/
+44
*
bc: simplify representation of 0.5 in sqrt()
Denys Vlasenko
2018-12-29
1
-10
/
+15
*
bc: remove special-cased assignment to ibase, it works correctly with general...
Denys Vlasenko
2018-12-29
1
-24
/
+19
*
bc: more fixes for unusual input bases
Denys Vlasenko
2018-12-29
3
-6
/
+81
*
bc: fix handling of "digits" above 9
Denys Vlasenko
2018-12-29
3
-19
/
+103
*
config: dpkg_deb should be dpkg-deb
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
config: more tweaks
Denys Vlasenko
2018-12-28
6
-12
/
+7
*
bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
config: add size information for three more applets
Denys Vlasenko
2018-12-28
4
-5
/
+5
*
bc: rename config options
Denys Vlasenko
2018-12-28
4
-39
/
+33
*
config: add size information for udhcpc
Denys Vlasenko
2018-12-28
2
-5
/
+5
*
config: update size information
Denys Vlasenko
2018-12-28
262
-313
/
+321
*
bc: rename functions common to bc and dc as xc_FOO()
Denys Vlasenko
2018-12-27
1
-408
/
+397
*
bc: G.prog.zero does not need initializing num[] vector
Denys Vlasenko
2018-12-27
1
-2
/
+2
*
randomconfig fixes
Denys Vlasenko
2018-12-27
6
-12
/
+20
*
bc: use ALIGN1 where appropriate
Denys Vlasenko
2018-12-26
1
-4
/
+4
*
bc: undo debugging change, add a small optimization
Denys Vlasenko
2018-12-26
1
-2
/
+2
*
bc: simple speedups
Denys Vlasenko
2018-12-26
1
-1
/
+28
*
bc: use '\0' insteads of 0xff (BC_PARSE_STREND) as name terminator
Denys Vlasenko
2018-12-26
1
-24
/
+10
*
bc: reduce indentation, no code changes
Denys Vlasenko
2018-12-26
1
-824
/
+823
*
bc: fix "bc only" build
Denys Vlasenko
2018-12-26
1
-1
/
+1
*
bc: fix "dc only" build
Denys Vlasenko
2018-12-26
1
-1
/
+1
*
bc: comment out code which appears to be never reached
Denys Vlasenko
2018-12-26
1
-2
/
+3
*
bc: remove all logic for multi-line buffering
Denys Vlasenko
2018-12-26
1
-125
/
+19
*
bc: prepare for char-by-char input handling
Denys Vlasenko
2018-12-26
2
-237
/
+214
*
bc: fix handling of comment/string interactions while buffering input
Denys Vlasenko
2018-12-26
1
-38
/
+74
*
bc: fix interactive handling of comments in strings and quotes in comments
Denys Vlasenko
2018-12-25
2
-18
/
+34
*
bc: simplify input pointer manipulation while lexing
Denys Vlasenko
2018-12-25
1
-60
/
+55
*
bc: fold struct BcLex into BcParse
Denys Vlasenko
2018-12-25
1
-267
/
+262
*
bc: move BcLex::lex member to be the first in struct globals
Denys Vlasenko
2018-12-25
1
-65
/
+65
*
bc: rename some members and macros, no code changes
Denys Vlasenko
2018-12-25
1
-129
/
+129
*
bc: shorten error messages
Denys Vlasenko
2018-12-25
1
-8
/
+8
*
bc: make it clear that the code is adapted
Gavin Howard
2018-12-25
1
-2
/
+4
*
dc: add two tests
Denys Vlasenko
2018-12-25
1
-0
/
+10
*
bc: stop passing a pointer to G.prs down the call chain
Denys Vlasenko
2018-12-25
1
-327
/
+374
*
bc: make zbc_program_read() and zdc_program_execStr() use G.prs
Denys Vlasenko
2018-12-25
1
-46
/
+41
*
bc: fix interactive read()
Denys Vlasenko
2018-12-25
1
-25
/
+26
*
bc: add code to detect errors like "print 1 print 2"
Denys Vlasenko
2018-12-25
1
-10
/
+39
*
bc: allow {break} and {continue} (allow RBRACE to terminate them)
Denys Vlasenko
2018-12-25
2
-14
/
+11
*
bc: shrink parsing code a bit more, disallow "auto a b c" (without commas)
Denys Vlasenko
2018-12-25
1
-24
/
+22
*
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
2018-12-25
1
-20
/
+32
*
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
2018-12-25
1
-5
/
+9
*
bc: simplify bc_parse_expr_empty_ok()
Denys Vlasenko
2018-12-25
1
-16
/
+20
*
bc: BC_RESULT_ONE is bc-specific
Denys Vlasenko
2018-12-24
1
-84
/
+84
*
bc: partially deinline BC_PARSE_LEAF() macro
Denys Vlasenko
2018-12-24
1
-17
/
+27
*
bc: rename lexer variables, use smallints where appropriate
Denys Vlasenko
2018-12-24
1
-157
/
+155
*
bc: fix "bc -s" only warning on "define f()<newline>", not exiting
Denys Vlasenko
2018-12-24
1
-1
/
+3
*
bc: POSIX error/warn functions can be 'z' functions too
Denys Vlasenko
2018-12-24
1
-36
/
+42
*
bc: remove unnecessary NULL initializers
Denys Vlasenko
2018-12-24
1
-16
/
+20
[next]