about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 36378: skip directories when looking for files to autoloadPeter Stephenson2015-09-021-1/+3
* 36104: change order of child_block() and dont_queue_signals() to resolve yet ...Barton E. Schaefer2015-08-111-1/+1
* 36022 fix bug that some loop constructs could not be interrupted, revise sign...Barton E. Schaefer2015-08-091-7/+42
* 35849: close fd's from process substitution after forkPeter Stephenson2015-07-231-2/+3
* 35751: Fix ERR_RETURN and ERR_EXIT in "else"Peter Stephenson2015-07-091-1/+7
* 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBERPeter Stephenson2015-06-291-1/+2
* 35634: handle failure of gettempname() in namedpipe()Barton E. Schaefer2015-06-271-0/+4
* 35604: create empty arrays in typeset with array=()Peter Stephenson2015-06-251-9/+12
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-18/+158
* 35493: erase $_ when the command line is an assignmentBarton E. Schaefer2015-06-161-0/+1
* GLOB_ASSIGN should only affect scalar assignmentsMikael Magnusson2015-06-021-2/+2
* 35318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson2015-05-281-4/+8
* Tweak test for function level of exit.Peter Stephenson2015-05-221-1/+1
* users/20203: nested functions in always blocks when exit pendingPeter Stephenson2015-05-131-1/+9
* 34989: AUTO_CD needs to call cd --.Peter Stephenson2015-04-281-0/+1
* 34979: Preserve job text when doing shell job fix.Peter Stephenson2015-04-281-1/+14
* 34955: save and restore list_pipe_job with its friendsPeter Stephenson2015-04-241-2/+4
* 34900: assignment before an "exec".Peter Stephenson2015-04-151-7/+14
* 34887: Fix POSIX_BUILTINS with assignment.Peter Stephenson2015-04-151-7/+21
* 34590: queue_signals() around more scopes that manipulate global stateBarton E. Schaefer2015-02-201-1/+3
* 34530: PRINT_EXIT_VALUE with anonymous functions.Peter Stephenson2015-02-161-2/+12
* 34546: further $_ with anon function fix.Peter Stephenson2015-02-131-4/+13
* 34519: $_ for arguments of anonymous functionPeter Stephenson2015-02-121-1/+4
* 34514: Back out 34485, an alternate solution needs to be worked out.Barton E. Schaefer2015-02-121-25/+26
* 34485: More rationalisation for anonymous functions.Peter Stephenson2015-02-091-26/+25
* users/19751: remove error on failure to close file descriptor by number.Peter Stephenson2015-01-201-1/+6
* 34322: bug with interface to parsestr() etc.Peter Stephenson2015-01-181-4/+5
* Rearrange context saving.Peter Stephenson2015-01-091-4/+4
* 34134: anon funcs: don't leak shf and related dataMikael Magnusson2015-01-061-0/+6
* 34064: assignment before command replaces array with export even when KSH_ARRAYSTakeshi Banse2014-12-271-0/+2
* 34065: following an "if" condition, do not test lastval for ERR_EXIT until a ...Barton E. Schaefer2014-12-271-0/+4
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-21/+35
* 33818: fix types passed to sizeof detected by coverity as being wrongOliver Kiddle2014-11-301-2/+2
* 33816, 33819: GLOB_ASSIGN changes integer and floating type variables to stri...Barton E. Schaefer2014-11-281-1/+9
* 33775: error opening file in $(<...) is not fatalBarton E. Schaefer2014-11-231-2/+2
* 33614 (based on RedHat BZ-978613): signal safety when updating global state i...Barton E. Schaefer2014-11-061-0/+6
* Treat exec from subshell as if forkedPeter Stephenson2014-11-021-0/+9
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-261-2/+0
* 33493: use correct command name in error messages about "ulimit" failure; res...Barton E. Schaefer2014-10-221-0/+1
* 33365: avoid buffer overflow for very long fds in >& fd syntaxMikael Magnusson2014-10-061-1/+1
* 33325: fix ksh autoloads with redirections on function definitionsPeter Stephenson2014-10-021-19/+63
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-09-291-4/+88
|\
| * 33286: handle redirections for multiply named functionsPeter Stephenson2014-09-291-1/+16
| * 33285: apply function definition redirections at executionPeter Stephenson2014-09-291-4/+73
* | 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...Barton E. Schaefer2014-09-291-0/+2
|/
* 33100: check $fd more rigorously in "exec {fd}<&-"Barton E. Schaefer2014-09-031-6/+18
* 33077: SHTTY = -1 when closing it in closem()Barton E. Schaefer2014-08-311-1/+4
* 32768 with further modifications: LOCAL_LOOPS option.Peter Stephenson2014-06-131-2/+15
* 32568: consistency in handling of errflag condition during substitutionsBarton E. Schaefer2014-04-201-2/+9
* 32552 (updated by 32560): fix segfault when using process substitution in ano...Andrew Waldron2014-04-181-8/+18