Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 40801: re-fix completion of mount points with spaces in the name | Barton E. Schaefer | 2017-03-09 | 2 | -3/+15 |
| | | | | Turns out that work of art removed by 33963 was necessary after all | ||||
* | 40803, 40804, 40805, 40806: Parameter test additions. | Peter Stephenson | 2017-03-09 | 2 | -1/+21 |
| | | | | | | Potentially dodgy string for ${(z)...} splitting from Sebastian. Check that $- and ${-} produce plausible results. | ||||
* | 40796: MAGIC_EQUAL_SUBST not needed with parsed assignment. | Peter Stephenson | 2017-03-09 | 2 | -5/+25 |
| | | | | | | 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 40760 | Barton E. Schaefer | 2017-03-08 | 2 | -2/+6 |
| | |||||
* | 40763: count wide characters and Cmatcher pointers more sanely in ↵ | Barton E. Schaefer | 2017-03-08 | 4 | -58/+68 |
| | | | | | | | 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 Shahaf | 2017-03-08 | 3 | -2/+23 |
| | | | | | | | | | | behaviour. To reproduce: RPS1=foo ZLE_RPROMPT_INDENT=42 unset ZLE_RPROMPT_INDENT | ||||
* | 40744: Document the SHORT_LOOPS 'function' syntax. | Daniel Shahaf | 2017-03-08 | 2 | -0/+8 |
| | | | | It's already mentioned in passing in zshoptions(1). | ||||
* | 40706: Fix ordering dependence in gdbm test | Sebastian Gniazdowski | 2017-03-07 | 2 | -28/+49 |
| | |||||
* | 40760: Always tokenize unquoted - to Dash. | Peter Stephenson | 2017-03-07 | 12 | -67/+116 |
| | | | | | | 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 match | Mikael Magnusson | 2017-03-07 | 2 | -1/+6 |
| | |||||
* | 40726: add "zcurses resize" for sane terminal size change | Sebastian Gniazdowski | 2017-03-05 | 4 | -2/+92 |
| | |||||
* | 40781: optimize array assignment, similar to 39995 for string assignment | Sebastian Gniazdowski | 2017-03-04 | 3 | -15/+117 |
| | |||||
* | 40654: exit cleanly from special POSIXBUILTINS in subshells | Barton E. Schaefer | 2017-03-04 | 2 | -0/+6 |
| | | | | 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 ant | Christoffer Aasted | 2017-03-04 | 2 | -1/+4 |
| | |||||
* | unposted (via github): Add newer C++ standard options to _gcc | Ferenc- | 2017-03-04 | 2 | -1/+4 |
| | |||||
* | unposted: complete 'tiled' layout for tmux | Oliver Kiddle | 2017-03-04 | 2 | -1/+3 |
| | |||||
* | unposted: fix completion argument to xz --format | Oliver Kiddle | 2017-03-04 | 2 | -1/+5 |
| | |||||
* | 40715: update completion of git options for git 2.12.0 | Oliver Kiddle | 2017-03-04 | 1 | -8/+24 |
| | |||||
* | 40597: be flexible about order of options to _values | Oliver Kiddle | 2017-03-04 | 3 | -6/+13 |
| | |||||
* | 40170: Fix up error resetting in curses module. | Sebastian Gniazdowski | 2017-03-03 | 2 | -23/+17 |
| | | | | | 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 Stephenson | 2017-03-03 | 2 | -1/+4 |
| | | | | | This is a soft error causing the test to be skipped, with a report to that effect. | ||||
* | 40702: new KEYS_QUEUED_COUNT ZLE variable | Peter Stephenson | 2017-03-03 | 3 | -1/+24 |
| | |||||
* | 40681: strftime builtin should return 1 if ztrftime() returns -1 | Jun-ichi Takimoto | 2017-03-02 | 2 | -2/+11 |
| | |||||
* | 40622 with typos fixed: functions -Ms. | Peter Stephenson | 2017-03-01 | 5 | -14/+79 |
| | | | | | | 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 commit | Sebastian Gniazdowski | 2017-03-01 | 2 | -0/+312 |
| | |||||
* | 40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits. | Daniel Shahaf | 2017-02-28 | 3 | -0/+9 |
| | |||||
* | 40650: redo 40508 and 40626 with comments explaining what is actually going on | Barton E. Schaefer | 2017-02-26 | 2 | -9/+30 |
| | |||||
* | Revert 40626 which broke tests. | Daniel Shahaf | 2017-02-26 | 3 | -6/+8 |
| | |||||
* | 40640: the (A) parameter flag forces array result even if assignment syntax ↵ | Barton E. Schaefer | 2017-02-25 | 3 | -2/+29 |
| | | | | is not used | ||||
* | unposted: Port 40617 to the completion. | Daniel Shahaf | 2017-02-25 | 2 | -1/+4 |
| | |||||
* | 40626: Make $options re-settable. | Daniel Shahaf | 2017-02-25 | 3 | -2/+10 |
| | | | | | | Follow-up to 40508. Reported-by: James McGlashan | ||||
* | unposted (cf. 40617): clarify description of ${(A)name=value} and ↵ | Barton E. Schaefer | 2017-02-23 | 2 | -5/+8 |
| | | | | ${(AA)name=value} | ||||
* | 40624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process ↵ | Barton E. Schaefer | 2017-02-23 | 2 | -0/+10 |
| | | | | status | ||||
* | 40604: revert to the old method if getutent() is not available | Jun-ichi Takimoto | 2017-02-23 | 3 | -5/+28 |
| | |||||
* | Julien Nicoulaud: 40586: discard stderr | Barton E. Schaefer | 2017-02-21 | 2 | -1/+6 |
| | |||||
* | use "diff -a" in case special characters were written to the test output | Barton E. Schaefer | 2017-02-20 | 2 | -1/+4 |
| | |||||
* | 40598: paramsubst() should always return scalar when PREFORK_SINGLE was passed | Barton E. Schaefer | 2017-02-20 | 2 | -2/+18 |
| | |||||
* | 40565 (tweaked): test cases for assigning array to scalar with various ↵ | Barton E. Schaefer | 2017-02-20 | 2 | -0/+85 |
| | | | | combinations of SHWORDSPLIT and IFS | ||||
* | 40593: SHWORDSPLIT + unset IFS should cause default splitting of $@ | Barton E. Schaefer | 2017-02-20 | 2 | -1/+5 |
| | |||||
* | 40576 (tweaked): entersubsh(): unblock any signals that were blocked for ↵ | Barton E. Schaefer | 2017-02-20 | 2 | -3/+20 |
| | | | | | | trap handling Also small improvement to loop that resets trap handlers | ||||
* | update gphoto2 completion for new options up to gphoto2 2.5.11 | Oliver Kiddle | 2017-02-19 | 2 | -32/+85 |
| | |||||
* | 40568: REMATCH_PCRE is not enabled by default, fix doc. | Øystein Walle | 2017-02-17 | 2 | -1/+4 |
| | |||||
* | 40558, 40562: General improvements to zsh/db/gdbm module | Sebastian Gniazdowski | 2017-02-17 | 4 | -72/+454 |
| | |||||
* | 40524: do not free a null array | Barton E. Schaefer | 2017-02-13 | 2 | -1/+4 |
| | |||||
* | 40539: typo in MIPS branch of argument selection | Fabian Klotzl | 2017-02-13 | 2 | -1/+6 |
| | |||||
* | 40537: Document previous change to autoload | Peter Stephenson | 2017-02-13 | 2 | -1/+6 |
| | |||||
* | 40536: Prepend directory to $fpath. | Peter Stephenson | 2017-02-13 | 3 | -0/+43 |
| | | | | | | Used if parent function is autoloaded by absolute path so as to find functions in the same suite without shell code modification. | ||||
* | 40512: new entr completion | Oliver Kiddle | 2017-02-10 | 2 | -0/+11 |
| | |||||
* | unposted: using a colon in the tag name for lsusb completion was not such a ↵ | Oliver Kiddle | 2017-02-10 | 2 | -1/+6 |
| | | | | good idea | ||||
* | 40510: vcs_info: Update the $psvar episode with '%'-unescaping. (Follow-up ↵ | Daniel Shahaf | 2017-02-09 | 3 | -1/+7 |
| | | | | to 40492.) |