summaryrefslogtreecommitdiff
path: root/Src/exec.c
AgeCommit message (Expand)AuthorFilesLines
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