summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2016-08-0138971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf1-0/+4
2016-08-0138973: Optimize indexing array parameters.Daniel Shahaf1-0/+3
% () { for 1 in $prefix/zsh/bin/zsh Src/zsh; do $1 -f -c 'a=( {1..1000000} ); repeat 3 time ( repeat 300 : $a[1] )'; done } ( repeat 300; do; : $a[1]; done; ) 1.68s user 0.01s system 98% cpu 1.718 total ( repeat 300; do; : $a[1]; done; ) 1.69s user 0.01s system 99% cpu 1.710 total ( repeat 300; do; : $a[1]; done; ) 1.69s user 0.01s system 99% cpu 1.714 total ( repeat 300; do; : $a[1]; done; ) 0.00s user 0.01s system 72% cpu 0.022 total ( repeat 300; do; : $a[1]; done; ) 0.00s user 0.01s system 72% cpu 0.022 total ( repeat 300; do; : $a[1]; done; ) 0.01s user 0.01s system 69% cpu 0.023 total
2016-08-0138964: _git-config: Complete option names present in the config file.Daniel Shahaf1-0/+3
This patch lets . git config x.y.z value git config <TAB> . complete 'x.y.z', even if x.y.z isn't hardcoded into _git-config.
2016-08-0138963: _git-config: Run gettable-options earlier and in all codepaths.Daniel Shahaf1-0/+3
No change to completions; this is preparation for the next commit.
2016-08-0138961: _git-config: No functional change: rename $git_options_static to ↵Daniel Shahaf1-0/+6
$git_options in preparation for the after-next commit.
2016-07-31unposted: _git: Clean up superfluous and missing backslashes.Daniel Shahaf1-0/+3
2016-07-3138967: _hosts: Don't complete wildcard entries from ~/.ssh/known_hosts.Daniel Shahaf1-0/+3
2016-07-3138966: _svnadmin: Complete positional arguments for 'hotcopy', 'setlog', ↵Daniel Shahaf1-0/+4
'setrevprop', 'delrevprop'.
2016-07-3138965: _svnadmin: Complete 'freeze' as a precommand.Daniel Shahaf1-0/+3
2016-07-3138962: _git-config: Document more line noise.Daniel Shahaf1-0/+3
2016-07-3138959: Document 38956 (_widgets).Daniel Shahaf1-0/+4
2016-07-29unposted: _svnadmin: Tweak state description.Daniel Shahaf1-0/+5
2016-07-2838927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.Daniel Shahaf1-0/+3
2016-07-28unposted: Avoid $0 for POSIX_ARGZERO compatibility.Daniel Shahaf1-0/+6
2016-07-2838957: make use of updates to match-words-by-style and better support ↵Oliver Kiddle1-0/+5
completion of word-style styles for zstyle
2016-07-2838956: factor out zle widget completion into its own functionOliver Kiddle1-0/+6
2016-07-28unposted: fix vi-pipe for visual mode: don't need to force line modeOliver Kiddle1-0/+4
2016-07-2838953: Fix some issues with match-words-by-style.Peter Stephenson1-0/+5
Add keyword retrieval of words. Improve test for start of word in subwords for use in delete-whole-word. If line after cursor is empty, white space is treated as ws-after-cursor.
2016-07-28users/21793: Remove raw integers as glob qualifiers.Peter Stephenson1-0/+6
There was an ancient undocumented feature that these were treated as a file mode to "or" with that of the file under test. The only documented way of doing this has always been the "f" qualifier, so removed the effect of raw integers to make errors more obvious.
2016-07-27unposted: Prefix function's name to its error messages.Daniel Shahaf1-0/+3
2016-07-27unposted (after 38939): _git-rebase: Unbreak.Daniel Shahaf1-0/+3
2016-07-2738914 (tweaked): _pkg-config: Add options, complete *.pc files for ↵Daniel Shahaf1-0/+5
positional arguments.
2016-07-2638945: Additional notes on :a behaviourPeter Stephenson1-0/+4
2016-07-2538943: update texinfo options and improve completion of Info files, nodes ↵Oliver Kiddle1-0/+3
and menu items
2016-07-2538939: add missing git optionsOliver Kiddle1-0/+3
In particular those for GPG signing a push
2016-07-2438936: fix vi-pipe function for option compatibilityOliver Kiddle1-0/+2
2016-07-2438929: new vim style text object using match-words-by-style mechanismOliver Kiddle1-0/+3
2016-07-2438935: update tcpdump completion for Free and Open BSDMatthew Martin1-0/+5
2016-07-23unposted: _git-grep: Stop leaking the parameter $i.Daniel Shahaf1-0/+3
2016-07-23unposted: _deb_packages: Minor optimization.Daniel Shahaf1-0/+3
2016-07-2338913: _pkg-config: Complete variables for --variable.Daniel Shahaf1-0/+3
2016-07-2338911: _arguments: Clarify documentation of '-s -w' switchDaniel Shahaf1-0/+5
2016-07-2338923: zwaitjob() continues waiting for children that may have ignored the ↵Barton E. Schaefer1-0/+6
interrupt signal, even if the current shell has been interrupted.
2016-07-22users/21779: Clarify documentation of the ':a' word modifier.Daniel Shahaf1-0/+3
2016-07-2238890: _add-zle-hook-widget: New completion.Daniel Shahaf1-0/+6
2016-07-2138904: fix return status in _normal and functions erroneously using it for ↵Oliver Kiddle1-0/+5
default completion
2016-07-2138894: completion for virt-admin and libvirt client/server IDs/namesMarko Myllynen1-0/+5
2016-07-2138901: _schroot: Add -r/--run-sessionFelipe Sateler1-0/+4
2016-07-2038853: use strchr()Peter Stephenson1-0/+4
2016-07-20users/21777: Clarify documentation of the ':A' word modifier.Daniel Shahaf1-0/+5
2016-07-1938862: strptime(3) requires _XOPEN_SOURCE on CygwinJun-ichi Takimoto1-0/+5
2016-07-1838879: Unmetafy file names for glob sort.Peter Stephenson1-0/+6
Test using Polish UTF-8 collation sequence that'w known to cause the problems.
2016-07-18_print: add -vMikael Magnusson1-0/+4
2016-07-17Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget.Barton E. Schaefer1-0/+2
2016-07-1738866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer1-0/+8
Edge case handling, wrap in anonymous function for kshautoload management.
2016-07-17users/21752: Extend zsh/zleparameter's $widgets' parameter's documentation.Daniel Shahaf1-0/+3
2016-07-17unposted (cf. users/21737):: _git-subtree: Record technical debt in comment.Daniel Shahaf1-0/+3
2016-07-17users/21750 (after users/21551): _git-subtree: Tweak -m,-P completionsDaniel Shahaf1-0/+5
2016-07-1738868: update completions for new options on FreeBSDOliver Kiddle1-0/+10
2016-07-1738867: update strace completionOliver Kiddle1-0/+5
Also factor out completion for system calls and new functions for truss and ltrace.