summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 54891: completion: remove obsolete functionsdana2026-07-0327-3126/+22
|
* 54889: comparguments: always parse optargs as optargsdana2026-07-033-6/+71
|
* 54876: comparguments: search more thoroughly for foreign-set optionsdana2026-07-033-18/+52
|
* unposted: _ping: revert previous _arguments fixdana2026-07-032-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 specsdana2026-07-036-6/+10
| | | | | | specs beginning with -[AMO] must be guarded also fix an erroneous -A option in _module-assistant
* unposted: _pip: remove -bdana2026-07-032-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 Takimoto2026-07-023-54/+65
|
* unposted: _attr: $list was removed in 54528Jun-ichi Takimoto2026-07-012-1/+6
|
* unposted: completion: add _zformatdana2026-06-302-0/+26
| | | | per w/54767
* unposted: README: document ::= changesdana2026-06-302-0/+7
|
* unposted: ignore-revs: add 4d1193772b (54806)dana2026-06-302-0/+5
|
* unposted: completion: remove _sioyekdana2026-06-302-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ěmec2026-06-302-0/+7
|
* 54870: Fix some doc typosŠtěpán Němec2026-06-306-6/+10
|
* 54869: compsys.yo: move 'expl' index annotation to (more) proper place(s)Štěpán Němec2026-06-302-1/+5
|
* 54868: _perl: fix -c option descriptionŠtěpán Němec2026-06-302-1/+6
|
* 54848: set $module_path in child zshJun-ichi Takimoto2026-07-012-0/+3
|
* 54847 + 54849 (dana): skip only 88- or 256-color testsJun-ichi Takimoto2026-07-012-14/+39
|
* unposted: _nano: fix syntaxes tagdana2026-06-302-1/+5
| | | | apparent copy/paste error
* 54863 + others: completion: compadd -q -> -rdana2026-06-296-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 specdana2026-06-282-1/+4
|
* unposted: _configure: auto-remove = after variable namedana2026-06-282-1/+6
|
* 54830 (tweaked): completion: improve _ffmpegdana2026-06-232-123/+1511
| | | | | incorporates fixes for issues reported in 54832 and 54833 + others discussed off-list with mikael
* 54831: comparguments: treat empty description as if missingdana2026-06-233-0/+14
|
* 54818: docs: clarify _arguments {...} action behaviourdana2026-06-232-5/+8
|
* 54823: docs: clarify ::= behaviourdana2026-06-232-1/+5
| | | | see 54822
* 54838: avoid hang up in D04 if FIFO is used for proc substJun-ichi Takimoto2026-06-242-1/+7
|
* ChangeLog for previous four commitsBart Schaefer2026-06-221-0/+13
|
* 54805: capture any DPUTS output during completion testsPhilippe Altherr2026-06-221-5/+32
|
* 54806: reformat interactive tests for readability (whitespace only)Philippe Altherr2026-06-224-69/+75
|
* 54806: Null prompts in interactive tests to avoid unnecessary stderrPhilippe Altherr2026-06-225-50/+37
|
* 54792: prevent named references from being entered as named directoriesPhilippe Altherr2026-06-222-2/+33
|
* unposted: git ignore .DS_StoreBart Schaefer2026-06-221-0/+1
|
* 47546: builtin: trivial cleanupFelipe Contreras2026-06-232-11/+8
|
* 54844: complete variable assignments with configureOliver Kiddle2026-06-233-4/+36
|
* 54828: handle time arguments in shutdown completionOliver Kiddle2026-06-232-21/+42
|
* 54822: the ::= fix in 54674 was incompleteMikael Magnusson2026-06-213-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 ffmpegNuke2026-06-202-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ätte2026-06-202-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-revsdana2026-06-202-0/+28
|
* 54773: params: make out-of-range (w) subscript index work like othersdana2026-06-204-5/+28
|
* 54768: completion: use `zformat -q` for formattingdana2026-06-2018-21/+74
|
* 54767: zformat: replace -qn by spec quoting indicator syntaxdana2026-06-205-68/+68
|
* 54763: _sh: support more shells + optionsdana2026-06-202-31/+151
|
* 54800, 54807: completion options updateOliver Kiddle2026-06-1963-246/+660
|
* 54801: fix two more warnings from 54710Mikael Magnusson2026-06-183-4/+12
|
* 54788: fix shutdown completion when not using systemdMikael Magnusson2026-06-162-1/+4
|
* 54784: cache the last few checks in configure.acMikael Magnusson2026-06-162-32/+52
|
* 54776: fix warnings from 54710Mikael Magnusson2026-06-166-26/+38
| | | | Some compilers warn if a label immediately precedes a variable declaration.
* 54771: fix a bug in nosort deduplicationMikael Magnusson2026-06-163-3/+35
| | | | | | | | | | | | | | | | | | | | Introduced in 49915. Confusion in pointers could mark the wrong entries in some cases. Make sure asp is incremented to the correct entry by the outer loop's 'asp++', and don't touch sp at all. In particular, the third added test was missing the 'foo' entry: Y01completion.ztst: starting. --- expected +++ actual @@ -1,4 +1,3 @@ line: {tst }{} -NO:{foo} NO:{bar} NO:{baz} Was testing: nosort dedup with three same-string non-duplicates