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
...
*
|
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
1
-221
/
+167
|
\
|
|
*
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
1
-98
/
+66
|
*
ash: remove arithmetic expansion collapsing at parse time
Ron Yorston
2015-05-18
1
-12
/
+6
|
*
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
1
-5
/
+3
|
*
ash: perform tilde expansion in all parameter expansion words
Ron Yorston
2015-05-18
1
-2
/
+2
|
*
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
|
*
ash: fix handling of duplicate "local"
Denys Vlasenko
2015-04-18
1
-16
/
+35
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-23
1
-3
/
+0
|
\
|
|
*
ash: do not split the result of tilde expansion
Ron Yorston
2015-03-22
1
-3
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-14
1
-13
/
+20
|
\
|
|
*
ash: fix a SEGV case in an invalid heredoc
Denys Vlasenko
2015-02-05
1
-4
/
+11
|
*
ash: fix a SEGV in ${#1}
Denys Vlasenko
2014-12-29
1
-9
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-12-14
1
-1
/
+9
|
\
|
|
*
ash: fix handling of negative start value in ${v:start:len}
Denys Vlasenko
2014-11-17
1
-1
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-10-06
1
-23
/
+42
|
\
|
|
*
ash: fix off-by-one in "jobs %4" handling. closes 7310
Denys Vlasenko
2014-09-08
1
-1
/
+1
|
*
ash: factor out ASH_HELP config option
Denys Vlasenko
2014-09-08
1
-11
/
+15
|
*
ash: make ${#var} unicode-aware
Denys Vlasenko
2014-08-13
1
-13
/
+26
|
*
ash,hush: run reinit_unicode() only if makes sense
Denys Vlasenko
2014-08-13
1
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-06-30
1
-1
/
+1
|
\
|
|
*
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
1
-1
/
+1
*
|
ash: support UNC paths in cd command
Ron Yorston
2014-05-21
1
-13
/
+20
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
1
-1
/
+10
|
\
|
|
*
ash,hush: set $HOSTNAME is bash compat. Closes 7028
Denys Vlasenko
2014-04-15
1
-0
/
+6
|
*
ash: make "locak VAR" unset VAR (bash does that)
Denys Vlasenko
2014-03-16
1
-0
/
+3
*
|
ash: remove redundant comment
Ron Yorston
2014-05-01
1
-1
/
+0
*
|
ash: further tidying up of MinGW forkshell
Ron Yorston
2014-04-30
1
-41
/
+47
*
|
ash: tidy up MinGW forkshell
Ron Yorston
2014-04-29
1
-120
/
+129
*
|
ash: reset $RANDOM in subshell
Ron Yorston
2014-04-28
1
-0
/
+2
*
|
Remove unnecessary differences from upstream BusyBox
Ron Yorston
2014-03-23
1
-1
/
+0
*
|
ash: set fake PPID value
Ron Yorston
2014-03-20
1
-3
/
+2
*
|
mingw: dummy implementation of times/sysconf
Ron Yorston
2014-01-30
1
-9
/
+0
*
|
ash: reset pointers to builtin environment variables after fork
Ron Yorston
2014-01-14
1
-0
/
+26
*
|
ash: revert initialisation of SHLVL: fixed upstream
Ron Yorston
2014-01-13
1
-4
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-13
1
-1
/
+1
|
\
|
|
*
ash: in bash compat mode, always export $SHLVL
Denys Vlasenko
2014-01-07
1
-1
/
+1
*
|
ash: don't copy localvars list during forkshell
Ron Yorston
2014-01-13
1
-23
/
+2
*
|
ash: prevent null-pointer exception with local variables
Ron Yorston
2014-01-10
1
-1
/
+1
*
|
ash: drop unnecessary change from upstream BusyBox
Ron Yorston
2014-01-08
1
-2
/
+0
*
|
Make dummy paths.h
Ron Yorston
2014-01-05
1
-2
/
+0
*
|
Initialise SHLVL when shell is first started
Ron Yorston
2014-01-02
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-02
1
-8
/
+10
|
\
|
|
*
ash: Set SHLVL in ASH_BASH_COMPAT
Bernhard Reutner-Fischer
2013-11-08
1
-1
/
+4
|
*
ash: Use setvar2 some more
Bernhard Reutner-Fischer
2013-11-08
1
-7
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-08-27
1
-1
/
+21
|
\
|
[prev]
[next]