about summary refs log tree commit diff
path: root/Src/lex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 26617 c.f. Tomáš Smetana, 26610: comments weren't handled in $(...)Peter Stephenson2009-02-261-1/+11
* c.f. 26586: rename yylex to zshlex and yytext to zshlextextPeter Stephenson2009-02-251-26/+26
* 26061: fix clash between process subst and numeric globPeter Stephenson2008-11-181-2/+2
* 26042 with some fixes from 26043 (Mikael):Peter Stephenson2008-11-131-12/+5
* 25571: when parsing use line numbers for the start of a token, not the endPeter Stephenson2008-08-311-0/+15
* 24699: bug with ${(Q)...} on initial ">"Peter Stephenson2008-03-081-1/+17
* 24588: tweak glob qualifier completionPeter Stephenson2008-02-231-1/+1
* unposted: minor typo zsh-4.3.4-dev-5Peter Stephenson2007-12-171-1/+1
* 24271: handle parse failures in command substitution betterPeter Stephenson2007-12-161-11/+44
* 23795: improve ${(Q)...} with $'..'Peter Stephenson2007-08-231-0/+38
* 23757: suppress correction of command words followed by ()Peter Stephenson2007-08-141-3/+17
* 23511: error if here document too largePeter Stephenson2007-06-031-0/+10
* 23126, modified: bug in zle history inside $( and $((Peter Stephenson2007-01-231-9/+16
* 23115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson2007-01-191-0/+4
* 23097: splitting of $'...' strings in completionPeter Stephenson2007-01-081-6/+16
* 23051: ${(Q)...} of RCQUOTE expression failed with DEBUG activePeter Stephenson2006-12-131-2/+6
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-2/+5
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-4/+4
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-1/+1
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-111-1/+1
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-9/+10
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-15/+11
* 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle2004-03-111-1/+1