summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-04unposted: vcs_info git: Fix typo in manual.Daniel Shahaf3-2/+9
2017-02-0340480: vcs_info set-patch-format: Eliminate the remaining code duplication.Daniel Shahaf5-30/+25
2017-02-0340479: vcs_info set-patch-format: Prepare for more code sharing between the ↵Daniel Shahaf5-6/+19
callers. This changes hook invocation order in the hg backend.
2017-02-0340481: vcs_info hg: Pass arguments to the set-patch-format hook.Daniel Shahaf2-1/+4
2017-02-0340478: vcs_info set-patch-format: Guard against empty variable elision.Daniel Shahaf2-2/+5
2017-02-0340476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf3-3/+10
'standalone' mode.
2017-02-0240486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson3-9/+41
This because they are created implicitly rather than by explicit user request, so the warning may not be useful.
2017-02-0140483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processesBarton E. Schaefer2-0/+7
2017-02-0140460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing ↵Daniel Shahaf3-6/+22
array
2017-02-0140470: make the test work also with ASCII collationJun-ichi Takimoto2-16/+19
a few OSs (macOS and some versions of BSDs) use ASCII collation even if UTF-8 locale is in use
2017-01-3140466: Update dependencies for config.h.in / autoheader.Peter Stephenson2-2/+6
Needs to happen after autoconf.
2017-01-3040469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of ↵Barton E. Schaefer2-12/+7
signal queueing.
2017-01-3040465: update methods to output $PWD in tests.Peter Stephenson3-15/+31
Use method from B01cd.tst which resolves symbolic links and matches against parameter in output.
2017-01-2940450, 40451: Swifth language completion.Zhiming Wang3-1/+130
Also resolve whether this is the openstack "swift" command.
2017-01-2940453: signal handler safety for callers of patcompile(PAT_STATIC), which is ↵Barton E. Schaefer13-42/+126
not re-entrant.
2017-01-2840439: PAT_HEAPDUP definition just for clarityBarton E. Schaefer2-0/+5
2017-01-2840440: Add $functions_source hash to zsh/parameter.Peter Stephenson6-10/+162
This allows you to find out where a function was loaded from.
2017-01-2740200: Updated Perforce completionZach Whaley2-269/+682
2017-01-2740425: HAVE_* tests for getutxent etc.Peter Stephenson3-4/+13
Not yet 100% clear where the #if's go, depends on how various systems implement the old or new formats.
2017-01-2640423: WARN_NESTED_VARS, conversion the other wayPeter Stephenson3-9/+24
2017-01-2640422: More WARN_NESTED_VAR cases.Peter Stephenson3-8/+26
Converting type when using a calling scope was broken in the original patch.
2017-01-2540413: WARN_NESTED_VAR subscripted variable fix.Peter Stephenson3-1/+25
No warning needed on paramter that's created temporarily to help assignment.
2017-01-2540403/0004: vcs_info set-patch-format helper: Part #4.Daniel Shahaf5-20/+26
This also fixes the %a (${hook_com[all-n]}) expando in the hg backend: before this change, it counted only unapplied changes.
2017-01-2540403/0003: vcs_info set-patch-format helper: Part #3.Daniel Shahaf5-21/+21
2017-01-2540403/0002: vcs_info set-patch-format helper: Part #2.Daniel Shahaf5-21/+22
Not all callers reset ${hook_com}, but those that don't, immediately overwrite it a few lines later.
2017-01-2540403/0001: vcs_info set-patch-format helper: Part #1.Daniel Shahaf6-28/+31
2017-01-2540401: vcs_info git: Fix the %c patch-format expando.Daniel Shahaf2-3/+6
Before this change, ${git_unapplied_s} was unused and the %c (${hook_com[unapplied]}) expando evaluated to the number of digits in the string returned by the gen-unapplied-string hook (or to the number of digits in the number of unapplied patches, when there was no such hook).
2017-01-2540396: vcs_info quilt: More documentation of '%Q' and 'use-quilt'.Daniel Shahaf2-0/+18
2017-01-2540392: vcs_info patch2subject: Support `git show` output.Daniel Shahaf2-0/+22
2017-01-24posted: Make D07 recognize more spellings of pl_PL.UTF-8Mikael Magnusson2-2/+7
FreeBSD and probably others use this spelling in locale -a output, while glibc uses the utf8 spelling.
2017-01-2440404: Only quote command in whence output with -v.Peter Stephenson2-4/+13
2017-01-2340391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson10-37/+177
These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
2017-01-23unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue.Daniel Shahaf2-0/+9
2017-01-1843080: a few more tests for autoload with absolute pathPeter Stephenson2-0/+28
2017-01-1840375: autoload with explicit path mustn't trash already loaded function.Peter Stephenson3-4/+35
Also remove unnecessary dupstring() on already duplicated string when expanding =cmd.
2017-01-17unposted: "autooad ~..." also completes filePeter Stephenson2-1/+6
2017-01-1740369: code should have been committed with 0a2d92f98Peter Stephenson1-2/+2
2017-01-1640372: turn off POSIX_IDENTIFIERS option in completionPeter Stephenson2-0/+4
2017-01-1640369: quote command paths in whence -vPeter Stephenson1-0/+3
2017-01-1640353 with tweaks to whence -v: extend directory cache use.Peter Stephenson4-31/+92
Now used for all autoloaded functions after load, including those where the file was found along fpath, reducing duplication of directory names.
2017-01-1540362: Fix setting of parameter values in compvaluesPeter Stephenson2-2/+8
2017-01-1340355: _mpc: improve playlist completionEarnestly2-1/+6
2017-01-1340345: update lsusb completionOliver Kiddle2-14/+20
2017-01-1340344: new lsblk completionOliver Kiddle2-0/+61
2017-01-12unposted: one missing *name = NULLPeter Stephenson2-0/+3
2017-01-1240342: Add directory name cache for autoload file paths.Peter Stephenson6-12/+200
This renders "autoload /blah/blah/*" as efficient as use of fpath.
2017-01-1240335: More care with autoload function path.Peter Stephenson5-6/+27
If doing "autoload -X", the path present might actually be location of file containing the function with the autoload -X. Add an explicit flag to say it's a directory for autoload.
2017-01-1240333: Fix the watch interface for utmpxJens Elkner2-54/+47
2017-01-1140332: completion for new autoload featuresPeter Stephenson2-8/+21
2017-01-1140321: _arguments option groupsOliver Kiddle4-106/+248