summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-04-30debian/patches/series: remove ↵debianJoe Rayhawk1-1/+0
cherry-pick-727b493e-50736-silence-use-after-free-warning.patch
2025-04-30debian/patches/series: delete ↵Joe Rayhawk1-1/+0
cherry-pick-0bb140f9-52999-import-OLDPWD-from-environment-if-set.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-ab4d62eb-52383-Avoid-incompatible-pointer-types-in-terminfo-global.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-4c89849c-50641-use-int-main-in-test-C-codes-in-configure.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-ecd3f9c9-1057610-support-texinfo-7.0.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-10bdbd8b-51877-do-not-build-pcre-module-if-pcre2-config-is-not-found.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-b62e91134-51723-migrate-pcre-module-to-pcre2.patch
2025-04-30debian/patches/series: remove ↵Joe Rayhawk1-1/+0
cherry-pick-4b7a9fd0-additional-typset--p--m-fix-for-namespaces.patch
2025-04-30debian/patches: remove ↵Joe Rayhawk1-1/+0
cherry-pick-3e3cfabc-revert-38150-and-fix-in-calling-function-cfp_matcher_range-instead
2025-04-30debian/patches/fix-typos-in-man-pages.patch: removeJoe Rayhawk2-27/+0
2025-04-30debian/patches/use-pager-instead-of-more-by-default.patch: remove svk supportJoe Rayhawk1-5/+0
2025-04-30debian/changelog: test releaseJoe Rayhawk1-0/+6
2025-04-30Merge branch 'upstream' into debianJoe Rayhawk423-5273/+20324
2025-04-28unposted: README: add missed note about <<< redirectionMikael Magnusson2-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
2025-04-2853527: remove zgetoptdana5-486/+5
reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release
2025-04-27unposted: document zparseopts's lack of support for abbreviating long optionsdana3-1/+9
per workers/53520
2025-04-27unposted: docs: adjust zgetopt wordingdana2-7/+9
per workers/53518
2025-04-2753516: add zgetopt contrib functiondana5-1/+489
2025-04-2753515: tests: correct ztst documentation errordana2-9/+11
2025-04-24unposted: fix seq numbers for old changelog entryMikael Magnusson1-8/+8
2025-04-20unposted: Test release: zsh-5.9.0.2-test.Eric Cook5-6/+14
2025-04-2053463: _hosts: allow overriding the default matching controlEric Cook2-1/+7
2025-04-1953483: zparseopts -G: accept only '--' as parsing terminatordana4-8/+41
2025-04-1953482: zparseopts -G: always add options with optional args to array with =dana3-5/+11
2025-04-1553454: fix interrupt handling in savehistfile()Bart Schaefer2-5/+12
2025-04-15unposted: add missing Changelog entry for _typeset fixEric Cook1-0/+4
2025-04-1553485: NEWS: update for version 5.10Eric Cook2-9/+32
2025-04-14_typeset: fix typoMikael Magnusson1-1/+1
2025-04-13unposted: NEWS: update per w/53257 and w/53260dana2-0/+16
2025-04-0453449: do not complete indices for empty array subscriptsKyle Andelin2-0/+6
2025-04-0453445: extra-verbose mode support on some recent Linux and BSD systemsOliver Kiddle2-7/+32
2025-03-3153431: fix assignment via named reference to parameters in outer scopesBart Schaefer3-2/+56
2025-03-3153414: attempting to preview the "restore" keyword is nonsensicalFrank Dana2-3/+15
2025-03-3153413: "print -rP" in preview, in case of special charactersFrank Dana2-1/+6
2025-03-0353399: don't load ZLE early to set keymapOliver Kiddle5-27/+18
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-0353394: drop OSC and DCS sequences in key inputOliver Kiddle2-2/+31
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-0253368: ignore no-op changes to EMACS/VI optionsBart Schaefer2-1/+11
2025-02-2853395: complete snapshot ranges for zfs destroyOliver Kiddle3-5/+33
2025-02-2853393: Complete python module argumentsRonan Pigott5-0/+46
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-27github #129: fix _gpg completionVadim Misbakh-Soloviov2-2/+9
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-2753378: support new pipebuf resource limit on FreeBSDOliver Kiddle4-2/+22
Also add other newer limits to the documentation.
2025-02-1553363: permit "typeset -n +m pattern"Bart Schaefer2-4/+10
Also fix spurious error printing the value of a read-only named reference
2025-02-1353358: adapt completion to reflect 53348 and extend exclusion lists to cover ↵Oliver Kiddle2-28/+33
more + options
2025-02-1253360: domenuselect() fails if the previous completion did not generate a listBart Schaefer2-0/+6
(fix for segfault)
2025-02-1253346 (cf. 53350): Util/helpfiles: fix use of "man" on file pathsBart Schaefer2-1/+3
2025-02-1253348: Revise handling of incompatible typeset options when used with -nBart Schaefer4-8/+24
2025-02-04unposted: remove a few more files by 'make clean'Jun-ichi Takimoto3-2/+7
Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore
2025-01-30github #118: completion(git-rebase): non-interactive mode also supports ↵Eisuke Kawashima2-9/+5
--autosquash
2025-01-3053338: complete typeset -n optionOliver Kiddle2-27/+36
2025-01-3053337: allow nameref -pOliver Kiddle3-2/+4