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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
Commit message (
Expand
)
Author
Age
Files
Lines
*
48864: Improve extra-verbose completion display strings for array parameter v...
Marlon Richert
2021-05-21
1
-5
/
+9
*
48594 (plus an "F:" line corresponding to the question there): New tests for ...
Daniel Shahaf
2021-05-18
1
-0
/
+36
*
48560: add new test file missed on original commit
Bart Schaefer
2021-05-15
1
-0
/
+163
*
48810: fix potential name clash in test case for autoloading
Bart Schaefer
2021-05-15
1
-2
/
+4
*
48787: Fix command status after failed if
Peter Stephenson
2021-05-06
1
-0
/
+5
*
48614: getopts: Calculate OPTIND according to POSIX_BUILTINS
dana
2021-05-03
1
-0
/
+29
*
48606 + 48607 + unposted test: zmathfunc: Force arguments to be numbers and c...
Daniel Shahaf
2021-04-21
1
-1
/
+7
*
unposted (cf. 48156): New test.
Daniel Shahaf
2021-04-21
1
-0
/
+5
*
47704: POSIX export and readonly ignore "-p" when parameter names also appear
Bart Schaefer
2021-04-18
1
-5
/
+3
*
48560: add TYPESET_TO_UNSET option to remove initialization of parameters
Bart Schaefer
2021-04-18
5
-8
/
+28
*
48513: Let extra-verbose completion show parameter values
Marlon Richert
2021-04-16
1
-1
/
+28
*
unposted (cf. 48153): Add tests for max() and min().
Daniel Shahaf
2021-04-16
1
-0
/
+24
*
47794: exec: run final pipeline command in a subshell in sh mode
brian m. carlson
2021-04-10
1
-0
/
+22
*
48432 and enable test: fix quotiing of zstyle -L for zstyle -e
Peter Stephenson
2021-04-09
1
-1
/
+1
*
48379: Make the parameter expansion subscript flags parse error message, "err...
Daniel Shahaf
2021-04-08
1
-0
/
+5
*
48425: Add an XFail test for a 'zstyle -L' escaping bug (workers/48424).
Daniel Shahaf
2021-04-07
1
-0
/
+9
*
48413: Fix _expand completion test
Marlon Richert
2021-04-06
2
-7
/
+7
*
48202 + 48366: Fix handling of NUL bytes in zexpandtabs multibyte version
Mikael Magnusson
2021-04-01
1
-4
/
+5
*
48214: add file types to _expand completions, so they can be colored through ...
Marlon Richert
2021-03-31
1
-0
/
+19
*
48216: Fix broken Y01 test from workers/48180
dana
2021-03-28
1
-0
/
+3
*
unposted: Improve documentation and add regression test for workers/47745
dana
2021-03-23
1
-0
/
+7
*
48180: Start menu selection with select=long-list in menu style
Marlon Richert
2021-03-17
1
-0
/
+34
*
48147/0002: zmathfunc: Fix bug where the exit code would be non-zero if the e...
Daniel Shahaf
2021-03-07
1
-1
/
+1
*
48147/0001: tests: Add a unit test for zmathfunc and a regression test for wo...
Daniel Shahaf
2021-03-07
1
-0
/
+23
*
47905: Add leading '-' to zparseopts option parsing errors
Joshua Krusell
2021-02-13
1
-4
/
+4
*
47895: Remove trailing spaces from "print -ac" output lines.
Bart Schaefer
2021-02-04
1
-3
/
+3
*
47865: More tests for globbing in restricted directories
Bart Schaefer
2021-02-04
1
-0
/
+17
*
47899: Improve error message from zparseopts.
Joshua Krusell
2021-02-03
1
-1
/
+1
*
47849: do not skip tests requiring zpty on Cygwin
Jun-ichi Takimoto
2021-01-20
9
-25
/
+11
*
47494, 47495: Add -n option to strftime
Mikael Magnusson
2020-10-25
1
-0
/
+4
*
47302: Test for print -v fix
Mikael Magnusson
2020-10-25
2
-0
/
+10
*
47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
Bart Schaefer
2020-09-13
1
-0
/
+5
*
47352 (+ extra test cases): fix %<n>K prompt expansion
Stephane Chazelas
2020-09-10
1
-0
/
+28
*
47314: is-at-least false positive (5.8.0.2 / 5.8)
Daniel Shahaf
2020-08-16
1
-0
/
+27
*
47296 (+ unposted additional tests and comments): 'repeat' loops: Let the rep...
Daniel Shahaf
2020-08-08
1
-0
/
+14
*
46183: New XFail test: external command with =(...) on LHS of pipeline cleans...
Daniel Shahaf
2020-07-12
1
-0
/
+9
*
46204: Fix new test case for the theoretical case of having more than 100 fil...
Daniel Shahaf
2020-07-12
1
-1
/
+1
*
46152: zsh/system: Re-allow '0' timeout in zsystem flock
Cedric Ware
2020-07-11
1
-11
/
+10
*
46215: make the test for RM_STAR_SILENT work on wider systems
Jun-ichi Takimoto
2020-07-09
1
-6
/
+9
*
46189: Ignore exit status of final zpty_flush in comptesteval
Bart Schaefer
2020-07-07
1
-0
/
+1
*
46175/0003: Fix the RM_STAR_SILENT bug from the parent commit.
Daniel Shahaf
2020-07-05
1
-1
/
+1
*
46175/0002: Add a regression test for 46169: the RM_STAR_SILENT logic process...
Daniel Shahaf
2020-07-05
1
-2
/
+4
*
46175/0001: Add a unit test for the RM_STAR_SILENT option.
Daniel Shahaf
2020-07-05
1
-1
/
+26
*
46174/0002: test harness: Restore indentation after the previous commit. No f...
Daniel Shahaf
2020-07-05
1
-18
/
+18
*
46174/0001: test harness: Plug a symlink attack
Daniel Shahaf
2020-07-05
1
-2
/
+10
*
46168: Update $PWD and call chpwd hook after normalizing path
Matthew Martin
2020-07-03
1
-1
/
+18
*
users/24971: ${(-)var} sorts on signed integers
Peter Stephenson
2020-07-03
1
-0
/
+7
*
46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hoo...
Daniel Shahaf
2020-06-27
1
-0
/
+11
*
46100: Fix =subst before =(subst)
Peter Stephenson
2020-06-26
1
-0
/
+4
*
45895: ignore deduplication patterns in _sequence
oxiedi
2020-06-26
1
-0
/
+10
[next]