about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Yet more debug info. job_control_debug2Peter Stephenson2018-09-161-7/+1
* Add some more debug.Peter Stephenson2018-09-161-0/+43
* More debugPeter Stephenson2018-09-161-0/+6
* 43396: Job control debug.Peter Stephenson2018-09-161-13/+14
* 43446: More entersubsh() / addproc() wiring.Peter Stephenson2018-09-121-15/+22
* 43409: Fix process group setting in main shell.Peter Stephenson2018-09-071-17/+28
* CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile2018-09-031-16/+20
* 43156, 43157: Need to allow for extra space in gethere().Peter Stephenson2018-07-101-3/+5
* users/23531: Error exit/return fixes.Peter Stephenson2018-07-091-0/+17
* users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson2018-06-151-0/+10
* 42101 (tweaked): assigning shell status to array was brokendana2018-05-111-2/+6
* unposted (branch fork_early): Fork early for pipelines.Peter Stephenson2018-05-011-82/+63
* 47201: fix 42355 for multiple backslashesRicardo Giorni2018-04-291-6/+6
* unposted: Correct process substitution buffer size in the PATH_DEV_FD codepath.Daniel Shahaf2018-04-251-1/+1
* 42708: fix for process substitution.Peter Stephenson2018-04-241-8/+16
* 42684 (with extra comments): Fork early if in bg.Peter Stephenson2018-04-201-95/+135
* 42630: Improve process group handling in pipelines.Peter Stephenson2018-04-171-1/+16
* 42624 (plus test): avoid freeing memory that's still neededOliver Kiddle2018-04-121-5/+9
* 42518, CVE-2018-1071: check bounds when copying path in hashcmd()Oliver Kiddle2018-03-241-1/+1
* 42469: necessary repairs to 42465 found by "make check"Stephane Chazelas2018-03-181-2/+2
* 42465: Pass up error status from readoutput().Stephane Chazelas2018-03-151-3/+13
* 42355: Fix use of backslashes on here doc input.Peter Stephenson2018-02-121-1/+10
* 42043: ZSH_DEBUG_CMD should not WARN_CREATE_GLOBALBarton E. Schaefer2018-01-141-1/+3
* 33395: Improvments for function managment.Peter Stephenson2017-12-221-1/+6
* users/13148 (and workers/42060): Abort the command line when replyingDaniel Shahaf2017-12-201-6/+11
* 42123 (tweaked): take account of Dash in function names.Peter Stephenson2017-12-151-2/+20
* 41802 (minor tweaks): use heap during shell function call.Peter Stephenson2017-10-041-69/+85
* 41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson2017-10-021-11/+6
* 41789: Don't save fd if -1.Peter Stephenson2017-09-291-8/+11
* 41767: preserve nonzero exit status on interruptBarton E. Schaefer2017-09-271-1/+2
* 41761: Ensure status from interrupt is propagated by builtinPeter Stephenson2017-09-261-2/+9
* Updates for ksh array element syntax.Peter Stephenson2017-09-241-70/+16
* 41736: NO_INTERACTIVE_COMMENTS in $(...)Barton E. Schaefer2017-09-201-1/+6
* First go at var=([key]=value) syntax.Peter Stephenson2017-09-131-9/+77
* 41662: exec -a arguments weren't sanitisedPeter Stephenson2017-09-101-0/+3
* 41608 (plus tests): restore ERR_EXIT before function.Peter Stephenson2017-08-291-1/+1
* 41590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson2017-08-241-14/+27
* posted but has not shown up: fix fd problem in subshell.Peter Stephenson2017-08-151-3/+15
* 41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson2017-07-271-2/+12
* 41317: use heap allocation in getoutputfile() to plug memory leakBarton E. Schaefer2017-06-191-2/+2
* 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