index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-21
this prevent process-based features from working in their arguments
Peter Stephenson
1
-2
/
+4
2012-10-25
30735: array substitutions aren't simple:
Peter Stephenson
1
-0
/
+5
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-1
/
+1
2012-10-05
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
1
-22
/
+25
2011-08-03
29633: more care with anonymous and other functions
Peter Stephenson
1
-2
/
+8
2011-07-28
29626: arguments to anonymous functions shouldn't be parsed as command words
Peter Stephenson
1
-0
/
+2
2011-06-19
29492: add argument handling to anonymous functions
Peter Stephenson
1
-2
/
+28
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-2
/
+2
2010-12-20
Paul 28538 / me 28540 / couple of unposted casts:
Peter Stephenson
1
-4
/
+4
2010-10-10
28338: keep =~ from inverting sense of subsequent tests (after &&/||)
pdpennock
1
-1
/
+2
2010-09-14
28259: Finally fix some ancient problems with here-documents
Peter Stephenson
1
-7
/
+24
2009-12-16
Check the return value of all pipe(), read(), and write() calls.
Wayne Davison
1
-5
/
+5
2009-09-22
27284: better use of movefd()
Peter Stephenson
1
-0
/
+2
2009-07-17
users/14240: assignment before a function definition is an error
Peter Stephenson
1
-1
/
+7
2009-07-06
27092: missing then-clause for if wasn't an error
Peter Stephenson
1
-0
/
+4
2009-02-25
c.f. 26586: rename yylex to zshlex and yytext to zshlextext
Peter Stephenson
1
-98
/
+98
2009-02-11
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
Peter Stephenson
1
-0
/
+1
2008-11-18
26061: fix clash between process subst and numeric glob
Peter Stephenson
1
-4
/
+5
2008-09-29
users/13295, tweaked: dont reset line numbers when parsing strings, sometimes
Peter Stephenson
1
-1
/
+1
2008-09-24
users/13288: Src/parse.c: don't report parse errors on aborted lines
Peter Stephenson
1
-6
/
+8
2008-09-11
25641: add emulation option (NO_)MULTI_FUNC_DEF
Peter Stephenson
1
-0
/
+3
2008-09-01
25587: fix a==(stuff) and associated stuff.
Peter Stephenson
1
-0
/
+12
2008-08-31
25571: when parsing use line numbers for the start of a token, not the end
Peter Stephenson
1
-1
/
+1
2008-08-11
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
1
-4
/
+8
2008-07-01
25262: suspicious error checking in braceless function definition
Peter Stephenson
1
-2
/
+1
2008-03-14
24711: fix re-presentation of here-documents munged internally
Peter Stephenson
1
-1
/
+5
2008-01-10
users/12412: check for extra arguments in test and [
Peter Stephenson
1
-0
/
+6
2007-06-27
23670: rationalise some linked list functions
Peter Stephenson
1
-1
/
+1
2007-05-29
Phil Pennock: 23480: typo
Peter Stephenson
1
-1
/
+1
2007-05-01
23375: Phil Pennock: =~, zsh/regex etc. etc.
Peter Stephenson
1
-0
/
+6
2007-04-23
unposted: fix error message for short ZWC file
Peter Stephenson
1
-1
/
+1
2007-04-23
23313: fix test for incorrect version in ZWC file
Peter Stephenson
1
-2
/
+3
2007-04-23
parse.c
Peter Stephenson
1
-1
/
+1
2007-04-23
23312: fix versioning and initialisation of word code headers
Peter Stephenson
1
-0
/
+2
2007-01-19
23115: ";|" at end of case clause causes later patterns to be tested
Peter Stephenson
1
-5
/
+7
2006-08-04
22586: fix warnings spotted on Cygwin
Peter Stephenson
1
-0
/
+7
2006-07-11
22546: fix {myfd}>... bug and tweak tests
Peter Stephenson
1
-1
/
+1
2006-07-10
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
1
-4
/
+1
2006-07-09
22542: deoverenthuse cmdpopping
Peter Stephenson
1
-1
/
+0
2006-06-26
22516: error in func() didn't pop command stack
Peter Stephenson
1
-1
/
+4
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-26
/
+23
2006-03-26
users/10087: no aliases for case of "in" in "case"
Peter Stephenson
1
-0
/
+10
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-11
/
+11
2005-04-24
Remove excess argument of zwcstat()
Bart Schaefer
1
-4
/
+4
2005-04-12
21133: New {myfd} syntax for allocating file descriptors
Peter Stephenson
1
-29
/
+103
2005-02-06
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
1
-0
/
+10
2004-10-02
20418: report parse error rather than crash on unfinished pipelines.
Bart Schaefer
1
-2
/
+6
2004-07-28
20214: fix debugging test with recursive functions
Peter Stephenson
1
-1
/
+4
2004-06-28
20112 changed c.f. 20113:
Peter Stephenson
1
-3
/
+0
2004-06-22
20076, 20084: { ... } always { ... } syntax.
Peter Stephenson
1
-4
/
+34
[next]