about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * 45287: zshexpn: Describe parameter elision and add some introductory proseDaniel Shahaf2020-01-151-0/+3
| |
| * 45302: bin_umask(): Queue signals around umask().Daniel Shahaf2020-01-151-0/+5
| | | | | | | | | | Otherwise, a signal handler might create files while the temporary umask is in effect.
| * users/24656: docs: Add an example of setting and querying zstylesDaniel Shahaf2020-01-141-0/+5
| |
| * users/24659: Cross-ref doc for matchers.Peter Stephenson2020-01-141-0/+5
| |
| * 45296: D02glob: Clean up after test from users/24633dana2020-01-131-0/+4
| |
| * 45290: New helper script for listing XFail tests.Daniel Shahaf2020-01-131-0/+5
| |
| * users/24633: Add an xfail test for users/24619.Daniel Shahaf2020-01-121-0/+5
| |
| * unposted: additional typo fixOliver Kiddle2020-01-111-0/+2
| |
| * 45280: _git: add -local variantsEitan Adler2020-01-111-0/+5
| | | | | | | | | | | | | | | | Technically all timezone formats support the "-local" suffix but it is not meaningful for all of them. As such just list out the specific formats which it does. Also adjust the 'default' description
| * users/24628 (fixed): More doc for selectw-word-style widgets.Peter Stephenson2020-01-111-0/+5
| | | | | | | | | | Add example of how to add a new binding for a widget that fixes a particular word behaviour using styles.
| * 45266: Fix losetup completion, broken in ↵Daniel Shahaf2020-01-101-0/+4
| | | | | | | | da085b7a20729401c725f91ae930200d0deda64f (41720).
| * unposted: Fix punctuation.Daniel Shahaf2020-01-101-0/+4
| |
| * use /dev/fd on Cygwin for process substitutionJun-ichi Takimoto2020-01-101-0/+5
| |
| * unposted: Two additional typo fixes.Daniel Shahaf2020-01-091-0/+5
| |
| * Fix typos reported by codespell in shell codeMikael Magnusson2020-01-091-0/+4
| |
| * 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-0/+33
| |
| * 45261: _gcc: Detect clang-as-gccdana2020-01-081-0/+4
| |
| * unposted: internal: Remove Vim modeline that interferes with ztst.vim.Daniel Shahaf2020-01-071-0/+3
| | | | | | | | | | | | | | | | As an alternative, one can use: autocmd BufRead,BufNewFile **/*.ztst setfiletype zsh (But see Util/ztst-syntax.vim and Util/ztst-ftplugin.vim for an alternative.)
| * unposted: internal: ztst.vim: Use :syn-sync to work around (#x) and ↵Daniel Shahaf2020-01-071-0/+4
| | | | | | | | "`\\\\\\\\`" confusing the highlighting.
| * unposted: internal: zyodl.vim: Support glob qualifiers in example()'sDaniel Shahaf2020-01-071-0/+3
| |
| * unposted: internal: zyodl.vim: Support yodl comments.Daniel Shahaf2020-01-071-0/+5
| |
| * github #44: Allow completion for picocom to list symlinks to character devicesDamien Thébault2020-01-071-0/+5
| |
| * 45245: _gcc: add some clang specific warningsEitan Adler2020-01-061-0/+5
| |
| * 45231: _rsync: When completing remote modules, ignore more of the motd.Daniel Shahaf2020-01-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | We cannot use the --no-motd option because it inhibits the modules listing. We cannot look for a blank line because there will not be a blank line if the "motd file" does not end with a newline. Looking for tabs is an improvement. Any tabs in the motd will still cause extraneous matches, but there's nothing we can do about that. While here, show the modules in the order listed.
| * unposted: _tac: Eliminate superfluous variabledana2020-01-051-0/+3
| |
| * 45226: _man: Improve completion of file pathsdana2020-01-051-0/+3
| |
| * 45184: Clarify documentation of %-sequences understood by compadd -[Xx]dana2020-01-051-0/+5
| |
| * 45239: Remove 'appendhistory' from zsh-newuser-installAndrey Butirsky2020-01-051-0/+5
| | | | | | | | It is on by default, and new users are unlikely to want to change it.
| * 45218: add more options to swaks completionOliver Kiddle2020-01-031-0/+2
| |
| * 45196: fix completion after make -C, allowing for -C being used multiple timesOliver Kiddle2020-01-031-0/+5
| |
| * unposted (after 45183): Fix yodl error: "contrib.yo:4457: No macro: back(...)".Daniel Shahaf2020-01-021-0/+3
| |
| * 45181: Fix workers/45164: ${(S)%%} will now consider the empty string as a ↵Daniel Shahaf2020-01-021-0/+5
| | | | | | | | potential match.
| * 45183: Improve documentation examplesStephane Chazelas2020-01-011-0/+5
| |
| * unposted: Add some tests for ${(S)}, including a regression test for ↵Daniel Shahaf2020-01-011-0/+3
| | | | | | | | workers/45164.
| * 45169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for ↵Daniel Shahaf2020-01-011-0/+4
| | | | | | | | workers/44007.
| * 45169/0001: In the test suite, allow test cases to be marked as expected to ↵Daniel Shahaf2020-01-011-0/+6
| | | | | | | | | | | | fail. See next commit for a use-case.
| * users/24582 + users/24583: Add regression tests for the previous commit.Daniel Shahaf2019-12-311-0/+6
| |
| * 24581: Fix array assignments in shell word splitting and completion.Peter Stephenson2019-12-311-0/+6
| | | | | | | | | | | | Assignments after the first were not recognised as such as without the full parser the state didn't return to command position. Fix this in bufferwords() and the completion miniparser.
| * 45160: zshexpn: Expand documentation of (S)Daniel Shahaf2019-12-311-0/+5
| |
| * 45150 + 45152: zshexpn: Use a more minimal example in the documentation of (#b).Sebastian Gniazdowski2019-12-281-0/+5
| |
| * unposted: internal: Vim ztst support: Add an ftplugin in addition to the ↵Daniel Shahaf2019-12-271-0/+6
| | | | | | | | syntax highlighter.
| * 45130: _multi_parts: Always pass -f to compadd if given by callerdana2019-12-261-0/+3
| |
| * unposted: zerrmsg(): Fix macro guard missed in previous commitdana2019-12-261-0/+5
| |
| * unposted: ChangeLog for last commitDaniel Shahaf2019-12-261-0/+5
| |
* | 45288: _git: Complete bisect/new as well as bisect/bad.Daniel Shahaf2020-01-151-0/+5
| | | | | | | | Also, complete the bisect/old-$commithash ref names.
* | 45246: Make --disable-multibyte warn, since the test suite fails in that ↵Daniel Shahaf2020-01-061-0/+5
| | | | | | | | configuration.
* | 45213: Make --enable-gdbm default to false, rather than default to true with ↵Daniel Shahaf2020-01-061-0/+5
| | | | | | | | an unavoidable warning.
* | unposted (follow-up to 45131): Extra testing by MikaelDaniel Shahaf2019-12-261-0/+3
| |
* | 45137: zformat: Allow the specifying minimum width and a dot with an empty ↵Daniel Shahaf2019-12-261-0/+4
| | | | | | | | | | | | | | | | | | | | maximum width. Before this commit, format specs such as '%5.s' would be printed literally. Now, they are treated as equivalent to '%5s'. The '.' character is not allowed to be used in specs, so there is no incompatibility.
* | 45138: Add zformat unit tests.Daniel Shahaf2019-12-261-0/+3
| |