about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson2018-06-155-0/+23
|
* 43008: Improve code to remove privileges.Peter Stephenson2018-06-152-7/+30
| | | | | | | | Remove warnings of unused values as we always check the finally result later. Put segid before setuid as the setgid could fail if UID no longer privileged.
* 42992: Fix minor escaping bug in _bashdana2018-06-132-2/+4
|
* 42992: Use _call_program to fetch argument possibilitiesdana2018-06-135-10/+17
|
* unposted: Change 'Mac OS X' reference to 'macOS'dana2018-06-122-4/+9
| | | | | I've left other references (see _growisofs and _hdiutil) alone, since they all appear in the context of legacy features.
* 42983: Address misc. feedback re: _mandana2018-06-112-9/+17
|
* 42984: Fix argument pass-through to compadddana2018-06-113-2/+7
|
* 42978: fix small but irritating bug in pbcopy completiondana2018-06-102-1/+3
|
* 42977: Complete options to major man variants, otherwise improve especially ↵dana2018-06-102-45/+311
| | | | section matching
* 42968: add "-c" for _shutdown completion on FreeBSD 12-currentEitan Adler2018-06-092-0/+8
|
* 42965: add full completion for bash and update shell list in _shdana2018-06-093-1/+89
|
* 42964: Update list of fbsd architecturesEitan Adler2018-06-092-1/+4
|
* 42918: fix file completion for jqdana2018-06-092-1/+3
|
* 42918: adapt detection of GNU variant of ldd to work on Ubuntudana2018-06-092-1/+6
|
* 42947: new luarocks completionDoron Behar2018-06-072-0/+596
|
* 42948: new opkg completiondana2018-06-071-0/+462
|
* 42931: completion for several utilities especially for checksums across a ↵dana2018-06-0710-82/+486
| | | | variety of systems
* users/23434: initialise UNDO_LIMIT_NO so that an initial undo doesn't clear ↵Oliver Kiddle2018-06-072-2/+11
| | | | the whole edit buffer
* 42935: FreeBSD does not support -v for arpEitan Adler2018-06-072-2/+4
|
* 42937: add -M and -m optionsEitan Adler2018-06-072-0/+4
|
* 43943: update samba completion with long optionsOliver Kiddle2018-06-072-77/+100
|
* 42938: name argument to math_func is not unusedEitan Adler2018-06-062-1/+4
|
* 42939: pm argument to set_registers is not unusedEitan Adler2018-06-062-1/+6
|
* 42929 (tweaked): additional default bindings in zed.Sebastian Gniazdowski2018-06-052-5/+31
| | | | Add to both zed and zed-vicmd keymaps.
* 42826: remove link to now-spam websiteEitan Adler2018-06-042-1/+6
|
* 42919: new shuf and uptime completionsdana2018-06-042-0/+54
|
* 42922: new tac completiondana2018-06-042-0/+21
|
* 42881: update options in ghostscript completion and query more matches ↵Oliver Kiddle2018-06-043-57/+124
| | | | directly from it
* 42920: new dkms completionOliver Kiddle2018-06-032-0/+166
|
* 42888: Update installation notes.Peter Stephenson2018-06-012-189/+15
| | | | Machine-specific part empty pending reports.
* 42870: another improvement of 'compset -q'Jun-ichi Takimoto2018-05-312-4/+10
| | | | zlemetall need not count the 'x' added at the cursor in set_comp_sep()
* 42865: update config.guess and config.sub.Peter Stephenson2018-05-293-1406/+1487
| | | | Copied unmodified from latest GNU distribution.
* 42862: Remove AC_PROG_TRADITIONAL from configure.ac.Eitan Adler2018-05-292-1/+3
| | | | We don't support machines that ancient any more.
* 42863: configure.ac update to latest autoconf conventionsEitan Adler2018-05-292-263/+154
|
* 42809: slightly improve 'compset -q'Jun-ichi Takimoto2018-05-252-3/+10
|
* 42806: fix shutdown completion where options were lost due to args= ↵Oliver Kiddle2018-05-192-2/+5
| | | | assignment where args+= was needed
* 42803: handle Linux and the the BSDs in netstat completionOliver Kiddle2018-05-193-61/+342
|
* 42790: make [[:blank:]] match non-ASCII blanksStephane Chazelas2018-05-175-4/+36
|
* 42784: complete -s and -x options to the functions builtinOliver Kiddle2018-05-172-4/+15
|
* 42793: Always define FDT_PROC_SUBST even if not needed.Peter Stephenson2018-05-173-8/+6
| | | | This avoids proliferating #ifdef's.
* 42785: Allow redefining math function to work silently.Peter Stephenson2018-05-172-9/+9
| | | | | | Previously it failed with an error message that the function was already defined. This is inconsistent with most other aspects of shell usage.
* 42297: (e) subscript flag needs extra work with scalarsdana2018-05-143-3/+41
|
* 42234: Stephane: don't kill a process if not running.Peter Stephenson2018-05-141-3/+15
| | | | This could happen when kiiling a job. The processs might be reused.
* 42488: test cases for 42369 and address some issues in the codeOliver Kiddle2018-05-137-56/+95
|
* Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ↵Oliver Kiddle2018-05-135-51/+64
| | | | point operations instead of errors to allow non-stop IEEE 754 arithmetic
* 42760: move stack variable outside while loop scope as it is accessed in the ↵Oliver Kiddle2018-05-132-1/+6
| | | | while condition
* unposted: remove mysterious excrescence in ChangeLogPeter Stephenson2018-05-111-2/+0
|
* 42185: safety when removing separators in completiondana2018-05-112-1/+5
|
* 42101 (tweaked): assigning shell status to array was brokendana2018-05-113-2/+48
|
* 42752: enhance git external alias completionPeter Stephenson2018-05-082-1/+7
| | | | | If alias expands to !cmd-name, complete as a normal command line after cmd-name.