about summary refs log tree commit diff
path: root/Completion/Base/Utility/_call_program
Commit message (Collapse)AuthorAgeFilesLines
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-281-4/+7
| | | | | | _call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
* 39333: include name of command used to gain priviliges in context for ↵Oliver Kiddle2016-09-161-3/+6
| | | | command and gain-priviliges styles
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle2016-09-111-2/+9
| | | | | | | with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command
* 33403: be conservative about redirecting _call_program stderr, the caller ↵Barton E. Schaefer2014-10-091-2/+2
| | | | may have already done so
* 33223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer2014-09-231-2/+15
|
* moved from Completion/Core/_callSven Wischnowsky2001-04-021-0/+13