aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-07In response to 10578, I just ran 1.4 thru valgrind; some of the config leakag...murf1-2/+5
2007-10-31Included some verbage in the check_includes func, to inform the user that inc...murf1-2/+3
2007-10-26closes issue #11086 where a user complains that references to following conte...murf1-3/+3
2007-10-03closes issue #10870 ; where a CUT() function call in a switch expr doesn't ex...murf1-8/+29
2007-10-03closes issue #10834 ; where a null input to a switch statement results in a h...murf1-4/+23
2007-10-01Anything to keep gcc 4.2 happy...murf1-1/+1
2007-10-01closes issue #10777 -- by returning a null for the parse tree when there's re...murf1-3/+5
2007-09-22This closes issue #10788 -- The exact same fixes are made here for the first ...murf1-3/+38
2007-09-22This closes issue #10788 -- the 3rd arg in the for statement is now wrapped i...murf1-5/+40
2007-08-13memset really, really needs to be used here.murf1-2/+2
2007-08-13This patch fixes bug 10411. I added a new regression test, some regression te...murf1-9/+23
2007-06-05this fixes bug 9883, wherein macros were not allowing the includes construct....murf1-1/+23
2007-06-05Added code to automatically add a default case to switches that don't have on...murf1-0/+27
2007-04-02continue in for-loop should go to the incrementer, not the test. As per 9435,...murf1-1/+1
2007-03-27via 9373 (duplicate context in AEL crashes asterisk), kpfleming pointed on as...murf1-1/+1
2007-03-26fix for 9373 (duplicate context in AEL crashes asterisk). I turned a duplicat...murf1-3/+3
2007-03-20The fix for the AEL <<security hole>> (bug 9316) is here...murf1-11/+16
2007-03-02I almost had comma escapes right, but 9184 points out the problem-- the escap...murf1-0/+8
2007-02-28I was surprised that I had not yet downgraded missing goto targets and macro ...murf1-10/+38
2007-01-22This fixes 8836, according to dnaturalmurf1-2/+0
2006-12-30A fix for 8661, where the CUT func needed to have comma args converted to ver...murf1-1/+16
2006-11-13Clean up last commit to better conform to standards.file1-1/+1
2006-11-13AEL need not complain about parkedcalls not being found... just confuses usersmurf1-1/+1
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-15/+18
2006-10-13Bug 8128 fixed in this release via these changesmurf1-6/+32
2006-10-05This mod fixes a problem pointed out by dgarstang. Many thanks to Doug\!murf1-2/+29
2006-10-04These changes fix the problems reported in bug 8090murf1-0/+4
2006-09-22This commits a change to return MODULE_LOAD_FAILURE on error, and SUCCESS (in...murf1-1/+3
2006-09-22If the extensions.ael file not found, or unreadable, we return AST_MODULE_LOA...murf1-0/+6
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-1/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-9/+26
2006-08-25Changes to fix all problems reported in 7804 are included here.murf1-9/+64
2006-08-22Make a warning about an unused function & variable go away on the stand alone...file1-1/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-23/+14
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-12/+2
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.murf1-62/+339
2006-08-01This branch will resolve the bug 7635.murf1-0/+25
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...murf1-36/+38
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell1-17/+30
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-01Bug 7062 - Rename ael2 CLI commands to aeltilghman1-9/+9
2006-04-30make destroy_pval able to handle a NULL valuerizzo1-0/+5
2006-04-26include/asterisk/ael_structs.h:rizzo1-13/+23
2006-04-25fix variable declaration in the middle of a blockrizzo1-2/+4
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-1005/+3613
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-12/+8
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-28Merged revisions 15658 via svnmerge from russell1-1/+1
2005-12-21Merged revisions 7577 via svnmerge fromtilghman1-0/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0