summaryrefslogtreecommitdiff
path: root/pbx/ael
AgeCommit message (Expand)Author
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-01more simplificationsLuigi Rizzo
2006-05-01always trim the trailing ';'Luigi Rizzo
2006-05-01comment usage of contextsLuigi Rizzo
2006-05-01fix dereferencing freed memoryLuigi Rizzo
2006-04-30switch a couple of operands.Luigi Rizzo
2006-04-30put back some simplifications, this time really testedLuigi Rizzo
2006-04-30revert ael.flex to the last correct version.Luigi Rizzo
2006-04-30another small set of simplificationsLuigi Rizzo
2006-04-30simplify logic (runtest passed).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 commentsLuigi Rizzo
2006-04-30comment some codeLuigi Rizzo
2006-04-30more simplifications in the bison sources,Luigi Rizzo
2006-04-28make the 'runtest' filter less strict on line numbers.Luigi Rizzo