Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 52114: improve _nice | Jun-ichi Takimoto | 2023-09-07 | 2 | -9/+23 | |
| | | | | support -n option, complete only external commands | |||||
* | 52115: permit repeated "private" declarations as long as types aren't changed | Bart Schaefer | 2023-09-05 | 3 | -3/+68 | |
| | ||||||
* | 52112: use '_normal -p subcmd' to complete only external command | Jun-ichi Takimoto | 2023-09-04 | 15 | -16/+28 | |
| | ||||||
* | users/29220: fix bug with assignment to private following explicit unset | Bart Schaefer | 2023-09-03 | 3 | -11/+30 | |
| | ||||||
* | 52098, 52099, 52100, 52105(+minor tweak): update for latest macOS | Shohei YOSHIDA | 2023-08-28 | 5 | -11/+29 | |
| | ||||||
* | 51858 (+52073): virsh's edit command accepts all domains | sergio | 2023-08-28 | 2 | -1/+5 | |
| | ||||||
* | Marlon Richert: 51861: fix _approximate when compadd has been overridden | Bart Schaefer | 2023-08-27 | 2 | -26/+26 | |
| | | | | | Before this patch, if compadd had been overridden by a function of the same name, _approximate would not do corrections. | |||||
* | 52028: improvements to _shadow / _unshadow, plus helper and doc | Bart Schaefer | 2023-08-27 | 5 | -43/+112 | |
| | ||||||
* | 52053: whitelist capability CAP_WAKE_ALARM | Robert Woods | 2023-08-27 | 2 | -3/+6 | |
| | | | | | | | | 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. | |||||
* | 52034: update sqlite3 completion for version 3.42.0 | Shohei YOSHIDA | 2023-08-27 | 2 | -0/+9 | |
| | ||||||
* | users/29175: Don't need to forget zle edits if none | Nojus Gudinavičius | 2023-08-22 | 2 | -0/+18 | |
| | ||||||
* | 52059 (+52070): _scons: fix for options --jobs and --question | Shohei YOSHIDA | 2023-08-21 | 2 | -2/+7 | |
| | ||||||
* | 29130, 21931 (Ray): document what typeset -t is for. | Peter Stephenson | 2023-08-16 | 2 | -2/+9 | |
| | | | | This replaces documenting what it isn't for. | |||||
* | 52037: complete only external commands for env/watch | Jun-ichi Takimoto | 2023-08-14 | 4 | -5/+12 | |
| | | | | also includes a few minor fixes for _date, _env and _watch | |||||
* | 52013,52014,52015,52016,52017,52018: updates for coreutils option changes | Shohei YOSHIDA | 2023-08-06 | 7 | -0/+26 | |
| | ||||||
* | 52008: Pattern bug with branches + exclusion | Peter Stephenson | 2023-08-01 | 3 | -2/+51 | |
| | | | | Add tests. | |||||
* | github #100: _qemu: add -enable-kvm and -bios suggestion | HexorCatZ | 2023-07-31 | 2 | -0/+7 | |
| | ||||||
* | unposted (cf. 51968): improve documentation of typeset -gn and -r | Bart Schaefer | 2023-07-26 | 2 | -2/+5 | |
| | ||||||
* | 51945: assorted documentation improvements, bug fixes, and new test | Bart Schaefer | 2023-07-26 | 7 | -18/+132 | |
| | | | | | | | | | | | | | | 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.3 | Shohei YOSHIDA | 2023-07-26 | 2 | -0/+4 | |
| | ||||||
* | 51964: support pidof variants other than procps | Shohei YOSHIDA | 2023-07-26 | 2 | -13/+48 | |
| | ||||||
* | 51969: read -d and -s should not reset terminal state when stdin is redirected | Bart Schaefer | 2023-07-26 | 2 | -3/+6 | |
| | ||||||
* | Fix reversed article numbers in most recent entry | Bart Schaefer | 2023-07-26 | 1 | -1/+1 | |
| | ||||||
* | 51950 (tweak per 51949): correct Thingy refcount in raw_getbyte() | Bart Schaefer | 2023-07-26 | 2 | -1/+5 | |
| | ||||||
* | 51927: Update procps watch completion for version 4.0.3 | Shohei YOSHIDA | 2023-07-26 | 2 | -0/+6 | |
| | ||||||
* | unposted (cf. 51899): document _shadow | Bart Schaefer | 2023-07-26 | 2 | -0/+48 | |
| | ||||||
* | 51977: PIPEFAIL interaction with ERREXIT / ERRRETURN | Peter Stephenson | 2023-07-20 | 3 | -5/+75 | |
| | | | | | | 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-d | mirsella | 2023-07-19 | 3 | -22/+62 | |
| | | | | https://github.com/rushsteve1/trash-d | |||||
* | 51897: update _softwareupdate | Jun-ichi Takimoto | 2023-07-10 | 2 | -58/+98 | |
| | | | | based on 51895 (Shohei YOSHIDA) | |||||
* | 51890: fix "whence -wa" for multiple arguments | Bart Schaefer | 2023-07-09 | 2 | -0/+5 | |
| | ||||||
* | 51889: fix module loading problem with full RELRO | Jun-ichi Takimoto | 2023-06-26 | 3 | -1/+29 | |
| | | | | | | | | 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 characters | Jun-ichi Takimoto | 2023-06-26 | 5 | -18/+61 | |
| | | | | This happens only if MULTIBYTE option is on. | |||||
* | 51887: namespaces recognized in math, incorrect usages rejected. | Bart Schaefer | 2023-06-22 | 4 | -6/+86 | |
| | ||||||
* | Missed ChangeLog entry from previous commit. | Bart Schaefer | 2023-06-22 | 1 | -0/+4 | |
| | ||||||
* | 51860: simplify suffix handling in _prefix to remove less accurate hack | Marlon Richert | 2023-06-22 | 3 | -8/+57 | |
| | | | | | | | | | | | | | | | | | | | This solves the following problems in the _prefix completer: - The old code had logic for dealing with compstate[unambiguous] that was unnecessary. It works fine without it. - Because of this logic, if a widget set compstate[insert]=1 after calling _main_complete, an `x` was left after the completion on the command line. - If the same widget also set `compstate[to_end]=`, then instead, the last character of the inserted completion would be treated as an autoremovable suffix, with the actual suffix being inserted to the line as a normal character. - After inserting a completion, the cursor would move to the end of the entire current word on the command, not the end of word that was inserted. This is not what you want with _prefix, since you are trying to complete a word _before_ the one on the command line, after which you usually want to insert a separator, such as a space or slash, before the next word. | |||||
* | 51813: differentiate empty $2 from omitted $2 in version comparisons | Stephane Chazelas | 2023-06-22 | 2 | -2/+13 | |
| | ||||||
* | 51877: do not build pcre module if pcre2-config is not found | Jun-ichi Takimoto | 2023-06-20 | 3 | -13/+25 | |
| | ||||||
* | 51862: support texinfo-7.0 | Jun-ichi Takimoto | 2023-06-19 | 3 | -1/+11 | |
| | ||||||
* | 51826: correctly read metafied null character from history file | Jun-ichi Takimoto | 2023-06-08 | 2 | -2/+11 | |
| | ||||||
* | 51817: protect ':' in _rcctl | Stephane Chazelas | 2023-06-08 | 3 | -14/+6 | |
| | | | | | This was in 51817 but missed in commit 0577daf. Also remove _ant.rej that was added by the commit. | |||||
* | Protect another : from history modifier expansion | Stephane Chazelas | 2023-06-06 | 2 | -1/+3 | |
| | ||||||
* | Protect some :s from history modifier expansion | Stephane Chazelas | 2023-06-06 | 7 | -8/+24 | |
| | ||||||
* | 51816: add :S history modifier with pattern match | Peter Stephenson | 2023-06-06 | 5 | -14/+49 | |
| | ||||||
* | 51779: update completion test for 51761 | Marlon Richert | 2023-06-06 | 2 | -5/+10 | |
| | ||||||
* | 51739: detect invalid history word beginning | Peter Stephenson | 2023-05-25 | 2 | -1/+10 | |
| | ||||||
* | 51769: fix compilation when HAVE_GETRUSAGE is not defined | Oliver Kiddle | 2023-05-21 | 3 | -1/+6 | |
| | | | | Also silence compiler warning when HAVE_SETUPTERM is not defined. | |||||
* | 51761: Use zstyle verbose for _parameters descriptions | Marlon Richert | 2023-05-21 | 2 | -1/+4 | |
| | | | | | 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 Richert | 2023-05-21 | 3 | -16/+26 | |
| | | | | | | | | | | | | | 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 completions | Marlon Richert | 2023-05-21 | 2 | -2/+11 | |
| | | | | Show the value of each alias when descriptions are shown. Enabled by default. | |||||
* | 51760: r and R were listed in the wrong order. | Marlon Richert | 2023-05-21 | 2 | -3/+6 | |
| |