summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-0/+16
2019-05-07gitlab !6: Rudimentary rclone completionGautam Iyer1-0/+5
2019-05-07gitlab !7: Minor fixes to _lp and _gv completionGautam Iyer1-0/+3
2019-05-06gitlab !8: Support completion of installed lua rocks' versionsDoron Behar1-0/+3
2019-05-06gitlab !4: Add pandoc completionDoron Behar1-0/+3
2019-05-06gitlab !3: Transmission remote completionDoron Behar1-0/+3
2019-05-06github #33: Add completion file for myrepos (mr)Aurélien Olivier1-3/+6
2019-05-06github #35: fix _arguments spec for gem push completionLaurent Arnoud1-0/+5
2019-05-0344267: sort: Restore option to ignore backslashesdana1-0/+5
Fix regression introduced by workers/41242
2019-05-0344271: Fix breaks propagated from until or return.Peter Stephenson1-0/+6
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-2644251: Completion: Fix various wording issuesdana1-0/+5
2019-04-2644250: Completion: Fix use of -A and -S options to _argumentsdana1-0/+6
2019-04-2644249: Completion: Handle zsh/files built-ins in _mv and _rmdirdana1-0/+5
2019-04-2644234: _ssh: Update for OpenSSH 8.0dana1-0/+4
2019-04-2544284: Mark SIGQUIT as ignore if ignored on entry to shell.Peter Stephenson1-0/+5
This prevents us from re-enabling it after a fork if it is being ignored.
2019-04-2544254: Handle error case in zgetdir().Peter Stephenson1-0/+5
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-22unposted: _pick_variant: Use ${(P) ::= rather than evalMatthew Martin1-0/+3
2019-04-2244242: Completion: Use _pick_variant -b to detect builtinsMatthew Martin1-0/+7
2019-04-1843288: fix line-broken promptsdana1-0/+4
Without re-breaking the case where a newline character lands in column 0.
2019-04-12unposted: NEWS: Document recent feature additionsdana1-0/+2
Document new features and major changes introduced in 44100, 44135, 44155, 44198, 44200, &al.
2019-04-1244198: Add cd_silent option to suppress all cd outputdana1-0/+5
2019-04-1044168 (tweaked to remove change to errflag): Fix interrupt handling of zle -F.Peter Stephenson1-0/+6
If interrupted by irrelevant interrupt (EINTR only is set), don't set the local error flag, just retry.
2019-04-1044214: <(...) substitutions shouldn't grab the terminalEric Freese1-0/+3
2019-04-1044215: Maintain LASTWIDGET across reset-prompt.Roman Perepelitsa1-0/+6
This avoids side effects of asynchronous notifications.
2019-04-1044202: Rewrite to use memmove() for possibly overlapping copyPeter Stephenson1-0/+5
2019-04-1044210: add _findmnt and update _lsblkJun-ichi Takimoto1-0/+5
2019-04-0444202 (tweaked): _normal: Add -P to reset precommandsMatthew Martin1-0/+3
2019-04-0444201: _command_name: Check for external forcing precommandMatthew Martin1-0/+7
2019-04-0444200 (tweaked): Completion: Append to precommands in _normalMatthew Martin1-0/+7
2019-04-0444199: _normal: Use zparseoptsMatthew Martin1-0/+4
2019-04-0144158: Completion: Add _postgresqldana1-0/+5
Adjusted to fix minor copy/paste error in __pgsql_cfg_params
2019-03-2544160 (tweaked): Completion: Add _deb_files, match *.ddebdana1-0/+11
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-2544176: warn only if off_t is longer than longJun-ichi Takimoto1-0/+2
2019-03-2544162 (tweaked): Avoid format-overflow warning in zftp.cWesley Schwengle1-0/+3
2019-03-2544164: Avoid stringop-truncation warningWesley Schwengle1-0/+5
2019-03-24unposted: _chmod: Adjust _guard patterndana1-0/+4
Per off-list feedback from Daniel, use a more context-specific pattern
2019-03-22unposted: _chmod: Use _guard for mode operanddana1-0/+3
2019-03-2244156 (tweaked): zsh/system: Add note about potential flock side-effectsClinton Bunch1-0/+5
(Minor adjustments to wording and formatting)
2019-03-2144153: rm: Accept -R as equivalent to -rMatthew Martin1-0/+3
2019-03-2144149: _mkdir, _stat: Use _pick_variant -bMatthew Martin1-0/+3
2019-03-2144144: _builtin: Append "builtin" to precommandsMatthew Martin1-0/+3
2019-03-2144155: _pick_variant: Update builtin checkMatthew Martin1-0/+5
2019-03-2244147: add/update completions for procps-ngJun-ichi Takimoto1-0/+7
New completions for free, pmap, slabtop, tload. Update _top.
2019-03-2144111: _git: Use `git rev-list` for log messagesdana1-0/+5
This side-steps issues related to `git log` respecting settings like log.showSignature
2019-03-19Update doc from previous commit.Peter Stephenson1-0/+2
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-1944132: don't hash commands beginning with /Charles Blake1-0/+3
2019-03-1944142: Fix hist_reduce_spaces bug.Peter Stephenson1-0/+5
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-1844135: Add chmod builtinMatthew Martin1-0/+5
2019-03-1544118: use libtirpc if RPC is not in glibcJun-ichi Takimoto1-0/+5
2019-03-1444122: turn int into long to avoid overflowKamil Dudka1-0/+5