aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael.y
AgeCommit message (Expand)AuthorFilesLines
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf1-832/+0
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and allowi...murf1-2/+11
2007-06-05Merged revisions 67526 via svnmerge from murf1-0/+1
2007-05-03Merged revisions 62883 via svnmerge from murf1-1/+3
2006-10-04These changes resolve the problems in bug 8090, where there's a crash compili...murf1-5/+11
2006-08-12This commit merges the contents of 7721, as it applied to the trunk version. ...murf1-3/+14
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.murf1-20/+34
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...murf1-1/+1
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell1-3/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-0/+6
2006-05-03more simplificationsrizzo1-18/+14
2006-05-03consistent rule for goto...rizzo1-1/+2
2006-05-03remove another useless nonterminalrizzo1-8/+3
2006-05-03remove a useless nonterminalrizzo1-9/+5
2006-05-03more simplificationsrizzo1-3/+2
2006-05-03remove more shift-reduce conflictsrizzo1-2/+1
2006-05-03remove a redundant rulerizzo1-14/+7
2006-05-03reduce shift/reduce warningsrizzo1-13/+9
2006-05-03simplify case_statementsrizzo1-12/+10
2006-05-03switch statement in one placerizzo1-8/+7
2006-05-03common syntax for context namerizzo1-5/+1
2006-05-02another instance of context namerizzo1-5/+1
2006-05-02fix a bug previously introduced in the handling of timespec.rizzo1-3/+3
2006-05-02simplify case statementsrizzo1-3/+2
2006-05-02one more instance of assignmentrizzo1-4/+1
2006-05-02global_statement is really an assignment statementrizzo1-15/+12
2006-05-02expressions used in if, while, switch are all of the same kindrizzo1-14/+21
2006-05-02macro statements can be emptyrizzo1-4/+2
2006-05-02empty arglists are validrizzo1-8/+2
2006-05-02rename the rule for context names properlyrizzo1-7/+6
2006-05-02simplify handling of 'include' listsrizzo1-9/+10
2006-05-02... and use a single rule for timespecrizzo1-23/+20
2006-05-02use a single rule to parse timeranges hh:mm-hh:mmrizzo1-46/+17
2006-05-02if/ifTime/random statements are all the same thingrizzo1-21/+8
2006-05-02includedname is just a regular word_or_default name,rizzo1-13/+8
2006-05-02remove useless 'extern' declarationrizzo1-1/+0
2006-05-02remove some unneeded local variables.rizzo1-13/+5
2006-05-02more usage of nword(). I think the references to sourcerizzo1-46/+24
2006-05-02more simplifications involving linku1rizzo1-28/+13
2006-05-02correct linku1() to handle the case tail = NULL correctly.rizzo1-14/+8
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell1-4/+3
2006-05-01fix dereferencing freed memoryrizzo1-4/+5
2006-04-30switch a couple of operands.rizzo1-1/+4
2006-04-30more nword() usages, and mark some dubious places.rizzo1-34/+19
2006-04-30introduce a new frontend to npval for the very common caserizzo1-63/+45
2006-04-30another client for switchlist_blockrizzo1-5/+3
2006-04-30more merge of common blocks through intermediate rules.rizzo1-14/+21
2006-04-30make destroy_pval able to handle a NULL valuerizzo1-12/+11
2006-04-30remove some commented-out coderizzo1-49/+0
2006-04-30simplify updating the token position markersrizzo1-28/+25