summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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
2019-03-1244100: zparseopts: Add -F option, completion, tests; improve documentationdana1-0/+6
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
2019-03-0844101: _vim: better support for nvimJun-ichi Takimoto1-0/+4
2019-03-06unposted: _zftp: Use 'post' pattern matchingdana1-0/+3
_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-0644099: Completion: Add _trashdana1-0/+5
2019-03-01unposted: ztst.zsh: fix a typoJun-ichi Takimoto1-0/+4
2019-02-2744087: _getconf: Complete options, config variables on more systemsdana1-0/+3
2019-02-2744090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana1-0/+5
The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
2019-02-2644085: _remote_files: Prevent ls/alias settings from mangling file listingsdana1-0/+3
2019-02-2644080: Completion: Fix several option-description typosdana1-0/+24
2019-02-24unposted: _less: Fix typodana1-0/+4
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
2019-02-2244077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana1-0/+6
2019-02-2244076: _column: Support Debian, add missing options, adjust wordingdana1-0/+5
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-1844067: Make history read safer on interrupt.Yutian Li1-0/+5
Record if a read was interrupted and if so process it in full next time a read is needed.
2019-02-14c.f. 44062: Back off clearflag change to ZLE line init.Peter Stephenson1-0/+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-09gitlab !5: Add new abcde completion.Doron Behar1-0/+5
2019-02-09github #31: Add new demangle style, rust and dlangHiroki Noda1-0/+6
2019-02-03unposted: Post-release version bumpdana1-0/+2
2019-02-03unposted: Release 5.7.1dana1-0/+3
2019-02-0344034: _date_formats: Complete %9./%N, adjust wordingdana1-0/+3
2019-02-0344033: Add completion for dos2unix/unix2dosdana1-0/+3