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
*
32708: glob qualifier (Y) implies (oN)
Daniel Shahaf
2014-06-04
1
-1
/
+1
*
32694: the number of matches to find is the suffix argument of (Y) qualifier
Daniel Shahaf
2014-06-03
1
-9
/
+14
*
users/18870: fix glob scanner insert counting check.
Daniel Shahaf
2014-06-02
1
-0
/
+5
*
users/18857: add (Y) glob qualifier to generate only one match per pattern
Daniel Shahaf
2014-06-01
1
-0
/
+11
*
32640: (#q) in [[ ... ]] forces globbing
Peter Stephenson
2014-06-01
1
-0
/
+15
*
32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility
Barton E. Schaefer
2014-05-13
1
-0
/
+8
*
32552 (updated by 32560): fix segfault when using process substitution in ano...
Andrew Waldron
2014-04-18
1
-0
/
+5
*
32497: avoid using comptesteval in the middle of a series of tests
Barton E. Schaefer
2014-03-18
2
-6
/
+14
*
32389 (with Jun Takimoto): additional PTY and keybinding adjustments
Barton E. Schaefer
2014-02-15
2
-7
/
+5
*
Fix character transposition typo
Barton E. Schaefer
2014-02-13
1
-1
/
+1
*
32377: change keybindings and PTY control for vi-mode tests to make them more...
Barton E. Schaefer
2014-02-13
1
-8
/
+28
*
32355: document and test vi mode undo changes
Oliver Kiddle
2014-02-05
2
-1
/
+58
*
32299: add use of underscores on arithmetic output for spacing
Peter Stephenson
2014-01-23
1
-0
/
+16
*
32246: option "shift -p" pops arguments from end of array
Peter Stephenson
2014-01-11
2
-0
/
+34
*
32245: complete more mpc arguments
Koen Wilde
2014-01-10
1
-0
/
+0
*
users/18298 (tidied up): add {<char>..<char>} expansion
Peter Stephenson
2014-01-09
1
-0
/
+15
*
unposted: move path assignment from comptest to Y01completion.ztst
Barton E. Schaefer
2013-12-26
2
-1
/
+2
*
32183: regression tests for 32182 and 31611
Barton E. Schaefer
2013-12-25
2
-1
/
+22
*
32176: plug additional deadlock-inducing pipe descriptor leaks
Peter Stephenson
2013-12-21
1
-0
/
+2
*
32172: regression test for 32171
Barton E. Schaefer
2013-12-21
1
-0
/
+12
*
32137: set pseudo-terminal speed to prevent padding characters
J. Takimoto
2013-12-16
1
-1
/
+1
*
32136: fix problem with kshglob.
Peter Stephenson
2013-12-16
1
-0
/
+27
*
32091: WARN_CREATE_GLOBAL false positive.
Daniel Shahaf
2013-12-06
1
-7
/
+10
*
Unposted (see 32085): Another nonessential setopt
Barton E. Schaefer
2013-12-02
1
-1
/
+1
*
32080: Suppress error output from nonessential setopt
Barton E. Schaefer
2013-12-02
1
-1
/
+1
*
32030: need to revert empty glob qualifier change.
Peter Stephenson
2013-11-20
1
-0
/
+8
*
32001: fix crash on ${:*} and ${:|}
Peter Stephenson
2013-11-17
1
-0
/
+9
*
31982: detection of floating point constants was problematic.
Peter Stephenson
2013-11-14
1
-0
/
+8
*
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
2013-11-07
1
-2
/
+2
*
unposted: updates for 4.0.2-test-1.
zsh-5.0.2-test-1
Peter Stephenson
2013-11-06
1
-0
/
+1
*
Merge overlapping ChangeLog entries
Barton E. Schaefer
2013-10-26
1
-0
/
+6
|
\
|
*
31902: rationalise use of gamma function.
Jun T
2013-10-27
1
-0
/
+6
*
|
31906: fix race-condition interaction of $pipestatus with job control
Barton E. Schaefer
2013-10-26
1
-2
/
+8
|
/
*
31889: tests for disable -p
Peter Stephenson
2013-10-24
1
-0
/
+58
*
31888: Add another test for pipestatus.
Peter Stephenson
2013-10-24
1
-0
/
+7
*
31884: Make new pipestatus test implementation proof.
Peter Stephenson
2013-10-24
1
-2
/
+2
*
31879 plus misc.: improve $pipestatus handling and add a test for it
Barton E. Schaefer
2013-10-23
1
-0
/
+11
*
31805: Add $patchars and $dis_patchars to zsh/parameter module
Mikael Magnusson
2013-10-11
1
-0
/
+2
*
31810: tests for simple XTRACE output from conditions
Peter Stephenson
2013-10-10
1
-0
/
+9
*
users:18023: Add PIPEFAIL option
Peter Stephenson
2013-10-06
1
-0
/
+15
*
31706: standardize handling of "test ! <x> <y> <z>"
Peter Stephenson
2013-09-06
1
-1
/
+5
*
31696: In "test" No One Can Hear If You Shriek.
Peter Stephenson
2013-09-04
1
-0
/
+21
*
31672: Add test that was failing and fix zpty set-up race
Peter Stephenson
2013-08-26
1
-1
/
+9
*
31665: zpty should attach terminal on slave.
Peter Stephenson
2013-08-25
2
-0
/
+21
*
31536 with additions: Fix hang in previous process substitution fix.
Peter Stephenson
2013-07-19
1
-0
/
+8
*
31141: Tighten NO_CLOBBER restrictions on {fd} syntax
Peter Stephenson
2013-03-10
1
-0
/
+11
*
users/17665: add FORCE_FLOAT option
Peter Stephenson
2013-03-05
1
-0
/
+15
*
31041: add support for testing line editor widgets from the test suite
Oliver Kiddle
2013-02-12
2
-5
/
+48
*
30993: fix parameter modifier crash with :wq on empty string
Peter Stephenson
2013-01-22
1
-0
/
+7
*
this prevent process-based features from working in their arguments
Peter Stephenson
2012-12-21
1
-0
/
+19
[next]