| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unposted: Test release: zsh-5.9.0.3-test. | Eric Cook | 2025-08-24 | 1 | -0/+5 |
| | | |||||
| * | 53808: docs: clarify Yn globqual explanation | dana | 2025-08-16 | 1 | -0/+4 |
| | | |||||
| * | 53827: fix/update _sbuild | Jun-ichi Takimoto | 2025-08-07 | 1 | -0/+4 |
| | | |||||
| * | 53824: _sbuild: short options with arg should be "-c arg" | Dima Kogan | 2025-08-04 | 1 | -0/+3 |
| | | |||||
| * | 53825: fix regexp in in __git_extract_aliases | Frederick Zhang | 2025-08-04 | 1 | -0/+5 |
| | | |||||
| * | 53821: add missing manpage name in cross reference | Jun-ichi Takimoto | 2025-07-18 | 1 | -0/+21 |
| | | | | | | and many small improvements. See comments in zman.yo for the usage of new yodl macros for cross reference. | ||||
| * | 53820: detect integer overflow when parsing history word designators. | Bart Schaefer | 2025-07-13 | 1 | -0/+5 |
| | | |||||
| * | 53807: new completion for nettop command | Jun-ichi Takimoto | 2025-07-01 | 1 | -0/+2 |
| | | |||||
| * | 53806: fix/update _lldb | Jun-ichi Takimoto | 2025-07-01 | 1 | -0/+2 |
| | | |||||
| * | 53805: update _less for less-678 | Jun-ichi Takimoto | 2025-07-01 | 1 | -0/+4 |
| | | |||||
| * | 53738: Fix memory leak in command substitution. | Peter Stephenson | 2025-06-10 | 1 | -0/+5 |
| | | | | | This happened if the substituion had a here document but the parse failed. | ||||
| * | 53734: update macos completions | Ryan Rotter | 2025-06-05 | 1 | -0/+3 |
| | | | | | tweaked per workers/53735 | ||||
| * | unposted: fix return value in _subversion | Mikael Magnusson | 2025-06-05 | 1 | -0/+5 |
| | | |||||
| * | github #131: completion: minor updates | Christopher Bock | 2025-06-05 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | _apt-file: add list-indices (wording tweaked by dana) _bug: update bts backends from `reportbug --bts help` output _debsnap: complete -l as --list _deb_architectures: update archs (source: popcon) _losetup: remove "--delete" _rsync: add PROGRESS2 to --info _x_utils: add eventtype "button" | ||||
| * | github #131: completion: remove wanna-build | Christopher Bock | 2025-06-05 | 1 | -0/+3 |
| | | | | | last seen in squeeze | ||||
| * | github #131: completion: add debmany, dhomepage, dpkg-info, which-pkg-broke | Christopher Bock | 2025-06-05 | 1 | -0/+9 |
| | | | | | dhomepage tweaked by dana | ||||
| * | github #138: completion: darwin/_networksetup: fix socks flags | bryango | 2025-06-04 | 1 | -0/+5 |
| | | |||||
| * | 53709: tests: add misc. glob-qualifier tests | dana | 2025-06-03 | 1 | -0/+2 |
| | | |||||
| * | 53709: docs: clarify glob-qualifier syntax | dana | 2025-06-03 | 1 | -0/+3 |
| | | |||||
| * | github #136: completion: add col | dana | 2025-06-03 | 1 | -0/+4 |
| | | |||||
| * | 53713: ${ ... } should not clobber $REPLY | Bart Schaefer | 2025-05-31 | 1 | -5/+9 |
| | | | | | Also fix some ChangeLog email address paste errors | ||||
| * | completion: _gcc: Add `c1x` `c2x` `c23` `c2y` `gnu2x` `gnu23` `gnu2y` | Ling Wang | 2025-05-26 | 1 | -0/+5 |
| | | | | | Signed-off-by: Ling Wang <lingwang@wcysite.com> | ||||
| * | github #137: completion: add cacaclock (caca-utils) | Christopher Bock | 2025-05-25 | 1 | -0/+6 |
| | | | | | with minor tweaks to fix things lost when addressing feedback | ||||
| * | 53662: tests: add extra namespace tests | dana | 2025-05-24 | 1 | -0/+4 |
| | | | | | relates to workers/53660 | ||||
| * | 53664: remove a slightly confusing example | Mikael Magnusson | 2025-05-23 | 1 | -0/+4 |
| | | |||||
| * | 53660: Clarify namespaces starting with a . | Mikael Magnusson | 2025-05-22 | 1 | -0/+5 |
| | | |||||
| * | 53636: docs: clarify valid parameter names | dana | 2025-05-19 | 1 | -0/+2 |
| | | |||||
| * | 53633: docs: add note about `compadd -o` requiring explicit group name | RocketDev | 2025-05-19 | 1 | -0/+5 |
| | | | | | rewording of https://github.com/zsh-users/zsh/pull/135 | ||||
| * | unposted (mentioned on github #134): __git_worktrees: Match the order of ↵ | Daniel Shahaf | 2025-05-18 | 1 | -0/+4 |
| | | | | | | | | $(git worktree list). The output of __git_worktrees() now matches the output of `git worktree list` exactly, modulo the 'list-separator' style. | ||||
| * | github #134 (+ implement commit review suggestion): __git_worktrees: Use a ↵ | Daniel Shahaf | 2025-05-18 | 1 | -0/+6 |
| | | | | | | | | library function Using _describe makes the completions and descriptions line up in columns, and makes the function honour the list-separator style. | ||||
| * | unposted: Fix a ChangeLog typo reported offlist. | Daniel Shahaf | 2025-05-17 | 1 | -1/+5 |
| | | |||||
| * | unposted: ChangeLog: fix minor attribution-line errors | dana | 2025-05-16 | 1 | -3/+3 |
| | | |||||
| * | 53626: tests: make `whence -s` test use `grep -c` instead of `wc -l` | dana | 2025-05-16 | 1 | -0/+5 |
| | | | | | fixes broken test on platforms like macos where `wc -l` output is padded | ||||
| * | unposted: NEWS: mention _shadow + mkshadow | dana | 2025-05-14 | 1 | -0/+2 |
| | | | | | see workers/50323 | ||||
| * | unposted: fix silly bug wherein ${(!)ref} uppercased the referent name | Bart Schaefer | 2025-05-14 | 1 | -0/+5 |
| | | |||||
| * | github #133: _which: complete `whence -x` | Christopher Bock | 2025-05-14 | 1 | -0/+5 |
| | | |||||
| * | unposted: Remove a spurious blank link, which affected the rendered output. | Daniel Shahaf | 2025-05-14 | 1 | -0/+3 |
| | | |||||
| * | users/30257: Add a test for an ERR_RETURN bug fixed in workers/51076. | Daniel Shahaf | 2025-05-14 | 1 | -0/+3 |
| | | |||||
| * | 53607: Stop printing /usr/bin/foo -> /usr/bin/foo in 'whence -s'. | Daniel Shahaf | 2025-05-14 | 1 | -0/+3 |
| | | | | | | | Makes the new test PASS. Review-by: Bart Schaefer | ||||
| * | 53524 (cf. 53607): Add an XFAIL test for a 'whence -s' bug involving ↵ | Daniel Shahaf | 2025-05-14 | 1 | -0/+5 |
| | | | | | non-symlink arguments. | ||||
| * | 53588: zsystem flock: handle optargs in the same word | dana | 2025-05-13 | 1 | -0/+5 |
| | | | | | with small tweak to test, just in case | ||||
| * | 53602: "typeset -nu" always refers to at a call level above the declaration | Bart Schaefer | 2025-05-12 | 1 | -0/+6 |
| | | |||||
| * | unposted: fix bad pointer found by valgrind | Bart Schaefer | 2025-05-09 | 1 | -0/+2 |
| | | |||||
| * | 53568: fix additional problems with reference scoping, update documentation | Bart Schaefer | 2025-05-09 | 1 | -0/+8 |
| | | | | | | Scope exits could miss some scope updates in named reference chains. References declared -u behave like any other reference upon scope exit. | ||||
| * | 53532: mark --enable-zsh-mem as deprecated. | Peter Stephenson | 2025-05-09 | 1 | -0/+5 |
| | | |||||
| * | 53546,53557 (plus test): Fix scoping of "placeholder" named references | Bart Schaefer | 2025-05-06 | 1 | -0/+9 |
| | | | | | | | | When using placeholders declared several levels earlier than assignment: 1) Searching "up" for "typeset -n -u" could find deeper locals than intended 2) Searching for a subscript reference could skip to the top level 3) Exiting a function scope could incorrectly change the reference level | ||||
| * | 53535: fix builds with interactive manpagers | Max 👨🏽💻 Coplan | 2025-05-04 | 1 | -0/+5 |
| | | |||||
| * | 53529: A04redirect fix. | Peter Stephenson | 2025-05-01 | 1 | -0/+5 |
| | | | | | | Sometimes permissions in system directories can affect the error for non-existent files. Use the local directory instead. | ||||
| * | unposted: README: add missed note about <<< redirection | Mikael Magnusson | 2025-04-28 | 1 | -0/+2 |
| | | | | | | this was meant to be posted as part of workers/49813, but it was missed in the actual commit somehow. see workers/53528 | ||||
| * | 53527: remove zgetopt | dana | 2025-04-28 | 1 | -0/+5 |
| | | | | | | | reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release | ||||
