about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 41043: Close pipes in shell when disowning background job.Peter Stephenson2017-05-031-0/+1
* 41020: Fix "command -p"; "-p" was incorrectly left in command argumentsPeter Stephenson2017-04-281-1/+8
* 41012: Fix premature exit from nested function in EXIT trap.Peter Stephenson2017-04-271-1/+4
* 41008: Handle expansions for precommand modifiersPeter Stephenson2017-04-261-35/+106
* 40933: Ensure we get job text in sourced files.Peter Stephenson2017-04-041-2/+2
* 40796: MAGIC_EQUAL_SUBST not needed with parsed assignment.Peter Stephenson2017-03-091-5/+20
* 40760: Always tokenize unquoted - to Dash.Peter Stephenson2017-03-071-5/+6
* 40654: exit cleanly from special POSIXBUILTINS in subshellsBarton E. Schaefer2017-03-041-0/+1
* 40576 (tweaked): entersubsh(): unblock any signals that were blocked for tra...Barton E. Schaefer2017-02-201-3/+14
* 40391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson2017-01-231-3/+10
* 40353 with tweaks to whence -v: extend directory cache use.Peter Stephenson2017-01-161-26/+56
* 40342: Add directory name cache for autoload file paths.Peter Stephenson2017-01-121-5/+10
* 40335: More care with autoload function path.Peter Stephenson2017-01-121-3/+4
* unposted: more care with shell function filename.Peter Stephenson2017-01-111-0/+2
* Add features associated with autoloading a function using an absolutePeter Stephenson2017-01-111-11/+33
* Additional case for ERR_RETURN and ERR_EXIT.Peter Stephenson2016-12-051-0/+1
* Extra case for ERR_RETURN and ERR_EXIT.Peter Stephenson2016-12-051-1/+9
* 39958: Add extra byte to PATH_MAX allocations.Peter Stephenson2016-11-171-8/+8
* 39915: whence: Honor PATH_DIRS option for arguments that start with './' or '...Daniel Shahaf2016-11-171-7/+16
* 39901: No EXIT trap on LHS of pipeline.Peter Stephenson2016-11-101-0/+4
* 39571: Fix ERR_EXIT bug with && and function.Peter Stephenson2016-10-051-6/+6
* 39568: "! <complex-command>" suppresses ERR_EXITPeter Stephenson2016-10-051-2/+7
* 39566: Improve usefulness of command_not_found_handler.Peter Stephenson2016-10-051-5/+8
* 39545: Add some missing unqueue_signals().Peter Stephenson2016-10-031-0/+3
* 39521: Refactor start of execcmd().Peter Stephenson2016-10-031-46/+81
* 39540: "! command" should suppress ERR_EXIT and ERR_RETURNPeter Stephenson2016-10-021-2/+6
* 39517: back off 39502 (WC_ASSIGN causes fork in pipe).Peter Stephenson2016-09-301-1/+1
* 39507: TMPSUFFIX for =(...)Barton E. Schaefer2016-09-291-0/+9
* 39470: failure to open a supposedly unique temp file name should result in an...Barton E. Schaefer2016-09-291-5/+11
* 39502: Fork for assignment in LHS of pipeline.Peter Stephenson2016-09-291-1/+2
* 34943: Fixes for "command" with multiple options.Peter Stephenson2016-09-291-37/+116
* 39437: use list_pipe_pid in assignment for clarityBarton E. Schaefer2016-09-271-1/+1
* 39436: Pass on status of SIGINT better.Peter Stephenson2016-09-251-1/+2
* 39435: Further fix for pgrp of funny pipelines.Peter Stephenson2016-09-251-1/+2
* 39381: handle save/restore of variable values when "typeset"-related reserved...Barton E. Schaefer2016-09-191-2/+2
* 39362: another race with pipeline handling.Peter Stephenson2016-09-161-25/+9
* 39359: Fix remaining race with orphaned subjob.Peter Stephenson2016-09-161-1/+43
* 39331: Reparent subjob on fork with exited superjob.Peter Stephenson2016-09-161-1/+18
* 39305: Fix error handling after parse for here document.Peter Stephenson2016-09-131-1/+1
* 39125: More care needed decrementing SHLVL on exec.Stephane Chazelas2016-08-311-4/+7
* 39104: do not hash relative paths in findcmd()Barton E. Schaefer2016-08-261-1/+1
* 38991: Make 'whence -v autoloaded-function' shows the defining filename.Daniel Shahaf2016-08-051-1/+2
* 38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.Daniel Shahaf2016-06-131-3/+9
* 38350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the root...Barton E. Schaefer2016-04-261-2/+2
* 38114: Fix hang using ^Z with command subst.Peter Stephenson2016-03-091-2/+11
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-031-2/+0
* 37473: check for cshnullglob in command position.Barton E. Schaefer2016-01-011-0/+5
* 37435 (+ fix typo): allow execution of empty files as "sh" scriptsBarton E. Schaefer2015-12-251-1/+2
* 37434: POSIXBUILTINS "command" should prevent shell exit on errors from speci...Barton E. Schaefer2015-12-251-3/+5
* 37202: suppress WARN_CREATE_GLOBAL warnings after a forkPeter Stephenson2015-12-041-1/+1