Denys Vlasenko
|
2124c0ec97
ash: clear ungetc counter on syntax errors
|
4 years ago |
Denys Vlasenko
|
31df5a3eee
ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371
|
4 years ago |
Denys Vlasenko
|
965b795b87
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
|
4 years ago |
Cristian Ionescu-Idbohrn
|
ddfdf68ca1
fix warning: label 'out1' defined but not used
|
4 years ago |
Denys Vlasenko
|
4ac35a30db
ash: make interactive ^C break out of PS2 mode
|
4 years ago |
Denys Vlasenko
|
a7c065354f
shell: update comments on the status of [[ ]] compat
|
4 years ago |
Denys Vlasenko
|
d2241f5902
shell: better support of [[ ]] bashism
|
4 years ago |
Denys Vlasenko
|
2496616b0a
avoid using strok - eliminates use of hidden global variable
|
4 years ago |
Denys Vlasenko
|
91e11eba6e
ash: jobs: Fix waitcmd busy loop
|
4 years ago |
Denys Vlasenko
|
8d5f465a20
ash: jobs: Fix infinite loop in waitproc
|
4 years ago |
Denys Vlasenko
|
777a6357c0
ash: remove a tentative TODO, it's a wrong idea
|
4 years ago |
Denys Vlasenko
|
67e1529b92
nologin: make it possible to build it as single applet
|
4 years ago |
Ron Yorston
|
9f3b410006
ash,hush: drop pointer check before calls to show_history
|
5 years ago |
Ron Yorston
|
da7a6dbfa5
ash: fix build failure when command built-in is disabled
|
4 years ago |
Denys Vlasenko
|
1555895b4a
ash: expand: Fix multiple issues with EXP_DISCARD in evalvar
|
4 years ago |
Denys Vlasenko
|
823318822c
ash: expand: Do not reprocess data when expanding words
|
4 years ago |
Ron Yorston
|
6cda0b04a3
ash: move TRACE statement in evalcommand()
|
4 years ago |
Denys Vlasenko
|
7f19848552
ash: rename some function parameters to match dash
|
4 years ago |
Denys Vlasenko
|
538ee4102b
ash: rename stack_nputstr() back to stnputs() to match dash
|
4 years ago |
Denys Vlasenko
|
c2058ec98c
ash: Expand here-documents in the current shell environment
|
4 years ago |
Denys Vlasenko
|
c08993f40c
ash: parser: Do not push token back before parseheredoc
|
4 years ago |
Denys Vlasenko
|
9a1a659707
ash: parser: Fix old-style command substitution here-document crash
|
4 years ago |
Denys Vlasenko
|
45dd87aac0
ash: expand: Ensure result is escaped in cvtnum
|
4 years ago |
Denys Vlasenko
|
da2e46dff6
ash: memalloc: Avoid looping in growstackto
|
4 years ago |
Denys Vlasenko
|
f977e004ce
ash: eval: Only restore exit status on exit/return
|
4 years ago |
Denys Vlasenko
|
cd24a50633
ash: Return without arguments in a trap should use status outside traps
|
4 years ago |
Ron Yorston
|
d5bfe26c45
ash: return exit status of nofork applets (again)
|
4 years ago |
Denys Vlasenko
|
ecc85832f8
ash: expand: Merge syntax/quotes in memtodest with flags
|
4 years ago |
Denys Vlasenko
|
e2dd2afc8e
ash: eval: Always set localvar_stop
|
4 years ago |
Denys Vlasenko
|
3e729102a8
ash: eval: Replace with listsetvar with mklocal/setvareq
|
4 years ago |