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