summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2023-09-03users/29220: fix bug with assignment to private following explicit unsetBart Schaefer1-0/+5
2023-08-2852098, 52099, 52100, 52105(+minor tweak): update for latest macOSShohei YOSHIDA1-0/+6
2023-08-2851858 (+52073): virsh's edit command accepts all domainssergio1-0/+5
2023-08-27Marlon Richert: 51861: fix _approximate when compadd has been overriddenBart Schaefer1-0/+4
Before this patch, if compadd had been overridden by a function of the same name, _approximate would not do corrections.
2023-08-2752028: improvements to _shadow / _unshadow, plus helper and docBart Schaefer1-0/+4
2023-08-2752053: whitelist capability CAP_WAKE_ALARMRobert Woods1-0/+3
Since the systemd update v254 from July 28, 2023, the capability 'CAP_WAKE_ALARM' is passed by default to some user process (especially desktop managers). Since 'CAP_WAKE_ALARM' is very narrow in focus, it is preferable that zsh does not consider it as a 'privileged' capability.
2023-08-2752034: update sqlite3 completion for version 3.42.0Shohei YOSHIDA1-0/+5
2023-08-22users/29175: Don't need to forget zle edits if noneNojus Gudinavičius1-0/+6
2023-08-2152059 (+52070): _scons: fix for options --jobs and --questionShohei YOSHIDA1-0/+5
2023-08-1629130, 21931 (Ray): document what typeset -t is for.Peter Stephenson1-0/+5
This replaces documenting what it isn't for.
2023-08-1452037: complete only external commands for env/watchJun-ichi Takimoto1-0/+7
also includes a few minor fixes for _date, _env and _watch
2023-08-0652013,52014,52015,52016,52017,52018: updates for coreutils option changesShohei YOSHIDA1-0/+20
2023-08-0152008: Pattern bug with branches + exclusionPeter Stephenson1-0/+5
Add tests.
2023-07-31github #100: _qemu: add -enable-kvm and -bios suggestionHexorCatZ1-0/+5
2023-07-26unposted (cf. 51968): improve documentation of typeset -gn and -rBart Schaefer1-0/+3
2023-07-2651945: assorted documentation improvements, bug fixes, and new testBart Schaefer1-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.
2023-07-2651979: Update free completion for procps-ng version 4.0.3Shohei YOSHIDA1-0/+3
2023-07-2651964: support pidof variants other than procpsShohei YOSHIDA1-0/+3
2023-07-2651969: read -d and -s should not reset terminal state when stdin is redirectedBart Schaefer1-0/+3
2023-07-26Fix reversed article numbers in most recent entryBart Schaefer1-1/+1
2023-07-2651950 (tweak per 51949): correct Thingy refcount in raw_getbyte()Bart Schaefer1-0/+3
2023-07-2651927: Update procps watch completion for version 4.0.3Shohei YOSHIDA1-0/+3
2023-07-26unposted (cf. 51899): document _shadowBart Schaefer1-0/+4
2023-07-2051977: PIPEFAIL interaction with ERREXIT / ERRRETURNPeter Stephenson1-0/+6
Ensure the list-level error handling code is executed if we detect pipe failure for a foreground job. Add tests.
2023-07-19github #99: _trash: add completion for trash-dmirsella1-0/+5
https://github.com/rushsteve1/trash-d
2023-07-1051897: update _softwareupdateJun-ichi Takimoto1-0/+5
based on 51895 (Shohei YOSHIDA)
2023-07-0951890: fix "whence -wa" for multiple argumentsBart Schaefer1-0/+4
2023-06-2651889: fix module loading problem with full RELROJun-ichi Takimoto1-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.
2023-06-2651884: reset IFS if it contains invalid charactersJun-ichi Takimoto1-0/+6
This happens only if MULTIBYTE option is on.
2023-06-2251887: namespaces recognized in math, incorrect usages rejected.Bart Schaefer1-0/+3
2023-06-22Missed ChangeLog entry from previous commit.Bart Schaefer1-0/+4
2023-06-2251813: differentiate empty $2 from omitted $2 in version comparisonsStephane Chazelas1-1/+6
2023-06-2051877: do not build pcre module if pcre2-config is not foundJun-ichi Takimoto1-0/+5
2023-06-1951862: support texinfo-7.0Jun-ichi Takimoto1-0/+4
2023-06-0851826: correctly read metafied null character from history fileJun-ichi Takimoto1-0/+3
2023-06-0851817: protect ':' in _rcctlStephane Chazelas1-0/+5
This was in 51817 but missed in commit 0577daf. Also remove _ant.rej that was added by the commit.
2023-06-06Protect another : from history modifier expansionStephane Chazelas1-0/+2
2023-06-06Protect some :s from history modifier expansionStephane Chazelas1-0/+3
2023-06-0651816: add :S history modifier with pattern matchPeter Stephenson1-0/+6
2023-06-0651779: update completion test for 51761Marlon Richert1-0/+5
2023-05-2551739: detect invalid history word beginningPeter Stephenson1-0/+4
2023-05-2151769: fix compilation when HAVE_GETRUSAGE is not definedOliver Kiddle1-0/+3
Also silence compiler warning when HAVE_SETUPTERM is not defined.
2023-05-2151761: Use zstyle verbose for _parameters descriptionsMarlon Richert1-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.
2023-05-2151348: Fix subscript completion bugs inside ~[...]Marlon Richert1-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.
2023-05-2151759: Show alias values in command completionsMarlon Richert1-0/+3
Show the value of each alias when descriptions are shown. Enabled by default.
2023-05-2151760: r and R were listed in the wrong order.Marlon Richert1-0/+3
2023-05-2151758: Make dynamic dir completion easier to implementMarlon Richert1-0/+6
2023-05-1351722: Safety for extracting elements of $historywordsPeter Stephenson1-0/+5
2023-05-1351738: support pcre's alternative DFA matching algorithmOliver Kiddle1-0/+3
2023-05-1351728: assign pcre named capture groups to a hashOliver Kiddle1-0/+3