summaryrefslogtreecommitdiff
path: root/Src/exec.c
AgeCommit message (Collapse)AuthorFilesLines
2004-05-2119971: Fix environment nastiness in zexecve()Peter Stephenson1-6/+1
2004-04-2319810: ksh autoloadingPeter Stephenson1-2/+2
19812: autoloaded traps which are still buggy.
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-1/+5
completion system to be used with ksh_autoload set
2004-04-06Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson1-3/+4
2004-03-1819655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson1-0/+4
Also bug with multiple math function autoloads.
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-2/+10
2003-11-0319218: extend 19216 to zle widgetsPeter Stephenson1-6/+14
2003-11-0319216: Save and restore pipestatus. Remove debugging outputPeter Stephenson1-4/+16
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-3/+3
2003-09-15Vin Shelton: 19073: Replace C++-style comment.Oliver Kiddle1-1/+1
Vin Shelton: 19038: Make sed grok icc's cpp output.
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