Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 34966: "whence -v" for a function reports whether the function is autoloaded ↵ | Barton E. Schaefer | 2015-04-25 | 1 | -0/+3 |
| | | | | or its source file when known | ||||
* | 34965: consistent use of zalloc/zrealloc/zfree | Barton E. Schaefer | 2015-04-25 | 1 | -0/+2 |
| | |||||
* | 34961: avoid _message because it aborts completer list too early | Barton E. Schaefer | 2015-04-25 | 1 | -0/+3 |
| | |||||
* | 34961: unquote history words when command line has a quote | Barton E. Schaefer | 2015-04-25 | 1 | -0/+3 |
| | |||||
* | 34961: properly handle the case of finding no files when searching $fpath ↵ | Barton E. Schaefer | 2015-04-25 | 1 | -0/+3 |
| | | | | and $_compdir | ||||
* | 34961: minor wording clarification | Barton E. Schaefer | 2015-04-25 | 1 | -0/+2 |
| | |||||
* | 34961: $TZ is implicitly local in builtin strftime (originally workers/34602 ↵ | Barton E. Schaefer | 2015-04-25 | 1 | -0/+3 |
| | | | | from workers/34596) | ||||
* | 34961: clean up declarations of quote() and quotebreak() | Barton E. Schaefer | 2015-04-25 | 1 | -0/+2 |
| | |||||
* | 34961: sysparams[pid] and sysparams[ppid] added to variables index | Barton E. Schaefer | 2015-04-25 | 1 | -0/+3 |
| | |||||
* | 34961: replace a couple of free() with zfree() for consistency | Barton E. Schaefer | 2015-04-25 | 1 | -0/+3 |
| | |||||
* | 34961: add backslash to alias expansion matching (related to workers/32186) | Barton E. Schaefer | 2015-04-25 | 1 | -0/+3 |
| | |||||
* | 34961: test for breadth-first glob with (Y1) qualifier (originally ↵ | Barton E. Schaefer | 2015-04-25 | 1 | -0/+5 |
| | | | | workers/32726) | ||||
* | 34955: save and restore list_pipe_job with its friends | Peter Stephenson | 2015-04-24 | 1 | -0/+6 |
| | | | | This is needed to stop source() messing up job control. | ||||
* | 34940: _fc: fix typo breaking completion for history | Oliver Kiddle | 2015-04-24 | 1 | -0/+5 |
| | |||||
* | Revert "34926: _fc: Remove a spurious 2" | Mikael Magnusson | 2015-04-21 | 1 | -4/+0 |
| | | | | This reverts commit dd623b44032b11509ccc2e6f8c307d2f7bd2d722. | ||||
* | 34926: _fc: Remove a spurious 2 | Mikael Magnusson | 2015-04-19 | 1 | -0/+4 |
| | |||||
* | 34921: handle error in recursive par_event(). | Peter Stephenson | 2015-04-17 | 1 | -0/+4 |
| | | | | Here documents in an interrupted list caused bad juju. | ||||
* | 34920: info on git pull | Peter Stephenson | 2015-04-17 | 1 | -0/+4 |
| | |||||
* | 34919: update interrupt parse error for ZLE cases. | Peter Stephenson | 2015-04-17 | 1 | -0/+3 |
| | | | | Covers both send-break and push-input. | ||||
* | 34899: completion: _vim: add nvim to #compdef | Daniel Hahler | 2015-04-17 | 1 | -0/+5 |
| | | | | nvim is used by NeoVim and is fairly compatible. | ||||
* | 34905: no parse error after keyboard interrupt. | Peter Stephenson | 2015-04-17 | 1 | -0/+5 |
| | | | | | | | | Handled generally, though only showing up in special nested cases. Also fix ZLE so it doesn't cancel the interrupt flag when not actually returning from a local keymap. | ||||
* | 34902: Doc: Explain the numeric argument and be consistent about what we call it | Mikael Magnusson | 2015-04-16 | 1 | -0/+6 |
| | |||||
* | 34901: Test for the previous commit | Peter Stephenson | 2015-04-15 | 1 | -0/+2 |
| | |||||
* | 34900: assignment before an "exec". | Peter Stephenson | 2015-04-15 | 1 | -0/+5 |
| | | | | | | Without POSXIBUILTIN: restore after, so we only get side effects. With POSXIBUILTIN: keep set variable | ||||
* | unposted: rewrite Nularg math handling to be like other cases | Peter Stephenson | 2015-04-15 | 1 | -0/+3 |
| | |||||
* | 34892 (slightly tweaked): math evaluation fix | Peter Stephenson | 2015-04-15 | 1 | -0/+3 |
| | | | | | An empty expression resulting from substitution includes a Nularg, which needs handling the same as an empty string. | ||||
* | 34887: Fix POSIX_BUILTINS with assignment. | Peter Stephenson | 2015-04-15 | 1 | -0/+6 |
| | | | | | | | | | | | In the form var=val command special-builtin-or-func the var is restored after execution, unlike the case where "command" is absent. Clear up case in code that handles this. Add tests. | ||||
* | users/20159: completion: zstyle: Add 'show-ambiguity' | Daniel Shahaf | 2015-04-13 | 1 | -0/+3 |
| | |||||
* | 34886: completion: git: Complete rebase --exec argument | Daniel Shahaf | 2015-04-13 | 1 | -0/+3 |
| | |||||
* | 34885: completion: git: Sort "commit object" completions most recent first | Daniel Shahaf | 2015-04-13 | 1 | -0/+3 |
| | |||||
* | 34885: completion: git: Fix another instance of the 34671 bug fixed in 34814 | Daniel Shahaf | 2015-04-13 | 1 | -0/+5 |
| | |||||
* | 34880: POSIX_TRAPS doc | Han Pingtian | 2015-04-13 | 1 | -0/+2 |
| | |||||
* | 34875: CSH_JUNKIE_HISTORY doc | Han Pingtian | 2015-04-13 | 1 | -0/+2 |
| | |||||
* | users/20078: HIST_BEEP doc | Han Pingtian | 2015-04-13 | 1 | -0/+4 |
| | |||||
* | 34874: completion for cabal | Clint Adams | 2015-04-10 | 1 | -0/+5 |
| | |||||
* | 34748: completion: git: update list of builtintools | Daniel Hahler | 2015-04-10 | 1 | -0/+5 |
| | |||||
* | 34850: make URLs in html/pdf docs clickable | Jun-ichi Takimoto | 2015-04-07 | 1 | -0/+7 |
| | |||||
* | 34851: fix thinko from 34093 that short-circuited some "whence -m" searches | Barton E. Schaefer | 2015-04-06 | 1 | -0/+5 |
| | |||||
* | 34837: avoid loss of original file path when applying colon-modifiers in ↵ | Barton E. Schaefer | 2015-04-03 | 1 | -0/+6 |
| | | | | glob qualifiers | ||||
* | 34840: minor format fixes in prompt.yo | Jun-ichi Takimoto | 2015-04-03 | 1 | -1/+5 |
| | |||||
* | 34836: fix description of '%-0<<' in prompt.yo | Jun-ichi Takimoto | 2015-04-03 | 1 | -0/+4 |
| | |||||
* | 34814: completion: git: Fix bug introduced by 236da69 | Daniel Shahaf | 2015-04-01 | 1 | -0/+5 |
| | | | | Based on a patch by Daniel Hahler <git@thequod.de>. | ||||
* | 34822: correction to GLOB_SUBST doc | Han Pingtian | 2015-04-01 | 1 | -0/+5 |
| | |||||
* | users/20058: improve device completion in ip completion. | Peter Stephenson | 2015-03-31 | 1 | -0/+7 |
| | | | | | We were too eager to regard strings already on the command line as possible devices. | ||||
* | 34817: Catch some errors earlier when reading history. | Peter Stephenson | 2015-03-29 | 1 | -0/+6 |
| | | | | | | | | Mostly for the case of an interrupt. Don't try to process words when we know something's gone wrong. Also abort history reading earlier on an interrupt. | ||||
* | 34792: langinfo: Fix pointer type | Theo Buehler | 2015-03-29 | 1 | -0/+4 |
| | |||||
* | 34762: completion: git: add short option for '--dir-diff' (_git-difftool) | Daniel Hahler | 2015-03-29 | 1 | -0/+5 |
| | |||||
* | 34781: add implicit space after alias expansion of tokens that form words ↵ | Barton E. Schaefer | 2015-03-28 | 1 | -0/+4 |
| | | | | | | without spacing fixes crash when using completion immediately following such an alias | ||||
* | 34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionals | Barton E. Schaefer | 2015-03-28 | 1 | -0/+5 |
| | |||||
* | 34788: refine errflag handling in cmd_or_math() | Barton E. Schaefer | 2015-03-27 | 1 | -0/+4 |
| |