summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* github #131: completion: remove wanna-buildChristopher Bock2025-06-052-44/+3
| | | | last seen in squeeze
* github #131: completion: add debmany, dhomepage, dpkg-info, which-pkg-brokeChristopher Bock2025-06-055-0/+31
| | | | dhomepage tweaked by dana
* github #138: completion: darwin/_networksetup: fix socks flagsbryango2025-06-042-1/+6
|
* 53709: tests: add misc. glob-qualifier testsdana2025-06-032-0/+62
|
* 53709: docs: clarify glob-qualifier syntaxdana2025-06-033-8/+22
|
* github #136: completion: add coldana2025-06-032-0/+30
|
* 53713: ${ ... } should not clobber $REPLYBart Schaefer2025-05-312-6/+10
| | | | Also fix some ChangeLog email address paste errors
* completion: _gcc: Add `c1x` `c2x` `c23` `c2y` `gnu2x` `gnu23` `gnu2y`Ling Wang2025-05-262-1/+6
| | | | Signed-off-by: Ling Wang <lingwang@wcysite.com>
* github #137: completion: add cacaclock (caca-utils)Christopher Bock2025-05-252-0/+16
| | | | with minor tweaks to fix things lost when addressing feedback
* 53662: tests: add extra namespace testsdana2025-05-242-0/+20
| | | | relates to workers/53660
* 53664: remove a slightly confusing exampleMikael Magnusson2025-05-232-2/+5
|
* 53660: Clarify namespaces starting with a .Mikael Magnusson2025-05-223-5/+11
|
* 53636: docs: clarify valid parameter namesdana2025-05-192-3/+9
|
* 53633: docs: add note about `compadd -o` requiring explicit group nameRocketDev2025-05-192-1/+8
| | | | rewording of https://github.com/zsh-users/zsh/pull/135
* unposted (mentioned on github #134): __git_worktrees: Match the order of ↵Daniel Shahaf2025-05-182-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 Shahaf2025-05-182-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 Shahaf2025-05-171-1/+5
|
* unposted: ChangeLog: fix minor attribution-line errorsdana2025-05-161-3/+3
|
* 53626: tests: make `whence -s` test use `grep -c` instead of `wc -l`dana2025-05-162-2/+7
| | | | fixes broken test on platforms like macos where `wc -l` output is padded
* unposted: NEWS: mention _shadow + mkshadowdana2025-05-142-0/+6
| | | | see workers/50323
* unposted: fix silly bug wherein ${(!)ref} uppercased the referent nameBart Schaefer2025-05-142-1/+7
|
* github #133: _which: complete `whence -x`Christopher Bock2025-05-142-1/+6
|
* unposted: Remove a spurious blank link, which affected the rendered output.Daniel Shahaf2025-05-142-1/+3
|
* users/30257: Add a test for an ERR_RETURN bug fixed in workers/51076.Daniel Shahaf2025-05-142-0/+13
|
* 53607: Stop printing /usr/bin/foo -> /usr/bin/foo in 'whence -s'.Daniel Shahaf2025-05-144-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 Shahaf2025-05-142-0/+9
| | | | non-symlink arguments.
* 53588: zsystem flock: handle optargs in the same worddana2025-05-133-3/+18
| | | | with small tweak to test, just in case
* 53602: "typeset -nu" always refers to at a call level above the declarationBart Schaefer2025-05-124-18/+39
|
* unposted: fix bad pointer found by valgrindBart Schaefer2025-05-092-0/+3
|
* 53568: fix additional problems with reference scoping, update documentationBart Schaefer2025-05-095-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 Stephenson2025-05-093-2/+10
|
* 53546,53557 (plus test): Fix scoping of "placeholder" named referencesBart Schaefer2025-05-063-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 manpagersMax 👨🏽‍💻 Coplan2025-05-042-1/+6
|
* 53529: A04redirect fix.Peter Stephenson2025-05-012-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 <<< redirectionMikael Magnusson2025-04-282-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 zgetoptdana2025-04-285-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 optionsdana2025-04-273-1/+9
| | | | per workers/53520
* unposted: docs: adjust zgetopt wordingdana2025-04-272-7/+9
| | | | per workers/53518
* 53516: add zgetopt contrib functiondana2025-04-275-1/+489
|
* 53515: tests: correct ztst documentation errordana2025-04-272-9/+11
|
* unposted: fix seq numbers for old changelog entryMikael Magnusson2025-04-241-8/+8
|
* unposted: Test release: zsh-5.9.0.2-test.zsh-5.9.0.2-testEric Cook2025-04-205-6/+14
|
* 53463: _hosts: allow overriding the default matching controlEric Cook2025-04-202-1/+7
|
* 53483: zparseopts -G: accept only '--' as parsing terminatordana2025-04-194-8/+41
|
* 53482: zparseopts -G: always add options with optional args to array with =dana2025-04-193-5/+11
|
* 53454: fix interrupt handling in savehistfile()Bart Schaefer2025-04-152-5/+12
|
* unposted: add missing Changelog entry for _typeset fixEric Cook2025-04-151-0/+4
|
* 53485: NEWS: update for version 5.10Eric Cook2025-04-152-9/+32
|
* _typeset: fix typoMikael Magnusson2025-04-141-1/+1
|
* unposted: NEWS: update per w/53257 and w/53260dana2025-04-132-0/+16
|