summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.y
AgeCommit message (Expand)Author
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
2006-04-30more simplifications in the bison sources,Luigi Rizzo
2006-04-28- fix miscalculation in column numbers when multiple tabsLuigi Rizzo
2006-04-28last batch of npval -> npval2 changesLuigi Rizzo
2006-04-28more npval -> npval2 changesLuigi Rizzo
2006-04-28more npval -> npval2 conversionsLuigi Rizzo
2006-04-27fix destructor for pval objects (thanks to Steve Murphy);Luigi Rizzo
2006-04-27always call the destructorLuigi Rizzo
2006-04-27document options, move objects of the same type close toLuigi Rizzo
2006-04-27imore npval -> npval2 conversionsLuigi Rizzo