summaryrefslogtreecommitdiff
path: root/res/ael/pval.c
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
2015-05-13MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
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-02-22Remove extra defines of AST_PBX_MAX_STACK.Corey Farrell
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
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-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-04Merged revisions 290255 via svnmerge from 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-01-16Merged revisions 168745 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-09-03In these changes, I have added some explanationSteve Murphy
2008-08-08Merged revisions 136726 via svnmerge from Steve Murphy
2008-07-16Merged revisions 131242 via svnmerge from Steve Murphy
2008-06-03Merged revisions 119929 via svnmerge from Steve Murphy
2008-03-27Merged revisions 111341 via svnmerge from Steve Murphy
2008-03-07(closes issue #6002)Steve Murphy
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-31Merged revisions 87775 via svnmerge from Steve Murphy
2007-10-26Merged revisions 87168 via svnmerge from Steve Murphy
2007-10-03Merged revisions 84511 via svnmerge from Steve Murphy
2007-10-01Merged revisions 84239 via svnmerge from Steve Murphy
2007-09-25Fix minor memory leak in pval.c. Overwriting a value without freeing the prev...Joshua Colp
2007-09-22Merged revisions 83589 via svnmerge from Steve Murphy
2007-09-22Merged revisions 83558 via svnmerge from Steve Murphy
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-08-21As per 10472, mvanbaak thought the generated code would look better this way.Steve Murphy
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy