summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* unposted: complete more media file typesHEADmasterOliver Kiddle18 hours3-2/+5
|
* unposted (c.f. 54878): import ZSH-licenced age completion from ↵Oliver Kiddle18 hours2-0/+27
| | | | zsh-completions (by Hydrargyrum)
* 54899: new namei completionOliver Kiddle18 hours2-0/+19
|
* 54891: completion: move/rename _pkg_instance -> _pkg_instancesdana23 hours5-6/+12
| | | | and update callers
* 54891: completion: move/rename several functionsdana23 hours9-0/+8
|
* 54891: completion: remove obsolete functionsdana23 hours27-3126/+22
|
* 54889: comparguments: always parse optargs as optargsdana23 hours3-6/+71
|
* 54876: comparguments: search more thoroughly for foreign-set optionsdana23 hours3-18/+52
|
* unposted: _ping: revert previous _arguments fixdana23 hours2-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 specsdana23 hours6-6/+10
| | | | | | specs beginning with -[AMO] must be guarded also fix an erroneous -A option in _module-assistant
* unposted: _pip: remove -bdana24 hours2-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-leastJun-ichi Takimoto45 hours3-54/+65
|
* unposted: _attr: $list was removed in 54528Jun-ichi Takimoto3 days2-1/+6
|
* unposted: completion: add _zformatdana3 days2-0/+26
| | | | per w/54767
* unposted: README: document ::= changesdana3 days2-0/+7
|
* unposted: ignore-revs: add 4d1193772b (54806)dana3 days2-0/+5
|
* unposted: completion: remove _sioyekdana3 days2-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ěmec3 days2-0/+7
|
* 54870: Fix some doc typosŠtěpán Němec3 days6-6/+10
|
* 54869: compsys.yo: move 'expl' index annotation to (more) proper place(s)Štěpán Němec3 days2-1/+5
|
* 54868: _perl: fix -c option descriptionŠtěpán Němec3 days2-1/+6
|
* 54848: set $module_path in child zshJun-ichi Takimoto4 days2-0/+3
|
* 54847 + 54849 (dana): skip only 88- or 256-color testsJun-ichi Takimoto4 days2-14/+39
|
* unposted: _nano: fix syntaxes tagdana4 days2-1/+5
| | | | apparent copy/paste error
* 54863 + others: completion: compadd -q -> -rdana4 days6-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 specdana6 days2-1/+4
|
* unposted: _configure: auto-remove = after variable namedana6 days2-1/+6
|
* 54830 (tweaked): completion: improve _ffmpegdana10 days2-123/+1511
| | | | | incorporates fixes for issues reported in 54832 and 54833 + others discussed off-list with mikael
* 54831: comparguments: treat empty description as if missingdana10 days3-0/+14
|
* 54818: docs: clarify _arguments {...} action behaviourdana10 days2-5/+8
|
* 54823: docs: clarify ::= behaviourdana10 days2-1/+5
| | | | see 54822
* 54838: avoid hang up in D04 if FIFO is used for proc substJun-ichi Takimoto11 days2-1/+7
|
* ChangeLog for previous four commitsBart Schaefer11 days1-0/+13
|
* 54805: capture any DPUTS output during completion testsPhilippe Altherr11 days1-5/+32
|
* 54806: reformat interactive tests for readability (whitespace only)Philippe Altherr11 days4-69/+75
|
* 54806: Null prompts in interactive tests to avoid unnecessary stderrPhilippe Altherr11 days5-50/+37
|
* 54792: prevent named references from being entered as named directoriesPhilippe Altherr11 days2-2/+33
|
* unposted: git ignore .DS_StoreBart Schaefer11 days1-0/+1
|
* 47546: builtin: trivial cleanupFelipe Contreras11 days2-11/+8
|
* 54844: complete variable assignments with configureOliver Kiddle11 days3-4/+36
|
* 54828: handle time arguments in shutdown completionOliver Kiddle11 days2-21/+42
|
* 54822: the ::= fix in 54674 was incompleteMikael Magnusson13 days3-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 ffmpegNuke13 days2-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 2020Holger Hoffstätte13 days2-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-revsdana13 days2-0/+28
|
* 54773: params: make out-of-range (w) subscript index work like othersdana13 days4-5/+28
|
* 54768: completion: use `zformat -q` for formattingdana13 days18-21/+74
|
* 54767: zformat: replace -qn by spec quoting indicator syntaxdana13 days5-68/+68
|
* 54763: _sh: support more shells + optionsdana13 days2-31/+151
|
* 54800, 54807: completion options updateOliver Kiddle2026-06-1963-246/+660
|