aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-03ash: improvements to ctrl-c handlingRon Yorston1-1/+4
2017-08-03ash: fixes to wait statusRon Yorston2-5/+5
2017-08-02ash: don't reset pending_int in waitpid_childRon Yorston1-1/+0
2017-08-01watch: enable in default configurationsRon Yorston2-2/+2
2017-08-01ash: allow long-running nofork applets to be interruptedRon Yorston3-1/+28
2017-08-01ash: improve performance of ctrl-cRon Yorston1-0/+4
2017-07-31win32: rewrite implementation of system(3)Ron Yorston1-66/+11
2017-07-31ash: align --login code with dashDenys Vlasenko1-13/+17
2017-07-31test: fix 4-argument caseDenys Vlasenko1-9/+39
2017-07-31hush: remove redundant "G_flag_return_in_progress = -1"Denys Vlasenko1-1/+0
2017-07-31hush: fix "true | func_with_return" not allowing return.Denys Vlasenko9-8/+52
2017-07-31ash: fix display of ">&-" redirect in job stringsDenys Vlasenko1-1/+8
2017-07-31win32: check for relative path when spawning processRon Yorston1-1/+1
2017-07-31hush: functions have priority over builtins (!)Denys Vlasenko5-14/+39
2017-07-31hush: if STANDALONE, close interactive fd for NOEXECed childrenDenys Vlasenko1-2/+15
2017-07-31ash,hush: ">&10" redirects to script/tty fds should not workDenys Vlasenko2-19/+72
2017-07-31ash: significant overhaul of redirect saving logicDenys Vlasenko11-143/+225
2017-07-31hush: massage redirect code to be slightly more like ashDenys Vlasenko1-37/+72
2017-07-31ash: remove REDIR_SAVEFD2Denys Vlasenko1-32/+37
2017-07-30unzip: omit special treatment of non-GNU getoptRon Yorston1-1/+1
2017-07-29ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX codeDenys Vlasenko1-2/+8
2017-07-29ash: [REDIR] Fix popredir on abnormal exit from built-inDenys Vlasenko1-26/+44
2017-07-29ash: [PARSER] Add FAKEEOFMARK for expandstrDenys Vlasenko1-19/+27
2017-07-29hush: fix handling of empty heredoc EOF markerDenys Vlasenko5-17/+63
2017-07-29ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko3-70/+52
2017-07-29ash: "Undo all redirections" comment is wrong, delete itDenys Vlasenko1-26/+22
2017-07-29libbb: remove vdprintfRon Yorston4-27/+0
2017-07-29libbb: avoid annoying blank line in help messageRon Yorston1-2/+2
2017-07-29platform.h: WIN32 doesn't support '%m' printf specifierRon Yorston1-0/+1