about summary refs log tree commit diff
path: root/Src/lex.c
Commit message (Expand)AuthorAgeFilesLines
* 34905: no parse error after keyboard interrupt.Peter Stephenson2015-04-171-4/+6
* 34817: Catch some errors earlier when reading history.Peter Stephenson2015-03-291-0/+2
* 34781: add implicit space after alias expansion of tokens that form words wit...Barton E. Schaefer2015-03-281-0/+10
* 34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionalsBarton E. Schaefer2015-03-281-4/+1
* 34788: refine errflag handling in cmd_or_math()Barton E. Schaefer2015-03-271-1/+1
* 34759: improve implementation of last commitPeter Stephenson2015-03-221-6/+6
* 34758: fix yet more history / command subst interaction.Peter Stephenson2015-03-221-0/+19
* 34734: further aliasing adjustments and docBarton E. Schaefer2015-03-181-2/+8
* 34651: Avoid core dump if no lexical tokenPeter Stephenson2015-03-051-0/+3
* 34641: make it possible to alias tokensPeter Stephenson2015-03-041-30/+41
* 34570: Another nasty command / math substituion thing.Peter Stephenson2015-02-191-19/+45
* 34560: Fix $(( that's actually a multiline cmd subst.Peter Stephenson2015-02-161-0/+4
* 34543: Prevent crash on garbage bytes inside $(...)Barton E. Schaefer2015-02-141-2/+4
* 34322: bug with interface to parsestr() etc.Peter Stephenson2015-01-181-9/+21
* 34319: fix alias expansion in history for command substitutionPeter Stephenson2015-01-181-1/+1
* 32413: turn off history word marking in cmd substPeter Stephenson2015-01-161-0/+2
* 34304: improve use of new cmd subst in completionPeter Stephenson2015-01-161-10/+103
* 34234: use structures for normal and raw lexical buffer statePeter Stephenson2015-01-111-110/+95
* Rearrange context saving.Peter Stephenson2015-01-091-261/+60
* Fix command substitutions to parse contents as they are read in.Peter Stephenson2015-01-081-178/+320
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-2/+3
* 33940: handle backslash-meta correctly in lexerJun-ichi Takimoto2014-12-101-1/+13
* 33298: make lexrestore() more signal-safeBarton E. Schaefer2014-09-301-53/+57
* 32789: --enable-zsh-valgrind allows analysis of heap allocationPeter Stephenson2014-06-241-4/+6
* unposted: fix previous commit: ihwend -> hwendPeter Stephenson2013-07-221-1/+1
* 31559: Fix history line problem with aliases and commentsPeter Stephenson2013-07-221-0/+1
* 30783: We don't want leading "="s to be active whenPeter Stephenson2012-11-081-39/+41
* 30715: use enum lextok for variables containing lexical tokensPeter Stephenson2012-10-051-10/+17
* users/17310: we can't treat < after [ as a normal character.Peter Stephenson2012-10-031-2/+2
* users/17304: angle brackets aren't associated with special parsingPeter Stephenson2012-10-021-2/+2
* 29955++: IGNORE_CLOSE_BRACES optionPeter Stephenson2011-12-081-1/+2
* 29934: Stef van Vlierberghe: uninitialised memory after lexer reallocPeter Stephenson2011-12-031-10/+2
* 29776: fix case of double quotes in double-quote-stylePeter Stephenson2011-09-151-1/+1
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-5/+4
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-1/+1
* 28799: lexical analyser didn't stop early enough with completion wordsPeter Stephenson2011-02-241-1/+1
* 28783: allow parentheses to be special in more places with SH_GLOBPeter Stephenson2011-02-211-1/+3
* 28537: fix word splitting on "((" when it was nested subshells rather thanPeter Stephenson2010-12-191-0/+5
* unposted: another neatening of lexflags use in ZLEPeter Stephenson2010-12-141-7/+14
* lexsave/lexrestore lexflagsPeter Stephenson2010-12-141-2/+5
* 28528: Rearrange zleparse to lexflagsPeter Stephenson2010-12-141-27/+18
* 28526: remove bogus newline with stripped comment zplittingPeter Stephenson2010-12-131-1/+9
* 28510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson2010-12-121-7/+46
* 28418: add ${NAME:OFFSET:LENGTH} substitutionPeter Stephenson2010-11-181-7/+19
* 28259: Finally fix some ancient problems with here-documentsPeter Stephenson2010-09-141-4/+6
* Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACEPeter Stephenson2010-04-281-1/+1
* Fix ZLE access to pushed history linePeter Stephenson2010-03-221-0/+12
* 27556: sanitize more variables in lexsave()Peter Stephenson2010-01-041-0/+5
* 26675: add POSIX_ALIASES optionPeter Stephenson2009-03-031-2/+4
* 26622: improve comments within $(...) and add testPeter Stephenson2009-02-271-1/+2