index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-05
39571: Fix ERR_EXIT bug with && and function.
Peter Stephenson
1
-6
/
+6
2016-10-05
39568: "! <complex-command>" suppresses ERR_EXIT
Peter Stephenson
1
-2
/
+7
2016-10-05
39566: Improve usefulness of command_not_found_handler.
Peter Stephenson
1
-5
/
+8
2016-10-03
39545: Add some missing unqueue_signals().
Peter Stephenson
1
-0
/
+3
2016-10-03
39521: Refactor start of execcmd().
Peter Stephenson
1
-46
/
+81
2016-10-02
39540: "! command" should suppress ERR_EXIT and ERR_RETURN
Peter Stephenson
1
-2
/
+6
2016-09-30
39517: back off 39502 (WC_ASSIGN causes fork in pipe).
Peter Stephenson
1
-1
/
+1
2016-09-29
39507: TMPSUFFIX for =(...)
Barton E. Schaefer
1
-0
/
+9
2016-09-29
39470: failure to open a supposedly unique temp file name should result in an...
Barton E. Schaefer
1
-5
/
+11
2016-09-29
39502: Fork for assignment in LHS of pipeline.
Peter Stephenson
1
-1
/
+2
2016-09-29
34943: Fixes for "command" with multiple options.
Peter Stephenson
1
-37
/
+116
2016-09-27
39437: use list_pipe_pid in assignment for clarity
Barton E. Schaefer
1
-1
/
+1
2016-09-25
39436: Pass on status of SIGINT better.
Peter Stephenson
1
-1
/
+2
2016-09-25
39435: Further fix for pgrp of funny pipelines.
Peter Stephenson
1
-1
/
+2
2016-09-19
39381: handle save/restore of variable values when "typeset"-related reserved...
Barton E. Schaefer
1
-2
/
+2
2016-09-16
39362: another race with pipeline handling.
Peter Stephenson
1
-25
/
+9
2016-09-16
39359: Fix remaining race with orphaned subjob.
Peter Stephenson
1
-1
/
+43
2016-09-16
39331: Reparent subjob on fork with exited superjob.
Peter Stephenson
1
-1
/
+18
2016-09-13
39305: Fix error handling after parse for here document.
Peter Stephenson
1
-1
/
+1
2016-08-31
39125: More care needed decrementing SHLVL on exec.
Stephane Chazelas
1
-4
/
+7
2016-08-26
39104: do not hash relative paths in findcmd()
Barton E. Schaefer
1
-1
/
+1
2016-08-05
38991: Make 'whence -v autoloaded-function' shows the defining filename.
Daniel Shahaf
1
-1
/
+2
2016-06-13
38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.
Daniel Shahaf
1
-3
/
+9
2016-04-26
38350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the root...
Barton E. Schaefer
1
-2
/
+2
2016-03-09
38114: Fix hang using ^Z with command subst.
Peter Stephenson
1
-2
/
+11
2016-02-03
37868: add 'static' to file local variables
Jun-ichi Takimoto
1
-2
/
+0
2016-01-01
37473: check for cshnullglob in command position.
Barton E. Schaefer
1
-0
/
+5
2015-12-25
37435 (+ fix typo): allow execution of empty files as "sh" scripts
Barton E. Schaefer
1
-1
/
+2
2015-12-25
37434: POSIXBUILTINS "command" should prevent shell exit on errors from speci...
Barton E. Schaefer
1
-3
/
+5
2015-12-04
37202: suppress WARN_CREATE_GLOBAL warnings after a fork
Peter Stephenson
1
-1
/
+1
2015-12-04
unposted: fix init_io() calls in previous change
Peter Stephenson
1
-1
/
+1
2015-11-11
37092: make nested ${(P)name} properly refer to parameter on return
Peter Stephenson
1
-7
/
+9
2015-10-14
36853: replace pushheap/popheap by NEWHEAPS/OLDHEAPS in doshfunc() to optimiz...
Barton E. Schaefer
1
-201
/
+201
2015-10-03
unposted: back out 36707, add test case for 36766
Barton E. Schaefer
1
-1
/
+1
2015-10-03
36766: fix incorrect reset of noerrexit during "if" conditions
Barton E. Schaefer
1
-1
/
+2
2015-09-30
36707: distinguish ERR_RETURN value of retflag so that execif() can ignore it...
Barton E. Schaefer
1
-1
/
+1
2015-09-27
36651: WARN_CREATE_GLOBAL += math expressions
Daniel Shahaf
1
-1
/
+2
2015-09-02
36378: skip directories when looking for files to autoload
Peter Stephenson
1
-1
/
+3
2015-08-11
36104: change order of child_block() and dont_queue_signals() to resolve yet ...
Barton E. Schaefer
1
-1
/
+1
2015-08-09
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
1
-7
/
+42
2015-07-23
35849: close fd's from process substitution after fork
Peter Stephenson
1
-2
/
+3
2015-07-09
35751: Fix ERR_RETURN and ERR_EXIT in "else"
Peter Stephenson
1
-1
/
+7
2015-06-29
35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER
Peter Stephenson
1
-1
/
+2
2015-06-27
35634: handle failure of gettempname() in namedpipe()
Barton E. Schaefer
1
-0
/
+4
2015-06-25
35604: create empty arrays in typeset with array=()
Peter Stephenson
1
-9
/
+12
2015-06-24
various posts: Implement assignment parsing for typeset.
Peter Stephenson
1
-18
/
+158
2015-06-16
35493: erase $_ when the command line is an assignment
Barton E. Schaefer
1
-0
/
+1
2015-06-02
GLOB_ASSIGN should only affect scalar assignments
Mikael Magnusson
1
-2
/
+2
2015-05-28
35318: POSIX_BUILTINS behaviour for getopts.
Peter Stephenson
1
-4
/
+8
2015-05-22
Tweak test for function level of exit.
Peter Stephenson
1
-1
/
+1
[next]