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
*
23511: error if here document too large
Peter Stephenson
2007-06-03
1
-0
/
+10
*
23126, modified: bug in zle history inside $( and $((
Peter Stephenson
2007-01-23
1
-9
/
+16
*
23115: ";|" at end of case clause causes later patterns to be tested
Peter Stephenson
2007-01-19
1
-0
/
+4
*
23097: splitting of $'...' strings in completion
Peter Stephenson
2007-01-08
1
-6
/
+16
*
23051: ${(Q)...} of RCQUOTE expression failed with DEBUG active
Peter Stephenson
2006-12-13
1
-2
/
+6
*
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
2006-07-10
1
-2
/
+5
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-4
/
+4
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-1
/
+1
*
21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
Peter Stephenson
2005-10-11
1
-1
/
+1
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
1
-9
/
+10
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-15
/
+11
*
19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1
Oliver Kiddle
2004-03-11
1
-1
/
+1
*
19014: add alias -s suf=handler
Peter Stephenson
2003-09-03
1
-12
/
+28
*
18938: Export some data symbols.
Peter Stephenson
2003-08-11
1
-1
/
+1
*
18864: unnecessary space with ${(Q)...}
Peter Stephenson
2003-07-17
1
-1
/
+1
*
17760: Fix case-pattern parsing bug in sh emulation.
Bart Schaefer
2002-10-06
1
-2
/
+6
*
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
2002-08-05
1
-1
/
+1
*
fix completion after var+= to use value context (16418)
Sven Wischnowsky
2002-01-08
1
-1
/
+2
*
16353: add += parameter assignments
Oliver Kiddle
2001-12-17
1
-0
/
+1
*
Fix PS2 for dquote nested in braceparam.
Bart Schaefer
2001-08-27
1
-0
/
+2
*
Fix subscripting bug with backslash-double-quote.
Bart Schaefer
2001-04-23
1
-4
/
+5
*
More parameter/subscript cleanup.
Bart Schaefer
2001-04-21
1
-4
/
+4
*
Parameter repairs, mostly for subscripting.
Bart Schaefer
2001-04-20
1
-2
/
+37
*
make the parser use real memory for the ecbuf to avoid having hrealloc() thro...
Sven Wischnowsky
2001-03-06
1
-0
/
+3
*
add `aliases' option to be able to disable alias expansion (13554)
Sven Wischnowsky
2001-02-28
1
-1
/
+1
*
Joel Smith: 13230: avoid name clashes with Linux kernel
Peter Stephenson
2000-12-05
1
-2
/
+2
*
missing mod_export (12613)
Sven Wischnowsky
2000-08-14
1
-1
/
+1
*
If an alias starts with a space, set aliasspaceflag to 1 instead of
Wayne Davison
2000-07-19
1
-3
/
+2
*
Removed the spaceflag variable.
Wayne Davison
2000-07-18
1
-3
/
+0
*
slightly improved (z) flag for parsing conditions; recognising glob flags in ...
Sven Wischnowsky
2000-07-13
1
-2
/
+7
*
fix for (z) flag, don't take # as comment (12228)
Sven Wischnowsky
2000-07-12
1
-1
/
+1
*
make (e) flag be silent unless (X) is given, too (11768)
Sven Wischnowsky
2000-06-06
1
-7
/
+16
*
11561: no RC_QUOTES in $'..'
Peter Stephenson
2000-05-24
1
-1
/
+1
*
save and restore more variables in bufferwords(); move gotword() into core (1...
Sven Wischnowsky
2000-05-23
1
-0
/
+18
*
parse_subst_string() should use modified version of `len' (11145)
Sven Wischnowsky
2000-05-04
1
-3
/
+4
*
save and restore `len' in lexsave/restore (11142)
Sven Wischnowsky
2000-05-04
1
-0
/
+3
*
zefram2: Src/lex.c: Support "3&> foo" etc.
Andrew Main
2000-04-06
1
-2
/
+13
*
10444: Src/lex.c, Src/pattern.c: Insist on proper syntax
Andrew Main
2000-04-04
1
-168
/
+293
*
Initial revision
Tanaka Akira
1999-04-15
1
-0
/
+1489