about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 45739: docs: Clarifications about zstyle patterns.Daniel Shahaf2020-05-021-0/+3
| | | | | | - 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"
* 45722: docs: Change zstyle example to a non-hierarchical oneDaniel Shahaf2020-05-021-0/+3
|
* 45752/0002: _gcc: Complete --output like -o.Daniel Shahaf2020-05-021-0/+3
|
* 45752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list.Daniel Shahaf2020-05-021-0/+5
|
* github #56: typo: Add a single quote that had been missingBenjamin Esham2020-04-271-0/+5
|
* unposted: README: Give the 'zsystem flock' limit in pretty-printed form as well.Daniel Shahaf2020-04-211-0/+5
|
* github #54: Fix dig completion errordavey hathorn2020-04-211-0/+5
|
* unposted: NEWS, README: Document zsh/system changes from workers/45708dana2020-04-201-0/+3
|
* unposted: zsh/system: Adjust documentation from workers/45708dana2020-04-201-0/+3
|
* 45708: zsh/system: Enable sub-second timeout in zsystem flockCedric Ware2020-04-201-0/+4
|
* 45702: compsys: Improve documentation of {insert,separate}-sectionsdana2020-04-201-0/+5
|
* 45684: Document - glob qualifier in error casesPeter Stephenson2020-04-151-0/+5
|
* 45661: docs: Clarify the effect of KSH_ARRAYS on the (I) subscript.dg17272020-04-121-0/+5
|
* 45660: Fix crash setting vi or emacs mode on command line.Peter Stephenson2020-04-091-0/+5
| | | | Delay setting the option until the module system is set up.
* 45655: _retrieve_mac_apps: Update for recent macOSdana2020-04-051-0/+5
|
* 45656: Document the -o emacs segfault bug.Daniel Shahaf2020-04-051-0/+4
|
* Add SHORT_REPEAT optionMikael Magnusson2020-04-021-0/+6
|
* unposted: Make test platform-independent.Daniel Shahaf2020-04-021-0/+4
| | | | Follow-up to the grandparent commit.
* 45542: P01privileged: Use test-directory owner for auto-determined EUID/EGIDdana2020-04-011-0/+3
| | | | Prevents failure when the repo (or its parent) has mode 0700
* unposted: D02glob: Fix platform-dependent test failuredana2020-04-011-0/+5
| | | | | workers/45583 introduced a test failure on macOS, *BSD, and Solaris, where wc always outputs leading white space
* 45649: completion: Simplify Unison completion. No functional change.Daniel Shahaf2020-03-291-0/+5
|
* 45646: completion: Unison: Honour the $UNISON variableHenri Menke2020-03-291-0/+5
| | | | | | | | | | | | | | By default Unison uses the ~/.unison directory to store its cache and profiles. However, this location is configurable through the $UNISON environment variable. Quoting from the manual [1]: > If the environment variable UNISON is defined, then its value will be > used as the name of this directory. This patch enables users to move the .unison directory and still enjoy zsh completion for profiles. [1] https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#unisondir
* github #46: _git-restore: Complete arguments to the --source option after a ↵Gastón Haro2020-03-281-0/+5
| | | | '=' sign
* github #46: Better restrict git-restore(1) file completionsGastón Haro2020-03-281-0/+5
| | | | | | | | | | Add support to the -S and -W options. Remove the facility for completing files from the tree specified by the --source argument since, upon testing in git 2.26.0, that doesn't seem to be correct behaviour. (Note git-restore(1) says the command is experimental and its semantics may change.) See discussion on the PR for details.
* 45644: vcs_info git: Fix current patch's name in several cases.Daniel Shahaf2020-03-281-0/+3
|
* unposted: Fix syntax error introduced in 45591.Daniel Shahaf2020-03-281-0/+3
|
* 45640: Fix new test when ${PWD}'s value contains symlinks.Daniel Shahaf2020-03-281-0/+5
|
* 45627: vcs_info git: Under git-am(1) conflicts, pass to the ↵Daniel Shahaf2020-03-271-0/+4
| | | | | | | | | | | | | | | | | | gen-applied-string hook information on already-applied patches. The hook already receives information about the current (topmost applied) patch and, if the get-unapplied style is set, about future (unapplied) patches. Tested in the Functions/VCS_Info/test-repo-git-rebase-apply scenario, after manually converting the rebase to a «git am». (Specifically, I ran: mkdir d git rebase --abort git format-patch rebase_from_this..HEAD -o d git checkout rebase_onto_this git am d/* .)
* 45625: vcs_info svn: Detect the "working copy format is too new" error.Daniel Shahaf2020-03-271-0/+3
|
* 45626: vcs_info: Deduplicate calling the set-branch-format hook.Daniel Shahaf2020-03-271-0/+8
|
* 45624: vcs_info: Set $rrn in all backends.Daniel Shahaf2020-03-271-0/+5
|
* 45623: _quilt: Add subcommand descriptionsDaniel Shahaf2020-03-271-0/+3
|
* 45622: _quilt: Categorize subcommandsDaniel Shahaf2020-03-271-0/+2
|
* 45584, 45620: zsh/rlimits: Skip the tests for this module when it wasn't ↵Daniel Shahaf2020-03-271-0/+3
| | | | compiled in.
* 45591 (Cf. 45587, 45620): In the test suite, centralize testing that ↵Daniel Shahaf2020-03-271-0/+6
| | | | | | | | | | compiled modules can be loaded successfully. Have V01zmodload.ztst check that all modules enabled in config.modules load successfully. With this change, the test files for individual modules may assume that if 'zmodload' fails that must be because the module hadn't been compiled in, and mark themselves as skipped in that case.
* 45616: Remove token from count argument to repeatPeter Stephenson2020-03-261-0/+5
|
* 45583/0008: Extend tests to prove that what remains of xsymlinks() handles ↵Daniel Shahaf2020-03-251-0/+4
| | | | symlink loops gracefully.
* 45583/0007: Remove code that is now unreachable.Daniel Shahaf2020-03-251-0/+2
|
* 45583/0006: Don't use xsymlinks() in 'whence -s'.Daniel Shahaf2020-03-251-0/+2
|
* 45583/0005: Add a test for bin_whence's symlinks resolution.Daniel Shahaf2020-03-251-0/+3
|
* 45583/0004: Fix segfault on resolving symlink loopsDaniel Shahaf2020-03-251-0/+3
|
* 45583/0003: chrealpath: Let caller decide how the return value should be ↵Daniel Shahaf2020-03-251-0/+3
| | | | allocated.
* 45583/0002: chrealpath: Make symlink resolution optional.Daniel Shahaf2020-03-251-0/+3
|
* 45583/0001: Add tests for the segfault on resolving a symlink loop bug ↵Daniel Shahaf2020-03-251-0/+3
| | | | | | (workers/45282). This is workers/45377, extended.
* 45590/0002 (in part): zsh/rlimits: Test that ulimit letters are unique.Daniel Shahaf2020-03-251-0/+5
|
* 45601: fix another status in new function -T testJun-ichi Takimoto2020-03-251-0/+4
|
* github #51: Fix configure for cross build.Rin Okuyama2020-03-221-0/+5
| | | | | | | | | In order to detect equivalence b/w various rlimit values, use compile tests instead of run tests. This enables configure script to run in cross-build environment without any side effects. From NetBSD/pkgsrc: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/shells/zsh/patches/
* 45601: Fix status in new functions -T testPeter Stephenson2020-03-221-0/+3
|
* 45563: %z can be used for zlong in warnings and errorsPeter Stephenson2020-03-221-0/+4
|
* 45583/0009: Add end-of-options guard support to 'function -T'.Daniel Shahaf2020-03-221-0/+3
|