Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-09 | 44279: completion updates for Dragonfly 5.4, FreeBSD 12 and OpenBSD 6.5 | Oliver Kiddle | 21 | -59/+112 | |
2019-05-08 | unposted: Add compset tests related to workers/44275 | Oliver Kiddle | 2 | -0/+41 | |
(Provided off-list by Oliver) | |||||
2019-05-08 | 44275: Fix compset -p/-s multibyte inconsistency and documentation | dana | 3 | -3/+8 | |
2019-05-07 | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 24 | -100/+256 | |
2019-05-07 | gitlab !6: Rudimentary rclone completion | Gautam Iyer | 2 | -0/+340 | |
2019-05-07 | gitlab !7: Minor fixes to _lp and _gv completion | Gautam Iyer | 3 | -8/+24 | |
2019-05-06 | gitlab !8: Support completion of installed lua rocks' versions | Doron Behar | 2 | -14/+34 | |
2019-05-06 | gitlab !4: Add pandoc completion | Doron Behar | 2 | -0/+426 | |
2019-05-06 | gitlab !3: Transmission remote completion | Doron Behar | 2 | -0/+506 | |
2019-05-06 | github #33: Add completion file for myrepos (mr) | Aurélien Olivier | 2 | -3/+132 | |
2019-05-06 | github #35: fix _arguments spec for gem push completion | Laurent Arnoud | 2 | -2/+7 | |
2019-05-03 | 44267: sort: Restore option to ignore backslashes | dana | 3 | -1/+51 | |
Fix regression introduced by workers/41242 | |||||
2019-05-03 | 44271: Fix breaks propagated from until or return. | Peter Stephenson | 3 | -2/+22 | |
If the until or return test caused continuation but there was a pending return, breaks didn't get cancelled causing enclosing scope to skip commands. | |||||
2019-04-26 | 44251: Completion: Fix various wording issues | dana | 6 | -9/+14 | |
2019-04-26 | 44250: Completion: Fix use of -A and -S options to _arguments | dana | 8 | -17/+29 | |
2019-04-26 | 44249: Completion: Handle zsh/files built-ins in _mv and _rmdir | dana | 4 | -3/+8 | |
2019-04-26 | 44234: _ssh: Update for OpenSSH 8.0 | dana | 2 | -6/+15 | |
2019-04-25 | 44284: Mark SIGQUIT as ignore if ignored on entry to shell. | Peter Stephenson | 2 | -0/+14 | |
This prevents us from re-enabling it after a fork if it is being ignored. | |||||
2019-04-25 | 44254: Handle error case in zgetdir(). | Peter Stephenson | 2 | -1/+16 | |
When retrieving path to current directory by looking for /, ensure we have actually reached / by comparing inode. If the current directory became invalid on some OSes including Linux the parent directory is valid but is the same as the current one. | |||||
2019-04-22 | unposted: _pick_variant: Use ${(P) ::= rather than eval | Matthew Martin | 2 | -4/+7 | |
2019-04-22 | 44242: Completion: Use _pick_variant -b to detect builtins | Matthew Martin | 6 | -178/+241 | |
2019-04-18 | 43288: fix line-broken prompts | dana | 2 | -3/+12 | |
Without re-breaking the case where a newline character lands in column 0. | |||||
2019-04-12 | unposted: NEWS: Document recent feature additions | dana | 2 | -1/+22 | |
Document new features and major changes introduced in 44100, 44135, 44155, 44198, 44200, &al. | |||||
2019-04-12 | 44198: Add cd_silent option to suppress all cd output | dana | 5 | -2/+24 | |
2019-04-10 | 44168 (tweaked to remove change to errflag): Fix interrupt handling of zle -F. | Peter Stephenson | 2 | -1/+11 | |
If interrupted by irrelevant interrupt (EINTR only is set), don't set the local error flag, just retry. | |||||
2019-04-10 | 44214: <(...) substitutions shouldn't grab the terminal | Eric Freese | 2 | -1/+4 | |
2019-04-10 | 44215: Maintain LASTWIDGET across reset-prompt. | Roman Perepelitsa | 8 | -11/+28 | |
This avoids side effects of asynchronous notifications. | |||||
2019-04-10 | 44202: Rewrite to use memmove() for possibly overlapping copy | Peter Stephenson | 2 | -5/+8 | |
2019-04-10 | 44210: add _findmnt and update _lsblk | Jun-ichi Takimoto | 3 | -1/+124 | |
2019-04-04 | 44202 (tweaked): _normal: Add -P to reset precommands | Matthew Martin | 3 | -3/+12 | |
2019-04-04 | 44201: _command_name: Check for external forcing precommand | Matthew Martin | 6 | -8/+15 | |
2019-04-04 | 44200 (tweaked): Completion: Append to precommands in _normal | Matthew Martin | 8 | -23/+26 | |
2019-04-04 | 44199: _normal: Use zparseopts | Matthew Martin | 2 | -8/+9 | |
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. |