about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 34961: clean up declarations of quote() and quotebreak()Barton E. Schaefer2015-04-251-0/+2
|
* 34961: sysparams[pid] and sysparams[ppid] added to variables indexBarton E. Schaefer2015-04-251-0/+3
|
* 34961: replace a couple of free() with zfree() for consistencyBarton E. Schaefer2015-04-251-0/+3
|
* 34961: add backslash to alias expansion matching (related to workers/32186)Barton E. Schaefer2015-04-251-0/+3
|
* 34961: test for breadth-first glob with (Y1) qualifier (originally ↵Barton E. Schaefer2015-04-251-0/+5
| | | | workers/32726)
* 34955: save and restore list_pipe_job with its friendsPeter Stephenson2015-04-241-0/+6
| | | | This is needed to stop source() messing up job control.
* 34940: _fc: fix typo breaking completion for historyOliver Kiddle2015-04-241-0/+5
|
* Revert "34926: _fc: Remove a spurious 2"Mikael Magnusson2015-04-211-4/+0
| | | | This reverts commit dd623b44032b11509ccc2e6f8c307d2f7bd2d722.
* 34926: _fc: Remove a spurious 2Mikael Magnusson2015-04-191-0/+4
|
* 34921: handle error in recursive par_event().Peter Stephenson2015-04-171-0/+4
| | | | Here documents in an interrupted list caused bad juju.
* 34920: info on git pullPeter Stephenson2015-04-171-0/+4
|
* 34919: update interrupt parse error for ZLE cases.Peter Stephenson2015-04-171-0/+3
| | | | Covers both send-break and push-input.
* 34899: completion: _vim: add nvim to #compdefDaniel Hahler2015-04-171-0/+5
| | | | nvim is used by NeoVim and is fairly compatible.
* 34905: no parse error after keyboard interrupt.Peter Stephenson2015-04-171-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 itMikael Magnusson2015-04-161-0/+6
|
* 34901: Test for the previous commitPeter Stephenson2015-04-151-0/+2
|
* 34900: assignment before an "exec".Peter Stephenson2015-04-151-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 casesPeter Stephenson2015-04-151-0/+3
|
* 34892 (slightly tweaked): math evaluation fixPeter Stephenson2015-04-151-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 Stephenson2015-04-151-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 Shahaf2015-04-131-0/+3
|
* 34886: completion: git: Complete rebase --exec argumentDaniel Shahaf2015-04-131-0/+3
|
* 34885: completion: git: Sort "commit object" completions most recent firstDaniel Shahaf2015-04-131-0/+3
|
* 34885: completion: git: Fix another instance of the 34671 bug fixed in 34814Daniel Shahaf2015-04-131-0/+5
|
* 34880: POSIX_TRAPS docHan Pingtian2015-04-131-0/+2
|
* 34875: CSH_JUNKIE_HISTORY docHan Pingtian2015-04-131-0/+2
|
* users/20078: HIST_BEEP docHan Pingtian2015-04-131-0/+4
|
* 34874: completion for cabalClint Adams2015-04-101-0/+5
|
* 34748: completion: git: update list of builtintoolsDaniel Hahler2015-04-101-0/+5
|
* 34850: make URLs in html/pdf docs clickableJun-ichi Takimoto2015-04-071-0/+7
|
* 34851: fix thinko from 34093 that short-circuited some "whence -m" searchesBarton E. Schaefer2015-04-061-0/+5
|
* 34837: avoid loss of original file path when applying colon-modifiers in ↵Barton E. Schaefer2015-04-031-0/+6
| | | | glob qualifiers
* 34840: minor format fixes in prompt.yoJun-ichi Takimoto2015-04-031-1/+5
|
* 34836: fix description of '%-0<<' in prompt.yoJun-ichi Takimoto2015-04-031-0/+4
|
* 34814: completion: git: Fix bug introduced by 236da69Daniel Shahaf2015-04-011-0/+5
| | | | Based on a patch by Daniel Hahler <git@thequod.de>.
* 34822: correction to GLOB_SUBST docHan Pingtian2015-04-011-0/+5
|
* users/20058: improve device completion in ip completion.Peter Stephenson2015-03-311-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 Stephenson2015-03-291-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 typeTheo Buehler2015-03-291-0/+4
|
* 34762: completion: git: add short option for '--dir-diff' (_git-difftool)Daniel Hahler2015-03-291-0/+5
|
* 34781: add implicit space after alias expansion of tokens that form words ↵Barton E. Schaefer2015-03-281-0/+4
| | | | | | without spacing fixes crash when using completion immediately following such an alias
* 34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionalsBarton E. Schaefer2015-03-281-0/+5
|
* 34788: refine errflag handling in cmd_or_math()Barton E. Schaefer2015-03-271-0/+4
|
* 34785: fix typo in SHINSTDIN docHan Pingtian2015-03-271-0/+2
|
* 34787: Add more history testsPeter Stephenson2015-03-271-0/+4
|
* 34784: fix old bug with history word selectionPeter Stephenson2015-03-261-0/+5
|
* 34779: tests for 34776Barton E. Schaefer2015-03-251-0/+6
|
* 34769: incorrect doc of process time calculationHan Pingtian2015-03-251-0/+5
|
* 34776: improve suppression of alias expansions from history.Peter Stephenson2015-03-251-0/+5
| | | | | Now uses the mechanism in use for other forms of suppression of sections of input.
* 34774: fix %prep and use read from a no-op pipe to force wait for the timeoutBarton E. Schaefer2015-03-251-0/+5
|