summaryrefslogtreecommitdiff
path: root/Src/exec.c
AgeCommit message (Expand)AuthorFilesLines
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
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
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
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 a...Sven Wischnowsky1-1/+9
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
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
2000-12-05Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson1-17/+17
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-7/+15
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 fo...Sven Wischnowsky1-1/+1
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
2000-05-08* Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira1-2/+2
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
2000-04-01Updated from list as far as 10376Peter Stephenson1-607/+1275
1999-04-15Initial revisionTanaka Akira1-0/+2965