about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Expand)AuthorAgeFilesLines
* another attempt at fixing the job problem from 14327; make execpline() reset ...Sven Wischnowsky2001-05-281-1/+4
* 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
* Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson2000-12-051-17/+17
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-7/+15
* 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 fo...Sven Wischnowsky2000-08-011-1/+1
* 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
* * Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira2000-05-081-2/+2
* 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
* Updated from list as far as 10376Peter Stephenson2000-04-011-607/+1275
* Initial revisionTanaka Akira1999-04-151-0/+2965