aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael
AgeCommit message (Expand)AuthorFilesLines
2006-05-03more simplificationsrizzo2-219/+211
2006-05-03remove more shift-reduce conflictsrizzo2-207/+195
2006-05-03remove a redundant rulerizzo2-495/+459
2006-05-03reduce shift/reduce warningsrizzo2-573/+552
2006-05-03simplify case_statementsrizzo2-467/+446
2006-05-03switch statement in one placerizzo2-298/+300
2006-05-03common syntax for context namerizzo2-308/+292
2006-05-02another instance of context namerizzo2-309/+296
2006-05-02fix a bug previously introduced in the handling of timespec.rizzo2-6/+6
2006-05-02simplify case statementsrizzo2-307/+305
2006-05-02one more instance of assignmentrizzo2-452/+440
2006-05-02global_statement is really an assignment statementrizzo2-579/+563
2006-05-02expressions used in if, while, switch are all of the same kindrizzo2-617/+613
2006-05-02macro statements can be emptyrizzo2-560/+559
2006-05-02empty arglists are validrizzo2-612/+583
2006-05-02rename the rule for context names properlyrizzo2-28/+27
2006-05-02simplify handling of 'include' listsrizzo2-445/+441
2006-05-02... and use a single rule for timespecrizzo2-670/+669
2006-05-02use a single rule to parse timeranges hh:mm-hh:mmrizzo2-651/+569
2006-05-02if/ifTime/random statements are all the same thingrizzo2-656/+613
2006-05-02includedname is just a regular word_or_default name,rizzo2-484/+458
2006-05-02remove useless 'extern' declarationrizzo2-2/+0
2006-05-02remove some unneeded local variables.rizzo2-165/+149
2006-05-02more usage of nword(). I think the references to sourcerizzo2-231/+187
2006-05-02more simplifications involving linku1rizzo2-220/+191
2006-05-02correct linku1() to handle the case tail = NULL correctly.rizzo2-192/+180
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell3-266/+264
2006-05-01more simplificationsrizzo2-97/+71
2006-05-01always trim the trailing ';'rizzo2-11/+7
2006-05-01comment usage of contextsrizzo2-22/+62
2006-05-01fix dereferencing freed memoryrizzo2-52/+54
2006-04-30switch a couple of operands.rizzo2-137/+140
2006-04-30put back some simplifications, this time really testedrizzo2-38/+24
2006-04-30revert ael.flex to the last correct version.rizzo1-25/+34
2006-04-30another small set of simplificationsrizzo1-8/+14
2006-04-30simplify logic (runtest passed).rizzo1-30/+15
2006-04-30more nword() usages, and mark some dubious places.rizzo2-124/+93
2006-04-30introduce a new frontend to npval for the very common caserizzo3-384/+348
2006-04-30another client for switchlist_blockrizzo2-261/+253
2006-04-30more merge of common blocks through intermediate rules.rizzo3-781/+809
2006-04-30make destroy_pval able to handle a NULL valuerizzo2-633/+630
2006-04-30remove some commented-out coderizzo2-198/+149
2006-04-30simplify updating the token position markersrizzo2-304/+298
2006-04-30more commentsrizzo2-24/+22
2006-04-30comment some coderizzo2-6/+26
2006-04-30more simplifications in the bison sources,rizzo2-861/+851
2006-04-28make the 'runtest' filter less strict on line numbers.rizzo1-3/+9
2006-04-28simplify handling of line numbersrizzo2-117/+83
2006-04-28fix last known bug in computing columb numbers in error messagesrizzo2-69/+77
2006-04-28fix a bug in computing line numbersrizzo2-8/+8