aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael
AgeCommit message (Expand)AuthorFilesLines
2008-06-03Updated the regressions on AEL. Hadn't updatedmurf9-796/+879
2008-03-18(closes issue #11903)murf15-21/+125
2008-01-10Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; ov...murf2-134/+151
2007-10-26closes issue #11086 where a user complains that references to following conte...murf7-1068/+1087
2007-10-24closes issue #11037 -- unable to specify app:spec in hint argumentsmurf2-401/+415
2007-10-03closes issue #10834 ; where a null input to a switch statement results in a h...murf8-48/+135
2007-10-01closes issue #10777 -- by returning a null for the parse tree when there's re...murf2-2/+2
2007-09-29This is a regression update that matches what I did in 84134 for AEL regressi...murf16-44/+174
2007-09-29This issue sort of closes 10786; All config files support #include with globb...murf2-180/+349
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell2-8/+8
2007-08-24backport of 80649, a fix to an unreported problem in the ael parser, that res...murf3-236/+230
2007-08-13This patch fixes bug 10411. I added a new regression test, some regression te...murf8-120/+170
2007-06-05this fixes bug 9883, wherein macros were not allowing the includes construct....murf2-230/+247
2007-05-03updated the ael regressions to match what's in trunkmurf6-14/+456
2007-05-03These mods fix bug 9623, where an '@' in the eswitch contents causes a syntax...murf8-1176/+1185
2007-03-26A fix for the flex input files, DONT_COMPILE, and STANDALONE_AELmurf2-6/+2
2007-03-26Have ast_copy_string magically appear in the aelparse binary! DONT_OPTIMIZE s...file1-0/+4
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