summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.y
AgeCommit message (Expand)Author
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and allowi...Steve Murphy
2007-06-05Merged revisions 67526 via svnmerge from Steve Murphy
2007-05-03Merged revisions 62883 via svnmerge from Steve Murphy
2006-10-04These changes resolve the problems in bug 8090, where there's a crash compili...Steve Murphy
2006-08-12This commit merges the contents of 7721, as it applied to the trunk version. ...Steve Murphy
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.Steve Murphy
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...Steve Murphy
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-03more simplificationsLuigi Rizzo
2006-05-03consistent rule for goto...Luigi Rizzo
2006-05-03remove another useless nonterminalLuigi Rizzo
2006-05-03remove a useless nonterminalLuigi Rizzo
2006-05-03more simplificationsLuigi Rizzo
2006-05-03remove more shift-reduce conflictsLuigi Rizzo
2006-05-03remove a redundant ruleLuigi Rizzo
2006-05-03reduce shift/reduce warningsLuigi Rizzo
2006-05-03simplify case_statementsLuigi Rizzo
2006-05-03switch statement in one placeLuigi Rizzo
2006-05-03common syntax for context nameLuigi Rizzo
2006-05-02another instance of context nameLuigi Rizzo
2006-05-02fix a bug previously introduced in the handling of timespec.Luigi Rizzo
2006-05-02simplify case statementsLuigi Rizzo
2006-05-02one more instance of assignmentLuigi Rizzo
2006-05-02global_statement is really an assignment statementLuigi Rizzo
2006-05-02expressions used in if, while, switch are all of the same kindLuigi Rizzo
2006-05-02macro statements can be emptyLuigi Rizzo
2006-05-02empty arglists are validLuigi Rizzo
2006-05-02rename the rule for context names properlyLuigi Rizzo
2006-05-02simplify handling of 'include' listsLuigi Rizzo
2006-05-02... and use a single rule for timespecLuigi Rizzo
2006-05-02use a single rule to parse timeranges hh:mm-hh:mmLuigi Rizzo
2006-05-02if/ifTime/random statements are all the same thingLuigi Rizzo
2006-05-02includedname is just a regular word_or_default name,Luigi Rizzo
2006-05-02remove useless 'extern' declarationLuigi Rizzo
2006-05-02remove some unneeded local variables.Luigi Rizzo
2006-05-02more usage of nword(). I think the references to sourceLuigi Rizzo
2006-05-02more simplifications involving linku1Luigi Rizzo
2006-05-02correct linku1() to handle the case tail = NULL correctly.Luigi Rizzo
2006-05-02The build of aelparse was still broken in some cases, so instead of having to Russell Bryant
2006-05-01fix dereferencing freed memoryLuigi Rizzo
2006-04-30switch a couple of operands.Luigi Rizzo
2006-04-30more nword() usages, and mark some dubious places.Luigi Rizzo
2006-04-30introduce a new frontend to npval for the very common caseLuigi Rizzo
2006-04-30another client for switchlist_blockLuigi Rizzo
2006-04-30more merge of common blocks through intermediate rules.Luigi Rizzo
2006-04-30make destroy_pval able to handle a NULL valueLuigi Rizzo
2006-04-30remove some commented-out codeLuigi Rizzo
2006-04-30simplify updating the token position markersLuigi Rizzo