index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
lex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-30
33298: make lexrestore() more signal-safe
Barton E. Schaefer
1
-53
/
+57
2014-06-24
32789: --enable-zsh-valgrind allows analysis of heap allocation
Peter Stephenson
1
-4
/
+6
2013-07-22
unposted: fix previous commit: ihwend -> hwend
Peter Stephenson
1
-1
/
+1
2013-07-22
31559: Fix history line problem with aliases and comments
Peter Stephenson
1
-0
/
+1
2012-11-08
30783: We don't want leading "="s to be active when
Peter Stephenson
1
-39
/
+41
2012-10-05
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
1
-10
/
+17
2012-10-03
users/17310: we can't treat < after [ as a normal character.
Peter Stephenson
1
-2
/
+2
2012-10-02
users/17304: angle brackets aren't associated with special parsing
Peter Stephenson
1
-2
/
+2
2011-12-08
29955++: IGNORE_CLOSE_BRACES option
Peter Stephenson
1
-1
/
+2
2011-12-03
29934: Stef van Vlierberghe: uninitialised memory after lexer realloc
Peter Stephenson
1
-10
/
+2
2011-09-15
29776: fix case of double quotes in double-quote-style
Peter Stephenson
1
-1
/
+1
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-5
/
+4
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
2011-02-24
28799: lexical analyser didn't stop early enough with completion words
Peter Stephenson
1
-1
/
+1
2011-02-21
28783: allow parentheses to be special in more places with SH_GLOB
Peter Stephenson
1
-1
/
+3
2010-12-19
28537: fix word splitting on "((" when it was nested subshells rather than
Peter Stephenson
1
-0
/
+5
2010-12-14
unposted: another neatening of lexflags use in ZLE
Peter Stephenson
1
-7
/
+14
2010-12-14
lexsave/lexrestore lexflags
Peter Stephenson
1
-2
/
+5
2010-12-14
28528: Rearrange zleparse to lexflags
Peter Stephenson
1
-27
/
+18
2010-12-13
28526: remove bogus newline with stripped comment zplitting
Peter Stephenson
1
-1
/
+9
2010-12-12
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
1
-7
/
+46
2010-11-18
28418: add ${NAME:OFFSET:LENGTH} substitution
Peter Stephenson
1
-7
/
+19
2010-09-14
28259: Finally fix some ancient problems with here-documents
Peter Stephenson
1
-4
/
+6
2010-04-28
Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE
Peter Stephenson
1
-1
/
+1
2010-03-22
Fix ZLE access to pushed history line
Peter Stephenson
1
-0
/
+12
2010-01-04
27556: sanitize more variables in lexsave()
Peter Stephenson
1
-0
/
+5
2009-03-03
26675: add POSIX_ALIASES option
Peter Stephenson
1
-2
/
+4
2009-02-27
26622: improve comments within $(...) and add test
Peter Stephenson
1
-1
/
+2
2009-02-26
26617 c.f. Tomáš Smetana, 26610: comments weren't handled in $(...)
Peter Stephenson
1
-1
/
+11
2009-02-25
c.f. 26586: rename yylex to zshlex and yytext to zshlextext
Peter Stephenson
1
-26
/
+26
2008-11-18
26061: fix clash between process subst and numeric glob
Peter Stephenson
1
-2
/
+2
2008-11-13
26042 with some fixes from 26043 (Mikael):
Peter Stephenson
1
-12
/
+5
2008-08-31
25571: when parsing use line numbers for the start of a token, not the end
Peter Stephenson
1
-0
/
+15
2008-03-08
24699: bug with ${(Q)...} on initial ">"
Peter Stephenson
1
-1
/
+17
2008-02-23
24588: tweak glob qualifier completion
Peter Stephenson
1
-1
/
+1
2007-12-17
unposted: minor typo
Peter Stephenson
1
-1
/
+1
2007-12-16
24271: handle parse failures in command substitution better
Peter Stephenson
1
-11
/
+44
2007-08-23
23795: improve ${(Q)...} with $'..'
Peter Stephenson
1
-0
/
+38
2007-08-14
23757: suppress correction of command words followed by ()
Peter Stephenson
1
-3
/
+17
2007-06-03
23511: error if here document too large
Peter Stephenson
1
-0
/
+10
2007-01-23
23126, modified: bug in zle history inside $( and $((
Peter Stephenson
1
-9
/
+16
2007-01-19
23115: ";|" at end of case clause causes later patterns to be tested
Peter Stephenson
1
-0
/
+4
2007-01-08
23097: splitting of $'...' strings in completion
Peter Stephenson
1
-6
/
+16
2006-12-13
23051: ${(Q)...} of RCQUOTE expression failed with DEBUG active
Peter Stephenson
1
-2
/
+6
2006-07-10
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
1
-2
/
+5
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-4
/
+4
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-1
/
+1
2005-10-11
21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
Peter Stephenson
1
-1
/
+1
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-9
/
+10
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-15
/
+11
[next]