summaryrefslogtreecommitdiff
path: root/pbx/ael
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2010-12-22Merged revisions 299449 via svnmerge from Tilghman Lesher
2010-10-04Merged revisions 290255 via svnmerge from Tilghman Lesher
2008-12-17fixed the regressionsSteve Murphy
2008-09-04Merged revisions 141094 via svnmerge from Steve Murphy
2008-08-08Merged revisions 136726 via svnmerge from Steve Murphy
2008-06-03Merged revisions 119966 via svnmerge from Steve Murphy
2008-04-21(closes issue #12467)Steve Murphy
2008-03-18Merged revisions 109309 via svnmerge from Steve Murphy
2007-11-27made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-or...Steve Murphy
2007-11-26Change all instances of "CALLERID(number)" to "CALLERID(num)" forMark Michelson
2007-10-26Merged revisions 87168 via svnmerge from Steve Murphy
2007-10-24closes issue #11005, where #include uses the current dir instead of the confi...Steve Murphy
2007-10-03Merged revisions 84511 via svnmerge from Steve Murphy
2007-09-29the last commit for AEL affected a small number of tests. Added a regression ...Steve Murphy
2007-08-23an unreported crash I debugged, looked like it was backing up way too far aft...Steve Murphy
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-08-14Merged revisions 79255 via svnmerge from Steve Murphy
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and allowi...Steve Murphy
2007-06-05Merged revisions 67526 via svnmerge from Steve Murphy
2007-06-04Change javadoc style code documentation to the same format we use elsewhere.Russell Bryant
2007-05-03Merged revisions 62883 via svnmerge from Steve Murphy
2007-03-26added the no. 18 regression testSteve Murphy
2007-03-26updated the regressions with regards to 9373, the crash on double contexts, a...Steve Murphy
2007-03-26Merged revisions 59206 via svnmerge from Steve Murphy
2007-03-26Merged revisions 59200 via svnmerge from Joshua Colp
2007-03-03updated the regression testsSteve Murphy
2007-02-18add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #...Kevin P. Fleming
2007-01-02Merged revisions 49237 via svnmerge from Steve Murphy
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