index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-23
33519: last character in the buffer can be cut, changed or yanked using vi-fo...
Oliver Kiddle
1
-0
/
+5
2014-10-23
33518: add support for "_ vi buffer and arguments to vi-set-buffer from a zle...
Oliver Kiddle
1
-0
/
+60
2014-10-13
33459: test for variable substitution in variable splitting
Peter Stephenson
1
-0
/
+20
2014-10-11
Tests for workers/33429
Barton E. Schaefer
1
-0
/
+14
2014-10-04
33354: when backgrounding a pipeline, close all pipe descriptors in the parent
Barton E. Schaefer
1
-0
/
+15
2014-10-03
33345: fix anonymous function complex command handling.
Peter Stephenson
1
-0
/
+4
2014-10-03
33343: Variant anonymous function synax with arguments.
Peter Stephenson
1
-0
/
+6
2014-10-02
33332: test safer numeric import from environment
Peter Stephenson
1
-0
/
+4
2014-10-02
33325: fix ksh autoloads with redirections on function definitions
Peter Stephenson
1
-0
/
+13
2014-09-30
33294: $functions[func_with_redir] plus extra tests
Peter Stephenson
1
-0
/
+24
2014-09-29
33286: handle redirections for multiply named functions
Peter Stephenson
1
-0
/
+16
2014-09-29
33285: apply function definition redirections at execution
Peter Stephenson
1
-1
/
+37
2014-09-08
users/19059 based on users/19058: remove ineffiency with multiple * matches
Peter Stephenson
1
-0
/
+7
2014-09-07
33122: typo from 32891 caused incorrect matches for pcre_match -n
Barton E. Schaefer
1
-0
/
+9
2014-08-31
Further tweaking of the descriptor leak regression test that sometimes hangs
Barton E. Schaefer
1
-4
/
+4
2014-08-23
33047: use git to simplify massively source distribution file selection
Peter Stephenson
1
-50
/
+0
2014-08-15
timeout the final "read" in hung shell regression
Barton E. Schaefer
1
-1
/
+1
2014-08-04
32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.
Peter Stephenson
1
-2
/
+5
2014-08-04
32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays
Mikael Magnusson
1
-0
/
+76
2014-06-13
32768 with further modifications: LOCAL_LOOPS option.
Peter Stephenson
2
-2
/
+48
2014-06-04
32711: run "continue" test in a new shell
Barton E. Schaefer
1
-3
/
+3
2014-06-04
32708: glob qualifier (Y) implies (oN)
Daniel Shahaf
1
-1
/
+1
2014-06-03
32694: the number of matches to find is the suffix argument of (Y) qualifier
Daniel Shahaf
1
-9
/
+14
2014-06-02
users/18870: fix glob scanner insert counting check.
Daniel Shahaf
1
-0
/
+5
2014-06-01
users/18857: add (Y) glob qualifier to generate only one match per pattern
Daniel Shahaf
1
-0
/
+11
2014-06-01
32640: (#q) in [[ ... ]] forces globbing
Peter Stephenson
1
-0
/
+15
2014-05-13
32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility
Barton E. Schaefer
1
-0
/
+8
2014-04-18
32552 (updated by 32560): fix segfault when using process substitution in ano...
Andrew Waldron
1
-0
/
+5
2014-03-18
32497: avoid using comptesteval in the middle of a series of tests
Barton E. Schaefer
2
-6
/
+14
2014-02-15
32389 (with Jun Takimoto): additional PTY and keybinding adjustments
Barton E. Schaefer
2
-7
/
+5
2014-02-13
Fix character transposition typo
Barton E. Schaefer
1
-1
/
+1
2014-02-13
32377: change keybindings and PTY control for vi-mode tests to make them more...
Barton E. Schaefer
1
-8
/
+28
2014-02-05
32355: document and test vi mode undo changes
Oliver Kiddle
2
-1
/
+58
2014-01-23
32299: add use of underscores on arithmetic output for spacing
Peter Stephenson
1
-0
/
+16
2014-01-11
32246: option "shift -p" pops arguments from end of array
Peter Stephenson
2
-0
/
+34
2014-01-10
32245: complete more mpc arguments
Koen Wilde
1
-0
/
+0
2014-01-09
users/18298 (tidied up): add {<char>..<char>} expansion
Peter Stephenson
1
-0
/
+15
2013-12-26
unposted: move path assignment from comptest to Y01completion.ztst
Barton E. Schaefer
2
-1
/
+2
2013-12-25
32183: regression tests for 32182 and 31611
Barton E. Schaefer
2
-1
/
+22
2013-12-21
32176: plug additional deadlock-inducing pipe descriptor leaks
Peter Stephenson
1
-0
/
+2
2013-12-21
32172: regression test for 32171
Barton E. Schaefer
1
-0
/
+12
2013-12-16
32137: set pseudo-terminal speed to prevent padding characters
J. Takimoto
1
-1
/
+1
2013-12-16
32136: fix problem with kshglob.
Peter Stephenson
1
-0
/
+27
2013-12-06
32091: WARN_CREATE_GLOBAL false positive.
Daniel Shahaf
1
-7
/
+10
2013-12-02
Unposted (see 32085): Another nonessential setopt
Barton E. Schaefer
1
-1
/
+1
2013-12-02
32080: Suppress error output from nonessential setopt
Barton E. Schaefer
1
-1
/
+1
2013-11-20
32030: need to revert empty glob qualifier change.
Peter Stephenson
1
-0
/
+8
2013-11-17
32001: fix crash on ${:*} and ${:|}
Peter Stephenson
1
-0
/
+9
2013-11-14
31982: detection of floating point constants was problematic.
Peter Stephenson
1
-0
/
+8
2013-11-07
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
1
-2
/
+2
[next]