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
...
|
*
ash: move ifsbreakup() and ifsfree() up
Denys Vlasenko
2016-10-27
1
-110
/
+110
|
*
ash: partially sync with dash on "fork if traps are set" logic
Denys Vlasenko
2016-10-27
1
-5
/
+6
|
*
ash: [SHELL] Expand ENV before using it
Denys Vlasenko
2016-10-27
2
-10
/
+8
*
|
Post-merge fix
Ron Yorston
2016-10-27
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-10-27
15
-157
/
+169
|
\
|
|
*
ash: comment tweaks, no code changes
Denys Vlasenko
2016-10-27
1
-7
/
+12
|
*
ash: optimize tryexec(): avoid one allocation
Denys Vlasenko
2016-10-26
1
-20
/
+11
|
*
ash: [CD] Lookup PWD after going through CDPATH
Denys Vlasenko
2016-10-26
1
-10
/
+10
|
*
ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc
Denys Vlasenko
2016-10-26
1
-4
/
+2
|
*
ash: [VAR] Remove setvarsafe
Denys Vlasenko
2016-10-26
1
-50
/
+20
|
*
ash: use shellparam.optind/optoff in getopts() directly, not through pointers
Denys Vlasenko
2016-10-26
1
-12
/
+14
|
*
ash: [PARSER] Size optimisations in parameter expansion parser
Denys Vlasenko
2016-10-26
1
-10
/
+7
|
*
ash: [PARSER] Recognise here-doc delimiters terminated by EOF
Denys Vlasenko
2016-10-26
9
-3
/
+29
|
*
ash: [PARSER] Fix parsing of ${##1}
Denys Vlasenko
2016-10-26
5
-10
/
+38
|
*
ash: [REDIR] Remove redundant CLOEXEC calls
Denys Vlasenko
2016-10-26
1
-13
/
+4
|
*
ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhere
Denys Vlasenko
2016-10-26
1
-27
/
+31
|
*
typo fixes
Denys Vlasenko
2016-10-26
2
-4
/
+4
*
|
Post-merge fix
Ron Yorston
2016-10-26
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-10-26
2
-95
/
+85
|
\
|
|
*
ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1
Denys Vlasenko
2016-10-26
1
-3
/
+1
|
*
ash: [PARSER] Report substition errors at expansion time
Denys Vlasenko
2016-10-26
1
-9
/
+12
|
*
ash: [REDIR] Move null redirect checks into caller
Denys Vlasenko
2016-10-25
1
-15
/
+6
|
*
ash: [PARSER] Do not show prompts in expandstr
Denys Vlasenko
2016-10-25
1
-0
/
+6
|
*
ash: [EXPAND] Removed herefd hack
Denys Vlasenko
2016-10-25
1
-39
/
+22
|
*
ash: [SHELL] Move flushall to the point just before _exit
Denys Vlasenko
2016-10-25
1
-1
/
+1
|
*
ash: [EVAL] Let funcnode refer to a function definition, not its first command
Denys Vlasenko
2016-10-25
1
-4
/
+4
|
*
ash: [REDIR] Remove EMFILE special case
Denys Vlasenko
2016-10-25
1
-7
/
+1
|
*
ash: [EVAL] Check exit for eval NSUBSHELL
Denys Vlasenko
2016-10-25
1
-3
/
+1
|
*
ash: add comment explaining "set -e; $(cmd)" discrepancy
Denys Vlasenko
2016-10-25
1
-0
/
+8
|
*
ash: reduce code differences from upstream
Denys Vlasenko
2016-10-25
1
-2
/
+1
|
*
ash: remove unused EXSHELLPROC
Denys Vlasenko
2016-10-25
1
-1
/
+0
|
*
ash: [BUILTIN] Use EXEXIT in place of EXEXEC
Denys Vlasenko
2016-10-25
1
-3
/
+2
|
*
ash,hush: set exit code 127 in "sh /does/not/exist" case
Denys Vlasenko
2016-10-25
2
-2
/
+3
|
*
ash: explain EXP_REDIR and why we (dont) glob redir filenames
Denys Vlasenko
2016-10-24
1
-0
/
+11
|
*
ash: return exit status of nofork applets
Ron Yorston
2016-10-24
1
-1
/
+1
|
*
ash: all blocks in function node copying must be SHELL_ALIGNed
Denys Vlasenko
2016-10-07
1
-3
/
+3
*
|
Post-merge fixes
Ron Yorston
2016-10-20
1
-3
/
+3
*
|
Merge "ash testsuite: fix false positives"
Ron Yorston
2016-10-19
2
-2
/
+2
|
\
|
|
*
ash testsuite: fix false positives
Denys Vlasenko
2016-10-07
2
-2
/
+2
|
*
ash: get rid of two global data variables
Denys Vlasenko
2016-10-07
1
-51
/
+48
*
|
Merge branch busybox (up to "ash: comment out free(p) just before...")
Ron Yorston
2016-10-19
358
-1183
/
+3823
|
\
|
|
*
ash: comment out free(p) just before _exit, tweak some outdated comments
Denys Vlasenko
2016-10-07
1
-16
/
+5
|
*
hush: add commented-out debug printouts in "memleak" built-in
Denys Vlasenko
2016-10-03
1
-0
/
+9
|
*
hush: fix a memory corruption when exported variable is modified
Denys Vlasenko
2016-10-03
1
-7
/
+19
|
*
hush: fix exitcode on exec failure with EACCES - should be 126
Denys Vlasenko
2016-10-03
1
-1
/
+5
|
*
sh testsuite: add tests for exitcode on failure to exec
Denys Vlasenko
2016-10-03
8
-0
/
+16
|
*
shell: delete all msh tests
Denys Vlasenko
2016-10-03
47
-356
/
+0
|
*
hush testsuite: fix another false positive
Denys Vlasenko
2016-10-03
2
-2
/
+1
|
*
hust testsuite: fix a false positive
Denys Vlasenko
2016-10-03
1
-1
/
+1
|
*
ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
2016-10-03
103
-0
/
+795
[prev]
[next]