summaryrefslogtreecommitdiff
path: root/res/ael/ael.y
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
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
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2010-06-23Ensure a NULL file while debugging cannot crash AEL.Tilghman Lesher
2009-04-20Merged revisions 189462 via svnmerge from Sean Bright
2009-02-18Merged revisions 177225 via svnmerge from Steve Murphy
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-03In these changes, I have added some explanationSteve Murphy
2008-08-19Oops. put a decl in a generated file. My bad, but fixed now.Steve Murphy
2008-08-19These changes are in regards to bug 13249, where users are being surprised by...Steve Murphy
2008-03-07(closes issue #6002)Steve Murphy
2007-11-27made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-or...Steve Murphy
2007-10-26Merged revisions 87168 via svnmerge from Steve Murphy
2007-10-24Merged revisions 86936 via svnmerge from Steve Murphy
2007-10-01Merged revisions 84239 via svnmerge from Steve Murphy
2007-09-27deal with more gcc 4.2 const pointer warningsKevin P. Fleming
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