| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unposted: complete more media file typesHEADmaster | Oliver Kiddle | 18 hours | 3 | -2/+5 |
| | | |||||
| * | unposted (c.f. 54878): import ZSH-licenced age completion from ↵ | Oliver Kiddle | 18 hours | 2 | -0/+27 |
| | | | | | zsh-completions (by Hydrargyrum) | ||||
| * | 54899: new namei completion | Oliver Kiddle | 18 hours | 2 | -0/+19 |
| | | |||||
| * | 54891: completion: move/rename _pkg_instance -> _pkg_instances | dana | 23 hours | 5 | -6/+12 |
| | | | | | and update callers | ||||
| * | 54891: completion: move/rename several functions | dana | 23 hours | 9 | -0/+8 |
| | | |||||
| * | 54891: completion: remove obsolete functions | dana | 23 hours | 27 | -3126/+22 |
| | | |||||
| * | 54889: comparguments: always parse optargs as optargs | dana | 23 hours | 3 | -6/+71 |
| | | |||||
| * | 54876: comparguments: search more thoroughly for foreign-set options | dana | 23 hours | 3 | -18/+52 |
| | | |||||
| * | unposted: _ping: revert previous _arguments fix | dana | 23 hours | 2 | -1/+4 |
| | | | | | | | | re: previous commit, this one was actually ok since another option is added in front of the -A on solaris. and the change was undesirable for the iputils case since it uses the args array for options to _arguments itself | ||||
| * | unposted: completion: fix ambiguous arg specs | dana | 23 hours | 6 | -6/+10 |
| | | | | | | | specs beginning with -[AMO] must be guarded also fix an erroneous -A option in _module-assistant | ||||
| * | unposted: _pip: remove -b | dana | 24 hours | 2 | -1/+4 |
| | | | | | | noticed an apparent copy/paste error in the spec. the option was removed from pip several years ago, anyway, so we can just drop it | ||||
| * | 54893: fix/simplify is-at-least | Jun-ichi Takimoto | 45 hours | 3 | -54/+65 |
| | | |||||
| * | unposted: _attr: $list was removed in 54528 | Jun-ichi Takimoto | 3 days | 2 | -1/+6 |
| | | |||||
| * | unposted: completion: add _zformat | dana | 3 days | 2 | -0/+26 |
| | | | | | per w/54767 | ||||
| * | unposted: README: document ::= changes | dana | 3 days | 2 | -0/+7 |
| | | |||||
| * | unposted: ignore-revs: add 4d1193772b (54806) | dana | 3 days | 2 | -0/+5 |
| | | |||||
| * | unposted: completion: remove _sioyek | dana | 3 days | 2 | -29/+2 |
| | | | | | | | added in github #172, but the author agreed to submit it up-stream, and it was accepted soon after. dropping per discussion with oliver (but we'll keep it in 5.9) | ||||
| * | 54871: compwid.yo: add index markup for the Completion Condition Codes | Štěpán Němec | 3 days | 2 | -0/+7 |
| | | |||||
| * | 54870: Fix some doc typos | Štěpán Němec | 3 days | 6 | -6/+10 |
| | | |||||
| * | 54869: compsys.yo: move 'expl' index annotation to (more) proper place(s) | Štěpán Němec | 3 days | 2 | -1/+5 |
| | | |||||
| * | 54868: _perl: fix -c option description | Štěpán Němec | 3 days | 2 | -1/+6 |
| | | |||||
| * | 54848: set $module_path in child zsh | Jun-ichi Takimoto | 4 days | 2 | -0/+3 |
| | | |||||
| * | 54847 + 54849 (dana): skip only 88- or 256-color tests | Jun-ichi Takimoto | 4 days | 2 | -14/+39 |
| | | |||||
| * | unposted: _nano: fix syntaxes tag | dana | 4 days | 2 | -1/+5 |
| | | | | | apparent copy/paste error | ||||
| * | 54863 + others: completion: compadd -q -> -r | dana | 4 days | 6 | -9/+16 |
| | | | | | | | | -q was not appropriate because a parameter name with no assignment makes no sense in this context. use -r instead also address some previous cases like this that i was responsible for | ||||
| * | unposted: _numbers: fix compadd -q spec | dana | 6 days | 2 | -1/+4 |
| | | |||||
| * | unposted: _configure: auto-remove = after variable name | dana | 6 days | 2 | -1/+6 |
| | | |||||
| * | 54830 (tweaked): completion: improve _ffmpeg | dana | 10 days | 2 | -123/+1511 |
| | | | | | | incorporates fixes for issues reported in 54832 and 54833 + others discussed off-list with mikael | ||||
| * | 54831: comparguments: treat empty description as if missing | dana | 10 days | 3 | -0/+14 |
| | | |||||
| * | 54818: docs: clarify _arguments {...} action behaviour | dana | 10 days | 2 | -5/+8 |
| | | |||||
| * | 54823: docs: clarify ::= behaviour | dana | 10 days | 2 | -1/+5 |
| | | | | | see 54822 | ||||
| * | 54838: avoid hang up in D04 if FIFO is used for proc subst | Jun-ichi Takimoto | 11 days | 2 | -1/+7 |
| | | |||||
| * | ChangeLog for previous four commits | Bart Schaefer | 11 days | 1 | -0/+13 |
| | | |||||
| * | 54805: capture any DPUTS output during completion tests | Philippe Altherr | 11 days | 1 | -5/+32 |
| | | |||||
| * | 54806: reformat interactive tests for readability (whitespace only) | Philippe Altherr | 11 days | 4 | -69/+75 |
| | | |||||
| * | 54806: Null prompts in interactive tests to avoid unnecessary stderr | Philippe Altherr | 11 days | 5 | -50/+37 |
| | | |||||
| * | 54792: prevent named references from being entered as named directories | Philippe Altherr | 11 days | 2 | -2/+33 |
| | | |||||
| * | unposted: git ignore .DS_Store | Bart Schaefer | 11 days | 1 | -0/+1 |
| | | |||||
| * | 47546: builtin: trivial cleanup | Felipe Contreras | 11 days | 2 | -11/+8 |
| | | |||||
| * | 54844: complete variable assignments with configure | Oliver Kiddle | 11 days | 3 | -4/+36 |
| | | |||||
| * | 54828: handle time arguments in shutdown completion | Oliver Kiddle | 11 days | 2 | -21/+42 |
| | | |||||
| * | 54822: the ::= fix in 54674 was incomplete | Mikael Magnusson | 13 days | 3 | -7/+63 |
| | | | | | | | | | | % foo=xxx; () { echo ${2::=$foo} } yyy yyy We get the argv parameter returned when asking for "2" so use getvalue() to get a vbuf with the proper start/end set instead of making up bogus values. | ||||
| * | 54790 (tweaked): _ffmpeg: update for modern ffmpeg | Nuke | 13 days | 2 | -164/+107 |
| | | | | | | | fixed broken patch header and re-incorporated fix from dd4666d82 has some issues, to be followed by further improvements | ||||
| * | github #174: completion: _gcc: coroutines-ts was merged in 2020 | Holger Hoffstätte | 13 days | 2 | -1/+4 |
| | | | | | | | We can use the final flag for both gcc and clang. Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> | ||||
| * | 54808: add .git-blame-ignore-revs | dana | 13 days | 2 | -0/+28 |
| | | |||||
| * | 54773: params: make out-of-range (w) subscript index work like others | dana | 13 days | 4 | -5/+28 |
| | | |||||
| * | 54768: completion: use `zformat -q` for formatting | dana | 13 days | 18 | -21/+74 |
| | | |||||
| * | 54767: zformat: replace -qn by spec quoting indicator syntax | dana | 13 days | 5 | -68/+68 |
| | | |||||
| * | 54763: _sh: support more shells + options | dana | 13 days | 2 | -31/+151 |
| | | |||||
| * | 54800, 54807: completion options update | Oliver Kiddle | 2026-06-19 | 63 | -246/+660 |
| | | |||||
