about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 44118: use libtirpc if RPC is not in glibcJun-ichi Takimoto2019-03-151-0/+5
|
* 44122: turn int into long to avoid overflowKamil Dudka2019-03-141-0/+5
|
* 44100: zparseopts: Add -F option, completion, tests; improve documentationdana2019-03-121-0/+6
| | | | | | | * Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
* 44101: _vim: better support for nvimJun-ichi Takimoto2019-03-081-0/+4
|
* unposted: _zftp: Use 'post' pattern matchingdana2019-03-061-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
* 44099: Completion: Add _trashdana2019-03-061-0/+5
|
* unposted: ztst.zsh: fix a typoJun-ichi Takimoto2019-03-011-0/+4
|
* 44087: _getconf: Complete options, config variables on more systemsdana2019-02-271-0/+3
|
* 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana2019-02-271-0/+5
| | | | | The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
* 44085: _remote_files: Prevent ls/alias settings from mangling file listingsdana2019-02-261-0/+3
|
* 44080: Completion: Fix several option-description typosdana2019-02-261-0/+24
|
* unposted: _less: Fix typodana2019-02-241-0/+4
| | | | Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
* 44077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana2019-02-221-0/+6
|
* 44076: _column: Support Debian, add missing options, adjust wordingdana2019-02-221-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`
* 44067: Make history read safer on interrupt.Yutian Li2019-02-181-0/+5
| | | | | Record if a read was interrupted and if so process it in full next time a read is needed.
* c.f. 44062: Back off clearflag change to ZLE line init.Peter Stephenson2019-02-141-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.
* gitlab !5: Add new abcde completion.Doron Behar2019-02-091-0/+5
|
* github #31: Add new demangle style, rust and dlangHiroki Noda2019-02-091-0/+6
|
* unposted: Post-release version bumpdana2019-02-031-0/+2
|
* unposted: Release 5.7.1 zsh-5.7.1dana2019-02-031-0/+3
|
* 44034: _date_formats: Complete %9./%N, adjust wordingdana2019-02-031-0/+3
|
* 44033: Add completion for dos2unix/unix2dosdana2019-02-031-0/+3
|
* 44030: prompt: Return error for unrecognised colour namedana2019-02-031-0/+5
|
* github #32: Fix a typo in the git tag completion.Fredric Silberberg2019-01-281-0/+5
|
* unposted: Update release instructionsdana2019-01-271-0/+3
|
* 44020: VCS_INFO_detect_p4: Fix infinite recursiondana2019-01-271-0/+5
|
* unposted: Post-release version bumpdana2019-01-241-0/+2
|
* unposted: Release 5.7 zsh-5.7dana2019-01-241-0/+4
|
* 44012: X04zlehighlight: Fix spurious test failures on OpenBSDdana2019-01-231-0/+5
|
* 44011: Only use fg_start_code for non-truecolorMikael Magnusson2019-01-231-0/+5
| | | | The sequence for truecolor uses a different prefix from palette colors
* 44001: _brace_parameter: Complete (q+)dana2019-01-211-0/+4
|
* 43990: _opkg: Support gain-privilegesdana2019-01-181-0/+4
|
* users/23829: add and coument file-split-chars stylePeter Stephenson2019-01-081-0/+5
|
* unposted: Update for 5.6.2-test-3 zsh-5.6.2-test-3dana2019-01-051-0/+4
|
* 43974: _git: Always offer -F/-m for `git tag`dana2019-01-041-0/+3
|
* 43970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana2019-01-041-0/+6
| | | | Also clarify release documentation and fix a typo mentioned in workers/43971
* 43969: untokenize Dash for compctl with GLOB_SUBST setPeter Stephenson2019-01-031-0/+5
|
* unposted: Add missing change-log entries for 37302 and 37303dana2019-01-021-0/+6
| | | | | | | | e40a14c5e (workers/37302) and dc8c39eff (workers/37303) were committed without change-log entries Note also that the commit message for e40a14c5e erroneously referred to workers/37202
* 43960: Add full completion for exec and setsiddana2019-01-011-0/+4
|
* 43959: Add completion for strongSwan, &al.dana2019-01-011-0/+6
| | | | Also update _urls to complete unix:// URIs as for file://
* 43962: Fix X04 test module_pathdana2018-12-311-0/+4
|
* users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson2018-12-301-0/+4
| | | | | Allow non-termcap use of colours > 7. Add tests.
* 43944: apply NO_UNSET consistently to arithmeitcMartijn Dekker2018-12-301-0/+7
|
* 43914 (tweaked): Add completion for Composerdana2018-12-301-0/+3
| | | | Tweaks: Adjusted spelling, fixed minor idiomatic issues
* 43930: Improve _multi_parts performancedana2018-12-301-0/+2
|
* unposted (per 43938): Avoid segfault when unmetafying empty stringdana2018-12-301-0/+5
|
* 43953: Fix rounding/truncation error in %. time-format specifierdana2018-12-291-0/+5
| | | | | | | Also fixes an issue where %. couldn't be used more than once in a format string without strange results Tweaked very slightly per workers/43954
* 43935: Reject too-large nanosecond values given to strftimedana2018-12-241-1/+7
| | | | | | | ... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well.
* 43928: _alternative: Evaluate (...) action syntax as with _argumentsdana2018-12-231-0/+5
|
* 43921: ${\var} should be an errorBart Schaefer2018-12-211-0/+4
|