summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 40479: vcs_info set-patch-format: Prepare for more code sharing between the ↵Daniel Shahaf2017-02-031-0/+7
| | | | | | callers. This changes hook invocation order in the hg backend.
* 40481: vcs_info hg: Pass arguments to the set-patch-format hook.Daniel Shahaf2017-02-031-0/+3
|
* 40478: vcs_info set-patch-format: Guard against empty variable elision.Daniel Shahaf2017-02-031-0/+3
|
* 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf2017-02-031-0/+6
| | | | 'standalone' mode.
* 40486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson2017-02-021-0/+5
| | | | | This because they are created implicitly rather than by explicit user request, so the warning may not be useful.
* 40483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processesBarton E. Schaefer2017-02-011-0/+5
|
* 40460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing ↵Daniel Shahaf2017-02-011-0/+5
| | | | array
* 40470: make the test work also with ASCII collationJun-ichi Takimoto2017-02-011-0/+5
| | | | | a few OSs (macOS and some versions of BSDs) use ASCII collation even if UTF-8 locale is in use
* 40466: Update dependencies for config.h.in / autoheader.Peter Stephenson2017-01-311-0/+5
| | | | Needs to happen after autoconf.
* 40469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of ↵Barton E. Schaefer2017-01-301-0/+5
| | | | signal queueing.
* 40465: update methods to output $PWD in tests.Peter Stephenson2017-01-301-0/+5
| | | | | Use method from B01cd.tst which resolves symbolic links and matches against parameter in output.
* 40450, 40451: Swifth language completion.Zhiming Wang2017-01-291-0/+6
| | | | Also resolve whether this is the openstack "swift" command.
* 40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ↵Barton E. Schaefer2017-01-291-0/+6
| | | | not re-entrant.
* 40439: PAT_HEAPDUP definition just for clarityBarton E. Schaefer2017-01-281-0/+4
|
* 40440: Add $functions_source hash to zsh/parameter.Peter Stephenson2017-01-281-0/+7
| | | | This allows you to find out where a function was loaded from.
* 40200: Updated Perforce completionZach Whaley2017-01-271-0/+3
|
* 40425: HAVE_* tests for getutxent etc.Peter Stephenson2017-01-271-0/+5
| | | | | Not yet 100% clear where the #if's go, depends on how various systems implement the old or new formats.
* 40423: WARN_NESTED_VARS, conversion the other wayPeter Stephenson2017-01-261-0/+3
|
* 40422: More WARN_NESTED_VAR cases.Peter Stephenson2017-01-261-0/+5
| | | | | Converting type when using a calling scope was broken in the original patch.
* 40413: WARN_NESTED_VAR subscripted variable fix.Peter Stephenson2017-01-251-0/+5
| | | | | No warning needed on paramter that's created temporarily to help assignment.
* 40403/0004: vcs_info set-patch-format helper: Part #4.Daniel Shahaf2017-01-251-0/+6
| | | | | This also fixes the %a (${hook_com[all-n]}) expando in the hg backend: before this change, it counted only unapplied changes.
* 40403/0003: vcs_info set-patch-format helper: Part #3.Daniel Shahaf2017-01-251-0/+6
|
* 40403/0002: vcs_info set-patch-format helper: Part #2.Daniel Shahaf2017-01-251-0/+6
| | | | | Not all callers reset ${hook_com}, but those that don't, immediately overwrite it a few lines later.
* 40403/0001: vcs_info set-patch-format helper: Part #1.Daniel Shahaf2017-01-251-0/+7
|
* 40401: vcs_info git: Fix the %c patch-format expando.Daniel Shahaf2017-01-251-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).
* 40396: vcs_info quilt: More documentation of '%Q' and 'use-quilt'.Daniel Shahaf2017-01-251-0/+3
|
* 40392: vcs_info patch2subject: Support `git show` output.Daniel Shahaf2017-01-251-0/+5
|
* posted: Make D07 recognize more spellings of pl_PL.UTF-8Mikael Magnusson2017-01-241-0/+5
| | | | | FreeBSD and probably others use this spelling in locale -a output, while glibc uses the utf8 spelling.
* 40404: Only quote command in whence output with -v.Peter Stephenson2017-01-241-0/+5
|
* 40391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson2017-01-231-0/+8
| | | | | These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered.
* unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue.Daniel Shahaf2017-01-231-0/+4
|
* 43080: a few more tests for autoload with absolute pathPeter Stephenson2017-01-181-0/+3
|
* 40375: autoload with explicit path mustn't trash already loaded function.Peter Stephenson2017-01-181-0/+6
| | | | | Also remove unnecessary dupstring() on already duplicated string when expanding =cmd.
* unposted: "autooad ~..." also completes filePeter Stephenson2017-01-171-0/+5
|
* 40372: turn off POSIX_IDENTIFIERS option in completionPeter Stephenson2017-01-161-0/+3
|
* 40369: quote command paths in whence -vPeter Stephenson2017-01-161-0/+3
|
* 40353 with tweaks to whence -v: extend directory cache use.Peter Stephenson2017-01-161-0/+7
| | | | | | Now used for all autoloaded functions after load, including those where the file was found along fpath, reducing duplication of directory names.
* 40362: Fix setting of parameter values in compvaluesPeter Stephenson2017-01-151-0/+6
|
* 40355: _mpc: improve playlist completionEarnestly2017-01-131-0/+5
|
* 40345: update lsusb completionOliver Kiddle2017-01-131-1/+3
|
* 40344: new lsblk completionOliver Kiddle2017-01-131-0/+4
|
* unposted: one missing *name = NULLPeter Stephenson2017-01-121-0/+2
|
* 40342: Add directory name cache for autoload file paths.Peter Stephenson2017-01-121-0/+6
| | | | | This renders "autoload /blah/blah/*" as efficient as use of fpath.
* 40335: More care with autoload function path.Peter Stephenson2017-01-121-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.
* 40333: Fix the watch interface for utmpxJens Elkner2017-01-121-0/+5
|
* 40332: completion for new autoload featuresPeter Stephenson2017-01-111-0/+5
|
* 40321: _arguments option groupsOliver Kiddle2017-01-111-0/+5
|
* unposted: more care with shell function filename.Peter Stephenson2017-01-111-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.
* Add features associated with autoloading a function using an absolutePeter Stephenson2017-01-111-0/+8
| | | | | | | | | | | | | path. -d defaults to normal fpath -r remembers the path without actually loading. May be combined with -d. -R does the same but it's an error if not found -X can now take a directory path: this is used to output not yet loaded functions that have an associated path.
* 40305: fix some problems redisplaying command line after interrupt.Peter Stephenson2017-01-101-0/+4
| | | | | | | | | | | | Back off previous fix as this only covered some subset of problems. Remaining problems happend after reset-prompt in TRAPINT. One was in complist and is fixed by not attempting to list after an error or interrupt. The other was owing to not resetting clearflag when ZLE was re-entered.