summaryrefslogtreecommitdiff
path: root/res/ael
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-01-04core/pbx: dialplan show - display filename/line#Jonathan R. Rose
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-07-21pbx: Create pbx_sw.c for management of 'struct ast_sw'.Corey Farrell
2016-07-18pbx: Create pbx_ignorepat.c for management of 'struct ast_ignorepat'.Corey Farrell
2016-07-15pbx: Create pbx_include.c for management of 'struct ast_include'.Corey Farrell
2016-06-20fix: memory leaks, resource leaks, out of bounds and bugsAlexei Gradinari
2016-06-03Make use of GLOB_BRACE and GLOB_NOMAGIC optionalTimo Teräs
2015-05-13MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.Corey Farrell
2015-04-29Git Conversion: Switch Non-C files to ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-11Add .gitignore and .gitreview filesGeorge Joseph
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-21Make the AEL load process less chatty.Sean Bright
2014-03-21Revert r410981. aelparse blew up.Sean Bright
2014-03-21Make the AEL load process less chatty.Sean Bright
2014-02-22Remove extra defines of AST_PBX_MAX_STACK.Corey Farrell
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-03-24Multiple revisions 360356-360357Russell Bryant
2012-03-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2010-12-22Merged revisions 299449 via svnmerge from Tilghman Lesher
2010-10-28Merged revisions 293197 via svnmerge from Tilghman Lesher
2010-10-04Merged revisions 290255 via svnmerge from Tilghman Lesher
2010-06-23Ensure a NULL file while debugging cannot crash AEL.Tilghman Lesher
2010-06-21Merged revisions 271552 via svnmerge from Jeff Peeler
2010-06-18Merged revisions 271399 via svnmerge from Jeff Peeler
2010-05-12Revert previous WARNING message removal.Leif Madsen
2010-05-12Remove unnecessary WARNING message in ael/pval.cLeif Madsen
2009-10-06When we call a gosub routine, the variables should be scoped to avoid contami...Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-04-20Merged revisions 189462 via svnmerge from Sean Bright
2009-02-18Merged revisions 177225 via svnmerge from Steve Murphy
2009-01-16Merged revisions 168745 via svnmerge from Steve Murphy
2008-12-09Merged revisions 162264 via svnmerge from Steve Murphy
2008-12-09Merged revisions 162136 via svnmerge from Steve Murphy
2008-12-09Merged revisions 162013 via svnmerge from Steve Murphy
2008-11-20Fix one case where the application argument was not converted from a pipe toSean Bright
2008-11-06don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only d...Kevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-09-04Merged revisions 141094 via svnmerge from Steve Murphy
2008-09-03In these changes, I have added some explanationSteve Murphy