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
2015-05-21
35248: treat fully parenthised zsh patterns as complete case patterns again
Peter Stephenson
1
-2
/
+0
2015-05-18
35168: Improve parsing of case patterns.
Peter Stephenson
1
-0
/
+2
2015-05-15
35155: cmdpop() could be called erroneously on error
Peter Stephenson
1
-2
/
+4
2015-05-06
35046: unwind cmdstack when erroring out of lexing a parameter expansion in b...
Barton E. Schaefer
1
-1
/
+4
2015-04-17
34905: no parse error after keyboard interrupt.
Peter Stephenson
1
-4
/
+6
2015-03-29
34817: Catch some errors earlier when reading history.
Peter Stephenson
1
-0
/
+2
2015-03-28
34781: add implicit space after alias expansion of tokens that form words wit...
Barton E. Schaefer
1
-0
/
+10
2015-03-28
34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionals
Barton E. Schaefer
1
-4
/
+1
2015-03-27
34788: refine errflag handling in cmd_or_math()
Barton E. Schaefer
1
-1
/
+1
2015-03-22
34759: improve implementation of last commit
Peter Stephenson
1
-6
/
+6
2015-03-22
34758: fix yet more history / command subst interaction.
Peter Stephenson
1
-0
/
+19
2015-03-18
34734: further aliasing adjustments and doc
Barton E. Schaefer
1
-2
/
+8
2015-03-05
34651: Avoid core dump if no lexical token
Peter Stephenson
1
-0
/
+3
2015-03-04
34641: make it possible to alias tokens
Peter Stephenson
1
-30
/
+41
2015-02-19
34570: Another nasty command / math substituion thing.
Peter Stephenson
1
-19
/
+45
2015-02-16
34560: Fix $(( that's actually a multiline cmd subst.
Peter Stephenson
1
-0
/
+4
2015-02-14
34543: Prevent crash on garbage bytes inside $(...)
Barton E. Schaefer
1
-2
/
+4
2015-01-18
34322: bug with interface to parsestr() etc.
Peter Stephenson
1
-9
/
+21
2015-01-18
34319: fix alias expansion in history for command substitution
Peter Stephenson
1
-1
/
+1
2015-01-16
32413: turn off history word marking in cmd subst
Peter Stephenson
1
-0
/
+2
2015-01-16
34304: improve use of new cmd subst in completion
Peter Stephenson
1
-10
/
+103
2015-01-11
34234: use structures for normal and raw lexical buffer state
Peter Stephenson
1
-110
/
+95
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-261
/
+60
2015-01-08
Fix command substitutions to parse contents as they are read in.
Peter Stephenson
1
-178
/
+320
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-2
/
+3
2014-12-10
33940: handle backslash-meta correctly in lexer
Jun-ichi Takimoto
1
-1
/
+13
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
[next]