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-11-28
40010: builtins: Say 'bad option: +x', not 'bad option: -x', when +x was passed.
Daniel Shahaf
1
-0
/
+5
2016-11-27
39757 plus test: Fix completion under parenthetical directory names, broken i...
Daniel Shahaf
1
-0
/
+3
2016-11-23
unposted: add test case for partial completion matching of options with argum...
Oliver Kiddle
1
-0
/
+6
2016-11-23
unposted: fix printf -v to an array without format string reuse
Oliver Kiddle
1
-0
/
+6
2016-11-21
39993: Tests for 39981.
Oliver Kiddle
1
-0
/
+11
2016-11-20
39986, 39989: improve handling of vi-repeat-change
Oliver Kiddle
1
-3
/
+7
2016-11-20
39995 (from 39977): Optimise string parameter assignment.
Peter Stephenson
1
-0
/
+140
2016-11-17
39915: whence: Honor PATH_DIRS option for arguments that start with './' or '...
Daniel Shahaf
1
-0
/
+4
2016-11-17
39959: when repeating vi changes advance through the numbered killring registers
Oliver Kiddle
1
-0
/
+15
2016-11-16
39945: allow further tab presses to move on to menu completion even when comp...
Oliver Kiddle
1
-0
/
+61
2016-11-15
39949: Special case for "-" in directory names.
Peter Stephenson
1
-0
/
+8
2016-11-15
39947: Additional test for array subscripts.
Peter Stephenson
1
-0
/
+8
2016-11-10
39901: No EXIT trap on LHS of pipeline.
Peter Stephenson
1
-0
/
+17
2016-11-08
39870: ensure exit trap can always run
Peter Stephenson
1
-0
/
+15
2016-11-05
unposted: tests for 39839, 39844
Barton E. Schaefer
1
-0
/
+13
2016-11-05
39389: when printf -v is used with an array use separate elements each time t...
Oliver Kiddle
1
-0
/
+6
2016-11-03
39824: test case for 39811 (commit ae4c035c)
Barton E. Schaefer
1
-0
/
+8
2016-11-03
39815: Read input to end on parse error in $(...) inside a string.
Peter Stephenson
1
-0
/
+8
2016-11-01
39787: Add a regression test for 39412.
Daniel Shahaf
1
-0
/
+10
2016-10-30
39777: $() is a valid empty command substitution
Peter Stephenson
1
-0
/
+14
2016-10-24
"typeset -p" uses "export" commands or the "-g" option for parameters that ar...
Barton E. Schaefer
3
-5
/
+5
2016-10-19
39678: metafication of printf %q argument and result
Peter Stephenson
1
-0
/
+4
2016-10-13
39625: case needs to reset lastval if no pattern matched
Martijn Dekker
1
-0
/
+17
2016-10-13
39622: add test cases for recent _arguments fixes, exclusion lists and -A/-S
Oliver Kiddle
1
-0
/
+93
2016-10-10
39599: Don't reset status before "case" execution
Peter Stephenson
1
-0
/
+8
2016-10-06
39578: Test more ERR_RETURN cases with "&&" and functions
Peter Stephenson
1
-0
/
+30
2016-10-05
39571: Fix ERR_EXIT bug with && and function.
Peter Stephenson
1
-9
/
+22
2016-10-05
39568: "! <complex-command>" suppresses ERR_EXIT
Peter Stephenson
1
-0
/
+27
2016-10-05
39566: Improve usefulness of command_not_found_handler.
Peter Stephenson
1
-3
/
+2
2016-10-03
39521: Refactor start of execcmd().
Peter Stephenson
1
-9
/
+6
2016-10-02
39540: "! command" should suppress ERR_EXIT and ERR_RETURN
Peter Stephenson
1
-0
/
+37
2016-09-30
39517: back off 39502 (WC_ASSIGN causes fork in pipe).
Peter Stephenson
1
-6
/
+9
2016-09-29
39502: Fork for assignment in LHS of pipeline.
Peter Stephenson
1
-0
/
+7
2016-09-29
34943: Fixes for "command" with multiple options.
Peter Stephenson
1
-0
/
+10
2016-09-16
39332: support ksh's [[ -v varname ]] condition for checking if variables are...
Oliver Kiddle
1
-0
/
+19
2016-09-14
zsh-users/21903: Fix ${...?...} in interactive shell.
Peter Stephenson
1
-0
/
+14
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
[next]