summaryrefslogtreecommitdiff
path: root/pbx/ael
AgeCommit message (Expand)Author
2006-12-28Jason is having problems with the inclusion of <err.h>; it appears to be unne...Steve Murphy
2006-12-27Merged revisions 49009 via svnmerge from Joshua Colp
2006-11-13Eager people beat me to fixing the messed if, but we all forgot to update the...Steve Murphy
2006-10-13Correction for bug 8128 in trunkSteve Murphy
2006-10-04These changes resolve the problems in bug 8090, where there's a crash compili...Steve Murphy
2006-10-03These changes correspond to the changes to app_stack's Gosub() applicationSteve Murphy
2006-09-27This commits the changes to AEL to use the gosub-with-args from Tilghman to p...Steve Murphy
2006-08-31This commit is a basic AEL enhancement: c-style commentsSteve Murphy
2006-08-25Changes to fix all problems reported in 7804 are included here.Steve Murphy
2006-08-12This commit merges the contents of 7721, as it applied to the trunk version. ...Steve Murphy
2006-08-11added a -q for quiet, option to aelparseSteve Murphy
2006-08-09This bug adds enhancement as per bug 7606, the -wSteve Murphy
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.Steve Murphy
2006-08-01This branch will resolve the bug 7635.Steve Murphy
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...Steve Murphy
2006-07-06OK, here is everything I changed to fix 7474:Steve Murphy
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyRussell Bryant
2006-06-10don't use ast_copy_string when building for an external toolRussell Bryant
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)Kevin P. Fleming
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