| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | github #131: completion: remove wanna-build | Christopher Bock | 2025-06-05 | 2 | -44/+3 | |
| | | | | | last seen in squeeze | |||||
| * | github #131: completion: add debmany, dhomepage, dpkg-info, which-pkg-broke | Christopher Bock | 2025-06-05 | 5 | -0/+31 | |
| | | | | | dhomepage tweaked by dana | |||||
| * | github #138: completion: darwin/_networksetup: fix socks flags | bryango | 2025-06-04 | 2 | -1/+6 | |
| | | ||||||
| * | 53709: tests: add misc. glob-qualifier tests | dana | 2025-06-03 | 2 | -0/+62 | |
| | | ||||||
| * | 53709: docs: clarify glob-qualifier syntax | dana | 2025-06-03 | 3 | -8/+22 | |
| | | ||||||
| * | github #136: completion: add col | dana | 2025-06-03 | 2 | -0/+30 | |
| | | ||||||
| * | 53713: ${ ... } should not clobber $REPLY | Bart Schaefer | 2025-05-31 | 2 | -6/+10 | |
| | | | | | Also fix some ChangeLog email address paste errors | |||||
| * | completion: _gcc: Add `c1x` `c2x` `c23` `c2y` `gnu2x` `gnu23` `gnu2y` | Ling Wang | 2025-05-26 | 2 | -1/+6 | |
| | | | | | Signed-off-by: Ling Wang <lingwang@wcysite.com> | |||||
| * | github #137: completion: add cacaclock (caca-utils) | Christopher Bock | 2025-05-25 | 2 | -0/+16 | |
| | | | | | with minor tweaks to fix things lost when addressing feedback | |||||
| * | 53662: tests: add extra namespace tests | dana | 2025-05-24 | 2 | -0/+20 | |
| | | | | | relates to workers/53660 | |||||
| * | 53664: remove a slightly confusing example | Mikael Magnusson | 2025-05-23 | 2 | -2/+5 | |
| | | ||||||
| * | 53660: Clarify namespaces starting with a . | Mikael Magnusson | 2025-05-22 | 3 | -5/+11 | |
| | | ||||||
| * | 53636: docs: clarify valid parameter names | dana | 2025-05-19 | 2 | -3/+9 | |
| | | ||||||
| * | 53633: docs: add note about `compadd -o` requiring explicit group name | RocketDev | 2025-05-19 | 2 | -1/+8 | |
| | | | | | 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 | 2 | -2/+7 | |
| | | | | | | | | $(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 | 2 | -2/+10 | |
| | | | | | | | | 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 | 2 | -2/+7 | |
| | | | | | fixes broken test on platforms like macos where `wc -l` output is padded | |||||
| * | unposted: NEWS: mention _shadow + mkshadow | dana | 2025-05-14 | 2 | -0/+6 | |
| | | | | | see workers/50323 | |||||
| * | unposted: fix silly bug wherein ${(!)ref} uppercased the referent name | Bart Schaefer | 2025-05-14 | 2 | -1/+7 | |
| | | ||||||
| * | github #133: _which: complete `whence -x` | Christopher Bock | 2025-05-14 | 2 | -1/+6 | |
| | | ||||||
| * | unposted: Remove a spurious blank link, which affected the rendered output. | Daniel Shahaf | 2025-05-14 | 2 | -1/+3 | |
| | | ||||||
| * | users/30257: Add a test for an ERR_RETURN bug fixed in workers/51076. | Daniel Shahaf | 2025-05-14 | 2 | -0/+13 | |
| | | ||||||
| * | 53607: Stop printing /usr/bin/foo -> /usr/bin/foo in 'whence -s'. | Daniel Shahaf | 2025-05-14 | 4 | -2/+18 | |
| | | | | | | | 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 | 2 | -0/+9 | |
| | | | | | non-symlink arguments. | |||||
| * | 53588: zsystem flock: handle optargs in the same word | dana | 2025-05-13 | 3 | -3/+18 | |
| | | | | | 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 | 4 | -18/+39 | |
| | | ||||||
| * | unposted: fix bad pointer found by valgrind | Bart Schaefer | 2025-05-09 | 2 | -0/+3 | |
| | | ||||||
| * | 53568: fix additional problems with reference scoping, update documentation | Bart Schaefer | 2025-05-09 | 5 | -18/+128 | |
| | | | | | | 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 | 3 | -2/+10 | |
| | | ||||||
| * | 53546,53557 (plus test): Fix scoping of "placeholder" named references | Bart Schaefer | 2025-05-06 | 3 | -6/+191 | |
| | | | | | | | | 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 | 2 | -1/+6 | |
| | | ||||||
| * | 53529: A04redirect fix. | Peter Stephenson | 2025-05-01 | 2 | -14/+19 | |
| | | | | | | 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 | 2 | -0/+7 | |
| | | | | | | 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 | 5 | -486/+5 | |
| | | | | | | | reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release | |||||
| * | unposted: document zparseopts's lack of support for abbreviating long options | dana | 2025-04-27 | 3 | -1/+9 | |
| | | | | | per workers/53520 | |||||
| * | unposted: docs: adjust zgetopt wording | dana | 2025-04-27 | 2 | -7/+9 | |
| | | | | | per workers/53518 | |||||
| * | 53516: add zgetopt contrib function | dana | 2025-04-27 | 5 | -1/+489 | |
| | | ||||||
| * | 53515: tests: correct ztst documentation error | dana | 2025-04-27 | 2 | -9/+11 | |
| | | ||||||
| * | unposted: fix seq numbers for old changelog entry | Mikael Magnusson | 2025-04-24 | 1 | -8/+8 | |
| | | ||||||
| * | unposted: Test release: zsh-5.9.0.2-test.zsh-5.9.0.2-test | Eric Cook | 2025-04-20 | 5 | -6/+14 | |
| | | ||||||
| * | 53463: _hosts: allow overriding the default matching control | Eric Cook | 2025-04-20 | 2 | -1/+7 | |
| | | ||||||
| * | 53483: zparseopts -G: accept only '--' as parsing terminator | dana | 2025-04-19 | 4 | -8/+41 | |
| | | ||||||
| * | 53482: zparseopts -G: always add options with optional args to array with = | dana | 2025-04-19 | 3 | -5/+11 | |
| | | ||||||
| * | 53454: fix interrupt handling in savehistfile() | Bart Schaefer | 2025-04-15 | 2 | -5/+12 | |
| | | ||||||
| * | unposted: add missing Changelog entry for _typeset fix | Eric Cook | 2025-04-15 | 1 | -0/+4 | |
| | | ||||||
| * | 53485: NEWS: update for version 5.10 | Eric Cook | 2025-04-15 | 2 | -9/+32 | |
| | | ||||||
| * | _typeset: fix typo | Mikael Magnusson | 2025-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | unposted: NEWS: update per w/53257 and w/53260 | dana | 2025-04-13 | 2 | -0/+16 | |
| | | ||||||
