aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael
AgeCommit message (Expand)AuthorFilesLines
2007-03-03Updated the regression testsmurf4-35/+41
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited we...murf2-2/+2
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf3-97/+112
2006-12-27ast_copy_string is not available when LOW_MEMORY is used and things are being...file1-1/+1
2006-11-13Eager people beat me to fixing the messed if, but we all forgot to update the...murf1-11/+8
2006-10-13Bug 8128 fixed in this release via these changesmurf3-7/+194
2006-10-04These changes fix the problems reported in bug 8090murf18-281/+308
2006-08-31This commit is a basic AEL enhancement: c-style commentsmurf7-418/+1256
2006-08-25Changes to fix all problems reported in 7804 are included here.murf2-0/+31
2006-08-12This commit merges the contents of 7721, as it applied to the trunk version. ...murf3-421/+461
2006-08-11added a -q for quiet, option to aelparsemurf12-164/+128
2006-08-09This bug adds enhancement as per bug 7606, the -wmurf21-235/+7171
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.murf8-199/+559
2006-08-01This branch will resolve the bug 7635.murf2-0/+49
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...murf3-321/+326
2006-07-06OK, here is everything I changed to fix 7474:murf5-197/+420
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell13-865/+1044
2006-06-10don't use ast_copy_string when building for an external toolrussell2-5/+13
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming2-79/+72
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming4-2/+19
2006-05-03more simplificationsrizzo2-398/+391
2006-05-03consistent rule for goto...rizzo2-265/+264
2006-05-03remove another useless nonterminalrizzo2-609/+590
2006-05-03remove a useless nonterminalrizzo2-419/+399
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