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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
moved to ./Test/A01grammar.ztst
Sven Wischnowsky
2001-04-02
1
-311
/
+0
*
Print hash marks for progress.
Bart Schaefer
2001-03-30
1
-0
/
+4
*
A couple of regression tests.
Bart Schaefer
2001-03-25
1
-0
/
+37
*
stop LC_COLLATE reordering things in tests
Peter Stephenson
2001-03-25
1
-0
/
+1
*
More minor test fixes.
Bart Schaefer
2001-03-25
4
-10
/
+8
*
Clean up grammar tests.
Bart Schaefer
2001-03-23
1
-26
/
+30
*
Another testcase that covers the bug mentioned in workers/13563. The case is ...
Felix Rosencrantz
2001-03-08
1
-0
/
+7
*
Minor errors in 54compmatch doc strings
Bart Schaefer
2001-03-07
1
-2
/
+2
*
fix for matching control, try harder to merge separately completed parts to a...
Sven Wischnowsky
2001-03-05
1
-1
/
+1
*
13449: "make clean" cleans up after killed tests.
Bart Schaefer
2001-02-08
1
-1
/
+1
*
13442: Use +Z to suppress loading of ZLE modules when testing.
Bart Schaefer
2001-02-08
2
-2
/
+3
*
zsh-workers/13395: Added code to test compstate[insert_positions], value of i...
Felix Rosencrantz
2001-01-28
2
-3
/
+141
*
fix cursor positioning with partial-word match specs using `**' (13336)
Sven Wischnowsky
2001-01-10
1
-2
/
+2
*
make non-blocking IO on ptys work again; add -t option to test if command is ...
Sven Wischnowsky
2000-10-19
1
-1
/
+1
*
*** empty log message ***
Sven Wischnowsky
2000-10-16
1
-0
/
+16
*
Andrej, 12614: Clean zpty module after testing.
Bart Schaefer
2000-08-14
3
-1
/
+9
*
fix completion test (55*) because of 12394 (12408)
Sven Wischnowsky
2000-07-27
1
-0
/
+2
*
* 12274: Test/53completion.ztst, Test/55arguments.ztst,
Tanaka Akira
2000-07-17
3
-98
/
+145
*
12167: Ignore failure of "for" loop in "make check".
Bart Schaefer
2000-07-05
1
-1
/
+1
*
12151: Fix ZDOTDIR during "make check" for static builds.
Bart Schaefer
2000-07-04
2
-2
/
+2
*
12138: setting arrays in math context
Peter Stephenson
2000-07-03
1
-0
/
+6
*
fix for `foo () print bar' (function definitions without braces) (12125)
Sven Wischnowsky
2000-06-29
1
-0
/
+5
*
Fix comptest interaction with compinit.
Bart Schaefer
2000-06-22
1
-1
/
+2
*
update comptest to not set ZLS_COLORS directly (11982)
Sven Wischnowsky
2000-06-19
1
-5
/
+5
*
new match spec characters bBeE, match only word/line not both (11977)
Sven Wischnowsky
2000-06-19
1
-0
/
+12
*
Add a test for cascaded case statement.
Bart Schaefer
2000-06-17
1
-0
/
+16
*
11908: compmatch tests
Peter Stephenson
2000-06-15
1
-0
/
+16
*
11902: SIGWINCH local trap test
Peter Stephenson
2000-06-14
1
-0
/
+9
*
11711: Andrej: diff output workaround
Peter Stephenson
2000-06-07
1
-2
/
+15
*
fix wording in error messages for tests (11755)
Oliver Kiddle
2000-06-05
1
-3
/
+3
*
Test/.distfiles
zsh-3.1.8
Peter Stephenson
2000-06-05
1
-0
/
+1
*
Added some testing of glob-array indexing.
Wayne Davison
2000-06-02
1
-0
/
+20
*
More test-comment tweaks.
Wayne Davison
2000-06-02
1
-3
/
+3
*
Improved the comment lines & added some "ksh_arrays" tests.
Wayne Davison
2000-06-02
1
-22
/
+44
*
One more test.
Wayne Davison
2000-06-02
1
-0
/
+4
*
Some simple array indexing tests.
Wayne Davison
2000-06-02
1
-0
/
+51
*
Revert the change made in 11647.
Bart Schaefer
2000-06-01
1
-1
/
+2
*
Wayne: pattern.c unitialised var
Peter Stephenson
2000-05-31
1
-0
/
+1
*
fixes for _arguments without multiple sets; change completion test for empty ...
Sven Wischnowsky
2000-05-30
1
-2
/
+1
*
11606: Propagate parse errors out of parse_list() and parse_event(), and
Bart Schaefer
2000-05-27
1
-2
/
+7
*
Felix Rosencrantz: 11450: Replace `tr` with paramsubst.
Bart Schaefer
2000-05-18
1
-2
/
+1
*
11441: Test/comptest, Test/53completion.ztst,
Tanaka Akira
2000-05-17
3
-154
/
+151
*
add Felix' completion matching test; some fixes for bugs shown by it (11439)
Sven Wischnowsky
2000-05-17
3
-17
/
+534
*
11435: Update test for 11406.
Bart Schaefer
2000-05-17
1
-1
/
+2
*
11419: Control "make check" with the TESTNUM variable.
Bart Schaefer
2000-05-16
1
-3
/
+8
*
11147: TRAPZERR tests
Peter Stephenson
2000-05-04
1
-0
/
+27
*
11137: Test/07cond.ztst: detect block device file using find.
Tanaka Akira
2000-05-04
1
-5
/
+1
*
11096: Use C locale for tests
Peter Stephenson
2000-05-03
2
-2
/
+7
*
11026: fix for unfunction of trap with localtraps bug
Peter Stephenson
2000-04-30
1
-0
/
+22
*
Test additions; 3.1.7-pre-1
Peter Stephenson
2000-04-19
4
-2
/
+527
[prev]
[next]