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
/
ash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
ash: [SHELL] Expand ENV before using it
Denys Vlasenko
2016-10-27
1
-10
/
+7
*
|
Post-merge fix
Ron Yorston
2016-10-27
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-10-27
1
-153
/
+125
|
\
|
|
*
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
1
-3
/
+9
|
*
ash: [PARSER] Fix parsing of ${##1}
Denys Vlasenko
2016-10-26
1
-10
/
+18
|
*
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
*
|
Post-merge fix
Ron Yorston
2016-10-26
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-10-26
1
-95
/
+83
|
\
|
|
*
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
1
-2
/
+1
|
*
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
|
*
ash: get rid of two global data variables
Denys Vlasenko
2016-10-07
1
-51
/
+48
*
|
Post-merge fixes
Ron Yorston
2016-10-20
1
-3
/
+3
*
|
Merge branch busybox (up to "ash: comment out free(p) just before...")
Ron Yorston
2016-10-19
1
-503
/
+742
|
\
|
|
*
ash: comment out free(p) just before _exit, tweak some outdated comments
Denys Vlasenko
2016-10-07
1
-16
/
+5
|
*
ash: [PARSER] Add nlprompt/nlnoprompt helpers
Denys Vlasenko
2016-10-02
1
-19
/
+23
|
*
whitespace fixes
Denys Vlasenko
2016-10-02
1
-1
/
+1
|
*
sh: do not print empty line at the end of "help" output
Denys Vlasenko
2016-10-02
1
-1
/
+1
|
*
ash: undo "tokname hack"
Denys Vlasenko
2016-10-02
1
-41
/
+83
|
*
ash: placate gcc: "warning: ! is only applied to the left hand side of =="
Denys Vlasenko
2016-10-02
1
-1
/
+1
|
*
ash: fix globbing bugs when using glibc glob()
Denys Vlasenko
2016-10-02
1
-7
/
+22
|
*
ash: style fixes
Denys Vlasenko
2016-10-02
1
-8
/
+16
|
*
ash: support "--" in "source" builtin
Denys Vlasenko
2016-10-02
1
-12
/
+18
|
*
ash: expand: Fixed "$@" expansion when EXP_FULL is false
Denys Vlasenko
2016-10-02
1
-15
/
+13
|
*
test: memory leak: free group id list
Denys Vlasenko
2016-10-02
1
-7
/
+5
|
*
ash: fix return_in_trap1.tests failure
Denys Vlasenko
2016-10-01
1
-23
/
+28
|
*
ash: [EXPAND] Optimise nulonly away and just use quoted as before
Denys Vlasenko
2016-10-01
1
-12
/
+11
|
*
ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM
Denys Vlasenko
2016-10-01
1
-30
/
+22
[prev]
[next]