Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 45640: Fix new test when ${PWD}'s value contains symlinks. | Daniel Shahaf | 2020-03-28 | 2 | -4/+12 |
| | |||||
* | 45627: vcs_info git: Under git-am(1) conflicts, pass to the ↵ | Daniel Shahaf | 2020-03-27 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | | | 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 Shahaf | 2020-03-27 | 2 | -1/+12 |
| | |||||
* | 45626: vcs_info: Deduplicate calling the set-branch-format hook. | Daniel Shahaf | 2020-03-27 | 7 | -33/+39 |
| | |||||
* | 45624: vcs_info: Set $rrn in all backends. | Daniel Shahaf | 2020-03-27 | 4 | -0/+9 |
| | |||||
* | 45623: _quilt: Add subcommand descriptions | Daniel Shahaf | 2020-03-27 | 2 | -7/+46 |
| | |||||
* | 45622: _quilt: Categorize subcommands | Daniel Shahaf | 2020-03-27 | 2 | -4/+39 |
| | |||||
* | 45584, 45620: zsh/rlimits: Skip the tests for this module when it wasn't ↵ | Daniel Shahaf | 2020-03-27 | 2 | -1/+12 |
| | | | | compiled in. | ||||
* | 45591 (Cf. 45587, 45620): In the test suite, centralize testing that ↵ | Daniel Shahaf | 2020-03-27 | 3 | -3/+8 |
| | | | | | | | | | | 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 repeat | Peter Stephenson | 2020-03-26 | 3 | -1/+15 |
| | |||||
* | 45583/0008: Extend tests to prove that what remains of xsymlinks() handles ↵ | Daniel Shahaf | 2020-03-25 | 4 | -5/+13 |
| | | | | symlink loops gracefully. | ||||
* | 45583/0007: Remove code that is now unreachable. | Daniel Shahaf | 2020-03-25 | 2 | -17/+6 |
| | |||||
* | 45583/0006: Don't use xsymlinks() in 'whence -s'. | Daniel Shahaf | 2020-03-25 | 2 | -4/+16 |
| | |||||
* | 45583/0005: Add a test for bin_whence's symlinks resolution. | Daniel Shahaf | 2020-03-25 | 2 | -0/+25 |
| | |||||
* | 45583/0004: Fix segfault on resolving symlink loops | Daniel Shahaf | 2020-03-25 | 4 | -10/+13 |
| | |||||
* | 45583/0003: chrealpath: Let caller decide how the return value should be ↵ | Daniel Shahaf | 2020-03-25 | 3 | -6/+12 |
| | | | | allocated. | ||||
* | 45583/0002: chrealpath: Make symlink resolution optional. | Daniel Shahaf | 2020-03-25 | 3 | -7/+21 |
| | |||||
* | 45583/0001: Add tests for the segfault on resolving a symlink loop bug ↵ | Daniel Shahaf | 2020-03-25 | 2 | -0/+39 |
| | | | | | | (workers/45282). This is workers/45377, extended. | ||||
* | 45590/0002 (in part): zsh/rlimits: Test that ulimit letters are unique. | Daniel Shahaf | 2020-03-25 | 2 | -0/+15 |
| | |||||
* | 45601: fix another status in new function -T test | Jun-ichi Takimoto | 2020-03-25 | 2 | -1/+5 |
| | |||||
* | github #51: Fix configure for cross build. | Rin Okuyama | 2020-03-22 | 3 | -71/+27 |
| | | | | | | | | | 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 test | Peter Stephenson | 2020-03-22 | 2 | -1/+4 |
| | |||||
* | 45563: %z can be used for zlong in warnings and errors | Peter Stephenson | 2020-03-22 | 2 | -0/+13 |
| | |||||
* | 45583/0009: Add end-of-options guard support to 'function -T'. | Daniel Shahaf | 2020-03-22 | 4 | -11/+53 |
| | |||||
* | 45583/0008: Add the 'function -T' syntax. | Daniel Shahaf | 2020-03-22 | 6 | -6/+61 |
| | | | | Config/version.mk was bumped in the previous commit. | ||||
* | 45583/0007: WC_FUNCDEF: Add a placeholder element. | Daniel Shahaf | 2020-03-22 | 5 | -4/+13 |
| | |||||
* | 45583/0006: internal: Add some comments for orientation. No functional change. | Daniel Shahaf | 2020-03-22 | 2 | -8/+11 |
| | |||||
* | 45583/0005: internal: Document the WC_FUNCDEF data layout for anonymous ↵ | Daniel Shahaf | 2020-03-22 | 2 | -2/+12 |
| | | | | functions with arguments (follow-up to 29492) | ||||
* | 45583/0004: internal: Add some comments around wordcodes. No functional change. | Daniel Shahaf | 2020-03-22 | 3 | -2/+16 |
| | |||||
* | 45583/0003: internal: Add some comments around Eccstr. No functional change. | Daniel Shahaf | 2020-03-22 | 3 | -6/+52 |
| | |||||
* | 45583/0002: internal: Reduce some variables' visibility. No functional change. | Daniel Shahaf | 2020-03-22 | 2 | -8/+10 |
| | |||||
* | 45583/0001: internal: Remove a redundant assignment. | Daniel Shahaf | 2020-03-22 | 2 | -1/+5 |
| | | | | The value is overwritten five lines below, without being read in the interim. | ||||
* | unposted: Deconfuse $EDITOR's balanced braces mode. No functional change. | Daniel Shahaf | 2020-03-20 | 2 | -2/+6 |
| | |||||
* | unposted: ${(Z)}: Convert documentation to a description block. | Daniel Shahaf | 2020-03-20 | 2 | -4/+20 |
| | |||||
* | unposted: internal: ztst.vim: Make sure syntax elements are only hidden if ↵ | Daniel Shahaf | 2020-03-20 | 2 | -7/+22 |
| | | | | they're followed by something visible | ||||
* | unposted: Specify tabs for Makefiles. | Daniel Shahaf | 2020-03-18 | 2 | -0/+7 |
| | |||||
* | 45572: _sshfs: Complete some more options | Daniel Shahaf | 2020-03-17 | 2 | -3/+15 |
| | |||||
* | 45536: fix handling of 8bit character under C-locale | Jun-ichi Takimoto | 2020-03-17 | 2 | -2/+7 |
| | | | | correctly escape unprintable 8bit character by using \M- | ||||
* | 45541: internal: vcs_info git: Add a test case repository for rebase-apply ↵ | Daniel Shahaf | 2020-03-15 | 2 | -0/+53 |
| | | | | situations | ||||
* | 45539: vcs_info git: In non-interactive rebases, obtain applied patches' names. | Daniel Shahaf | 2020-03-15 | 2 | -5/+21 |
| | |||||
* | 45540: vcs_info git: In non-interactive rebases, compute patch names for ↵ | Daniel Shahaf | 2020-03-15 | 3 | -8/+32 |
| | | | | unapplied patches. | ||||
* | 45543: vcs_info quilt: Allow quiltcommand to be a function. | Daniel Shahaf | 2020-03-15 | 3 | -2/+11 |
| | | | | Before this commit, it could only be an external command. | ||||
* | 45547: vcs_info git: In interactive rebases, process gen-unapplied-string ↵ | Daniel Shahaf | 2020-03-15 | 2 | -7/+21 |
| | | | | | | | arguments like gen-applied-string arguments are processed. I consider this a bugfix, since it's unexpected for -applied and -unapplied to differ about this. | ||||
* | 45546: vcs_info git: In interactive rebases, properly support the full form ↵ | Daniel Shahaf | 2020-03-15 | 2 | -2/+6 |
| | | | | | | | | | | of the "exec" verb. The code before this commit happened to have done the right thing: "exec" lines were handled by the catchall forward compatibility case, which happened to have had virtually the same effect as the correct case. However, that was merely an accidental result. This patch makes the code do the right thing deliberately, rather than by accident. | ||||
* | 45545: vcs_info git: In interactive rebases, ignore comment lines. | Daniel Shahaf | 2020-03-15 | 2 | -0/+9 |
| | |||||
* | unposted: _git: Fix copy/paste error in earlier commit that broke `git stash ↵ | dana | 2020-03-13 | 2 | -1/+4 |
| | | | | | | drop` This was broken by workers/44923 (8aa84bd5fc44) | ||||
* | 45535: _lz4: Order compression levels numerically | dana | 2020-03-13 | 2 | -2/+10 |
| | |||||
* | 45534: _hdiutil: Update image-file extensions, image/disk formats, &c. | dana | 2020-03-13 | 2 | -24/+66 |
| | |||||
* | 45531: _sh: Complete options more accurately | dana | 2020-03-13 | 2 | -12/+37 |
| | | | | | Committing without handling of +x option variants (line 10) pending resolution of workers/45422 | ||||
* | 45537 (tweaked): E02xtrace: Fix inconsistent function-name encoding in ↵ | dana | 2020-03-13 | 2 | -1/+6 |
| | | | | | | preserves-xtrace test Tweaked per workers/45550, needs workers/45536 to be effective |