summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2017-02-04unposted: vcs_info git: Fix typo in manual.Daniel Shahaf1-0/+6
2017-02-0340480: vcs_info set-patch-format: Eliminate the remaining code duplication.Daniel Shahaf1-0/+6
2017-02-0340479: vcs_info set-patch-format: Prepare for more code sharing between the ↵Daniel Shahaf1-0/+7
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 Shahaf1-0/+3
2017-02-0340478: vcs_info set-patch-format: Guard against empty variable elision.Daniel Shahaf1-0/+3
2017-02-0340476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf1-0/+6
'standalone' mode.
2017-02-0240486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson1-0/+5
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. Schaefer1-0/+5
2017-02-0140460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing ↵Daniel Shahaf1-0/+5
array
2017-02-0140470: make the test work also with ASCII collationJun-ichi Takimoto1-0/+5
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 Stephenson1-0/+5
Needs to happen after autoconf.
2017-01-3040469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of ↵Barton E. Schaefer1-0/+5
signal queueing.
2017-01-3040465: update methods to output $PWD in tests.Peter Stephenson1-0/+5
Use method from B01cd.tst which resolves symbolic links and matches against parameter in output.
2017-01-2940450, 40451: Swifth language completion.Zhiming Wang1-0/+6
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. Schaefer1-0/+6
not re-entrant.
2017-01-2840439: PAT_HEAPDUP definition just for clarityBarton E. Schaefer1-0/+4
2017-01-2840440: Add $functions_source hash to zsh/parameter.Peter Stephenson1-0/+7
This allows you to find out where a function was loaded from.
2017-01-2740200: Updated Perforce completionZach Whaley1-0/+3
2017-01-2740425: HAVE_* tests for getutxent etc.Peter Stephenson1-0/+5
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 Stephenson1-0/+3
2017-01-2640422: More WARN_NESTED_VAR cases.Peter Stephenson1-0/+5
Converting type when using a calling scope was broken in the original patch.
2017-01-2540413: WARN_NESTED_VAR subscripted variable fix.Peter Stephenson1-0/+5
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 Shahaf1-0/+6
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 Shahaf1-0/+6
2017-01-2540403/0002: vcs_info set-patch-format helper: Part #2.Daniel Shahaf1-0/+6
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 Shahaf1-0/+7
2017-01-2540401: vcs_info git: Fix the %c patch-format expando.Daniel Shahaf1-0/+3
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 Shahaf1-0/+3
2017-01-2540392: vcs_info patch2subject: Support `git show` output.Daniel Shahaf1-0/+5
2017-01-24posted: Make D07 recognize more spellings of pl_PL.UTF-8Mikael Magnusson1-0/+5
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 Stephenson1-0/+5
2017-01-2340391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson1-0/+8
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 Shahaf1-0/+4
2017-01-1843080: a few more tests for autoload with absolute pathPeter Stephenson1-0/+3
2017-01-1840375: autoload with explicit path mustn't trash already loaded function.Peter Stephenson1-0/+6
Also remove unnecessary dupstring() on already duplicated string when expanding =cmd.
2017-01-17unposted: "autooad ~..." also completes filePeter Stephenson1-0/+5
2017-01-1640372: turn off POSIX_IDENTIFIERS option in completionPeter Stephenson1-0/+3
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 Stephenson1-0/+7
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 Stephenson1-0/+6
2017-01-1340355: _mpc: improve playlist completionEarnestly1-0/+5
2017-01-1340345: update lsusb completionOliver Kiddle1-1/+3
2017-01-1340344: new lsblk completionOliver Kiddle1-0/+4
2017-01-12unposted: one missing *name = NULLPeter Stephenson1-0/+2
2017-01-1240342: Add directory name cache for autoload file paths.Peter Stephenson1-0/+6
This renders "autoload /blah/blah/*" as efficient as use of fpath.
2017-01-1240335: More care with autoload function path.Peter Stephenson1-0/+4
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 Elkner1-0/+5
2017-01-1140332: completion for new autoload featuresPeter Stephenson1-0/+5
2017-01-1140321: _arguments option groupsOliver Kiddle1-0/+5
2017-01-11unposted: more care with shell function filename.Peter Stephenson1-0/+3
When updating shfunc structure to change filename we should be careful to free whatever's there already, we may now be the directory in which to find the function definition. After loading the field contains the full name of the file.