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
2016-09-13
39292: Distinguish "=" and "==" tests in output.
Peter Stephenson
3
-4
/
+13
2016-09-09
unposted: Add tests for ${(q)} being aware of the EQUALS option.
Daniel Shahaf
1
-0
/
+4
2016-09-08
39222: test math functions in modules.
Peter Stephenson
1
-0
/
+74
2016-08-31
39141: Use zsh instead of sh in SHLVL test.
Peter Stephenson
1
-12
/
+14
2016-08-31
39125: More care needed decrementing SHLVL on exec.
Stephane Chazelas
1
-0
/
+18
2016-08-29
39115: repair forced joining when (@) and (j) are used together
Barton E. Schaefer
1
-0
/
+9
2016-08-22
39046 + 39061: New :P history modifier.
Daniel Shahaf
1
-0
/
+8
2016-08-12
39035: ${(A)name=word} should expand as an array even when there is only one ...
Barton E. Schaefer
1
-0
/
+5
2016-08-12
39028: more join/split cases fixed and tested.
Barton E. Schaefer
1
-2
/
+8
2016-08-11
39019 (cf. PWS 39013): add test cases for more join/split combinations
Barton E. Schaefer
1
-0
/
+55
2016-08-05
38991: Make 'whence -v autoloaded-function' shows the defining filename.
Daniel Shahaf
1
-0
/
+10
2016-07-18
38879: Unmetafy file names for glob sort.
Peter Stephenson
1
-0
/
+17
2016-07-05
38728: Tests: Add tests for the ':a' and ':A' modifiers.
Daniel Shahaf
1
-1
/
+24
2016-06-25
38652: test harness: Emit unified diffs instead of context diffs
Daniel Shahaf
1
-3
/
+3
2016-06-22
38746: Fix suffix alias expansion recursion.
Peter Stephenson
1
-0
/
+6
2016-06-21
38734: fix final case clauses terminating with ;&
Peter Stephenson
1
-0
/
+8
2016-06-13
38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.
Daniel Shahaf
1
-0
/
+17
2016-06-03
38586: Metafication problem with $functions
Peter Stephenson
1
-0
/
+9
2016-05-09
38445: subsequent tests rely on a file touched by the -N test, so it must alw...
Jun T
1
-3
/
+4
2016-05-02
38375 (tweaked per 38384): try harder to detect noatime filesystems.
Barton E. Schaefer
1
-5
/
+17
2016-04-29
38358: "fgrep --" for noatime check in case a mount point is named "-"
Barton E. Schaefer
1
-1
/
+1
2016-04-23
Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothing
Barton E. Schaefer
1
-0
/
+7
2016-03-07
users/21352: ensure $'' doesn't get elided.
Peter Stephenson
1
-0
/
+4
2016-03-07
38094: Fix POSIX EXIT traps defined in function.
Peter Stephenson
1
-2
/
+20
2016-02-25
38024: Improve POSIX and native EXIT traps compatibility.
Peter Stephenson
1
-0
/
+17
2016-02-17
37999: Sticky behaviour of EXIT traps.
Peter Stephenson
1
-0
/
+20
2016-02-08
37914: reparse associative array subscripts in "unset" so keys with "[" or "]...
Barton E. Schaefer
1
-1
/
+1
2016-01-29
37752: More tests for the previous patch.
Daniel Shahaf
1
-0
/
+18
2016-01-29
37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.
Daniel Shahaf
1
-0
/
+16
2016-01-25
37765: Use FS_FUNC on fucstack to find autoload -X target.
Peter Stephenson
1
-0
/
+13
2016-01-21
37722: test builtin should return status 2 on syntax error
Peter Stephenson
1
-6
/
+6
2016-01-20
37705: don't turn - to Dash after start of brace parameter
Peter Stephenson
1
-0
/
+6
2016-01-19
37689: ! and ^ need to be tokenised in character sets
Peter Stephenson
1
-0
/
+33
2016-01-19
37678: Now possible to quote "-" in pattern range
Peter Stephenson
1
-0
/
+40
2016-01-19
37646: bit missed out of previous readonly commit.
Peter Stephenson
1
-0
/
+5
2016-01-13
37591: 'alias -L': skip with a warning aliases with '=' in their LHS
Daniel Shahaf
1
-0
/
+8
2016-01-08
Jun T.: 37515: multibyte handling as per 35448.
Barton E. Schaefer
1
-0
/
+11
2016-01-04
37501 (+ revise test): correct byte counts when simulating memstream via temp...
Jun T
1
-5
/
+5
2016-01-03
37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar
Peter Stephenson
1
-0
/
+11
2016-01-02
37493: readonly + POSIX_BUILTINS == typeset -gr
Barton E. Schaefer
1
-4
/
+4
2015-12-31
37467: add "print -v var" / "printf -v var"
Barton E. Schaefer
1
-0
/
+9
2015-12-31
37453 (with Bart, started by Baptiste Daroussin, 37315): try to improve detec...
Oliver Kiddle
1
-1
/
+1
2015-12-30
37460: make sure the default keymap is emacs before using that keymap to test...
Barton E. Schaefer
1
-0
/
+1
2015-12-19
37257 (in part): Add array assignment tests.
Daniel Shahaf
1
-0
/
+12
2015-12-16
37411: more bindkey tests
Peter Stephenson
1
-2
/
+77
2015-12-15
37405: Fix self-insert binding for multibyte sequences.
Peter Stephenson
1
-3
/
+10
2015-12-10
37378: New bindkey tests.
Peter Stephenson
2
-1
/
+46
2015-12-09
37364: "test" and "[" handling of parentheses.
Peter Stephenson
1
-0
/
+12
2015-12-08
37348: Tests and fix for ${(q+)...}.
Peter Stephenson
2
-0
/
+21
2015-12-07
37344: restore old printable quoting, add ${(q+)...}.
Peter Stephenson
2
-2
/
+2
[next]