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
*
53209 + tests: do not unmetafy via string pointers into global parameter table
Bart Schaefer
2024-11-05
1
-0
/
+8
*
53103: fix spurious test failure on Solaris
Bart Schaefer
2024-09-21
1
-1
/
+2
*
53088: enable `time' on builtins, assignments, and current-shell actions
Bart Schaefer
2024-09-14
2
-7
/
+64
*
53087: don't produce spurious error when zpty is missing
Oliver Kiddle
2024-09-14
1
-20
/
+20
*
unposted: fix parsing of Bang token in value side of array element assignment
Bart Schaefer
2024-08-15
1
-0
/
+7
*
52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists
Philippe Altherr
2024-06-28
1
-0
/
+27
*
52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}
Bart Schaefer
2024-04-01
2
-11
/
+49
*
52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.
Bart Schaefer
2024-03-17
1
-6
/
+35
*
52752: typeset -p fixes for local exports and "export -x" / "readonly -r" out...
Bart Schaefer
2024-03-14
1
-7
/
+7
*
52692: local typeset of the name of a named reference hides the reference
Bart Schaefer
2024-03-05
1
-3
/
+48
*
52659: Fix crash on unset-through-nameref, add regression test
Bart Schaefer
2024-03-04
1
-0
/
+25
*
Add missing test case from 52652
Bart Schaefer
2024-03-04
1
-0
/
+1
*
52650 plus minor fixes: add -u for named references pointing to "upper" scope
Bart Schaefer
2024-03-04
2
-5
/
+52
*
52641: incarg: add a backward variant and make it repeatable
midchildan
2024-03-05
1
-78
/
+280
*
52635: show file name when test has crashed
Jun. T
2024-03-02
1
-0
/
+1
*
52619 (plus tests): no empty element when appending array to unset scalar
Bart Schaefer
2024-02-28
1
-4
/
+17
*
52583: extra check for proper scope and existence of readonly specials
Bart Schaefer
2024-02-23
1
-0
/
+41
*
52559: revise "typeset -p" with respect to local readonly special parameters
Bart Schaefer
2024-02-20
3
-6
/
+25
*
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Bart Schaefer
2024-02-18
1
-2
/
+14
|
\
|
*
52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts w...
Stephane Chazelas
2024-02-18
1
-2
/
+14
*
|
52556: regression test for unset referent (left out of last commit)
Bart Schaefer
2024-02-18
1
-0
/
+11
|
/
*
52520: add new features and improvements to the "incarg" ZLE widget
midchildan
2024-02-15
1
-0
/
+360
*
52513: fixes and doc for using nofork substitutions with private parameters
Bart Schaefer
2024-02-03
1
-7
/
+111
*
52405, 52502: add empty elements to $match for optional captures that don't m...
Oliver Kiddle
2024-01-26
1
-0
/
+5
*
52385: avoid "tr" in test output formatting
Bart Schaefer
2024-01-25
1
-2
/
+3
*
52393: fix tests on Solaris by omitting -a option to diff as it is not suppor...
Oliver Kiddle
2023-12-13
1
-1
/
+3
*
52360: simplify and improve bad-descriptor detection in %prep section
Bart Schaefer
2023-12-02
1
-3
/
+2
*
52325: Clarify doc for edge cases of named references and nofork substitution
Bart Schaefer
2023-11-23
1
-1
/
+1
*
52202: improve handling of quoting in ${var/pattern/replacement}
Bart Schaefer
2023-11-15
1
-4
/
+4
*
52188: skip tests that fail if multibyte is not available
Jun-ichi Takimoto
2023-09-27
1
-6
/
+14
*
users/29160, workers/52156: Fix repetition of substitution modifier.
Bart Schaefer
2023-09-16
1
-0
/
+2
*
52155: Test file missed out from previous commit
Bart Schaefer
2023-09-16
1
-0
/
+448
*
52122 + 52129: fix (#) parameter expansion flag
Jun-ichi Takimoto
2023-09-13
1
-0
/
+40
*
52115: permit repeated "private" declarations as long as types aren't changed
Bart Schaefer
2023-09-05
1
-0
/
+17
*
users/29220: fix bug with assignment to private following explicit unset
Bart Schaefer
2023-09-03
1
-0
/
+7
*
52008: Pattern bug with branches + exclusion
Peter Stephenson
2023-08-01
1
-0
/
+26
*
51945: assorted documentation improvements, bug fixes, and new test
Bart Schaefer
2023-07-26
1
-1
/
+69
*
51977: PIPEFAIL interaction with ERREXIT / ERRRETURN
Peter Stephenson
2023-07-20
1
-0
/
+58
*
51884: reset IFS if it contains invalid characters
Jun-ichi Takimoto
2023-06-26
1
-0
/
+21
*
51887: namespaces recognized in math, incorrect usages rejected.
Bart Schaefer
2023-06-22
1
-2
/
+50
*
51860: simplify suffix handling in _prefix to remove less accurate hack
Marlon Richert
2023-06-22
2
-1
/
+55
*
51816: add :S history modifier with pattern match
Peter Stephenson
2023-06-06
1
-0
/
+10
*
51779: update completion test for 51761
Marlon Richert
2023-06-06
1
-5
/
+5
*
51348: Fix subscript completion bugs inside ~[...]
Marlon Richert
2023-05-21
1
-3
/
+13
*
51758: Make dynamic dir completion easier to implement
Marlon Richert
2023-05-21
1
-0
/
+11
*
51738: support pcre's alternative DFA matching algorithm
Oliver Kiddle
2023-05-13
1
-0
/
+5
*
51728: assign pcre named capture groups to a hash
Oliver Kiddle
2023-05-13
1
-0
/
+14
*
51723: migrate pcre module to pcre2
Oliver Kiddle
2023-05-13
1
-2
/
+11
*
51692: not skip tests for [[ -r/-N file ]] on Cygwin
Jun-ichi Takimoto
2023-05-08
1
-7
/
+1
*
51652: fix running of TRAPEXIT explicitly.
Peter Stephenson
2023-04-17
1
-0
/
+11
[next]