summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 40837: for pgrep completion, add -w on LinuxWieland Hoffmann2017-03-121-0/+5
|
* 40816: Document interaction of 'print -P' and 'print -f'.Daniel Shahaf2017-03-121-0/+5
|
* 40820: add a few tests of strftime, related to 40681Jun-ichi Takimoto2017-03-121-0/+5
|
* 40832: fix $x:P when PWD=/Barton E. Schaefer2017-03-111-0/+4
|
* unposted (github pull request #15): fix a small typo in `ip` corrections fileJohn Leuenhagen2017-03-111-0/+6
|
* 40824: grep completion handling of option deviations between different systemsOliver Kiddle2017-03-101-0/+3
|
* 40823: update option completion for sshfs 2.8Oliver Kiddle2017-03-101-0/+4
|
* 40819: Fix IS_DASH test in BRACE_CCL handlingPeter Stephenson2017-03-101-0/+4
|
* unposted: declare file local variables as staticJun-ichi Takimoto2017-03-101-0/+2
|
* unposted: silence warnings on CygwinJun-ichi Takimoto2017-03-101-0/+4
| | | | On Cygwin, h_name in struct hostent is 'const char*'
* 40808: fix typos where (x,y) should have been (x y) in _arguments syntaxFabian Klotzl2017-03-091-0/+8
|
* 40801: re-fix completion of mount points with spaces in the nameBarton E. Schaefer2017-03-091-0/+6
| | | | Turns out that work of art removed by 33963 was necessary after all
* 40803, 40804, 40805, 40806: Parameter test additions.Peter Stephenson2017-03-091-0/+8
| | | | | | Potentially dodgy string for ${(z)...} splitting from Sebastian. Check that $- and ${-} produce plausible results.
* 40796: MAGIC_EQUAL_SUBST not needed with parsed assignment.Peter Stephenson2017-03-091-0/+5
| | | | | | If typeset family builtins are recognised as keywords then the value is handled as a separate expansion and we don't need the old magic behaviour, even if the option is set.
* 40799: fix $- expansion partly broken by 40760Barton E. Schaefer2017-03-081-1/+3
|
* 40763: count wide characters and Cmatcher pointers more sanely in ↵Barton E. Schaefer2017-03-081-0/+8
| | | | | | | cfp_matcher_pats(), and count characters in pattern_match() the same way to stay in sync Might not fix wide-char matching in completion matcher-lists but should avoid wild pointer crash
* 40745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default ↵Daniel Shahaf2017-03-081-0/+3
| | | | | | | | | | behaviour. To reproduce: RPS1=foo ZLE_RPROMPT_INDENT=42 unset ZLE_RPROMPT_INDENT
* 40744: Document the SHORT_LOOPS 'function' syntax.Daniel Shahaf2017-03-081-0/+5
| | | | It's already mentioned in passing in zshoptions(1).
* 40706: Fix ordering dependence in gdbm testSebastian Gniazdowski2017-03-071-0/+3
|
* 40760: Always tokenize unquoted - to Dash.Peter Stephenson2017-03-071-0/+8
| | | | | | This fixes use of pattern match character ranges in unusual contexts. Attempt to detect a tokenized - in cases where we don't care.
* 40780: Don't use =~ for simple prefix matchMikael Magnusson2017-03-071-0/+5
|
* 40726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski2017-03-051-0/+5
|
* 40781: optimize array assignment, similar to 39995 for string assignmentSebastian Gniazdowski2017-03-041-0/+3
|
* 40654: exit cleanly from special POSIXBUILTINS in subshellsBarton E. Schaefer2017-03-041-0/+5
| | | | This patch overloads the zsh_subshell counter which is meant for $ZSH_SUBSHELL, but no one has suggested a working alternate test.
* unposted (via github): complete -Dproperty=/path_complete for antChristoffer Aasted2017-03-041-0/+3
|
* unposted (via github): Add newer C++ standard options to _gccFerenc-2017-03-041-0/+3
|
* unposted: complete 'tiled' layout for tmuxOliver Kiddle2017-03-041-0/+2
|
* unposted: fix completion argument to xz --formatOliver Kiddle2017-03-041-0/+4
|
* 40597: be flexible about order of options to _valuesOliver Kiddle2017-03-041-1/+7
|
* 40170: Fix up error resetting in curses module.Sebastian Gniazdowski2017-03-031-0/+5
| | | | | Update comment to remove confusion. The comment was based on incorrecto expectations, and the problems referred to seem to be fixed.
* 40173: No error on failure to load zsh/db/gdbm in test.Peter Stephenson2017-03-031-0/+3
| | | | | This is a soft error causing the test to be skipped, with a report to that effect.
* 40702: new KEYS_QUEUED_COUNT ZLE variablePeter Stephenson2017-03-031-0/+5
|
* 40681: strftime builtin should return 1 if ztrftime() returns -1Jun-ichi Takimoto2017-03-021-0/+5
|
* 40622 with typos fixed: functions -Ms.Peter Stephenson2017-03-011-0/+4
| | | | | | This adds the capability for mathematical functions based on shell functions to have a string argument. Module functions have had this for a long time.
* 40562: gdbm tests omitted from previous commitSebastian Gniazdowski2017-03-011-0/+5
|
* 40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.Daniel Shahaf2017-02-281-0/+5
|
* 40650: redo 40508 and 40626 with comments explaining what is actually going onBarton E. Schaefer2017-02-261-0/+5
|
* Revert 40626 which broke tests.Daniel Shahaf2017-02-261-1/+6
|
* 40640: the (A) parameter flag forces array result even if assignment syntax ↵Barton E. Schaefer2017-02-251-0/+6
| | | | is not used
* unposted: Port 40617 to the completion.Daniel Shahaf2017-02-251-0/+3
|
* 40626: Make $options re-settable.Daniel Shahaf2017-02-251-0/+5
| | | | | | Follow-up to 40508. Reported-by: James McGlashan
* unposted (cf. 40617): clarify description of ${(A)name=value} and ↵Barton E. Schaefer2017-02-231-0/+3
| | | | ${(AA)name=value}
* 40624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process ↵Barton E. Schaefer2017-02-231-0/+5
| | | | status
* 40604: revert to the old method if getutent() is not availableJun-ichi Takimoto2017-02-231-0/+5
|
* Julien Nicoulaud: 40586: discard stderrBarton E. Schaefer2017-02-211-0/+5
|
* use "diff -a" in case special characters were written to the test outputBarton E. Schaefer2017-02-201-0/+3
|
* 40598: paramsubst() should always return scalar when PREFORK_SINGLE was passedBarton E. Schaefer2017-02-201-1/+4
|
* 40565 (tweaked): test cases for assigning array to scalar with various ↵Barton E. Schaefer2017-02-201-0/+5
| | | | combinations of SHWORDSPLIT and IFS
* 40593: SHWORDSPLIT + unset IFS should cause default splitting of $@Barton E. Schaefer2017-02-201-0/+3
|
* 40576 (tweaked): entersubsh(): unblock any signals that were blocked for ↵Barton E. Schaefer2017-02-201-0/+6
| | | | | | trap handling Also small improvement to loop that resets trap handlers