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
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
1
-0
/
+13
*
35412: fix for - flag when formating strings with printf
Oliver Kiddle
2015-06-07
1
-2
/
+6
*
35374: tab expansion with double width characters
Peter Stephenson
2015-06-03
1
-0
/
+9
*
35369: better GLOB_ASSIGN testing
Peter Stephenson
2015-06-02
2
-12
/
+23
*
35359: Improved math parsing and errors.
Peter Stephenson
2015-06-02
1
-4
/
+18
*
35353: print -x and print -X expand tabs
Peter Stephenson
2015-06-02
1
-0
/
+13
*
35343: Avoid $#name length handling for POSIX_IDENTIFIERS
Peter Stephenson
2015-05-31
1
-3
/
+6
*
35326: $#- was misparsed as ${#-}
Peter Stephenson
2015-05-29
1
-0
/
+5
*
35306: "test -z \(" failed due to parse confusion
Peter Stephenson
2015-05-27
1
-0
/
+14
*
35248: treat fully parenthised zsh patterns as complete case patterns again
Peter Stephenson
2015-05-21
1
-3
/
+33
*
35193: Add "unalias -a".
Peter Stephenson
2015-05-18
1
-0
/
+10
*
35184: Additional case fix for 35168.
Peter Stephenson
2015-05-18
1
-0
/
+15
*
35168: Improve parsing of case patterns.
Peter Stephenson
2015-05-18
1
-0
/
+39
*
35153: nested math substitution
Peter Stephenson
2015-05-15
1
-0
/
+8
*
users/20203: nested functions in always blocks when exit pending
Peter Stephenson
2015-05-13
1
-0
/
+22
*
35078: Add backslash quoting to parameter (b) flag from 35067.
Peter Stephenson
2015-05-11
1
-1
/
+1
*
35067: Add (b) parameter flag for pattern char backslashing.
Peter Stephenson
2015-05-10
1
-0
/
+4
*
35059: fix, document, test readonly -p.
Peter Stephenson
2015-05-08
1
-0
/
+21
*
35056: turn off PROMPT_SP for interactive test
Peter Stephenson
2015-05-08
1
-5
/
+7
*
35054: readonly -p + POSIXBUILTINS fix.
Peter Stephenson
2015-05-07
1
-2
/
+4
*
35029: improvements to newline handling for vi-mode word movement
Oliver Kiddle
2015-05-04
1
-0
/
+88
*
34992: POSIX fix for readonly variables.
Peter Stephenson
2015-04-29
1
-0
/
+17
*
34961: test for breadth-first glob with (Y1) qualifier (originally workers/32...
Barton E. Schaefer
2015-04-25
1
-0
/
+2
*
34901: Test for the previous commit
Peter Stephenson
2015-04-15
1
-0
/
+17
*
34892 (slightly tweaked): math evaluation fix
Peter Stephenson
2015-04-15
1
-1
/
+4
*
34887: Fix POSIX_BUILTINS with assignment.
Peter Stephenson
2015-04-15
1
-0
/
+13
*
34781: add implicit space after alias expansion of tokens that form words wit...
Barton E. Schaefer
2015-03-28
1
-1
/
+1
*
34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionals
Barton E. Schaefer
2015-03-28
1
-0
/
+4
*
34787: Add more history tests
Peter Stephenson
2015-03-27
1
-0
/
+41
*
34779: tests for 34776
Barton E. Schaefer
2015-03-25
2
-1
/
+25
*
34774: fix %prep and use read from a no-op pipe to force wait for the timeout
Barton E. Schaefer
2015-03-25
2
-2
/
+2
*
34772: add new test suite file for history; fix "read" usage in comptest
Barton E. Schaefer
2015-03-23
2
-1
/
+20
*
34753: work around NFS problem in tests.
Peter Stephenson
2015-03-20
1
-9
/
+29
*
34734: further aliasing adjustments and doc
Barton E. Schaefer
2015-03-18
1
-1
/
+1
*
Missing test for alias fix
Peter Stephenson
2015-03-05
1
-0
/
+15
*
34606: fix up nested arithmetic substitution
Peter Stephenson
2015-02-22
1
-0
/
+8
*
34587: ensure multibyte characters don't overflow.
Peter Stephenson
2015-02-20
1
-5
/
+15
*
34570: Another nasty command / math substituion thing.
Peter Stephenson
2015-02-19
1
-0
/
+23
*
34560: Fix $(( that's actually a multiline cmd subst.
Peter Stephenson
2015-02-16
1
-0
/
+35
*
34530: PRINT_EXIT_VALUE with anonymous functions.
Peter Stephenson
2015-02-16
1
-6
/
+6
*
34546: further $_ with anon function fix.
Peter Stephenson
2015-02-13
1
-0
/
+29
*
34514: Back out 34485, an alternate solution needs to be worked out.
Barton E. Schaefer
2015-02-12
1
-6
/
+6
*
34485: More rationalisation for anonymous functions.
Peter Stephenson
2015-02-09
1
-8
/
+18
*
34344: fix 34338, pcre builtins need loading too
Barton E. Schaefer
2015-01-22
1
-0
/
+2
*
34338: check pcre-match feature availability
Barton E. Schaefer
2015-01-22
1
-1
/
+1
*
users/19756: test for case of closing fd with no error message
Peter Stephenson
2015-01-20
1
-1
/
+6
*
users/19751: remove error on failure to close file descriptor by number.
Peter Stephenson
2015-01-20
1
-4
/
+6
*
34322: bug with interface to parsestr() etc.
Peter Stephenson
2015-01-18
1
-0
/
+7
*
34280: more widespread use of FORCE_FLOAT.
Peter Stephenson
2015-01-15
1
-0
/
+10
*
34283: test X02 also needs zpty and shouldn't run on Cygwin
Peter Stephenson
2015-01-14
1
-1
/
+3
[next]