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
2025-04-28
53527: remove zgetopt
dana
1
-206
/
+0
2025-04-27
53516: add zgetopt contrib function
dana
1
-0
/
+206
2025-04-27
53515: tests: correct ztst documentation error
dana
1
-7
/
+7
2025-04-19
53483: zparseopts -G: accept only '--' as parsing terminator
dana
1
-0
/
+25
2025-04-19
53482: zparseopts -G: always add options with optional args to array with =
dana
1
-2
/
+2
2025-03-31
53431: fix assignment via named reference to parameters in outer scopes
Bart Schaefer
1
-0
/
+47
2025-02-12
53348: Revise handling of incompatible typeset options when used with -n
Bart Schaefer
1
-1
/
+1
2025-01-02
53297: Test/A08time: allow %nU/%nS result to be 0
dana
1
-1
/
+1
2024-12-26
53260: zparseopts: add options -v (argv) and -G (GNU-style parsing)
dana
1
-5
/
+176
2024-12-26
53257: use monotonic clock where appropriate
dana
3
-2
/
+66
2024-11-23
53244: rename user in test case to reduce likelihood of failure due to user e...
Oliver Kiddle
1
-8
/
+8
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
[next]