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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
24264: restrict effect of 24234 to parameter substitution code and document
Peter Stephenson
2007-12-16
1
-4
/
+4
*
24236: another case where cond -N test can fail
Peter Stephenson
2007-12-13
1
-1
/
+3
*
24234: apply typeset parameter flags consistently
Peter Stephenson
2007-12-13
1
-1
/
+40
*
users/12305: option output not well documented
Peter Stephenson
2007-12-12
1
-1
/
+1
*
users/12307: Expand delay in [[ -N ... ]] test to 2 seconds
Peter Stephenson
2007-12-11
1
-3
/
+4
*
24150: Exit status of null command should be exit status of last cmdsubst.
Bart Schaefer
2007-12-09
1
-0
/
+8
*
Test for matcher fix in 24127
Peter Stephenson
2007-11-28
1
-0
/
+8
*
24070: some \u fixes in getkeystring()
Peter Stephenson
2007-11-06
2
-0
/
+20
*
users/12149: "@" with splitting in double quotes retains empty fields
Peter Stephenson
2007-10-30
1
-0
/
+32
*
23795: improve ${(Q)...} with $'..'
Peter Stephenson
2007-08-23
1
-0
/
+5
*
23792: test and documentation for improved backslash quoting
Peter Stephenson
2007-08-22
1
-0
/
+6
*
update some .distfiles
Peter Stephenson
2007-08-01
1
-1
/
+1
*
23733: zmodload -LaF didn't include unloaded modules
Peter Stephenson
2007-07-31
1
-0
/
+5
*
23732: three broken tests
Peter Stephenson
2007-07-31
2
-10
/
+10
*
23730: improve preprocessor and regression tests for 23725
Peter Stephenson
2007-07-31
1
-0
/
+17
*
23726: test for adding and removing environment variables
Peter Stephenson
2007-07-30
1
-0
/
+11
*
add (#cN,M) globbing flag
Peter Stephenson
2007-07-27
1
-0
/
+14
*
23696: x=x; x[-10]=y did bad things
Peter Stephenson
2007-07-25
1
-0
/
+17
*
23680: tests for 23671
Peter Stephenson
2007-07-13
1
-0
/
+29
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
1
-1
/
+84
*
23660: fix numerical sorting of parameters + tests + documentation
Peter Stephenson
2007-07-06
1
-0
/
+7
*
23606: make all module feature autoloads pass through one function
Peter Stephenson
2007-06-26
1
-0
/
+16
*
not 23562 but should have been: test correction
Peter Stephenson
2007-06-18
1
-1
/
+1
*
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
Peter Stephenson
2007-06-18
5
-8
/
+66
*
unposted: stop multibyte test files from cluttering up directory
Peter Stephenson
2007-06-16
1
-0
/
+1
*
23537: make style list a hash table
Peter Stephenson
2007-06-08
1
-0
/
+145
*
23486: use {fd} syntax to get fd's for tests
Peter Stephenson
2007-05-29
5
-11
/
+15
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
1
-1
/
+0
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
3
-4
/
+166
*
John Buddery: 23461: fix race setting up input multios
Peter Stephenson
2007-05-23
1
-0
/
+10
*
23460: fix problem with ( stuff ) >multio1 >multio2
Peter Stephenson
2007-05-23
1
-0
/
+12
*
23440: Make $param[(R)value] substitute the empty string on failure
Peter Stephenson
2007-05-21
1
-2
/
+1
*
Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options
Peter Stephenson
2007-05-08
1
-0
/
+16
*
23278: fix NUMERICGLOBSORT, broken by multibyte fixes
Peter Stephenson
2007-04-15
1
-0
/
+19
*
23273: fix bad patterns in reverse array subscripting
Peter Stephenson
2007-04-13
1
-0
/
+10
*
23165: fix problems with bases: error if over 36 and don't interpret octal
Peter Stephenson
2007-02-12
1
-0
/
+12
*
fix metafication of ${(#)x}
Peter Stephenson
2007-02-10
1
-0
/
+32
*
23138: further tweak to backslashes in $'...'
Peter Stephenson
2007-01-27
1
-0
/
+14
*
23136: handle Bnulls now added in $'...'
Peter Stephenson
2007-01-27
1
-0
/
+4
*
23131: new tests for command substitution
Peter Stephenson
2007-01-24
2
-1
/
+84
*
23119: lower case in sorting properly
Peter Stephenson
2007-01-22
2
-1
/
+17
*
23118: improve sorting to make it work with locales
Peter Stephenson
2007-01-21
2
-0
/
+34
*
23115: ";|" at end of case clause causes later patterns to be tested
Peter Stephenson
2007-01-19
1
-0
/
+23
*
23101: various combinations of ZERR with function returns were feature-ridden
Peter Stephenson
2007-01-12
1
-0
/
+63
*
23098: printf multibyte character widths
Peter Stephenson
2007-01-09
1
-0
/
+4
*
23086: printf should handle octal escapes in the \0NNN form
Peter Stephenson
2007-01-04
1
-0
/
+4
*
23070: Fix [[ -N file ]] test failure on NFS
Peter Stephenson
2006-12-19
1
-0
/
+3
*
23022: don't allow WORDCHARS to be exported to tests
Peter Stephenson
2006-11-28
1
-0
/
+3
[next]