Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-01 | 44158: Completion: Add _postgresql | dana | 2 | -0/+1153 | |
Adjusted to fix minor copy/paste error in __pgsql_cfg_params | |||||
2019-03-25 | 44160 (tweaked): Completion: Add _deb_files, match *.ddeb | dana | 8 | -17/+45 | |
Add new helper function for generating Debian package/control files, use it where applicable Adjusted only for minor white-space corruption in original patch | |||||
2019-03-25 | 44176: warn only if off_t is longer than long | Jun-ichi Takimoto | 2 | -1/+4 | |
2019-03-25 | 44162 (tweaked): Avoid format-overflow warning in zftp.c | Wesley Schwengle | 2 | -8/+5 | |
2019-03-25 | 44164: Avoid stringop-truncation warning | Wesley Schwengle | 2 | -1/+6 | |
2019-03-24 | unposted: _chmod: Adjust _guard pattern | dana | 2 | -1/+5 | |
Per off-list feedback from Daniel, use a more context-specific pattern | |||||
2019-03-22 | unposted: _chmod: Use _guard for mode operand | dana | 2 | -1/+4 | |
2019-03-22 | 44156 (tweaked): zsh/system: Add note about potential flock side-effects | Clinton Bunch | 2 | -2/+10 | |
(Minor adjustments to wording and formatting) | |||||
2019-03-21 | 44153: rm: Accept -R as equivalent to -r | Matthew Martin | 3 | -10/+14 | |
2019-03-21 | 44149: _mkdir, _stat: Use _pick_variant -b | Matthew Martin | 3 | -26/+9 | |
2019-03-21 | 44144: _builtin: Append "builtin" to precommands | Matthew Martin | 2 | -0/+5 | |
2019-03-21 | 44155: _pick_variant: Update builtin check | Matthew Martin | 2 | -8/+27 | |
2019-03-22 | 44147: add/update completions for procps-ng | Jun-ichi Takimoto | 7 | -6/+100 | |
New completions for free, pmap, slabtop, tload. Update _top. | |||||
2019-03-21 | 44111: _git: Use `git rev-list` for log messages | dana | 2 | -5/+12 | |
This side-steps issues related to `git log` respecting settings like log.showSignature | |||||
2019-03-19 | Update doc from previous commit. | Peter Stephenson | 2 | -3/+5 | |
Make it clear it's commands whose names begin with a / that aren't hashed. Obviously commands whose paths begin with a / are OK, duh. | |||||
2019-03-19 | 44132: don't hash commands beginning with / | Charles Blake | 3 | -0/+9 | |
2019-03-19 | 44142: Fix hist_reduce_spaces bug. | Peter Stephenson | 2 | -2/+8 | |
When there were as an unstripped comment on the line the pointer for stripping spaces could be bogus. Don't do any editing in that case. | |||||
2019-03-18 | 44135: Add chmod builtin | Matthew Martin | 4 | -2/+77 | |
2019-03-17 | 44135: _chmod: Reformat to minimize next diff. No functional change. | Matthew Martin | 1 | -44/+50 | |
2019-03-15 | 44118: use libtirpc if RPC is not in glibc | Jun-ichi Takimoto | 2 | -0/+9 | |
2019-03-14 | 44122: turn int into long to avoid overflow | Kamil Dudka | 2 | -2/+7 | |
2019-03-12 | 44100: zparseopts: Add -F option, completion, tests; improve documentation | dana | 5 | -13/+268 | |
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs | |||||
2019-03-08 | 44101: _vim: better support for nvim | Jun-ichi Takimoto | 2 | -34/+55 | |
2019-03-06 | unposted: _zftp: Use 'post' pattern matching | dana | 2 | -1/+4 | |
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in the function, was causing it to clobber the completion for other commands, notably zf_mkdir from zsh/files. To avoid this, use -P instead | |||||
2019-03-06 | 44099: Completion: Add _trash | dana | 2 | -0/+27 | |
2019-03-01 | unposted: ztst.zsh: fix a typo | Jun-ichi Takimoto | 2 | -1/+5 | |
2019-02-27 | 44087: _getconf: Complete options, config variables on more systems | dana | 2 | -29/+81 | |
2019-02-27 | 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLE | dana | 2 | -1/+6 | |
The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it | |||||
2019-02-26 | 44085: _remote_files: Prevent ls/alias settings from mangling file listings | dana | 2 | -1/+7 | |
2019-02-26 | 44080: Completion: Fix several option-description typos | dana | 33 | -41/+65 | |
2019-02-24 | unposted: _less: Fix typo | dana | 2 | -1/+5 | |
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/ | |||||
2019-02-22 | 44077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s` | dana | 6 | -9/+19 | |
2019-02-22 | 44076: _column: Support Debian, add missing options, adjust wording | dana | 2 | -12/+39 | |
Tweaked per off-list discussion with Daniel: We agreed that it would be best to side-step the wording disagreement between the BSD and util-linux implementations by using our own description for -x, which was borrowed from the one for `print -ca` | |||||
2019-02-18 | 44067: Make history read safer on interrupt. | Yutian Li | 2 | -3/+14 | |
Record if a read was interrupted and if so process it in full next time a read is needed. | |||||
2019-02-14 | c.f. 44062: Back off clearflag change to ZLE line init. | Peter Stephenson | 2 | -1/+6 | |
This causes problems with failed ZLE reads that printed a message in the display area, in particular ignoreEOF warnings. It appears it's not needed for the overall effect of the fixes in zsh-workers/40302, commit 34656ec2. | |||||
2019-02-09 | gitlab !5: Add new abcde completion. | Doron Behar | 2 | -0/+55 | |
2019-02-09 | github #31: Add new demangle style, rust and dlang | Hiroki Noda | 3 | -2/+8 | |
2019-02-03 | unposted: Post-release version bump | dana | 2 | -2/+4 | |
2019-02-03 | unposted: Release 5.7.1 | dana | 4 | -4/+7 | |
2019-02-03 | 44034: _date_formats: Complete %9./%N, adjust wording | dana | 2 | -7/+15 | |
2019-02-03 | 44033: Add completion for dos2unix/unix2dos | dana | 2 | -0/+132 | |
2019-02-03 | 44030: prompt: Return error for unrecognised colour name | dana | 3 | -0/+15 | |
2019-01-28 | github #32: Fix a typo in the git tag completion. | Fredric Silberberg | 2 | -1/+6 | |
2019-01-27 | unposted: Update release instructions | dana | 2 | -2/+45 | |
2019-01-27 | 44020: VCS_INFO_detect_p4: Fix infinite recursion | dana | 2 | -1/+5 | |
2019-01-24 | unposted: Post-release version bump | dana | 2 | -2/+4 | |
2019-01-24 | unposted: Release 5.7 | dana | 3 | -3/+8 | |
2019-01-23 | 44012: X04zlehighlight: Fix spurious test failures on OpenBSD | dana | 2 | -1/+13 | |
2019-01-23 | 44011: Only use fg_start_code for non-truecolor | Mikael Magnusson | 4 | -16/+36 | |
The sequence for truecolor uses a different prefix from palette colors | |||||
2019-01-21 | 44001: _brace_parameter: Complete (q+) | dana | 2 | -0/+5 | |