about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* 18492: Provide partial fix for multios and output process substitutionPeter Stephenson2003-05-021-29/+58
| | | | asynchronicity problem. Document workarounds for remaining problems.
* 18319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson2003-03-071-10/+14
|
* 18013: Handle test of (( float == 0.0)) properlyPeter Stephenson2002-12-181-3/+4
|
* 17979: Add ERR_RETURN option.Peter Stephenson2002-12-041-7/+17
|
* 17673: Fix bug with &&s and ||s in complex constructsPeter Stephenson2002-09-171-2/+16
|
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-1/+1
|
* Dan Nelson: 17492: Quote output from xtracePeter Stephenson2002-08-011-6/+10
|
* 17299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson2002-06-071-0/+4
| | | | as finished with.
* 17265: make the jobs command work in subshellsPeter Stephenson2002-06-051-3/+3
|
* Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer2002-05-061-1/+1
| | | | to improve SH_GLOB handling, particularly in completion
* 16353: add += parameter assignmentsOliver Kiddle2001-12-171-4/+7
|
* Save/restore state around DEBUG trap call.Bart Schaefer2001-10-131-2/+9
|
* 15931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson2001-10-081-1/+6
|
* * Src/builtin.c, Src/exec.c: Unwind function calls before exitingPeter Stephenson2001-09-241-0/+16
| | | | shell from exit command to allow EXIT traps to run.
* Fix exit status of zsh -fc '! command'Bart Schaefer2001-08-191-0/+2
|
* Fix function stack unwinding on autoload failures.Bart Schaefer2001-07-091-6/+7
|
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-091-7/+7
|
* add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky2001-06-271-1/+9
| | | | are being disowned; make that the default for `%job &!' and `%job &|' (15115)
* PRINT_EXIT_VALUE for shell functions.Bart Schaefer2001-06-251-3/+4
|
* POSIX exit status changes.Bart Schaefer2001-06-231-2/+2
|
* rewrite 14988 as per 14989Peter Stephenson2001-06-201-1/+1
|
* Bug restoring saving special parameters for function scope.Peter Stephenson2001-06-201-1/+1
|
* another attempt at fixing the job problem from 14327; make execpline() reset ↵Sven Wischnowsky2001-05-281-1/+4
| | | | list_pipe_job to zero if it would be set for a job started in the background (14503)
* set list_pipe_job only for real pipelines (14327)Sven Wischnowsky2001-05-141-1/+1
|
* Fix problem with traps not runing if shell exec'd final commandPeter Stephenson2001-03-301-3/+2
|
* skip redirections in execpline2() when looking for the command code (13706)Sven Wischnowsky2001-03-221-2/+2
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-13/+10
| | | | signal handlers are only executed when it is safe to run them (13365)
* Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson2000-12-051-17/+17
|
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-7/+15
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* Change some zerr to zwarn for consistency.Bart Schaefer2000-10-021-13/+14
|
* Tweak to STTY fix.Bart Schaefer2000-09-261-0/+3
|
* Fix STTY parameter.Bart Schaefer2000-09-251-7/+17
|
* fix for `function' without names (12710)Sven Wischnowsky2000-08-281-1/+4
|
* 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams2000-08-081-1/+4
|
* users/3358: Zero shout when closing SHTTY in subshells.Bart Schaefer2000-08-081-0/+1
|
* remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵Sven Wischnowsky2000-08-011-1/+1
| | | | for functions that redefine themselves
* 12414: vared quotes separators when editing arraysPeter Stephenson2000-07-271-1/+1
|
* Removed call to remhist().Wayne Davison2000-07-191-2/+0
|
* 12222: handle EINTR for multios helper processesPeter Stephenson2000-07-111-2/+16
|
* 12220: message for missing autoload functionPeter Stephenson2000-07-111-0/+3
|
* AIX dependency fixOliver Kiddle2000-06-201-1/+1
|
* 11326: Avoid init_io() on "exec < file" when zleactive.Bart Schaefer2000-05-111-1/+1
| | | | Also fix OPK's slightly confused previous ChangeLog entry.
* * Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira2000-05-081-2/+2
| | | | has only zombie processes.
* close dump file descriptors in children (11151)Sven Wischnowsky2000-05-041-0/+1
|
* 11066: false || true was trigerring trap on ZERRPeter Stephenson2000-05-021-2/+4
|
* properly restore scriptname in doshfunc() (10620)Sven Wischnowsky2000-04-101-6/+6
|
* 10582: Apply STTY only to process group leaders.Bart Schaefer2000-04-071-1/+2
|
* 10564: typo in _wantedClint Adams2000-04-071-0/+13
| | | | | 10565: maximum function depth configure option 10566: patgetglobflags has a second argument now
* Updated from list as far as 10376Peter Stephenson2000-04-011-607/+1275
|
* Initial revisionTanaka Akira1999-04-151-0/+2965