Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43008: Improve code to remove privileges. | Peter Stephenson | 2018-06-15 | 2 | -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 _bash | dana | 2018-06-13 | 2 | -2/+4 |
| | |||||
* | 42992: Use _call_program to fetch argument possibilities | dana | 2018-06-13 | 5 | -10/+17 |
| | |||||
* | unposted: Change 'Mac OS X' reference to 'macOS' | dana | 2018-06-12 | 2 | -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: _man | dana | 2018-06-11 | 2 | -9/+17 |
| | |||||
* | 42984: Fix argument pass-through to compadd | dana | 2018-06-11 | 3 | -2/+7 |
| | |||||
* | 42978: fix small but irritating bug in pbcopy completion | dana | 2018-06-10 | 2 | -1/+3 |
| | |||||
* | 42977: Complete options to major man variants, otherwise improve especially ↵ | dana | 2018-06-10 | 2 | -45/+311 |
| | | | | section matching | ||||
* | 42968: add "-c" for _shutdown completion on FreeBSD 12-current | Eitan Adler | 2018-06-09 | 2 | -0/+8 |
| | |||||
* | 42965: add full completion for bash and update shell list in _sh | dana | 2018-06-09 | 3 | -1/+89 |
| | |||||
* | 42964: Update list of fbsd architectures | Eitan Adler | 2018-06-09 | 2 | -1/+4 |
| | |||||
* | 42918: fix file completion for jq | dana | 2018-06-09 | 2 | -1/+3 |
| | |||||
* | 42918: adapt detection of GNU variant of ldd to work on Ubuntu | dana | 2018-06-09 | 2 | -1/+6 |
| | |||||
* | 42947: new luarocks completion | Doron Behar | 2018-06-07 | 2 | -0/+596 |
| | |||||
* | 42948: new opkg completion | dana | 2018-06-07 | 1 | -0/+462 |
| | |||||
* | 42931: completion for several utilities especially for checksums across a ↵ | dana | 2018-06-07 | 10 | -82/+486 |
| | | | | variety of systems | ||||
* | users/23434: initialise UNDO_LIMIT_NO so that an initial undo doesn't clear ↵ | Oliver Kiddle | 2018-06-07 | 2 | -2/+11 |
| | | | | the whole edit buffer | ||||
* | 42935: FreeBSD does not support -v for arp | Eitan Adler | 2018-06-07 | 2 | -2/+4 |
| | |||||
* | 42937: add -M and -m options | Eitan Adler | 2018-06-07 | 2 | -0/+4 |
| | |||||
* | 43943: update samba completion with long options | Oliver Kiddle | 2018-06-07 | 2 | -77/+100 |
| | |||||
* | 42938: name argument to math_func is not unused | Eitan Adler | 2018-06-06 | 2 | -1/+4 |
| | |||||
* | 42939: pm argument to set_registers is not unused | Eitan Adler | 2018-06-06 | 2 | -1/+6 |
| | |||||
* | 42929 (tweaked): additional default bindings in zed. | Sebastian Gniazdowski | 2018-06-05 | 2 | -5/+31 |
| | | | | Add to both zed and zed-vicmd keymaps. | ||||
* | 42826: remove link to now-spam website | Eitan Adler | 2018-06-04 | 2 | -1/+6 |
| | |||||
* | 42919: new shuf and uptime completions | dana | 2018-06-04 | 2 | -0/+54 |
| | |||||
* | 42922: new tac completion | dana | 2018-06-04 | 2 | -0/+21 |
| | |||||
* | 42881: update options in ghostscript completion and query more matches ↵ | Oliver Kiddle | 2018-06-04 | 3 | -57/+124 |
| | | | | directly from it | ||||
* | 42920: new dkms completion | Oliver Kiddle | 2018-06-03 | 2 | -0/+166 |
| | |||||
* | 42888: Update installation notes. | Peter Stephenson | 2018-06-01 | 2 | -189/+15 |
| | | | | Machine-specific part empty pending reports. | ||||
* | 42870: another improvement of 'compset -q' | Jun-ichi Takimoto | 2018-05-31 | 2 | -4/+10 |
| | | | | zlemetall need not count the 'x' added at the cursor in set_comp_sep() | ||||
* | 42865: update config.guess and config.sub. | Peter Stephenson | 2018-05-29 | 3 | -1406/+1487 |
| | | | | Copied unmodified from latest GNU distribution. | ||||
* | 42862: Remove AC_PROG_TRADITIONAL from configure.ac. | Eitan Adler | 2018-05-29 | 2 | -1/+3 |
| | | | | We don't support machines that ancient any more. | ||||
* | 42863: configure.ac update to latest autoconf conventions | Eitan Adler | 2018-05-29 | 2 | -263/+154 |
| | |||||
* | 42809: slightly improve 'compset -q' | Jun-ichi Takimoto | 2018-05-25 | 2 | -3/+10 |
| | |||||
* | 42806: fix shutdown completion where options were lost due to args= ↵ | Oliver Kiddle | 2018-05-19 | 2 | -2/+5 |
| | | | | assignment where args+= was needed | ||||
* | 42803: handle Linux and the the BSDs in netstat completion | Oliver Kiddle | 2018-05-19 | 3 | -61/+342 |
| | |||||
* | 42790: make [[:blank:]] match non-ASCII blanks | Stephane Chazelas | 2018-05-17 | 5 | -4/+36 |
| | |||||
* | 42784: complete -s and -x options to the functions builtin | Oliver Kiddle | 2018-05-17 | 2 | -4/+15 |
| | |||||
* | 42793: Always define FDT_PROC_SUBST even if not needed. | Peter Stephenson | 2018-05-17 | 3 | -8/+6 |
| | | | | This avoids proliferating #ifdef's. | ||||
* | 42785: Allow redefining math function to work silently. | Peter Stephenson | 2018-05-17 | 2 | -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 scalars | dana | 2018-05-14 | 3 | -3/+41 |
| | |||||
* | 42234: Stephane: don't kill a process if not running. | Peter Stephenson | 2018-05-14 | 1 | -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 code | Oliver Kiddle | 2018-05-13 | 7 | -56/+95 |
| | |||||
* | Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating ↵ | Oliver Kiddle | 2018-05-13 | 5 | -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 Kiddle | 2018-05-13 | 2 | -1/+6 |
| | | | | while condition | ||||
* | unposted: remove mysterious excrescence in ChangeLog | Peter Stephenson | 2018-05-11 | 1 | -2/+0 |
| | |||||
* | 42185: safety when removing separators in completion | dana | 2018-05-11 | 2 | -1/+5 |
| | |||||
* | 42101 (tweaked): assigning shell status to array was broken | dana | 2018-05-11 | 3 | -2/+48 |
| | |||||
* | 42752: enhance git external alias completion | Peter Stephenson | 2018-05-08 | 2 | -1/+7 |
| | | | | | If alias expands to !cmd-name, complete as a normal command line after cmd-name. | ||||
* | 42751: Protect shell status in ZLE timed function handler. | Peter Stephenson | 2018-05-08 | 2 | -0/+9 |
| | | | | | Otherwise status from sched and other asynchronous functions could escape back to the main shell. |