Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-28 | 53527: remove zgetopt | dana | 1 | -206/+0 | |
reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release | |||||
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 | |
update the following features to use the monotonic clock for calculating time deltas and intervals: * MAILCHECK parameter * PERIOD parameter * SECONDS parameter * %(nS.t.f) prompt-expansion sequence * time built-in's elapsed time and cpu % values * zsh/zftp ZFTP_TMOUT parameter * zsh/zprof timings also use CLOCK_MONOTONIC_RAW instead of CLOCK_MONOTONIC on macOS | |||||
2024-11-23 | 53244: rename user in test case to reduce likelihood of failure due to user ↵ | Oliver Kiddle | 1 | -8/+8 | |
existing | |||||
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" ↵ | Bart Schaefer | 1 | -7/+7 | |
output. | |||||
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 | |
Update doc and tests to describe handling of global readonly specials and to account for side-effects on zsh/param/private. | |||||
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 ↵ | Stephane Chazelas | 1 | -2/+14 | |
with paths starting with - or + | |||||
2024-02-15 | 52520: add new features and improvements to the "incarg" ZLE widget | midchildan | 1 | -0/+360 | |
- Decrement integers without defining a new widget - Preserve the number of leading zeros - Increment binaries, octals, and hexadecimals - Move the cursor to the end of the incremented integer - Create a sequence of integers across terminal panes - Add a Vim variant - Also add tests | |||||
2024-02-03 | 52513: fixes and doc for using nofork substitutions with private parameters | Bart Schaefer | 1 | -7/+111 | |
Also fixes a crash bug with {fd}>&N redirections and private parameters | |||||
2024-01-26 | 52405, 52502: add empty elements to $match for optional captures that don't ↵ | Oliver Kiddle | 1 | -0/+5 | |
match | |||||
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 ↵ | Oliver Kiddle | 1 | -1/+3 | |
supported there | |||||
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 | |
Unposted whitespace change avoids a parse error in ${ ... } with comments. | |||||
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 | |
Without the X flag, null string "" is substituted for bad math expression. | |||||
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 | |
Add tests. | |||||
2023-07-26 | 51945: assorted documentation improvements, bug fixes, and new test | Bart Schaefer | 1 | -1/+69 | |
1) Document the behavior of "typeset -n existing_var" (via Jun T. comment) 2) Prohibit "typeset -nm pattern" because, well, it's insane. Add test. 3) Improve doc for ${(!)ref} including ${{t!)ref} (Jun T.) 4) Fix doc for how-to unset of a named ref (Jun T.) 5) Allow "typeset +r -n ref" and "typeset +r +n ref" (Jun T.) 6) Fix "typeset -r -n ref=param" to create readonly references 7) Avoid accidental removal of PM_UNSET flag (Jun T.) and update test 8) Fix "typeset -gn ref=value" and add a test for it 9) Add tests for read-only reference behavior 10) Fix infinite recursion when resolving scope of an unset local named reference, add test. | |||||
2023-07-20 | 51977: PIPEFAIL interaction with ERREXIT / ERRRETURN | Peter Stephenson | 1 | -0/+58 | |
Ensure the list-level error handling code is executed if we detect pipe failure for a foreground job. Add tests. | |||||
2023-06-26 | 51884: reset IFS if it contains invalid characters | Jun-ichi Takimoto | 1 | -0/+21 | |
This happens only if MULTIBYTE option is on. |