about summary refs log tree commit diff
path: root/Src/parse.c
Commit message (Expand)AuthorAgeFilesLines
* unposted: fix up for 5.0.8-test-2 zsh-5.0.8-test-2Peter Stephenson2015-08-211-1/+1
* 36265 plus FAQ: fix alias expansion after "function"Peter Stephenson2015-08-211-2/+3
* 36022 fix bug that some loop constructs could not be interrupted, revise sign...Barton E. Schaefer2015-08-091-0/+8
* 35643: Redirections after typeset assignments were broken.Peter Stephenson2015-06-281-0/+2
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-21/+110
* 35306: "test -z \(" failed due to parse confusionPeter Stephenson2015-05-271-8/+17
* 35250: Fix case documentation (SH_GLOB)Peter Stephenson2015-05-211-2/+2
* 35248: treat fully parenthised zsh patterns as complete case patterns againPeter Stephenson2015-05-211-10/+85
* 35184: Additional case fix for 35168.Peter Stephenson2015-05-181-2/+0
* 35168: Improve parsing of case patterns.Peter Stephenson2015-05-181-66/+23
* 34921: handle error in recursive par_event().Peter Stephenson2015-04-171-0/+1
* 34905: no parse error after keyboard interrupt.Peter Stephenson2015-04-171-1/+1
* 34514: Back out 34485, an alternate solution needs to be worked out.Barton E. Schaefer2015-02-121-2/+4
* 34485: More rationalisation for anonymous functions.Peter Stephenson2015-02-091-4/+2
* Rearrange context saving.Peter Stephenson2015-01-091-3/+80
* Fix command substitutions to parse contents as they are read in.Peter Stephenson2015-01-081-9/+20
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-15/+16
* unposted: fix compiler set-but-not-used warning.Wayne Davison2014-11-281-2/+4
* 33346: another bit of the 33345 repairBart Schaefer2014-10-031-1/+2
* 33345: fix anonymous function complex command handling.Peter Stephenson2014-10-031-83/+84
* unposted: comments in previous commit were reversedPeter Stephenson2014-10-031-4/+4
* 33343: Variant anonymous function synax with arguments.Peter Stephenson2014-10-031-7/+24
* 33285: apply function definition redirections at executionPeter Stephenson2014-09-291-9/+78
* 33242: tokens following if, for, repeat, while aren't in command positionPeter Stephenson2014-09-261-2/+14
* 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibilityBarton E. Schaefer2014-05-131-13/+28
* 32552 (updated by 32560): fix segfault when using process substitution in ano...Andrew Waldron2014-04-181-2/+2
* 31696: In "test" No One Can Hear If You Shriek.Peter Stephenson2013-09-041-3/+11
* 31574: alternative fix for bad fd if no FD_CLOEXEC.Peter Stephenson2013-07-251-8/+16
* 31545: Use of FD_CLOEXEC to remove possibility of fd reuse.Peter Stephenson2013-07-201-0/+7
* this prevent process-based features from working in their argumentsPeter Stephenson2012-12-211-2/+4
* 30735: array substitutions aren't simple:Peter Stephenson2012-10-251-0/+5
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-1/+1
* 30715: use enum lextok for variables containing lexical tokensPeter Stephenson2012-10-051-22/+25
* 29633: more care with anonymous and other functionsPeter Stephenson2011-08-031-2/+8
* 29626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson2011-07-281-0/+2
* 29492: add argument handling to anonymous functionsPeter Stephenson2011-06-191-2/+28
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-2/+2
* Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson2010-12-201-4/+4
* 28338: keep =~ from inverting sense of subsequent tests (after &&/||)pdpennock2010-10-101-1/+2
* 28259: Finally fix some ancient problems with here-documentsPeter Stephenson2010-09-141-7/+24
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-5/+5
* 27284: better use of movefd()Peter Stephenson2009-09-221-0/+2
* users/14240: assignment before a function definition is an errorPeter Stephenson2009-07-171-1/+7
* 27092: missing then-clause for if wasn't an errorPeter Stephenson2009-07-061-0/+4
* c.f. 26586: rename yylex to zshlex and yytext to zshlextextPeter Stephenson2009-02-251-98/+98
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-111-0/+1
* 26061: fix clash between process subst and numeric globPeter Stephenson2008-11-181-4/+5
* users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson2008-09-291-1/+1
* users/13288: Src/parse.c: don't report parse errors on aborted linesPeter Stephenson2008-09-241-6/+8
* 25641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson2008-09-111-0/+3