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
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
2004-10-08
20467: Reintroduce rusage-based escapes for TIMEFMT.
Peter Stephenson
1
-10
/
+2
2004-10-07
20462: Use getrusage for timing again.
Peter Stephenson
1
-16
/
+34
2004-10-05
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
1
-1
/
+7
2004-09-08
20325: consensus fix for "command -v" crash w/POSIXBUILTINS.
Bart Schaefer
1
-2
/
+13
2004-09-03
20308: add EVAL_LINENO option
Peter Stephenson
1
-2
/
+2
2004-07-29
20221: $LINENO in trap '...' DEBUG was wrong.
Peter Stephenson
1
-2
/
+4
2004-07-26
20198: fix TRAPEXIT.
Peter Stephenson
1
-2
/
+4
2004-07-07
20141: Crash restoring exported special parameters
Peter Stephenson
1
-7
/
+6
2004-06-28
20112 changed c.f. 20113:
Peter Stephenson
1
-1
/
+2
2004-06-22
20076, 20084: { ... } always { ... } syntax.
Peter Stephenson
1
-2
/
+8
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-6
/
+6
2004-05-25
19976: fix spurious job table full messages
Peter Stephenson
1
-1
/
+1
2004-05-21
19971: Fix environment nastiness in zexecve()
Peter Stephenson
1
-6
/
+1
2004-04-23
19810: ksh autoloading
Peter Stephenson
1
-2
/
+2
2004-04-20
19767, 19785: store flags for -z and -k options to autoload allowing the
Oliver Kiddle
1
-1
/
+5
2004-04-06
Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths
Peter Stephenson
1
-3
/
+4
2004-03-18
19655, 19656, 19657: Memory leaks spotted by valgrind.
Peter Stephenson
1
-0
/
+4
2003-11-13
19242: Make job table dynamically reallocatable.
Peter Stephenson
1
-2
/
+10
2003-11-03
19218: extend 19216 to zle widgets
Peter Stephenson
1
-6
/
+14
2003-11-03
19216: Save and restore pipestatus. Remove debugging output
Peter Stephenson
1
-4
/
+16
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-3
/
+3
2003-09-15
Vin Shelton: 19073: Replace C++-style comment.
Oliver Kiddle
1
-1
/
+1
2003-09-11
19059: add -v, -V and -p flags required by POSIX to the command builtin
Oliver Kiddle
1
-47
/
+108
2003-07-03
18769: handle parse errors in autoload functions properly
Peter Stephenson
1
-1
/
+1
2003-05-02
18492: Provide partial fix for multios and output process substitution
Peter Stephenson
1
-29
/
+58
2003-03-07
18319: Philippe Troin: fix use of process groups with su and suspend
Peter Stephenson
1
-10
/
+14
2002-12-18
18013: Handle test of (( float == 0.0)) properly
Peter Stephenson
1
-3
/
+4
2002-12-04
17979: Add ERR_RETURN option.
Peter Stephenson
1
-7
/
+17
2002-09-17
17673: Fix bug with &&s and ||s in complex constructs
Peter Stephenson
1
-2
/
+16
2002-08-05
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
1
-1
/
+1
2002-08-01
Dan Nelson: 17492: Quote output from xtrace
Peter Stephenson
1
-6
/
+10
2002-06-07
17299: Use reference counts in Eprogs so as to be able to free them as soon
Peter Stephenson
1
-0
/
+4
2002-06-05
17265: make the jobs command work in subshells
Peter Stephenson
1
-3
/
+3
2002-05-06
Split tokenize() into shtokenize() and zshtokenize()
Bart Schaefer
1
-1
/
+1
2001-12-17
16353: add += parameter assignments
Oliver Kiddle
1
-4
/
+7
2001-10-13
Save/restore state around DEBUG trap call.
Bart Schaefer
1
-2
/
+9
2001-10-08
15931: EXIT traps from exit in subshell; 15965: glob -> zglob
Peter Stephenson
1
-1
/
+6
2001-09-24
* Src/builtin.c, Src/exec.c: Unwind function calls before exiting
Peter Stephenson
1
-0
/
+16
2001-08-19
Fix exit status of zsh -fc '! command'
Bart Schaefer
1
-0
/
+2
2001-07-09
Fix function stack unwinding on autoload failures.
Bart Schaefer
1
-6
/
+7
2001-07-09
15327: always use local LINENOs in parse_string().
Peter Stephenson
1
-7
/
+7
2001-06-27
add autocontinue option to automatically make stopped jos running when they a...
Sven Wischnowsky
1
-1
/
+9
2001-06-25
PRINT_EXIT_VALUE for shell functions.
Bart Schaefer
1
-3
/
+4
[next]