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
2007-09-04
users/11807: fix some job display bugs
Peter Stephenson
1
-93
/
+125
2007-08-31
23812: fix core dump on ( command & ) from 23460
Peter Stephenson
1
-1
/
+2
2007-07-31
23732: three broken tests
Peter Stephenson
1
-1
/
+1
2007-07-31
23730: improve preprocessor and regression tests for 23725
Peter Stephenson
1
-1
/
+1
2007-07-30
23725: use setenv()/unsetenv() for environment memory management
Peter Stephenson
1
-0
/
+9
2007-07-13
23671: command not found handler
Peter Stephenson
1
-0
/
+23
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-17
/
+36
2007-06-15
23553: bit missed out
Peter Stephenson
1
-1
/
+4
2007-06-03
23511: error if here document too large
Peter Stephenson
1
-1
/
+7
2007-05-29
23485: feature completion and autoloading
Peter Stephenson
1
-2
/
+7
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-2
/
+2
2007-05-23
John Buddery: 23461: fix race setting up input multios
Peter Stephenson
1
-1
/
+10
2007-05-23
23460: fix problem with ( stuff ) >multio1 >multio2
Peter Stephenson
1
-5
/
+35
2007-05-08
Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options
Peter Stephenson
1
-20
/
+91
2007-02-14
23169 (tweaked): report error on failure to dup for multios
Bart Schaefer
1
-5
/
+39
2007-01-14
23104: fix line numbers for DEBUGBEFORECMD
Peter Stephenson
1
-3
/
+29
2007-01-09
users/11111: add DEBUG_BEFORE_CMD option
Peter Stephenson
1
-1
/
+17
2006-12-03
Incomplete improvements for $'...' in completion
Peter Stephenson
1
-1
/
+1
2006-11-19
23008: failure to output error message could alter exit status
Peter Stephenson
1
-3
/
+3
2006-11-06
fix error message
Peter Stephenson
1
-1
/
+1
2006-09-17
22728: $functrace parameter for function backtraces.
Clint Adams
1
-0
/
+2
2006-09-15
22715: AUTOCONTINUE option never worked.
Peter Stephenson
1
-8
/
+16
2006-06-16
unposted: remove redundant TODO
Peter Stephenson
1
-4
/
+0
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-35
/
+37
2006-05-30
22473: tweak bad interpreter formatting
Peter Stephenson
1
-3
/
+6
2006-05-29
10343: improve error message for bad #! lines
Peter Stephenson
1
-4
/
+11
2006-04-19
22416, tweaked: math functions via shell functions
Peter Stephenson
1
-8
/
+3
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-45
/
+45
2006-03-02
22317: exit status from code backgrounded in function
Peter Stephenson
1
-3
/
+3
2005-11-25
22027: more zsh-newuser-install fixes
Peter Stephenson
1
-6
/
+30
2005-10-13
21871: replace INULL() by inull()
Peter Stephenson
1
-1
/
+1
2005-09-23
21758: optimise =(<<<...) to run within the shell.
Peter Stephenson
1
-13
/
+54
2005-08-08
unposted: unnecessary variable in 21575
Peter Stephenson
1
-1
/
+1
2005-08-08
21575 plus unposted: Add WARN_CREATE_GLOBAL option
Peter Stephenson
1
-6
/
+11
2005-04-27
21197: Fix LOCAL_TRAPS inside another trap
Peter Stephenson
1
-4
/
+2
2005-04-15
21143: more care about special file descriptors
Peter Stephenson
1
-7
/
+16
2005-04-14
21141: fix some issues associated with the {myfd}>... syntax
Peter Stephenson
1
-10
/
+67
2005-04-12
21133: New {myfd} syntax for allocating file descriptors
Peter Stephenson
1
-26
/
+76
2005-04-04
21082: Dan Nelson: fix zsh -c exit status on parse error
Peter Stephenson
1
-0
/
+2
2005-03-31
21049: Don't close process substitution file descriptors for external programmes
Peter Stephenson
1
-20
/
+30
2005-02-06
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
1
-4
/
+3
2005-02-02
20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.
Bart Schaefer
1
-2
/
+2
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-1
/
+1
2005-01-11
20666: Avoid creating unnecessary multios when a descriptor is closed and
Bart Schaefer
1
-1
/
+2
2005-01-05
20632: incorrect propagation of signals to process group
Peter Stephenson
1
-1
/
+2
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-5
/
+5
2004-11-22
20572: Allow alternative signal names
Peter Stephenson
1
-0
/
+6
2004-10-29
20528: exec 8>>(grep a) waited incorrectly for grep to finish
Peter Stephenson
1
-7
/
+20
2004-10-21
Use the new gettempfile() function.
Wayne Davison
1
-5
/
+2
2004-10-18
Call gettempname() with its new args.
Wayne Davison
1
-3
/
+3
[next]