about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 52059 (+52070): _scons: fix for options --jobs and --questionShohei YOSHIDA2023-08-211-0/+5
|
* 29130, 21931 (Ray): document what typeset -t is for.Peter Stephenson2023-08-161-0/+5
| | | | This replaces documenting what it isn't for.
* 52037: complete only external commands for env/watchJun-ichi Takimoto2023-08-141-0/+7
| | | | also includes a few minor fixes for _date, _env and _watch
* 52013,52014,52015,52016,52017,52018: updates for coreutils option changesShohei YOSHIDA2023-08-061-0/+20
|
* 52008: Pattern bug with branches + exclusionPeter Stephenson2023-08-011-0/+5
| | | | Add tests.
* github #100: _qemu: add -enable-kvm and -bios suggestionHexorCatZ2023-07-311-0/+5
|
* unposted (cf. 51968): improve documentation of typeset -gn and -rBart Schaefer2023-07-261-0/+3
|
* 51945: assorted documentation improvements, bug fixes, and new testBart Schaefer2023-07-261-0/+5
| | | | | | | | | | | | | | 1) Document the behavior of "typeset -n existing_var" (via Jun T. comment) 2) Prohibit "typeset -nm pattern" because, well, it's insane. Add test. 3) Improve doc for ${(!)ref} including ${{t!)ref} (Jun T.) 4) Fix doc for how-to unset of a named ref (Jun T.) 5) Allow "typeset +r -n ref" and "typeset +r +n ref" (Jun T.) 6) Fix "typeset -r -n ref=param" to create readonly references 7) Avoid accidental removal of PM_UNSET flag (Jun T.) and update test 8) Fix "typeset -gn ref=value" and add a test for it 9) Add tests for read-only reference behavior 10) Fix infinite recursion when resolving scope of an unset local named reference, add test.
* 51979: Update free completion for procps-ng version 4.0.3Shohei YOSHIDA2023-07-261-0/+3
|
* 51964: support pidof variants other than procpsShohei YOSHIDA2023-07-261-0/+3
|
* 51969: read -d and -s should not reset terminal state when stdin is redirectedBart Schaefer2023-07-261-0/+3
|
* Fix reversed article numbers in most recent entryBart Schaefer2023-07-261-1/+1
|
* 51950 (tweak per 51949): correct Thingy refcount in raw_getbyte()Bart Schaefer2023-07-261-0/+3
|
* 51927: Update procps watch completion for version 4.0.3Shohei YOSHIDA2023-07-261-0/+3
|
* unposted (cf. 51899): document _shadowBart Schaefer2023-07-261-0/+4
|
* 51977: PIPEFAIL interaction with ERREXIT / ERRRETURNPeter Stephenson2023-07-201-0/+6
| | | | | | Ensure the list-level error handling code is executed if we detect pipe failure for a foreground job. Add tests.
* github #99: _trash: add completion for trash-dmirsella2023-07-191-0/+5
| | | | https://github.com/rushsteve1/trash-d
* 51897: update _softwareupdateJun-ichi Takimoto2023-07-101-0/+5
| | | | based on 51895 (Shohei YOSHIDA)
* 51890: fix "whence -wa" for multiple argumentsBart Schaefer2023-07-091-0/+4
|
* 51889: fix module loading problem with full RELROJun-ichi Takimoto2023-06-261-0/+4
| | | | | | | | If full RELRO (relocation read-only, one of the security enhancement methods for ELF-based systems) is used when building zsh (as in binary packages of most Linuxes), loading a module (e.g. zsh/zftp) fails unless all the modules it depends on are already loaded. With this patch the necessary modules are automatically loaded.
* 51884: reset IFS if it contains invalid charactersJun-ichi Takimoto2023-06-261-0/+6
| | | | This happens only if MULTIBYTE option is on.
* 51887: namespaces recognized in math, incorrect usages rejected.Bart Schaefer2023-06-221-0/+3
|
* Missed ChangeLog entry from previous commit.Bart Schaefer2023-06-221-0/+4
|
* 51813: differentiate empty $2 from omitted $2 in version comparisonsStephane Chazelas2023-06-221-1/+6
|
* 51877: do not build pcre module if pcre2-config is not foundJun-ichi Takimoto2023-06-201-0/+5
|
* 51862: support texinfo-7.0Jun-ichi Takimoto2023-06-191-0/+4
|
* 51826: correctly read metafied null character from history fileJun-ichi Takimoto2023-06-081-0/+3
|
* 51817: protect ':' in _rcctlStephane Chazelas2023-06-081-0/+5
| | | | | This was in 51817 but missed in commit 0577daf. Also remove _ant.rej that was added by the commit.
* Protect another : from history modifier expansionStephane Chazelas2023-06-061-0/+2
|
* Protect some :s from history modifier expansionStephane Chazelas2023-06-061-0/+3
|
* 51816: add :S history modifier with pattern matchPeter Stephenson2023-06-061-0/+6
|
* 51779: update completion test for 51761Marlon Richert2023-06-061-0/+5
|
* 51739: detect invalid history word beginningPeter Stephenson2023-05-251-0/+4
|
* 51769: fix compilation when HAVE_GETRUSAGE is not definedOliver Kiddle2023-05-211-0/+3
| | | | Also silence compiler warning when HAVE_SETUPTERM is not defined.
* 51761: Use zstyle verbose for _parameters descriptionsMarlon Richert2023-05-211-0/+3
| | | | | According to the manual, extra-verbose means "more verbose at the cost of a probable decrease in completion speed". That's not the case here.
* 51348: Fix subscript completion bugs inside ~[...]Marlon Richert2023-05-211-0/+4
| | | | | | | | | | | | | When completing inside ~[...] (_with_ the trailing `]` present), the following bugs occured: - Subscript completion was skipped entirely when there were one or more slashes ('/') in the subscript, which is incorrect, since slashes are allowed there. - Instead of going through _complete, $_comps[-subscript-] was called immediately, causing _setup to be skipped. - If succesful, _main_complete was exited right after, causing menu-style, comppostfuncs and other essential completion features to be skipped.
* 51759: Show alias values in command completionsMarlon Richert2023-05-211-0/+3
| | | | Show the value of each alias when descriptions are shown. Enabled by default.
* 51760: r and R were listed in the wrong order.Marlon Richert2023-05-211-0/+3
|
* 51758: Make dynamic dir completion easier to implementMarlon Richert2023-05-211-0/+6
|
* 51722: Safety for extracting elements of $historywordsPeter Stephenson2023-05-131-0/+5
|
* 51738: support pcre's alternative DFA matching algorithmOliver Kiddle2023-05-131-0/+3
|
* 51728: assign pcre named capture groups to a hashOliver Kiddle2023-05-131-0/+3
|
* 51723: migrate pcre module to pcre2Oliver Kiddle2023-05-131-0/+3
|
* 50612: vcs_info: fix typoFelipe Contreras2023-05-131-0/+2
|
* github #98: feat: add `shortcuts` completionsVidhan Bhatt2023-05-131-0/+5
|
* users/29070: clean up tokens in cmdstr before compctl completionBart Schaefer2023-05-111-0/+3
|
* 51609: fix reference to select(2)Jim2023-05-111-0/+3
|
* 51340: update _rake for version 13Shohei YOSHIDA2023-05-111-0/+3
|
* 51331: update _pydoc for version 3.11Shohei YOSHIDA2023-05-111-0/+5
|
* 51593: improve search for command name after skipping prefix assignmentsBart Schaefer2023-05-101-0/+5
| | | | | | | This is aimed mostly at use of run-help as a standalone function rather than as a widget. When run-help is invoked outside widget context, there's no source line to search for the original command name, so this attempts searching the arguments.