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
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
17
-166
/
+274
|
\
|
*
typo fix
Denys Vlasenko
2015-10-13
1
-1
/
+1
|
*
hush: code shrink
Denys Vlasenko
2015-10-11
1
-4
/
+1
|
*
ash: shrink umask code
Denys Vlasenko
2015-10-10
1
-9
/
+7
|
*
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-09
1
-11
/
+14
|
*
ash: "you have mail" should ignore first change in mtime
Denys Vlasenko
2015-10-09
1
-1
/
+2
|
*
ash: simplify "you have mail" code
Denys Vlasenko
2015-10-09
1
-14
/
+11
|
*
ash: make dowait() a bit more readable. Logic is unchanged
Denys Vlasenko
2015-10-09
1
-31
/
+27
|
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
3
-3
/
+3
|
*
ash: use a more typical form of "print four octal digits" format
Denys Vlasenko
2015-10-07
1
-1
/
+1
|
*
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-07
2
-4
/
+6
|
*
ash: shrink "umask -S" code
Denys Vlasenko
2015-10-07
1
-17
/
+14
|
*
hush: fix umask: umask(022) was setting umask(755)
Denys Vlasenko
2015-10-07
2
-25
/
+21
|
*
ash: a bunch of trivial simplifications
Denys Vlasenko
2015-10-07
1
-35
/
+37
|
*
ash: fix slash treatment in expmeta
Ron Yorston
2015-09-04
1
-10
/
+13
|
*
hush: fix a nommu bug where a part of function body is lost if run in a pipe
Denys Vlasenko
2015-09-04
3
-10
/
+42
|
*
ash,hush: add a test which fails for ash since commit 549deab
Denys Vlasenko
2015-09-04
4
-0
/
+8
|
*
ash: add tests adapted from hush glob tests. glob2.tests currently fails
Denys Vlasenko
2015-09-04
8
-0
/
+76
*
|
ash: preserve environment variables with invalid characters
Ron Yorston
2015-10-01
1
-8
/
+24
*
|
ash: replace invalid characters in variable names with '_'
Ron Yorston
2015-09-30
1
-2
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-08-04
1
-1
/
+1
|
\
|
|
*
libbb: add a function to make a copy of a region of memory
Ron Yorston
2015-07-19
1
-1
/
+1
*
|
ash: don't convert path delimiters for certain environment variables
Ron Yorston
2015-07-30
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
6
-46
/
+6
|
\
|
|
*
ash: use alloca to get rid of setjmp
Ron Yorston
2015-07-13
1
-34
/
+2
|
*
fix file mode
Denys Vlasenko
2015-07-13
1
-0
/
+0
|
*
ash: remove parsebackquote flag
Ron Yorston
2015-07-13
3
-7
/
+3
|
*
Removes stray empty line from code
Maninder Singh
2015-07-13
3
-4
/
+0
|
*
typo fixes
Maninder Singh
2015-05-25
1
-1
/
+1
*
|
ash: store pointers to be fixed as pointers, not int
Ron Yorston
2015-07-14
1
-14
/
+16
*
|
ash: add winxp option
Ron Yorston
2015-06-05
1
-6
/
+13
*
|
ash: skip PATH if executable and command are both busybox
Ron Yorston
2015-06-02
1
-0
/
+21
*
|
ash: seek to EOF when file is opened for append
Ron Yorston
2015-05-28
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
44
-222
/
+241
|
\
|
|
*
hush: add recent ash tests to hush testsuite too (they all pass for hush)
Denys Vlasenko
2015-05-18
18
-0
/
+29
|
*
testsuite: add some tests for ash
Ron Yorston
2015-05-18
10
-0
/
+15
|
*
ash: fix breakage of ${v/pat/str}
Ron Yorston
2015-05-18
1
-51
/
+28
|
*
ash: move parse-time quote flag detection to run-time
Ron Yorston
2015-05-18
5
-98
/
+72
|
*
ash: remove arithmetic expansion collapsing at parse time
Ron Yorston
2015-05-18
3
-12
/
+11
|
*
ash: remove superfluous code in arithmetic mode
Ron Yorston
2015-05-18
1
-5
/
+2
|
*
ash: do not expand tilde in parameter expansion within quotes
Ron Yorston
2015-05-18
3
-5
/
+6
|
*
ash: perform tilde expansion in all parameter expansion words
Ron Yorston
2015-05-18
3
-2
/
+5
|
*
ash: code shrink around varvalue
Ron Yorston
2015-05-18
1
-46
/
+38
|
*
ash: explain what "local -" does
Denys Vlasenko
2015-05-13
1
-1
/
+2
|
*
ash: consider "local -" case while iterating over local variables in mklocal.
Eugene Rudoy
2015-05-13
1
-1
/
+1
|
*
libbb: remove unnecessary argument to nonblock_immune_read
Ron Yorston
2015-04-20
1
-3
/
+3
|
*
hush: document buggy handling of duplicate "local"
Denys Vlasenko
2015-04-18
2
-0
/
+6
|
*
ash: fix handling of duplicate "local"
Denys Vlasenko
2015-04-18
4
-17
/
+42
*
|
ash: skip poll in read built-in
Ron Yorston
2015-03-24
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-23
1
-3
/
+0
|
\
|
[next]