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
2021-02-13
47905: Add leading '-' to zparseopts option parsing errors
Joshua Krusell
1
-4
/
+4
2021-02-04
47895: Remove trailing spaces from "print -ac" output lines.
Bart Schaefer
1
-3
/
+3
2021-02-04
47865: More tests for globbing in restricted directories
Bart Schaefer
1
-0
/
+17
2021-02-03
47899: Improve error message from zparseopts.
Joshua Krusell
1
-1
/
+1
2021-01-20
47849: do not skip tests requiring zpty on Cygwin
Jun-ichi Takimoto
9
-25
/
+11
2020-10-25
47494, 47495: Add -n option to strftime
Mikael Magnusson
1
-0
/
+4
2020-10-25
47302: Test for print -v fix
Mikael Magnusson
2
-0
/
+10
2020-09-13
47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
Bart Schaefer
1
-0
/
+5
2020-09-10
47352 (+ extra test cases): fix %<n>K prompt expansion
Stephane Chazelas
1
-0
/
+28
2020-08-16
47314: is-at-least false positive (5.8.0.2 / 5.8)
Daniel Shahaf
1
-0
/
+27
2020-08-08
47296 (+ unposted additional tests and comments): 'repeat' loops: Let the rep...
Daniel Shahaf
1
-0
/
+14
2020-07-12
46183: New XFail test: external command with =(...) on LHS of pipeline cleans...
Daniel Shahaf
1
-0
/
+9
2020-07-12
46204: Fix new test case for the theoretical case of having more than 100 fil...
Daniel Shahaf
1
-1
/
+1
2020-07-11
46152: zsh/system: Re-allow '0' timeout in zsystem flock
Cedric Ware
1
-11
/
+10
2020-07-09
46215: make the test for RM_STAR_SILENT work on wider systems
Jun-ichi Takimoto
1
-6
/
+9
2020-07-07
46189: Ignore exit status of final zpty_flush in comptesteval
Bart Schaefer
1
-0
/
+1
2020-07-05
46175/0003: Fix the RM_STAR_SILENT bug from the parent commit.
Daniel Shahaf
1
-1
/
+1
2020-07-05
46175/0002: Add a regression test for 46169: the RM_STAR_SILENT logic process...
Daniel Shahaf
1
-2
/
+4
2020-07-05
46175/0001: Add a unit test for the RM_STAR_SILENT option.
Daniel Shahaf
1
-1
/
+26
2020-07-05
46174/0002: test harness: Restore indentation after the previous commit. No f...
Daniel Shahaf
1
-18
/
+18
2020-07-05
46174/0001: test harness: Plug a symlink attack
Daniel Shahaf
1
-2
/
+10
2020-07-03
46168: Update $PWD and call chpwd hook after normalizing path
Matthew Martin
1
-1
/
+18
2020-07-03
users/24971: ${(-)var} sorts on signed integers
Peter Stephenson
1
-0
/
+7
2020-06-27
46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hoo...
Daniel Shahaf
1
-0
/
+11
2020-06-26
46100: Fix =subst before =(subst)
Peter Stephenson
1
-0
/
+4
2020-06-26
45895: ignore deduplication patterns in _sequence
oxiedi
1
-0
/
+10
2020-06-25
46068 (tweaked) (was: github #57): region_highlight: Add memo= support.
Daniel Shahaf
1
-0
/
+44
2020-06-25
46102: test harness: Make the XPass message distinct from the Fail message.
Daniel Shahaf
1
-1
/
+14
2020-06-23
46079: Ignore double quotes in math expressions.
Peter Stephenson
1
-2
/
+8
2020-06-18
46067: Add a unit test for workers/46060.
Daniel Shahaf
1
-0
/
+7
2020-06-09
46026: Add CLOBBER_EMPTY option.
Peter Stephenson
1
-0
/
+14
2020-05-23
45900: Fix issues with escaped newline in $-substitution.
Peter Stephenson
1
-3
/
+21
2020-05-20
45862: Add test cases for 45843#1 and 45843#2, adapted from Aaron Esau and pws.
Daniel Shahaf
1
-0
/
+10
2020-05-12
unposted: Add tests for previous commit
Mikael Magnusson
1
-1
/
+7
2020-05-05
45764: Add a regression test for 45772. Test by Roman
Daniel Shahaf
1
-0
/
+14
2020-05-03
45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.
Daniel Shahaf
1
-1
/
+7
2020-05-02
45737 (+ docs, and update the test from 45722): zstyle: When determining the ...
Daniel Shahaf
1
-1
/
+1
2020-05-02
unposted: Revert unintentional move from 45722.
Daniel Shahaf
1
-0
/
+166
2020-05-02
45722: docs: Change zstyle example to a non-hierarchical one
Daniel Shahaf
1
-153
/
+0
2020-04-20
45708: zsh/system: Enable sub-second timeout in zsystem flock
Cedric Ware
1
-0
/
+150
2020-04-02
Add SHORT_REPEAT option
Mikael Magnusson
1
-5
/
+14
2020-04-02
unposted: Make test platform-independent.
Daniel Shahaf
1
-2
/
+2
2020-04-01
45542: P01privileged: Use test-directory owner for auto-determined EUID/EGID
dana
1
-8
/
+15
2020-04-01
unposted: D02glob: Fix platform-dependent test failure
dana
1
-1
/
+1
2020-03-28
unposted: Fix syntax error introduced in 45591.
Daniel Shahaf
1
-1
/
+1
2020-03-28
45640: Fix new test when ${PWD}'s value contains symlinks.
Daniel Shahaf
1
-4
/
+7
2020-03-27
45584, 45620: zsh/rlimits: Skip the tests for this module when it wasn't comp...
Daniel Shahaf
1
-1
/
+9
2020-03-27
45591 (Cf. 45587, 45620): In the test suite, centralize testing that compiled...
Daniel Shahaf
2
-3
/
+2
2020-03-26
45616: Remove token from count argument to repeat
Peter Stephenson
1
-0
/
+7
2020-03-25
45583/0008: Extend tests to prove that what remains of xsymlinks() handles sy...
Daniel Shahaf
1
-0
/
+9
[next]