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
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
2004-03-11
19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1
Oliver Kiddle
1
-1
/
+1
2003-09-03
19014: add alias -s suf=handler
Peter Stephenson
1
-12
/
+28
2003-08-11
18938: Export some data symbols.
Peter Stephenson
1
-1
/
+1
2003-07-17
18864: unnecessary space with ${(Q)...}
Peter Stephenson
1
-1
/
+1
2002-10-06
17760: Fix case-pattern parsing bug in sh emulation.
Bart Schaefer
1
-2
/
+6
2002-08-05
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
1
-1
/
+1
2002-01-08
fix completion after var+= to use value context (16418)
Sven Wischnowsky
1
-1
/
+2
2001-12-17
16353: add += parameter assignments
Oliver Kiddle
1
-0
/
+1
2001-08-27
Fix PS2 for dquote nested in braceparam.
Bart Schaefer
1
-0
/
+2
2001-04-23
Fix subscripting bug with backslash-double-quote.
Bart Schaefer
1
-4
/
+5
2001-04-21
More parameter/subscript cleanup.
Bart Schaefer
1
-4
/
+4
2001-04-20
Parameter repairs, mostly for subscripting.
Bart Schaefer
1
-2
/
+37
2001-03-06
make the parser use real memory for the ecbuf to avoid having hrealloc() thro...
Sven Wischnowsky
1
-0
/
+3
2001-02-28
add `aliases' option to be able to disable alias expansion (13554)
Sven Wischnowsky
1
-1
/
+1
2000-12-05
Joel Smith: 13230: avoid name clashes with Linux kernel
Peter Stephenson
1
-2
/
+2
2000-08-14
missing mod_export (12613)
Sven Wischnowsky
1
-1
/
+1
2000-07-19
If an alias starts with a space, set aliasspaceflag to 1 instead of
Wayne Davison
1
-3
/
+2
2000-07-18
Removed the spaceflag variable.
Wayne Davison
1
-3
/
+0
2000-07-13
slightly improved (z) flag for parsing conditions; recognising glob flags in ...
Sven Wischnowsky
1
-2
/
+7
2000-07-12
fix for (z) flag, don't take # as comment (12228)
Sven Wischnowsky
1
-1
/
+1
2000-06-06
make (e) flag be silent unless (X) is given, too (11768)
Sven Wischnowsky
1
-7
/
+16
2000-05-24
11561: no RC_QUOTES in $'..'
Peter Stephenson
1
-1
/
+1
2000-05-23
save and restore more variables in bufferwords(); move gotword() into core (1...
Sven Wischnowsky
1
-0
/
+18
2000-05-04
parse_subst_string() should use modified version of `len' (11145)
Sven Wischnowsky
1
-3
/
+4
[next]