Denys Vlasenko
|
841f8331d7
ash,hush: run reinit_unicode() only if makes sense
|
10 년 전 |
Denys Vlasenko
|
c538d5bcc3
hush: make ${#var} unicode-aware
|
10 년 전 |
Denys Vlasenko
|
3fa97af7cc
ash,hush: set $HOSTNAME is bash compat. Closes 7028
|
10 년 전 |
Denys Vlasenko
|
2bba591991
hush: make "true" built-in
|
10 년 전 |
Denys Vlasenko
|
8bd810bd27
hush: typo fixes in comments
|
11 년 전 |
Denys Vlasenko
|
e95738f635
typo fix in comment
|
11 년 전 |
Denys Vlasenko
|
2301d127a2
unicode: check $LC_CTYPE too to detect Unicode mode
|
11 년 전 |
Denys Vlasenko
|
3e7ecb179b
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
|
11 년 전 |
Denys Vlasenko
|
ff463a885d
hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE
|
11 년 전 |
Flemming Madsen
|
d96ffda62e
ash,hush: history builtin
|
11 년 전 |
Denys Vlasenko
|
3beab83e4f
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
|
11 년 전 |
Denys Vlasenko
|
88b532d59a
hush: source builtin should override $N only if it has args
|
11 년 전 |
Denys Vlasenko
|
6830ade6aa
whitespace fixes. no code changes
|
12 년 전 |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 년 전 |
Denys Vlasenko
|
9d75370238
hush: remove sighandler_t definition hack, platform.h has it too
|
12 년 전 |
Denys Vlasenko
|
8cab66730a
fix build breakage found by randconfig
|
12 년 전 |
Denys Vlasenko
|
0d6bbb0497
hush: remove unused member struct command::is_stopped
|
12 년 전 |
Denys Vlasenko
|
e45af7ad17
lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator
|
13 년 전 |
Denys Vlasenko
|
bede215cf1
lineedit: add support for history saving on exit
|
13 년 전 |
Denys Vlasenko
|
4840ae8a06
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
|
13 년 전 |
Denys Vlasenko
|
b347df9131
randomconfig fixes
|
13 년 전 |
Denys Vlasenko
|
6e42b89b8d
hush: fix remaining known two bugs with IFS expansion. Closes 4027.
|
13 년 전 |
Denys Vlasenko
|
4fb53fb08c
hush: partially fix wrong expansion on $IFS (bug 4027).
|
13 년 전 |
Denys Vlasenko
|
56a3b82e96
hush: better comment. No code changes
|
13 년 전 |
Denys Vlasenko
|
00ae989ee5
hush: fix a corner case of empty "do \n done" structure
|
13 년 전 |
Denys Vlasenko
|
29f9b7268a
hush: fix misparsing of "... do eval a= ...". Closes 3721
|
13 년 전 |
Denys Vlasenko
|
60a9414cad
fix "variable 'foo' set but not used" warnings
|
13 년 전 |
Denys Vlasenko
|
0806e401d6
hush: install signal handlers with filled sigmask
|
13 년 전 |
Denys Vlasenko
|
75e77deab1
hush: fixes and small shrink for HUSH_JOB!=y
|
13 년 전 |
Denys Vlasenko
|
ebc1ee2e2a
hush: remove one sigprocmask from exit path
|
13 년 전 |