summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-10unposted: declare file local variables as staticJun-ichi Takimoto2-2/+4
2017-03-10unposted: silence warnings on CygwinJun-ichi Takimoto2-1/+6
On Cygwin, h_name in struct hostent is 'const char*'
2017-03-0940808: fix typos where (x,y) should have been (x y) in _arguments syntaxFabian Klotzl12-11/+19
2017-03-0940801: re-fix completion of mount points with spaces in the nameBarton E. Schaefer2-3/+15
Turns out that work of art removed by 33963 was necessary after all
2017-03-0940803, 40804, 40805, 40806: Parameter test additions.Peter Stephenson2-1/+21
Potentially dodgy string for ${(z)...} splitting from Sebastian. Check that $- and ${-} produce plausible results.
2017-03-0940796: MAGIC_EQUAL_SUBST not needed with parsed assignment.Peter Stephenson2-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.
2017-03-0840799: fix $- expansion partly broken by 40760Barton E. Schaefer2-2/+6
2017-03-0840763: count wide characters and Cmatcher pointers more sanely in ↵Barton E. Schaefer4-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
2017-03-0840745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default ↵Daniel Shahaf3-2/+23
behaviour. To reproduce: RPS1=foo ZLE_RPROMPT_INDENT=42 unset ZLE_RPROMPT_INDENT
2017-03-0840744: Document the SHORT_LOOPS 'function' syntax.Daniel Shahaf2-0/+8
It's already mentioned in passing in zshoptions(1).
2017-03-0740706: Fix ordering dependence in gdbm testSebastian Gniazdowski2-28/+49
2017-03-0740760: Always tokenize unquoted - to Dash.Peter Stephenson12-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.
2017-03-0740780: Don't use =~ for simple prefix matchMikael Magnusson2-1/+6
2017-03-0540726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski4-2/+92
2017-03-0440781: optimize array assignment, similar to 39995 for string assignmentSebastian Gniazdowski3-15/+117
2017-03-0440654: exit cleanly from special POSIXBUILTINS in subshellsBarton E. Schaefer2-0/+6
This patch overloads the zsh_subshell counter which is meant for $ZSH_SUBSHELL, but no one has suggested a working alternate test.
2017-03-04unposted (via github): complete -Dproperty=/path_complete for antChristoffer Aasted2-1/+4
2017-03-04unposted (via github): Add newer C++ standard options to _gccFerenc-2-1/+4
2017-03-04unposted: complete 'tiled' layout for tmuxOliver Kiddle2-1/+3
2017-03-04unposted: fix completion argument to xz --formatOliver Kiddle2-1/+5
2017-03-0440715: update completion of git options for git 2.12.0Oliver Kiddle1-8/+24
2017-03-0440597: be flexible about order of options to _valuesOliver Kiddle3-6/+13
2017-03-0340170: Fix up error resetting in curses module.Sebastian Gniazdowski2-23/+17
Update comment to remove confusion. The comment was based on incorrecto expectations, and the problems referred to seem to be fixed.
2017-03-0340173: No error on failure to load zsh/db/gdbm in test.Peter Stephenson2-1/+4
This is a soft error causing the test to be skipped, with a report to that effect.
2017-03-0340702: new KEYS_QUEUED_COUNT ZLE variablePeter Stephenson3-1/+24
2017-03-0240681: strftime builtin should return 1 if ztrftime() returns -1Jun-ichi Takimoto2-2/+11
2017-03-0140622 with typos fixed: functions -Ms.Peter Stephenson5-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.
2017-03-0140562: gdbm tests omitted from previous commitSebastian Gniazdowski2-0/+312
2017-02-2840641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.Daniel Shahaf3-0/+9
2017-02-2640650: redo 40508 and 40626 with comments explaining what is actually going onBarton E. Schaefer2-9/+30
2017-02-26Revert 40626 which broke tests.Daniel Shahaf3-6/+8
2017-02-2540640: the (A) parameter flag forces array result even if assignment syntax ↵Barton E. Schaefer3-2/+29
is not used
2017-02-25unposted: Port 40617 to the completion.Daniel Shahaf2-1/+4
2017-02-2540626: Make $options re-settable.Daniel Shahaf3-2/+10
Follow-up to 40508. Reported-by: James McGlashan
2017-02-23unposted (cf. 40617): clarify description of ${(A)name=value} and ↵Barton E. Schaefer2-5/+8
${(AA)name=value}
2017-02-2340624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process ↵Barton E. Schaefer2-0/+10
status
2017-02-2340604: revert to the old method if getutent() is not availableJun-ichi Takimoto3-5/+28
2017-02-21Julien Nicoulaud: 40586: discard stderrBarton E. Schaefer2-1/+6
2017-02-20use "diff -a" in case special characters were written to the test outputBarton E. Schaefer2-1/+4
2017-02-2040598: paramsubst() should always return scalar when PREFORK_SINGLE was passedBarton E. Schaefer2-2/+18
2017-02-2040565 (tweaked): test cases for assigning array to scalar with various ↵Barton E. Schaefer2-0/+85
combinations of SHWORDSPLIT and IFS
2017-02-2040593: SHWORDSPLIT + unset IFS should cause default splitting of $@Barton E. Schaefer2-1/+5
2017-02-2040576 (tweaked): entersubsh(): unblock any signals that were blocked for ↵Barton E. Schaefer2-3/+20
trap handling Also small improvement to loop that resets trap handlers
2017-02-19update gphoto2 completion for new options up to gphoto2 2.5.11Oliver Kiddle2-32/+85
2017-02-1740568: REMATCH_PCRE is not enabled by default, fix doc.Øystein Walle2-1/+4
2017-02-1740558, 40562: General improvements to zsh/db/gdbm moduleSebastian Gniazdowski4-72/+454
2017-02-1340524: do not free a null arrayBarton E. Schaefer2-1/+4
2017-02-1340539: typo in MIPS branch of argument selectionFabian Klotzl2-1/+6
2017-02-1340537: Document previous change to autoloadPeter Stephenson2-1/+6
2017-02-1340536: Prepend directory to $fpath.Peter Stephenson3-0/+43
Used if parent function is autoloaded by absolute path so as to find functions in the same suite without shell code modification.