index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
lex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
34905: no parse error after keyboard interrupt.
Peter Stephenson
2015-04-17
1
-4
/
+6
*
34817: Catch some errors earlier when reading history.
Peter Stephenson
2015-03-29
1
-0
/
+2
*
34781: add implicit space after alias expansion of tokens that form words wit...
Barton E. Schaefer
2015-03-28
1
-0
/
+10
*
34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionals
Barton E. Schaefer
2015-03-28
1
-4
/
+1
*
34788: refine errflag handling in cmd_or_math()
Barton E. Schaefer
2015-03-27
1
-1
/
+1
*
34759: improve implementation of last commit
Peter Stephenson
2015-03-22
1
-6
/
+6
*
34758: fix yet more history / command subst interaction.
Peter Stephenson
2015-03-22
1
-0
/
+19
*
34734: further aliasing adjustments and doc
Barton E. Schaefer
2015-03-18
1
-2
/
+8
*
34651: Avoid core dump if no lexical token
Peter Stephenson
2015-03-05
1
-0
/
+3
*
34641: make it possible to alias tokens
Peter Stephenson
2015-03-04
1
-30
/
+41
*
34570: Another nasty command / math substituion thing.
Peter Stephenson
2015-02-19
1
-19
/
+45
*
34560: Fix $(( that's actually a multiline cmd subst.
Peter Stephenson
2015-02-16
1
-0
/
+4
*
34543: Prevent crash on garbage bytes inside $(...)
Barton E. Schaefer
2015-02-14
1
-2
/
+4
*
34322: bug with interface to parsestr() etc.
Peter Stephenson
2015-01-18
1
-9
/
+21
*
34319: fix alias expansion in history for command substitution
Peter Stephenson
2015-01-18
1
-1
/
+1
*
32413: turn off history word marking in cmd subst
Peter Stephenson
2015-01-16
1
-0
/
+2
*
34304: improve use of new cmd subst in completion
Peter Stephenson
2015-01-16
1
-10
/
+103
*
34234: use structures for normal and raw lexical buffer state
Peter Stephenson
2015-01-11
1
-110
/
+95
*
Rearrange context saving.
Peter Stephenson
2015-01-09
1
-261
/
+60
*
Fix command substitutions to parse contents as they are read in.
Peter Stephenson
2015-01-08
1
-178
/
+320
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-2
/
+3
*
33940: handle backslash-meta correctly in lexer
Jun-ichi Takimoto
2014-12-10
1
-1
/
+13
*
33298: make lexrestore() more signal-safe
Barton E. Schaefer
2014-09-30
1
-53
/
+57
*
32789: --enable-zsh-valgrind allows analysis of heap allocation
Peter Stephenson
2014-06-24
1
-4
/
+6
*
unposted: fix previous commit: ihwend -> hwend
Peter Stephenson
2013-07-22
1
-1
/
+1
*
31559: Fix history line problem with aliases and comments
Peter Stephenson
2013-07-22
1
-0
/
+1
*
30783: We don't want leading "="s to be active when
Peter Stephenson
2012-11-08
1
-39
/
+41
*
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
2012-10-05
1
-10
/
+17
*
users/17310: we can't treat < after [ as a normal character.
Peter Stephenson
2012-10-03
1
-2
/
+2
*
users/17304: angle brackets aren't associated with special parsing
Peter Stephenson
2012-10-02
1
-2
/
+2
*
29955++: IGNORE_CLOSE_BRACES option
Peter Stephenson
2011-12-08
1
-1
/
+2
*
29934: Stef van Vlierberghe: uninitialised memory after lexer realloc
Peter Stephenson
2011-12-03
1
-10
/
+2
*
29776: fix case of double quotes in double-quote-style
Peter Stephenson
2011-09-15
1
-1
/
+1
*
29491: remove some variables set but not used
Peter Stephenson
2011-06-19
1
-5
/
+4
*
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
2011-05-19
1
-1
/
+1
*
28799: lexical analyser didn't stop early enough with completion words
Peter Stephenson
2011-02-24
1
-1
/
+1
*
28783: allow parentheses to be special in more places with SH_GLOB
Peter Stephenson
2011-02-21
1
-1
/
+3
*
28537: fix word splitting on "((" when it was nested subshells rather than
Peter Stephenson
2010-12-19
1
-0
/
+5
*
unposted: another neatening of lexflags use in ZLE
Peter Stephenson
2010-12-14
1
-7
/
+14
*
lexsave/lexrestore lexflags
Peter Stephenson
2010-12-14
1
-2
/
+5
*
28528: Rearrange zleparse to lexflags
Peter Stephenson
2010-12-14
1
-27
/
+18
*
28526: remove bogus newline with stripped comment zplitting
Peter Stephenson
2010-12-13
1
-1
/
+9
*
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
2010-12-12
1
-7
/
+46
*
28418: add ${NAME:OFFSET:LENGTH} substitution
Peter Stephenson
2010-11-18
1
-7
/
+19
*
28259: Finally fix some ancient problems with here-documents
Peter Stephenson
2010-09-14
1
-4
/
+6
*
Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE
Peter Stephenson
2010-04-28
1
-1
/
+1
*
Fix ZLE access to pushed history line
Peter Stephenson
2010-03-22
1
-0
/
+12
*
27556: sanitize more variables in lexsave()
Peter Stephenson
2010-01-04
1
-0
/
+5
*
26675: add POSIX_ALIASES option
Peter Stephenson
2009-03-03
1
-2
/
+4
*
26622: improve comments within $(...) and add test
Peter Stephenson
2009-02-27
1
-1
/
+2
[next]