summaryrefslogtreecommitdiff
path: root/Src/exec.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-1119059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle1-47/+108
2003-07-0318769: handle parse errors in autoload functions properlyPeter Stephenson1-1/+1
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson1-29/+58
asynchronicity problem. Document workarounds for remaining problems.
2003-03-0718319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson1-10/+14
2002-12-1818013: Handle test of (( float == 0.0)) properlyPeter Stephenson1-3/+4
2002-12-0417979: Add ERR_RETURN option.Peter Stephenson1-7/+17
2002-09-1717673: Fix bug with &&s and ||s in complex constructsPeter Stephenson1-2/+16
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2002-08-01Dan Nelson: 17492: Quote output from xtracePeter Stephenson1-6/+10
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson1-0/+4
as finished with.
2002-06-0517265: make the jobs command work in subshellsPeter Stephenson1-3/+3
2002-05-06Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer1-1/+1
to improve SH_GLOB handling, particularly in completion
2001-12-1716353: add += parameter assignmentsOliver Kiddle1-4/+7
2001-10-13Save/restore state around DEBUG trap call.Bart Schaefer1-2/+9
2001-10-0815931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson1-1/+6
2001-09-24* Src/builtin.c, Src/exec.c: Unwind function calls before exitingPeter Stephenson1-0/+16
shell from exit command to allow EXIT traps to run.
2001-08-19Fix exit status of zsh -fc '! command'Bart Schaefer1-0/+2
2001-07-09Fix function stack unwinding on autoload failures.Bart Schaefer1-6/+7
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson1-7/+7
2001-06-27add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky1-1/+9
are being disowned; make that the default for `%job &!' and `%job &|' (15115)
2001-06-25PRINT_EXIT_VALUE for shell functions.Bart Schaefer1-3/+4
2001-06-23POSIX exit status changes.Bart Schaefer1-2/+2
2001-06-20rewrite 14988 as per 14989Peter Stephenson1-1/+1
2001-06-20Bug restoring saving special parameters for function scope.Peter Stephenson1-1/+1
2001-05-28another attempt at fixing the job problem from 14327; make execpline() reset ↵Sven Wischnowsky1-1/+4
list_pipe_job to zero if it would be set for a job started in the background (14503)
2001-05-14set list_pipe_job only for real pipelines (14327)Sven Wischnowsky1-1/+1
2001-03-30Fix problem with traps not runing if shell exec'd final commandPeter Stephenson1-3/+2
2001-03-22skip redirections in execpline2() when looking for the command code (13706)Sven Wischnowsky1-2/+2
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-13/+10
signal handlers are only executed when it is safe to run them (13365)
2000-12-05Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson1-17/+17
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-7/+15
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer1-13/+14
2000-09-26Tweak to STTY fix.Bart Schaefer1-0/+3
2000-09-25Fix STTY parameter.Bart Schaefer1-7/+17
2000-08-28fix for `function' without names (12710)Sven Wischnowsky1-1/+4
2000-08-0812568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.Clint Adams1-1/+4
2000-08-08users/3358: Zero shout when closing SHTTY in subshells.Bart Schaefer1-0/+1
2000-08-01remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵Sven Wischnowsky1-1/+1
for functions that redefine themselves
2000-07-2712414: vared quotes separators when editing arraysPeter Stephenson1-1/+1
2000-07-19Removed call to remhist().Wayne Davison1-2/+0
2000-07-1112222: handle EINTR for multios helper processesPeter Stephenson1-2/+16
2000-07-1112220: message for missing autoload functionPeter Stephenson1-0/+3
2000-06-20AIX dependency fixOliver Kiddle1-1/+1
2000-05-1111326: Avoid init_io() on "exec < file" when zleactive.Bart Schaefer1-1/+1
Also fix OPK's slightly confused previous ChangeLog entry.
2000-05-08* Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira1-2/+2
has only zombie processes.
2000-05-04close dump file descriptors in children (11151)Sven Wischnowsky1-0/+1
2000-05-0211066: false || true was trigerring trap on ZERRPeter Stephenson1-2/+4
2000-04-10properly restore scriptname in doshfunc() (10620)Sven Wischnowsky1-6/+6
2000-04-0710582: Apply STTY only to process group leaders.Bart Schaefer1-1/+2
2000-04-0710564: typo in _wantedClint Adams1-0/+13
10565: maximum function depth configure option 10566: patgetglobflags has a second argument now