Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-28 | unposted: README: add missed note about <<< redirection | Mikael Magnusson | 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 | |||||
2025-04-28 | 53527: remove zgetopt | dana | 1 | -0/+5 | |
reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release | |||||
2025-04-27 | unposted: document zparseopts's lack of support for abbreviating long options | dana | 1 | -0/+4 | |
per workers/53520 | |||||
2025-04-27 | unposted: docs: adjust zgetopt wording | dana | 1 | -0/+2 | |
per workers/53518 | |||||
2025-04-27 | 53516: add zgetopt contrib function | dana | 1 | -0/+3 | |
2025-04-27 | 53515: tests: correct ztst documentation error | dana | 1 | -2/+4 | |
2025-04-24 | unposted: fix seq numbers for old changelog entry | Mikael Magnusson | 1 | -8/+8 | |
2025-04-20 | unposted: Test release: zsh-5.9.0.2-test. | Eric Cook | 1 | -0/+4 | |
2025-04-20 | 53463: _hosts: allow overriding the default matching control | Eric Cook | 1 | -0/+6 | |
2025-04-19 | 53483: zparseopts -G: accept only '--' as parsing terminator | dana | 1 | -0/+4 | |
2025-04-19 | 53482: zparseopts -G: always add options with optional args to array with = | dana | 1 | -0/+6 | |
2025-04-15 | 53454: fix interrupt handling in savehistfile() | Bart Schaefer | 1 | -0/+4 | |
2025-04-15 | unposted: add missing Changelog entry for _typeset fix | Eric Cook | 1 | -0/+4 | |
2025-04-15 | 53485: NEWS: update for version 5.10 | Eric Cook | 1 | -0/+4 | |
2025-04-13 | unposted: NEWS: update per w/53257 and w/53260 | dana | 1 | -0/+4 | |
2025-04-04 | 53449: do not complete indices for empty array subscripts | Kyle Andelin | 1 | -0/+3 | |
2025-04-04 | 53445: extra-verbose mode support on some recent Linux and BSD systems | Oliver Kiddle | 1 | -0/+5 | |
2025-03-31 | 53431: fix assignment via named reference to parameters in outer scopes | Bart Schaefer | 1 | -1/+4 | |
2025-03-31 | 53414: attempting to preview the "restore" keyword is nonsensical | Frank Dana | 1 | -0/+4 | |
2025-03-31 | 53413: "print -rP" in preview, in case of special characters | Frank Dana | 1 | -0/+5 | |
2025-03-03 | 53399: don't load ZLE early to set keymap | Oliver Kiddle | 1 | -0/+3 | |
When zsh is run with -o vi / -o emacs, instead of loading ZLE to force the change, only record the option state. Then when ZLE starts, the vi option determines the default keymap. | |||||
2025-03-03 | 53394: drop OSC and DCS sequences in key input | Oliver Kiddle | 1 | -0/+5 | |
They are likely to be terminal query responses not keys. If they do match a keybinding that's not affected. Also does likewise for certain CSI sequences. | |||||
2025-03-02 | 53368: ignore no-op changes to EMACS/VI options | Bart Schaefer | 1 | -0/+4 | |
2025-02-28 | 53395: complete snapshot ranges for zfs destroy | Oliver Kiddle | 1 | -0/+4 | |
2025-02-28 | 53393: Complete python module arguments | Ronan Pigott | 1 | -0/+8 | |
Python modules can behave like commands in their own right. This allows modules to define _python_module-* functions that are used to complete module arguments. Also gets the ball rolling by defining completions for venv, http.server, and json.tool. | |||||
2025-02-27 | github #129: fix _gpg completion | Vadim Misbakh-Soloviov | 1 | -0/+3 | |
1) As for now, `--local-user` completion is irrelevant: it completes system users, while gpg expects private keys IDs 2) `secret-keys` completion was also broken and completed nothing. The reason of that to happen was in that fact that it assumed `uid` token would be next after `fpr` (same as it do in public-keys completion), while in current gnupg versions there is at least `grp` token, and potentially can be others. So, instead i+=2 I made `until "uid"` loop. | |||||
2025-02-27 | 53378: support new pipebuf resource limit on FreeBSD | Oliver Kiddle | 1 | -0/+5 | |
Also add other newer limits to the documentation. | |||||
2025-02-15 | 53363: permit "typeset -n +m pattern" | Bart Schaefer | 1 | -0/+7 | |
Also fix spurious error printing the value of a read-only named reference | |||||
2025-02-13 | 53358: adapt completion to reflect 53348 and extend exclusion lists to cover ↵ | Oliver Kiddle | 1 | -0/+5 | |
more + options | |||||
2025-02-12 | 53360: domenuselect() fails if the previous completion did not generate a list | Bart Schaefer | 1 | -0/+3 | |
(fix for segfault) | |||||
2025-02-12 | 53346 (cf. 53350): Util/helpfiles: fix use of "man" on file paths | Bart Schaefer | 1 | -0/+2 | |
2025-02-12 | 53348: Revise handling of incompatible typeset options when used with -n | Bart Schaefer | 1 | -0/+5 | |
2025-02-04 | unposted: remove a few more files by 'make clean' | Jun-ichi Takimoto | 1 | -0/+5 | |
Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore | |||||
2025-01-30 | github #118: completion(git-rebase): non-interactive mode also supports ↵ | Eisuke Kawashima | 1 | -0/+3 | |
--autosquash | |||||
2025-01-30 | 53338: complete typeset -n option | Oliver Kiddle | 1 | -0/+2 | |
2025-01-30 | 53337: allow nameref -p | Oliver Kiddle | 1 | -0/+2 | |
2025-01-30 | 53336: avoid GNU make specific use of $< in a non-inference rule | Oliver Kiddle | 1 | -0/+3 | |
2025-01-30 | 53335: Remove unused dupstring_glen() function | Oliver Kiddle | 1 | -0/+5 | |
Also make use of the dupstring_wlen() variant in more places to avoid a strlen() | |||||
2025-01-30 | 53332, 53334: Avoid strlen calls after sprintf | Oliver Kiddle | 1 | -0/+6 | |
2025-01-27 | 53329: adapt .zle.sgr for CSI sequences that use : instead of ; | Oliver Kiddle | 1 | -0/+3 | |
2025-01-27 | github #128: Updated completion for neovim | GI | 1 | -0/+3 | |
2025-01-27 | github #126: Fix some typos | Wu, Zhenyu | 1 | -0/+4 | |
2025-01-27 | github #125: Add completion for irb --no-pager | Kouhei Yanagita | 1 | -0/+3 | |
2025-01-27 | unposted: fix quoting in openldap completion | Oliver Kiddle | 1 | -0/+2 | |
2025-01-27 | 53327: update for git 2.47 | Oliver Kiddle | 1 | -0/+2 | |
2025-01-27 | 53328: completion options update | Oliver Kiddle | 1 | -0/+12 | |
2025-01-27 | 53326: completion updates for core Linux utils | Oliver Kiddle | 1 | -0/+14 | |
2025-01-27 | 53325: cover newer BSD releases in completion | Oliver Kiddle | 1 | -0/+15 | |
2025-01-20 | Julian Prein: 53309: remove uncommon / obsolete options -t and -W | Bart Schaefer | 1 | -0/+5 | |
2025-01-03 | 53294: fix multibyte handling in "select" prompts | Bart Schaefer | 1 | -0/+4 | |