index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
Commit message (
Expand
)
Author
Age
Files
Lines
*
25791: force return from eval-style DEBUG trap lost status
Peter Stephenson
2008-10-01
1
-0
/
+10
*
25760: add (~) flag
Peter Stephenson
2008-09-27
1
-0
/
+24
*
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
2008-09-26
1
-0
/
+43
*
Rocky: 25734: typo
Peter Stephenson
2008-09-24
1
-1
/
+1
*
Rocky Bernstein: 25727: allow fc non-interactively
Peter Stephenson
2008-09-23
2
-0
/
+12
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-0
/
+15
*
25671: non existing variable in typeset -p should cause status 1
Peter Stephenson
2008-09-15
1
-1
/
+1
*
25662: declare -p should never create arguments
Peter Stephenson
2008-09-13
1
-0
/
+9
*
25627: add $ZSH_SUBSHELL
Peter Stephenson
2008-09-05
1
-0
/
+15
*
25615: $ZSH_DEBUG_CMD for use in DEBUG traps
Peter Stephenson
2008-09-05
1
-0
/
+25
*
25595: fix line numbers with EVAL_LINENO,
Peter Stephenson
2008-09-03
1
-1
/
+30
*
25571: when parsing use line numbers for the start of a token, not the end
Peter Stephenson
2008-08-31
3
-88
/
+115
*
25570: line numbers of complex sublists were wrong, plus test
Peter Stephenson
2008-08-31
1
-0
/
+10
*
25568: Frank Terbeck & pws: invalid continue and break arguments
Peter Stephenson
2008-08-31
2
-0
/
+113
*
25532: problem skipping assignments etc. with setopt ERREXIT
Peter Stephenson
2008-08-25
1
-0
/
+14
*
unposted: test changed needed by foregoing patch
Peter Stephenson
2008-08-13
1
-0
/
+1
*
25443 (tweaked): allow $functrace to show sourced files
Peter Stephenson
2008-08-12
1
-1
/
+7
*
unposted: fix test failure in previous commit
Peter Stephenson
2008-08-11
1
-5
/
+1
*
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
2008-08-11
3
-0
/
+39
*
25429: Rocky Bernstein: dont assume PS4 is set to the default
Peter Stephenson
2008-08-11
2
-23
/
+25
*
25415: Make DEBUG_BEFORE_CMD the default.
Peter Stephenson
2008-08-07
2
-0
/
+15
*
25409: fix eval's use of lastval
Peter Stephenson
2008-08-06
2
-0
/
+35
*
25400: Rockys test for second part of trapreturn bug
Peter Stephenson
2008-08-06
1
-0
/
+14
*
25392: test for 25367
Peter Stephenson
2008-08-05
1
-0
/
+38
*
25364: fix k flag in hash subscript
Peter Stephenson
2008-07-31
1
-0
/
+10
*
25255: add anonymous function capability
Peter Stephenson
2008-06-30
1
-0
/
+79
*
25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence
Peter Stephenson
2008-06-12
1
-0
/
+10
*
25145: make sure XTRACE output is redirected with stderr
Peter Stephenson
2008-06-11
1
-8
/
+8
*
unposted addition to 25144 for tests
Peter Stephenson
2008-06-10
1
-1
/
+1
*
users/12848: return, break, continue in always block override try block
Peter Stephenson
2008-05-11
1
-0
/
+8
*
24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:
Peter Stephenson
2008-03-30
1
-0
/
+15
*
unposted: fix alias test in 24736 properly
Peter Stephenson
2008-03-27
1
-4
/
+8
*
24736: a couple more tests failing on Solaris
Peter Stephenson
2008-03-26
2
-10
/
+2
*
fix optimisation of string matching with multibyte mode
Peter Stephenson
2008-03-25
1
-0
/
+37
*
24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1
Bart Schaefer
2008-03-18
1
-2
/
+6
*
24711: fix re-presentation of here-documents munged internally
Peter Stephenson
2008-03-14
1
-0
/
+52
*
unposted: make test for added space in 24699 safer
Peter Stephenson
2008-03-11
1
-1
/
+1
*
24699: bug with ${(Q)...} on initial ">"
Peter Stephenson
2008-03-08
1
-0
/
+28
*
24673: another attempt to sort characters the same way on multiple UTF-8
Peter Stephenson
2008-03-03
1
-21
/
+15
*
24618: avoid problems with sorting of UTF-8 characters by using sort
Peter Stephenson
2008-02-27
1
-2
/
+8
*
24611: fix ${+array[...]} for empty range
Peter Stephenson
2008-02-27
1
-0
/
+8
*
24600: yet another typo
Peter Stephenson
2008-02-26
1
-4
/
+4
*
4.3.5
zsh-4.3.5
Peter Stephenson
2008-02-01
1
-1
/
+0
*
24506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.
Clint Adams
2008-02-01
1
-0
/
+1
*
users/12412: check for extra arguments in test and [
Peter Stephenson
2008-01-10
1
-1
/
+25
*
24356: regex =~ test wasnt handled by gettext()
Peter Stephenson
2008-01-04
1
-0
/
+12
*
24316: count skipped tests differently from successes and failures.
Clint Adams
2007-12-25
2
-3
/
+8
*
24289 plus Ismail's suggestion 24290: count test scripts succeeded and failed
Peter Stephenson
2007-12-18
4
-17
/
+72
*
24275: fixes for multibyte characters on Solaris
Peter Stephenson
2007-12-17
1
-6
/
+15
*
24271: handle parse failures in command substitution better
Peter Stephenson
2007-12-16
1
-0
/
+9
[next]