Denys Vlasenko
|
ca26f1c238
hush: fix a bug with "stdio rewind on exit". Closes 9186
|
8 years ago |
Denys Vlasenko
|
85378cded7
hush: code shrink
|
9 years ago |
Denys Vlasenko
|
550bf5b4a4
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
|
9 years ago |
Denys Vlasenko
|
d60752f8c9
build system: -fno-builtin-printf
|
9 years ago |
Denys Vlasenko
|
5711a2a4ad
libbb: more compact API for bb_parse_mode()
|
9 years ago |
Denys Vlasenko
|
6283f98283
hush: fix umask: umask(022) was setting umask(755)
|
9 years ago |
Denys Vlasenko
|
b5be13ccd9
hush: fix a nommu bug where a part of function body is lost if run in a pipe
|
9 years ago |
Maninder Singh
|
97f2f7ca7f
Removes stray empty line from code
|
9 years ago |
Maninder Singh
|
97c6491b4e
typo fixes
|
9 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Denys Vlasenko
|
841f8331d7
ash,hush: run reinit_unicode() only if makes sense
|
10 years ago |
Denys Vlasenko
|
c538d5bcc3
hush: make ${#var} unicode-aware
|
10 years ago |
Denys Vlasenko
|
3fa97af7cc
ash,hush: set $HOSTNAME is bash compat. Closes 7028
|
10 years ago |
Denys Vlasenko
|
2bba591991
hush: make "true" built-in
|
10 years ago |
Denys Vlasenko
|
8bd810bd27
hush: typo fixes in comments
|
11 years ago |
Denys Vlasenko
|
e95738f635
typo fix in comment
|
11 years ago |
Denys Vlasenko
|
2301d127a2
unicode: check $LC_CTYPE too to detect Unicode mode
|
11 years ago |
Denys Vlasenko
|
3e7ecb179b
unicode: check $LC_ALL to detect Unicode mode, not only $LANG
|
11 years ago |
Denys Vlasenko
|
ff463a885d
hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE
|
11 years ago |
Flemming Madsen
|
d96ffda62e
ash,hush: history builtin
|
11 years ago |
Denys Vlasenko
|
3beab83e4f
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
|
11 years ago |
Denys Vlasenko
|
88b532d59a
hush: source builtin should override $N only if it has args
|
11 years ago |
Denys Vlasenko
|
6830ade6aa
whitespace fixes. no code changes
|
12 years ago |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 years ago |
Denys Vlasenko
|
9d75370238
hush: remove sighandler_t definition hack, platform.h has it too
|
12 years ago |
Denys Vlasenko
|
8cab66730a
fix build breakage found by randconfig
|
12 years ago |
Denys Vlasenko
|
0d6bbb0497
hush: remove unused member struct command::is_stopped
|
12 years ago |
Denys Vlasenko
|
e45af7ad17
lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator
|
13 years ago |
Denys Vlasenko
|
bede215cf1
lineedit: add support for history saving on exit
|
13 years ago |
Denys Vlasenko
|
4840ae8a06
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
|
13 years ago |