Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 42550: new completion for ruby's gem | Oliver Kiddle | 2018-03-28 | 2 | -0/+305 |
| | |||||
* | 42539: prevent overflow of PATH_MAX-sized buffer in spelling correction | Oliver Kiddle | 2018-03-28 | 2 | -5/+14 |
| | |||||
* | 42538: Temporarily set umask for here document. | Martijn Dekker | 2018-03-27 | 3 | -0/+19 |
| | | | | Done while signals are queued. | ||||
* | 42480: optimize $#var for single-byte character sets | Barton E. Schaefer | 2018-03-25 | 2 | -1/+5 |
| | |||||
* | 42505 (corrected): prepare for 5.5 release zsh-5.4.2-test-1 | Peter Stephenson | 2018-03-25 | 3 | -6/+11 |
| | |||||
* | 42520: don't use an empty but existing option cache in netcat completion | Oliver Kiddle | 2018-03-24 | 2 | -4/+8 |
| | |||||
* | 42521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make ↵ | Oliver Kiddle | 2018-03-24 | 2 | -11/+11 |
| | | | | | | | completion make always includes relative to the current directory rather than relative to the including Makefile. | ||||
* | 42519, CVE-2018-1083: check bounds on PATH_MAX-sized buffer used for file ↵ | Oliver Kiddle | 2018-03-24 | 2 | -0/+9 |
| | | | | completion candidates | ||||
* | 42518, CVE-2018-1071: check bounds when copying path in hashcmd() | Oliver Kiddle | 2018-03-24 | 3 | -4/+9 |
| | |||||
* | unposted: add 'static' to a file-local variable | Jun-ichi Takimoto | 2018-03-24 | 2 | -1/+4 |
| | |||||
* | 42501: avoid out of bound pointer (as 42487) | Jun-ichi Takimoto | 2018-03-24 | 4 | -8/+12 |
| | |||||
* | 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use ↵ | Oliver Kiddle | 2018-03-24 | 5 | -50/+58 |
| | | | | for mosh and git | ||||
* | 42497 (tweaked c.f. 42498): make completion after apt install work on local ↵ | Oliver Kiddle | 2018-03-23 | 2 | -13/+19 |
| | | | | .deb files | ||||
* | 42191: new completion for otool (macOS) | Jun-ichi Takimoto | 2018-03-22 | 2 | -0/+51 |
| | |||||
* | 42487: Fix pointer problems in compctl. | Peter Stephenson | 2018-03-21 | 2 | -32/+37 |
| | | | | | Pointing off the front of a string caused warnings with gcc 7.3.0 and is somewhat murky C anyway. | ||||
* | 42469: necessary repairs to 42465 found by "make check" | Stephane Chazelas | 2018-03-18 | 3 | -4/+7 |
| | |||||
* | 42465: Pass up error status from readoutput(). | Stephane Chazelas | 2018-03-15 | 3 | -4/+21 |
| | | | | This improves the consistency of error reporting from $(...) constructs. | ||||
* | 42453: Fix race in look up of status for wait. | Peter Stephenson | 2018-03-12 | 2 | -2/+10 |
| | | | | | | Background jobs that had just exited could still be in the table when the process had already finished and the status was recorded, causing the wrong status to be reported. | ||||
* | github #22: Add newer C++ standard options to gcc completion | Ferenc- | 2018-03-07 | 2 | -1/+4 |
| | |||||
* | github #23: new kdeconnect-cli completion | Matthijs Tijink | 2018-03-07 | 2 | -0/+38 |
| | |||||
* | 42365: Use .zwc file if timestamp identical to source. | Martijn Dekker | 2018-03-05 | 2 | -4/+9 |
| | | | | This can happen if the files are bundled together. | ||||
* | 42411: Assume current C librarires handle free(NULL) | Taylor West | 2018-03-04 | 2 | -4/+7 |
| | |||||
* | 23180: Fix expand-or-complete with ~[...]. | Peter Stephenson | 2018-02-26 | 2 | -0/+13 |
| | | | | The square brackets shouldn't be treated as wildcards. | ||||
* | 42401: workaround for gcc -foptimize-strlen oddit. | Peter Stephenson | 2018-02-26 | 2 | -1/+10 |
| | | | | Use realloc(NULL, ...) instead of malloc in zsh-mem calloc(). | ||||
* | users/23169: only expand ~[...] under the same circumstances as other ~forms | Peter Stephenson | 2018-02-26 | 2 | -1/+6 |
| | |||||
* | 42399: document echo and behaviour of - and -- | Peter Stephenson | 2018-02-26 | 2 | -0/+14 |
| | |||||
* | 42364: _git: fix __git_ignore_line to ignore the current word | Daniel Hahler | 2018-02-22 | 2 | -6/+6 |
| | | | | | | | | | Before this patch "git branch -d master<tab>" would result in "no matches found", while "master" itself should get completed here. The "(bQ)" (added in 527badc23, via 38129?!) does not seem to be necessary anymore: with files "f\[a-z\]o" and "foo", "git add f[a-z]o <tab>" offers "f\[a-z\]o", but not "foo". | ||||
* | 42362: protect REPORTTIME logic from bad status | Peter Stephenson | 2018-02-17 | 2 | -0/+7 |
| | |||||
* | ChangeLog typos. | Peter Stephenson | 2018-02-13 | 1 | -2/+2 |
| | |||||
* | Document REPORTMEMORY is in Kb, not Mb | Peter Stephenson | 2018-02-13 | 2 | -2/+7 |
| | |||||
* | 42355: Fix use of backslashes on here doc input. | Peter Stephenson | 2018-02-12 | 3 | -5/+58 |
| | | | | | Handling of white space in particular was confusing and inconsistent with other shells. | ||||
* | 42324: _git: handle mutually exclusive options | Daniel Hahler | 2018-02-12 | 2 | -16/+22 |
| | | | | | | | | | | | Currently `git show --stat -p` is not considered a valid completion and prevents further completions like `--no-abbrev`. It is a valid use case however to use `--stat` with `-p` (and there is a synonym `--patch-with-stat` for it even). This patch changes `__git_setup_diff_options` to only handle mutually exclusive arguments reported by Git (as a fatal error) in a special way. | ||||
* | 42327: _make: complete _files | Daniel Hahler | 2018-02-11 | 2 | -1/+6 |
| | | | | | | | | The use case is completing files that are actual targets, generated using $(wildcard …). Q: Could this be made to only complete files if make targets and vars are empty? | ||||
* | unposted: _subversion: Support subcommands with hyphens in their names, such ↵ | Daniel Shahaf | 2018-02-08 | 2 | -1/+7 |
| | | | | as 'shelf-list (shelves)' from upstream 1.10 development versions. | ||||
* | 42333: git 2.16.0 no longer accepts an empty string as a pathspec element so ↵ | Christian Hesse | 2018-02-08 | 2 | -1/+5 |
| | | | | replace empty strings with a dot | ||||
* | 42330: ln -L and -P are POSIX, but not supported by Darwin or NetBSD | Matthew Martin | 2018-02-08 | 2 | -20/+37 |
| | |||||
* | 42336: force single column output when getting filenames with adb ls command | WGH | 2018-02-07 | 2 | -1/+4 |
| | |||||
* | 42343: complete --config-option to svn more than once | Oliver Kiddle | 2018-02-07 | 2 | -10/+39 |
| | |||||
* | Fix confusing change log entry for foregoing commit. | Peter Stephenson | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | 42332: Special case unsigned printf formats. | Peter Stephenson | 2018-01-31 | 3 | -1/+71 |
| | | | | | For constants we can avoid a conversion to signed by examining the expression before passing to math eval. | ||||
* | Add ChangeLog entry for previous commit | Daniel Hahler | 2018-01-24 | 1 | -0/+5 |
| | |||||
* | 42323: _git: move "local" statement out of loop | Daniel Hahler | 2018-01-24 | 1 | -2/+2 |
| | | | | Fixup for 99cf61fd4. | ||||
* | 42322 (tweaked): Fix interactive_comments history with just a coment. | Peter Stephenson | 2018-01-24 | 3 | -1/+20 |
| | | | | | Don't discard the line from the history merely because it produced no synactic words. | ||||
* | 42313: avoid null-pointer deref when using ${(PA)...} on an empty array result | Joey Pabalinas | 2018-01-23 | 2 | -1/+6 |
| | |||||
* | 42317: completion option updates for commands that have had recent updates | Oliver Kiddle | 2018-01-23 | 14 | -156/+225 |
| | |||||
* | 42299: correct optional argument | Oliver Kiddle | 2018-01-23 | 2 | -1/+3 |
| | |||||
* | 42309: A few small updates for OpenBSD | Matthew Martin | 2018-01-23 | 4 | -8/+19 |
| | |||||
* | 42305: CVS should be git | Daniel Tameling | 2018-01-22 | 2 | -1/+5 |
| | |||||
* | Fix overlapping commits | Barton E. Schaefer | 2018-01-21 | 2 | -1/+39 |
|\ | |||||
| * | 42243: Free stuff properly in zsh/pcre module | Mikael Magnusson | 2018-01-20 | 2 | -1/+39 |
| | |