summaryrefslogtreecommitdiff
path: root/res/ael/ael_lex.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
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-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-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
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-03-24Multiple revisions 360356-360357Russell Bryant
2010-10-28Merged revisions 293197 via svnmerge from Tilghman Lesher
2010-06-23Ensure a NULL file while debugging cannot crash AEL.Tilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
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-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-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-03-18Merged revisions 109309 via svnmerge from Steve Murphy
2008-03-07(closes issue #6002)Steve Murphy
2008-01-10Merged revisions 97889 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-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-09-29Merged revisions 84133 via svnmerge from Steve Murphy
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy