index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2015-05-18
testsuite: add some tests for ash
Ron Yorston
2015-05-18
ash: fix breakage of ${v/pat/str}
Ron Yorston
2015-05-18
ash: move parse-time quote flag detection to run-time
Ron Yorston
2015-05-18
ash: remove arithmetic expansion collapsing at parse time
Ron Yorston
2015-05-18
ash: remove superfluous code in arithmetic mode
Ron Yorston
2015-05-18
ash: do not expand tilde in parameter expansion within quotes
Ron Yorston
2015-05-18
ash: perform tilde expansion in all parameter expansion words
Ron Yorston
2015-05-18
ash: code shrink around varvalue
Ron Yorston
2015-05-13
ash: explain what "local -" does
Denys Vlasenko
2015-05-13
ash: consider "local -" case while iterating over local variables in mklocal.
Eugene Rudoy
2015-04-20
libbb: remove unnecessary argument to nonblock_immune_read
Ron Yorston
2015-04-18
hush: document buggy handling of duplicate "local"
Denys Vlasenko
2015-04-18
ash: fix handling of duplicate "local"
Denys Vlasenko
2015-03-22
ash: do not split the result of tilde expansion
Ron Yorston
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-02-05
ash: fix a SEGV case in an invalid heredoc
Denys Vlasenko
2014-12-29
ash: fix a SEGV in ${#1}
Denys Vlasenko
2014-11-20
typo fix in comment
Denys Vlasenko
2014-11-18
ash,hush: do not segfault on $((2**63 / -1))
Denys Vlasenko
2014-11-17
ash: fix handling of negative start value in ${v:start:len}
Denys Vlasenko
2014-09-08
ash: fix off-by-one in "jobs %4" handling. closes 7310
Denys Vlasenko
2014-09-08
ash: factor out ASH_HELP config option
Denys Vlasenko
2014-08-13
ash: make ${#var} unicode-aware
Denys Vlasenko
2014-08-13
ash,hush: run reinit_unicode() only if makes sense
Denys Vlasenko
2014-08-13
hush: make ${#var} unicode-aware
Denys Vlasenko
2014-06-22
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-04-15
ash,hush: set $HOSTNAME is bash compat. Closes 7028
Denys Vlasenko
2014-03-16
ash: make "locak VAR" unset VAR (bash does that)
Denys Vlasenko
2014-03-15
ash,hush: fix a thinko about 2^64-1 factorization
Denys Vlasenko
2014-03-14
hush: make "true" built-in
Denys Vlasenko
2014-03-13
random: cosmetic tweaks in debug code
Denys Vlasenko
2014-03-13
ash,hush: improve randomness of $RANDOM, add easy-ish way to test it
Denys Vlasenko
2014-01-07
ash: in bash compat mode, always export $SHLVL
Denys Vlasenko
2013-11-28
hush: typo fixes in comments
Denys Vlasenko
2013-11-08
ash: Set SHLVL in ASH_BASH_COMPAT
Bernhard Reutner-Fischer
2013-11-08
ash: Use setvar2 some more
Bernhard Reutner-Fischer
2013-07-14
typo fix in comment
Denys Vlasenko
2013-07-08
typo fix in comment
Denys Vlasenko
2013-07-05
unicode: check $LC_CTYPE too to detect Unicode mode
Denys Vlasenko
2013-07-02
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
Denys Vlasenko
2013-05-12
hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE
Denys Vlasenko
2013-04-07
ash,hush: history builtin
Flemming Madsen
2013-04-07
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
Denys Vlasenko
2013-03-17
ash: add comment about failures in source builtin. No code changes.
Denys Vlasenko
2013-03-17
hush: source builtin should override $N only if it has args
Denys Vlasenko
2013-03-15
ash: read $HOME/.profile instead of $(pwd)/.profile
Stefan Hellermann
2013-03-15
ash: move code to allow setting $HOME in /etc/profile
Stefan Hellermann
2013-02-26
move endofname() to libbb
Denys Vlasenko
2013-01-17
ash: revert wrong "fix" for an apparent memory leak. Closes 5822
Denys Vlasenko
2013-01-15
whitespace fixes. no code changes
Denys Vlasenko
[prev]
[next]