summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-01-25Update debian/changelog for 5.7 releaseAxel Beckert1-0/+6
2019-01-25New upstream release 5.7Axel Beckert10-24/+96
Merge branch 'upstream' at 'zsh-5.7' into branch debian
2019-01-24unposted: Release 5.7dana3-3/+8
2019-01-2344012: X04zlehighlight: Fix spurious test failures on OpenBSDdana2-1/+13
2019-01-2344011: Only use fg_start_code for non-truecolorMikael Magnusson4-16/+36
The sequence for truecolor uses a different prefix from palette colors
2019-01-2144001: _brace_parameter: Complete (q+)dana2-0/+5
2019-01-1843990: _opkg: Support gain-privilegesdana2-4/+14
2019-01-08users/23829: add and coument file-split-chars stylePeter Stephenson3-0/+20
2019-01-05Upload to experimental as 5.6.2-test-3-1Axel Beckert1-3/+11
2019-01-05Make autopkgtest pass by including config.modules in zsh-devAxel Beckert3-1/+3
* Test/V07pcre.ztst now tries to access ../config.modules to check if the PCRE module was enabled and needs to be tested. * The test emits a warning on STDERR if ../config.modules is not found. * Let debian/tests/run-testsuite depend on zsh-dev and symlink /usr/include/zsh/config.modules into $AUTOPKGTEST_TMP.
2019-01-05Change shebang path in example script to Debian's zsh pathAxel Beckert2-0/+13
With dh compat 12, example scripts are installed uncompressed. Hence this showed up as script with wrong interpreter in the shebang line.
2019-01-05Bump debhelper compatibility level to 12Axel Beckert2-2/+1
Use b-d on "debhelper-compat (= 12)" instead of debian/compat Gbp-Dch: Full
2019-01-05debian/pkg-zsh-workflow-new-upstream-release.md fine-tuningAxel Beckert1-2/+5
2019-01-05Update changelog for new upstream release candidate 5.6.2-test-3Axel Beckert1-0/+7
Gbp-Dch: Ignore
2019-01-05New upstream release candidate 5.6.2-test-3Axel Beckert29-49/+1737
Merge branch 'upstream' at 'zsh-5.6.2-test-3' into branch debian
2019-01-05unposted: Update for 5.6.2-test-3dana3-2/+10
2019-01-0443974: _git: Always offer -F/-m for `git tag`dana2-10/+5
2019-01-0443970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana3-2/+39
Also clarify release documentation and fix a typo mentioned in workers/43971
2019-01-0343969: untokenize Dash for compctl with GLOB_SUBST setPeter Stephenson2-0/+14
2019-01-02unposted: Add missing change-log entries for 37302 and 37303dana1-0/+6
e40a14c5e (workers/37302) and dc8c39eff (workers/37303) were committed without change-log entries Note also that the commit message for e40a14c5e erroneously referred to workers/37202
2019-01-0143960: Add full completion for exec and setsiddana4-1/+26
2019-01-0143959: Add completion for strongSwan, &al.dana4-1/+411
Also update _urls to complete unix:// URIs as for file://
2018-12-3143962: Fix X04 test module_pathdana2-0/+5
2018-12-30users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson3-4/+183
Allow non-termcap use of colours > 7. Add tests.
2018-12-3043945 (tweaked to remove test failure, noted in test):Martijn Dekker3-10/+68
Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests.
2018-12-3043944: apply NO_UNSET consistently to arithmeitcMartijn Dekker5-1/+32
2018-12-30unposted: test for 43938Peter Stephenson1-0/+8
2018-12-3043914 (tweaked): Add completion for Composerdana2-0/+853
Tweaks: Adjusted spelling, fixed minor idiomatic issues
2018-12-3043930: Improve _multi_parts performancedana2-7/+11
2018-12-30unposted (per 43938): Avoid segfault when unmetafying empty stringdana2-1/+6
2018-12-2943953: Fix rounding/truncation error in %. time-format specifierdana3-6/+36
Also fixes an issue where %. couldn't be used more than once in a format string without strange results Tweaked very slightly per workers/43954
2018-12-2443935: Reject too-large nanosecond values given to strftimedana3-3/+12
... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well.
2018-12-24Upload to experimental as 5.6.2-test-2-1Axel Beckert1-6/+15
2018-12-24debian/rules: Build zshbuiltins.1 out-of-tree like the restAxel Beckert1-1/+1
2018-12-24Declare debian/pkg-zsh-workflow.md as outdated.Axel Beckert2-0/+67
Add debian/pkg-zsh-workflow-new-upstream-release.md as massively reduced replacement. Gbp-Dch: Full
2018-12-24Remove all cherry-picked patchesAxel Beckert3-128/+0
2018-12-24Update debian/changelog for new upstream releaseAxel Beckert1-2/+11
Gbp-Dch: Ignore
2018-12-24New upstream release candidate 5.6.2-test-2Axel Beckert134-833/+3368
Merge branch 'upstream' at 'zsh-5.6.2-test-2' into branch debian
2018-12-24debian/TODO.md: Mention that switching zsh-dev to arch:all is non-trivial.Axel Beckert1-1/+3
2018-12-24Declare compliance with Debian Policy 4.3.0. (No changes needed.)Axel Beckert1-1/+1
2018-12-2343928: _alternative: Evaluate (...) action syntax as with _argumentsdana2-1/+8
2018-12-2143921: ${\var} should be an errorBart Schaefer2-1/+5
2018-12-19unposted: updates for 5.6.2-test-2Peter Stephenson4-15/+17
2018-12-19unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson2-0/+7
Otherwise bad effects observed with GLOB_SUBST set.
2018-12-1743897: Add/update various completion functionsdana12-4/+264
* Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
2018-12-1743895: _watch: Complete for procps/-ng watchdana2-5/+43
2018-12-1743904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵Joey Pabalinas2-3/+11
omitted In code such as: > hobbes% () { for arg do print -r $arg; done; } 1 2 3 > 1 > 2 > 3 the implicit positional parameters added when the `in word ...' list is omitted also implicitly append the separator term, making the above code valid, albeit seemingly violating the syntax listed in the documentation. This is related to the various forms of alternative syntax and is the intended behavior of the parsing code, so correct the minor contradiction in the for loop documentation.
2018-12-14unposted: _dig: Fix _arguments syntax errordana2-2/+7
2018-12-1343879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner caseDaniel Shahaf2-4/+12
Before this commit, the following use-case: git checkout foo^ git show foo | git am would result in a fatal error, with vcs_info_msg_N_ not set: VCS_INFO_git_getbranch:18: no such file or directory: .git/rebase-apply/onto Now they are set correctly, and HEAD's commit hash is used.
2018-12-0943871: _files: Support `-F '(pat ...)'` as with _path_filesdana2-0/+7