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
*
39815: Read input to end on parse error in $(...) inside a string.
Peter Stephenson
2016-11-03
1
-2
/
+11
*
39185: Only set word begin for completion word if not alias.
Peter Stephenson
2016-09-07
1
-1
/
+1
*
unposted: remove flag unneded from previous fix
Peter Stephenson
2016-06-22
1
-2
/
+1
*
38746: Fix suffix alias expansion recursion.
Peter Stephenson
2016-06-22
1
-3
/
+4
*
38468: wb,we values in gotword() needed assignment in additional case to avoi...
Barton E. Schaefer
2016-05-10
1
-0
/
+4
*
38248: fix word position calculation when completing on or just before a redi...
Barton E. Schaefer
2016-04-07
1
-3
/
+7
*
37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.
Daniel Shahaf
2016-01-29
1
-2
/
+7
*
37705: don't turn - to Dash after start of brace parameter
Peter Stephenson
2016-01-20
1
-2
/
+4
*
37682: when SH_GLOB is set, do not parse bare parentheses in arguments as a p...
Barton E. Schaefer
2016-01-19
1
-1
/
+1
*
37689: ! and ^ need to be tokenised in character sets
Peter Stephenson
2016-01-19
1
-11
/
+20
*
37678: Now possible to quote "-" in pattern range
Peter Stephenson
2016-01-19
1
-6
/
+24
*
37145: suppress alias expansion in skipcomm()
Barton E. Schaefer
2015-11-18
1
-0
/
+3
*
37128: work around alias expansion trashing subscript parsing
Peter Stephenson
2015-11-17
1
-6
/
+22
*
36669: fix ${(z)...} of an an incomplete math expression by restoring "((" at...
Barton E. Schaefer
2015-09-27
1
-0
/
+9
*
35953: fix handling of command substitution in math context
Barton E. Schaefer
2015-07-29
1
-1
/
+5
*
35668: Improved fix for command/proc subst starting in alias.
Peter Stephenson
2015-07-02
1
-10
/
+16
*
35667: fix command substitution that starts but doesn't finish in alias
Peter Stephenson
2015-07-01
1
-4
/
+10
*
35615: fix completion after tyepset
Peter Stephenson
2015-06-26
1
-0
/
+1
*
various posts: Implement assignment parsing for typeset.
Peter Stephenson
2015-06-24
1
-2
/
+2
*
35248: treat fully parenthised zsh patterns as complete case patterns again
Peter Stephenson
2015-05-21
1
-2
/
+0
*
35168: Improve parsing of case patterns.
Peter Stephenson
2015-05-18
1
-0
/
+2
*
35155: cmdpop() could be called erroneously on error
Peter Stephenson
2015-05-15
1
-2
/
+4
*
35046: unwind cmdstack when erroring out of lexing a parameter expansion in b...
Barton E. Schaefer
2015-05-06
1
-1
/
+4
*
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
[next]