Ron Yorston
|
75a76269ba
ash: do not split the result of tilde expansion
|
há 9 anos atrás |
Denys Vlasenko
|
7e66102f76
ash: fix a SEGV case in an invalid heredoc
|
há 9 anos atrás |
Denys Vlasenko
|
c76236fd7d
ash: fix a SEGV in ${#1}
|
há 10 anos atrás |
Denys Vlasenko
|
08a5dab181
ash: fix handling of negative start value in ${v:start:len}
|
há 10 anos atrás |
Denys Vlasenko
|
07f7ea70ed
ash: fix off-by-one in "jobs %4" handling. closes 7310
|
há 10 anos atrás |
Denys Vlasenko
|
2ec34969e7
ash: factor out ASH_HELP config option
|
há 10 anos atrás |
Denys Vlasenko
|
e9ab07c211
ash: make ${#var} unicode-aware
|
há 10 anos atrás |
Denys Vlasenko
|
841f8331d7
ash,hush: run reinit_unicode() only if makes sense
|
há 10 anos atrás |
Bartosz Golaszewski
|
5d2e409ef8
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
|
há 10 anos atrás |
Denys Vlasenko
|
3fa97af7cc
ash,hush: set $HOSTNAME is bash compat. Closes 7028
|
há 10 anos atrás |
Denys Vlasenko
|
109ee5d336
ash: make "locak VAR" unset VAR (bash does that)
|
há 10 anos atrás |
Denys Vlasenko
|
5680e98451
ash: in bash compat mode, always export $SHLVL
|
há 11 anos atrás |
Bernhard Reutner-Fischer
|
80f8cdf04a
ash: Set SHLVL in ASH_BASH_COMPAT
|
há 11 anos atrás |
Bernhard Reutner-Fischer
|
200c1c46f4
ash: Use setvar2 some more
|
há 11 anos atrás |
Denys Vlasenko
|
2301d127a2
unicode: check $LC_CTYPE too to detect Unicode mode
|
há 11 anos atrás |
Denys Vlasenko
|
3e7ecb179b
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
|
há 11 anos atrás |
Flemming Madsen
|
d96ffda62e
ash,hush: history builtin
|
há 11 anos atrás |
Denys Vlasenko
|
091f831424
ash: add comment about failures in source builtin. No code changes.
|
há 11 anos atrás |
Stefan Hellermann
|
4ef1439c59
ash: read $HOME/.profile instead of $(pwd)/.profile
|
há 11 anos atrás |
Stefan Hellermann
|
aeb717aa5e
ash: move code to allow setting $HOME in /etc/profile
|
há 11 anos atrás |
Denys Vlasenko
|
1961aea305
move endofname() to libbb
|
há 11 anos atrás |
Denys Vlasenko
|
7c4b13e019
ash: revert wrong "fix" for an apparent memory leak. Closes 5822
|
há 12 anos atrás |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
há 12 anos atrás |
Jon Tollefson
|
4ba6c5d3ba
ash: fix a memory leak
|
há 12 anos atrás |
Denys Vlasenko
|
d527588882
ash: implement export -n
|
há 12 anos atrás |
Denys Vlasenko
|
0b4980c252
ash: trivial fixes for compile failures
|
há 12 anos atrás |
Denys Vlasenko
|
9e71e3cea5
ash: fix "read -s" + ^C. Closes 5504
|
há 12 anos atrás |
Denys Vlasenko
|
566a313a7f
ash: add a comment about VEXPORT
|
há 12 anos atrás |
Denys Vlasenko
|
f451b2cfe0
ash: fix a bug in >${varexp} handling. Closes 5282
|
há 12 anos atrás |
Denys Vlasenko
|
83f103b30e
ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist
|
há 13 anos atrás |