Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-10 | unposted: zstyle docs: Fix typo. | Daniel Shahaf | 2 | -1/+5 | |
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.) | |||||
2020-06-09 | 46026: Add CLOBBER_EMPTY option. | Peter Stephenson | 6 | -5/+59 | |
2020-06-09 | unposted: Add 45400 (vared in subshells) plus remarks on users/24904. | Bart Schaefer | 1 | -0/+9 | |
2020-06-08 | users/24909: Don't clean up special file list too early. | Peter Stephenson | 2 | -1/+6 | |
When running a function, remove special files used for substitution after the function has run rather than before. | |||||
2020-06-08 | gitlab !14 (fixup): modutils comp: Fix getting the value of kver from opt_args | Doron Behar | 2 | -1/+6 | |
2020-06-07 | 45932: FAQ (3.1): Update ksh compatibility answer for reserved word typeset. | Daniel Shahaf | 2 | -9/+22 | |
2020-06-07 | 45933: FAQ: Add "Why does my bash script report an error when I run it under ↵ | Daniel Shahaf | 2 | -3/+57 | |
zsh?". | |||||
2020-06-07 | 45791 (tweaked): FAQ: Explain how to binary search one's dotfiles | Daniel Shahaf | 3 | -3/+109 | |
2020-06-07 | unposted: FAQ: Update section number in links to the "The future of zsh" ↵ | Daniel Shahaf | 2 | -8/+13 | |
section. | |||||
2020-06-06 | unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue). | Daniel Shahaf | 2 | -0/+12 | |
2020-06-05 | typeset: Fix leaving corrupted entries in paramtab | Mikael Magnusson | 2 | -3/+14 | |
2020-06-03 | 45950: Fix 'make install' in out-of-tree tarball builds. | Yasuhiro KIMURA | 2 | -0/+21 | |
See workers/45936 for the failure mode and workers/45943 for an earlier revision of the patch. | |||||
2020-06-01 | 45940: Add _kdump and _ktrace completers and supporting _ktrace_points type | Matthew Martin | 4 | -0/+169 | |
2020-06-01 | 45939: Add _pgids type | Matthew Martin | 6 | -5/+17 | |
2020-06-01 | gitlab !14: modutils completion: Fix getting the value of kver from opt_args | Doron Behar | 2 | -1/+6 | |
To get the _value_ of either of the options -S, -k or --set-version, the (i) subscript flag is not needed. | |||||
2020-05-30 | 45915: fix handling of hyphens in spckword() | Bart Schaefer | 2 | -5/+15 | |
2020-05-28 | 45934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin' | Yasuhiro KIMURA | 2 | -1/+6 | |
In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'. | |||||
2020-05-28 | unposted: zyodl.vim: Highlight the word "note", like ft=help does. | Daniel Shahaf | 2 | -1/+6 | |
2020-05-28 | unposted: zyodl.vim: Highlight yodl continuation line marker | Daniel Shahaf | 2 | -0/+7 | |
2020-05-28 | 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous ↵ | Daniel Shahaf | 3 | -5/+52 | |
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] | |||||
2020-05-23 | 45900: Fix issues with escaped newline in $-substitution. | Peter Stephenson | 3 | -3/+47 | |
2020-05-21 | 45884 (Oliver's, edited by me): Add a few entries. | Daniel Shahaf | 2 | -0/+29 | |
2020-05-20 | 45862: Add test cases for 45843#1 and 45843#2, adapted from Aaron Esau and pws. | Daniel Shahaf | 2 | -0/+15 | |
2020-05-17 | unposted: fix date of previous commit | Eitan Adler | 1 | -1/+1 | |
2020-05-17 | unposted: bump config.guess and config.sub | Eitan Adler | 3 | -24/+39 | |
Problem config.guess and config.sub are out of dated reducing cross-platform compatibly. Solution Update them. | |||||
2020-05-17 | unposted: remove blank line that messed up "man" formatting | Bart Schaefer | 1 | -1/+0 | |
2020-05-17 | 45831: Add _vi completer | Matthew Martin | 2 | -0/+51 | |
2020-05-16 | users/24843: zshcompsys(1): Point to the 'format' style from the 'tag-order' ↵ | Daniel Shahaf | 2 | -0/+8 | |
style. | |||||
2020-05-12 | unposted: Add tests for previous commit | Mikael Magnusson | 2 | -3/+9 | |
2020-05-12 | Support ${name:offset:length} with an empty offset | Mikael Magnusson | 2 | -5/+20 | |
2020-05-09 | gitlab !13: tar supports zstandard (zstd) | noraj | 2 | -2/+8 | |
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> | |||||
2020-05-07 | unposted: libarchive tar can extract zip files | Eitan Adler | 2 | -1/+7 | |
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. | |||||
2020-05-07 | unposted: Use alternation patterns rather than brace expansion | Daniel Shahaf | 3 | -3/+9 | |
(Cf. discussion on GitLab !12.) | |||||
2020-05-05 | 45764: Add a regression test for 45772. Test by Roman | Daniel Shahaf | 2 | -0/+19 | |
2020-05-05 | 45772: Restore locale on parameter scope end. | Peter Stephenson | 2 | -0/+39 | |
Check if relevant parameters changes and if so restore system settings. | |||||
2020-05-04 | unposted: Fix typo in ChangeLog | Daniel Shahaf | 1 | -1/+1 | |
2020-05-03 | unposted: add a comment about how to add a new resource | Jun-ichi Takimoto | 2 | -0/+10 | |
2020-05-03 | 45614: update _dnf | Jun-ichi Takimoto | 2 | -101/+459 | |
2020-05-03 | 45731: _debsnap: New completion function. | Daniel Shahaf | 2 | -0/+80 | |
2020-05-03 | 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely. | Daniel Shahaf | 6 | -13/+88 | |
Also, write/extend docstrings for sepjoin() and zjoin(). | |||||
2020-05-03 | 45729: internal: Add a second parameter to zlinklist2array(), analogously to ↵ | Daniel Shahaf | 6 | -15/+27 | |
hlinklist2array(). Will be used in the next commit. | |||||
2020-05-02 | unposted: zyodl.vim: Use 'conceal' for some macros that expand to a single ↵ | Daniel Shahaf | 2 | -1/+14 | |
character. | |||||
2020-05-02 | 45737 (+ docs, and update the test from 45722): zstyle: When determining the ↵ | Daniel Shahaf | 5 | -6/+40 | |
weight (specificity) of a pattern, consider the number of components before anything else, as documented. | |||||
2020-05-02 | unposted: Revert unintentional move from 45722. | Daniel Shahaf | 2 | -0/+3 | |
2020-05-02 | 45739: docs: Clarifications about zstyle patterns. | Daniel Shahaf | 3 | -16/+23 | |
- Consistently use the term "pattern" rather than "context" or "style pattern" - Correct statements about order of precedence of patterns - Give the rationale for the "rule of thumb" | |||||
2020-05-02 | 45722: docs: Change zstyle example to a non-hierarchical one | Daniel Shahaf | 3 | -8/+31 | |
2020-05-02 | 45752/0002: _gcc: Complete --output like -o. | Daniel Shahaf | 2 | -1/+4 | |
2020-05-02 | 45752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list. | Daniel Shahaf | 2 | -1/+6 | |
2020-04-27 | github #56: typo: Add a single quote that had been missing | Benjamin Esham | 2 | -1/+6 | |
2020-04-21 | unposted: README: Give the 'zsystem flock' limit in pretty-printed form as well. | Daniel Shahaf | 2 | -1/+6 | |