1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-10 09:21:12 +01:00
Commit graph

12461 commits

Author SHA1 Message Date
Mike Gilbert
e20df6ee53 53992: check for declaration of fpurge() instead of link-ability
musl-libc has fpurge() but does not declare it in stdio.h. zsh does not
need fpurge() if musl is in use.
2025-10-21 23:59:18 +09:00
Oliver Kiddle
fb4e83852d 53985: update git completion for new options in 2.51 2025-10-02 23:06:00 +02:00
Christoph Erhardt
071e325c82 53981: _dnf5: fix completion of local rpm files 2025-09-30 08:47:15 +09:00
Ryan Rotter
32d1158b8f github #145: update completion: _install
current to:
  DragonFly 6.4.2, FreeBSD 14.3, NetBSD 10.1, OpenBSD 7.7, macOS 15.6.1

- -S[temp file] removed except for DragonFly; all other BSDs have
  removed this flag, and I can't find a commercial Unix that supports it
- -S[flush] replaces old -S opt on Darwin, FreeBSD
- -S disabled on OpenBSD which still supports it as a noop/compat option
- corrected +N flag to -N
- remove -C for NetBSD, it appears that this was never supported
- several other updates (mostly Net/Free flags added to Darwin/DragonFly)
2025-09-29 14:36:48 +02:00
Oliver Kiddle
6f6cdea2b3 53970 based on github #131 by Christopher Bock: complete all dataset properties for zfs allow and support comma separated list for zfs scripts 2025-09-29 14:32:10 +02:00
Oliver Kiddle
89c0256ef6 53969: completion updates for Unix utilities in macOS 15.5 2025-09-29 14:24:39 +02:00
Oliver Kiddle
3b08c1f044 53968: new lvm2 and blkid completions 2025-09-29 14:20:05 +02:00
Oliver Kiddle
59247a8a6f 53967: update completions affected by FreeBSD 14.3 2025-09-25 09:28:35 +02:00
Oliver Kiddle
f5432a7127 53966: completion update based on nmcli 1.52.0 2025-09-25 09:17:10 +02:00
Markus Kurtz
8f4002a1e4 github #143: list only remote branches for git checkout --guess 2025-09-24 00:57:06 +02:00
Elliot Berman
c45baa2510 github #142: Fix text for git merge --squash/--no-squash 2025-09-24 00:47:51 +02:00
Christopher Bock
5ee53bb245 github #141: complete apt why/why-not 2025-09-24 00:41:34 +02:00
Eisuke Kawashima
1cb9a052dc fix and improve completion for ssh-keygen 2025-09-24 00:10:25 +02:00
Oliver Kiddle
c6b6954294 53947: fix for broken completion of tags and paths with ansible-galaxy 2025-09-24 00:03:16 +02:00
Jun-ichi Takimoto
3cd363c880 53907: re-apply 6d40d9b (Handle SIGIOT as an alias to SIGABRT)
It was mistakenly reverted by c006d76.
2025-09-03 10:34:50 +09:00
Jun-ichi Takimoto
dff057259d 53898: update _pmap, _date, _pgrep, _sysctl
_pmap is moved from Linux/Command/ to Unix/Command
2025-09-01 11:11:01 +09:00
Jun-ichi Takimoto
7d4fc84519 53866: fix _man for NetBSD 2025-08-28 09:15:08 +09:00
Eric Cook
9e01ede43f unposted: Test release: zsh-5.9.0.3-test. 2025-08-24 19:17:28 -04:00
dana
b35c4f956c 53808: docs: clarify Yn globqual explanation 2025-08-16 16:25:13 -05:00
Jun-ichi Takimoto
19767e1129 53827: fix/update _sbuild 2025-08-07 00:58:15 +09:00
Dima Kogan
cdd97739d8 53824: _sbuild: short options with arg should be "-c arg" 2025-08-04 00:27:27 +09:00
Frederick Zhang
6e6c12c81f 53825: fix regexp in in __git_extract_aliases 2025-08-04 00:03:34 +09:00
Jun-ichi Takimoto
33aafecc7e 53821: add missing manpage name in cross reference
and many small improvements. See comments in zman.yo for the usage
of new yodl macros for cross reference.
2025-07-18 23:26:56 +09:00
Bart Schaefer
9dcd08e585 53820: detect integer overflow when parsing history word designators. 2025-07-13 10:26:09 -07:00
Jun-ichi Takimoto
f5abf18f2c 53807: new completion for nettop command 2025-07-01 11:21:09 +09:00
Jun-ichi Takimoto
f3b2aab86d 53806: fix/update _lldb 2025-07-01 11:18:13 +09:00
Jun-ichi Takimoto
821f39d8b2 53805: update _less for less-678 2025-07-01 11:15:30 +09:00
Peter Stephenson
96beb5ced9 53738: Fix memory leak in command substitution.
This happened if the substituion had a here document but the parse failed.
2025-06-10 16:56:41 +01:00
Ryan Rotter
4171ca5648 53734: update macos completions
tweaked per workers/53735
2025-06-05 19:54:38 -05:00
Mikael Magnusson
309c05aaa9 unposted: fix return value in _subversion 2025-06-05 15:07:07 +02:00
Christopher Bock
07a50d57a2 github #131: completion: minor updates
_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"
2025-06-05 01:41:21 -05:00
Christopher Bock
606967dbdc github #131: completion: remove wanna-build
last seen in squeeze
2025-06-05 01:41:21 -05:00
Christopher Bock
abced20c0a github #131: completion: add debmany, dhomepage, dpkg-info, which-pkg-broke
dhomepage tweaked by dana
2025-06-05 01:41:21 -05:00
bryango
2a3b09d669 github #138: completion: darwin/_networksetup: fix socks flags 2025-06-04 17:22:57 -05:00
dana
bde2b183ff 53709: tests: add misc. glob-qualifier tests 2025-06-03 02:01:35 -05:00
dana
a9bde1b8d1 53709: docs: clarify glob-qualifier syntax 2025-06-03 02:01:35 -05:00
dana
6600350d20 github #136: completion: add col 2025-06-03 01:59:01 -05:00
Bart Schaefer
1a61fa3745 53713: ${ ... } should not clobber $REPLY
Also fix some ChangeLog email address paste errors
2025-05-31 08:10:33 -07:00
Ling Wang
62d717a860 completion: _gcc: Add c1x c2x c23 c2y gnu2x gnu23 gnu2y
Signed-off-by: Ling Wang <lingwang@wcysite.com>
2025-05-26 17:47:17 -05:00
Christopher Bock
454bc91dea github #137: completion: add cacaclock (caca-utils)
with minor tweaks to fix things lost when addressing feedback
2025-05-25 02:36:36 -05:00
dana
8720885648 53662: tests: add extra namespace tests
relates to workers/53660
2025-05-24 09:07:55 -05:00
Mikael Magnusson
e1bb74cfb7 53664: remove a slightly confusing example 2025-05-23 10:55:03 +02:00
Mikael Magnusson
bfb8ec65a6 53660: Clarify namespaces starting with a . 2025-05-22 04:03:18 +02:00
dana
87c055fb4d 53636: docs: clarify valid parameter names 2025-05-19 18:31:56 -05:00
RocketDev
d02b58b96a 53633: docs: add note about compadd -o requiring explicit group name
rewording of https://github.com/zsh-users/zsh/pull/135
2025-05-19 18:28:34 -05:00
Daniel Shahaf
f24958a7ab unposted (mentioned on github #134): __git_worktrees: Match the order of $(git worktree list).
The output of __git_worktrees() now matches the output of `git worktree list`
exactly, modulo the 'list-separator' style.
2025-05-18 03:06:59 +00:00
Daniel Shahaf
2ccf41e577 github #134 (+ implement commit review suggestion): __git_worktrees: Use a library function
Using _describe makes the completions and descriptions line up in
columns, and makes the function honour the list-separator style.
2025-05-18 03:06:16 +00:00
Daniel Shahaf
fceece6a8a unposted: Fix a ChangeLog typo reported offlist. 2025-05-17 02:35:33 +00:00
dana
8438d3e703 unposted: ChangeLog: fix minor attribution-line errors 2025-05-16 12:16:19 -05:00
dana
0767fdaae3 53626: tests: make whence -s test use grep -c instead of wc -l
fixes broken test on platforms like macos where `wc -l` output is padded
2025-05-16 12:11:50 -05:00