summaryrefslogtreecommitdiff
path: root/Src/exec.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-0539571: Fix ERR_EXIT bug with && and function.Peter Stephenson1-6/+6
2016-10-0539568: "! <complex-command>" suppresses ERR_EXITPeter Stephenson1-2/+7
2016-10-0539566: Improve usefulness of command_not_found_handler.Peter Stephenson1-5/+8
2016-10-0339545: Add some missing unqueue_signals().Peter Stephenson1-0/+3
2016-10-0339521: Refactor start of execcmd().Peter Stephenson1-46/+81
2016-10-0239540: "! command" should suppress ERR_EXIT and ERR_RETURNPeter Stephenson1-2/+6
2016-09-3039517: back off 39502 (WC_ASSIGN causes fork in pipe).Peter Stephenson1-1/+1
2016-09-2939507: TMPSUFFIX for =(...)Barton E. Schaefer1-0/+9
2016-09-2939470: failure to open a supposedly unique temp file name should result in an...Barton E. Schaefer1-5/+11
2016-09-2939502: Fork for assignment in LHS of pipeline.Peter Stephenson1-1/+2
2016-09-2934943: Fixes for "command" with multiple options.Peter Stephenson1-37/+116
2016-09-2739437: use list_pipe_pid in assignment for clarityBarton E. Schaefer1-1/+1
2016-09-2539436: Pass on status of SIGINT better.Peter Stephenson1-1/+2
2016-09-2539435: Further fix for pgrp of funny pipelines.Peter Stephenson1-1/+2
2016-09-1939381: handle save/restore of variable values when "typeset"-related reserved...Barton E. Schaefer1-2/+2
2016-09-1639362: another race with pipeline handling.Peter Stephenson1-25/+9
2016-09-1639359: Fix remaining race with orphaned subjob.Peter Stephenson1-1/+43
2016-09-1639331: Reparent subjob on fork with exited superjob.Peter Stephenson1-1/+18
2016-09-1339305: Fix error handling after parse for here document.Peter Stephenson1-1/+1
2016-08-3139125: More care needed decrementing SHLVL on exec.Stephane Chazelas1-4/+7
2016-08-2639104: do not hash relative paths in findcmd()Barton E. Schaefer1-1/+1
2016-08-0538991: Make 'whence -v autoloaded-function' shows the defining filename.Daniel Shahaf1-1/+2
2016-06-1338653 + 38657: 'functions -T' tracing: recurse into anonymous functions.Daniel Shahaf1-3/+9
2016-04-2638350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the root...Barton E. Schaefer1-2/+2
2016-03-0938114: Fix hang using ^Z with command subst.Peter Stephenson1-2/+11
2016-02-0337868: add 'static' to file local variablesJun-ichi Takimoto1-2/+0
2016-01-0137473: check for cshnullglob in command position.Barton E. Schaefer1-0/+5
2015-12-2537435 (+ fix typo): allow execution of empty files as "sh" scriptsBarton E. Schaefer1-1/+2
2015-12-2537434: POSIXBUILTINS "command" should prevent shell exit on errors from speci...Barton E. Schaefer1-3/+5
2015-12-0437202: suppress WARN_CREATE_GLOBAL warnings after a forkPeter Stephenson1-1/+1
2015-12-04unposted: fix init_io() calls in previous changePeter Stephenson1-1/+1
2015-11-1137092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson1-7/+9
2015-10-1436853: replace pushheap/popheap by NEWHEAPS/OLDHEAPS in doshfunc() to optimiz...Barton E. Schaefer1-201/+201
2015-10-03unposted: back out 36707, add test case for 36766Barton E. Schaefer1-1/+1
2015-10-0336766: fix incorrect reset of noerrexit during "if" conditionsBarton E. Schaefer1-1/+2
2015-09-3036707: distinguish ERR_RETURN value of retflag so that execif() can ignore it...Barton E. Schaefer1-1/+1
2015-09-2736651: WARN_CREATE_GLOBAL += math expressionsDaniel Shahaf1-1/+2
2015-09-0236378: skip directories when looking for files to autoloadPeter Stephenson1-1/+3
2015-08-1136104: change order of child_block() and dont_queue_signals() to resolve yet ...Barton E. Schaefer1-1/+1
2015-08-0936022 fix bug that some loop constructs could not be interrupted, revise sign...Barton E. Schaefer1-7/+42
2015-07-2335849: close fd's from process substitution after forkPeter Stephenson1-2/+3
2015-07-0935751: Fix ERR_RETURN and ERR_EXIT in "else"Peter Stephenson1-1/+7
2015-06-2935655: APPEND_CREATE option for POSIX copmatible NO_CLOBBERPeter Stephenson1-1/+2
2015-06-2735634: handle failure of gettempname() in namedpipe()Barton E. Schaefer1-0/+4
2015-06-2535604: create empty arrays in typeset with array=()Peter Stephenson1-9/+12
2015-06-24various posts: Implement assignment parsing for typeset.Peter Stephenson1-18/+158
2015-06-1635493: erase $_ when the command line is an assignmentBarton E. Schaefer1-0/+1
2015-06-02GLOB_ASSIGN should only affect scalar assignmentsMikael Magnusson1-2/+2
2015-05-2835318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson1-4/+8
2015-05-22Tweak test for function level of exit.Peter Stephenson1-1/+1