about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* users/24959/0001: Extend documentation of global aliases.Daniel Shahaf2020-06-271-0/+5
|
* unposted: docs: Fix some markup and typos.Daniel Shahaf2020-06-261-0/+6
|
* 46100: Fix =subst before =(subst)Peter Stephenson2020-06-261-0/+5
| | | | | | This occurs with SH file expansion ordering. Add test.
* unposted c.f. 46034: workaround incompatibility with sh_file_expansion optionOliver Kiddle2020-06-261-0/+3
|
* 46106: new usbconfig completionOliver Kiddle2020-06-261-0/+4
|
* 46075: drelo: prefer ip on linux for finding network interfacesdrelo2020-06-261-0/+3
|
* 45895: ignore deduplication patterns in _sequenceoxiedi2020-06-261-0/+5
|
* 46068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf2020-06-251-0/+5
| | | | | | | | | | | | | | | | This is useful when multiple plugins add region_highlight entries and subsequently want to remove only their own entries. Without this functionality, recognizing one's region_highlight entries is not trivial because the 'start' and 'end' offsets are modified by editing of $BUFFER and the highlight specification may not be unique or distinctive. The tweaks are as follows: - Change zfree() to zsfree() per workers/46070. - Remove the mem.c hunk, as it changed the signature of only one out of two alternative definitions of zsfree(). (The definition that hunk touched is the one that's not used by default.)
* 46102: test harness: Make the XPass message distinct from the Fail message.Daniel Shahaf2020-06-251-0/+5
| | | | | | | | | | | | | | | | | The new output is: ./Test/B02typeset.ztst: starting. Test ./Test/B02typeset.ztst was expected to fail, but passed. Was testing: this is the description that's after the colon on in the ztst file ./Test/B02typeset.ztst: test XPassed. ************************************** 0 successful test scripts, 1 failure, 0 skipped ************************************** make[1]: *** [Makefile:190: check] Error 1 make: *** [Makefile:263: check] Error 2 The new function is deliberately very similar to ZTST_testfailed() just above it.
* 46079: Ignore double quotes in math expressions.Peter Stephenson2020-06-231-0/+5
| | | | | | | Treat as white space. This is required for compatibility and previously had no use in zsh as it generated an error.
* 46091: Add code to Mercurial VCS backend to show topic if there is any.Manuel Jacob2020-06-221-0/+6
| | | | | | | | "Topics" is an experimental concept in Mercurial that augments the current branching concept (called "named branches"). For more information, see the not always up-to-date Mercurial Wiki page https://www.mercurial-scm.org/wiki/TopicPlan.
* 46044 (tweaked per Matthew): _units: Correct the path to the units data file ↵Daniel Shahaf2020-06-191-0/+6
| | | | on Debian with units 2.00 and newer and on FreeBSD.
* 46067: Add a unit test for workers/46060.Daniel Shahaf2020-06-181-0/+5
|
* 46060: Fix spurious actions on exit status 130 or 131.Peter Stephenson2020-06-181-0/+5
| | | | Ensure process has taken a signal before looking for SIGINT or SIGQUIT.
* 45982: _zfs: add space propertyFrederick Zhang2020-06-171-0/+5
|
* unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ↵Daniel Shahaf2020-06-171-0/+5
| | | | harness does.
* 46049: docs: Correct the sense of the single-letter abstract of the ↵Miroslav Koškár2020-06-171-0/+5
| | | | GLOBAL_RCS option (-d)
* gitlab !12: completion for mat & mat2Jan Máslo2020-06-111-0/+3
|
* 46036: fix colouring in prompt completionOliver Kiddle2020-06-111-0/+3
|
* users/24892: fix local declaration with recursive-files style and complete ↵Oliver Kiddle2020-06-111-0/+6
| | | | it for zstyle
* unposted: zstyle docs: Fix typo.Daniel Shahaf2020-06-101-0/+4
| | | | | | This manifested as a trailing non-underlined ".RE" in the rendered man page. (I guess that was a man page directive, but I'm not sure how the extraneous closing parenthesis caused it to be rendered in the output.)
* 46026: Add CLOBBER_EMPTY option.Peter Stephenson2020-06-091-0/+5
|
* users/24909: Don't clean up special file list too early.Peter Stephenson2020-06-081-0/+5
| | | | | When running a function, remove special files used for substitution after the function has run rather than before.
* gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_argsDoron Behar2020-06-081-0/+5
|
* 45932: FAQ (3.1): Update ksh compatibility answer for reserved word typeset.Daniel Shahaf2020-06-071-0/+3
|
* 45933: FAQ: Add "Why does my bash script report an error when I run it under ↵Daniel Shahaf2020-06-071-0/+3
| | | | zsh?".
* 45791 (tweaked): FAQ: Explain how to binary search one's dotfilesDaniel Shahaf2020-06-071-0/+3
|
* unposted: FAQ: Update section number in links to the "The future of zsh" ↵Daniel Shahaf2020-06-071-0/+5
| | | | section.
* unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue).Daniel Shahaf2020-06-061-0/+5
|
* typeset: Fix leaving corrupted entries in paramtabMikael Magnusson2020-06-051-0/+5
|
* 45950: Fix 'make install' in out-of-tree tarball builds.Yasuhiro KIMURA2020-06-031-0/+5
| | | | | See workers/45936 for the failure mode and workers/45943 for an earlier revision of the patch.
* 45940: Add _kdump and _ktrace completers and supporting _ktrace_points typeMatthew Martin2020-06-011-0/+5
|
* 45939: Add _pgids typeMatthew Martin2020-06-011-0/+7
|
* gitlab !14: modutils completion: Fix getting the value of kver from opt_argsDoron Behar2020-06-011-0/+5
| | | | | To get the _value_ of either of the options -S, -k or --set-version, the (i) subscript flag is not needed.
* 45915: fix handling of hyphens in spckword()Bart Schaefer2020-05-301-0/+4
|
* 45934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin'Yasuhiro KIMURA2020-05-281-0/+5
| | | | | In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'.
* unposted: zyodl.vim: Highlight the word "note", like ft=help does.Daniel Shahaf2020-05-281-0/+3
|
* unposted: zyodl.vim: Highlight yodl continuation line markerDaniel Shahaf2020-05-281-0/+3
|
* 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous ↵Daniel Shahaf2020-05-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | functions as though they were a single function named "(anon)". Before: % zmodload zsh/zprof % () : % () : % zprof num calls time self name ----------------------------------------------------------------------------------- 1) 2 0.08 0.04 100.00% 0.08 0.04 100.00% (anon) After: % zmodload zsh/zprof % () : % () : % zprof num calls time self name ----------------------------------------------------------------------------------- 1) 1 0.04 0.04 50.45% 0.04 0.04 50.45% (anon) [:3] 2) 1 0.04 0.04 49.55% 0.04 0.04 49.55% (anon) [:2]
* 45900: Fix issues with escaped newline in $-substitution.Peter Stephenson2020-05-231-0/+5
|
* 45884 (Oliver's, edited by me): Add a few entries.Daniel Shahaf2020-05-211-0/+4
|
* 45862: Add test cases for 45843#1 and 45843#2, adapted from Aaron Esau and pws.Daniel Shahaf2020-05-201-0/+5
|
* unposted: fix date of previous commitEitan Adler2020-05-171-1/+1
|
* unposted: bump config.guess and config.subEitan Adler2020-05-171-0/+5
| | | | | | | | | | | Problem config.guess and config.sub are out of dated reducing cross-platform compatibly. Solution Update them.
* 45831: Add _vi completerMatthew Martin2020-05-171-0/+4
|
* users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵Daniel Shahaf2020-05-161-0/+5
| | | | style.
* unposted: Add tests for previous commitMikael Magnusson2020-05-121-2/+2
|
* Support ${name:offset:length} with an empty offsetMikael Magnusson2020-05-121-0/+5
|
* gitlab !13: tar supports zstandard (zstd)noraj2020-05-091-0/+6
| | | | | | | | | | | | | Problem Variants of tar based on libarchive or GNU tar can support extracting zstd based files. Solution Add this type of to _tar_archive. From noraj <gitlab@mg.gitlab.com>
* unposted: libarchive tar can extract zip filesEitan Adler2020-05-071-0/+4
| | | | | | | | | | | Problem Variants of tar based on libarchive can extract zip files but `tar xf <tab>` does not complete this type of file. Solution Add this type of to _tar_archive.