summaryrefslogtreecommitdiff
path: root/main/ast_expr2f.c
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-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
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-03-24Multiple revisions 360356-360357Russell Bryant
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2011-03-07Merged revisions 309808 via svnmerge from Tilghman Lesher
2011-02-28Merged revisions 309035 via svnmerge from Tilghman Lesher
2011-02-02Replacing doc/* with wiki linksAndrew Latham
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-02-08Merged revisions 245496 via svnmerge from Jason Parker
2010-01-13Flex uses fwrite incorrectly, which breaks the build. Providing a workaround.Tilghman Lesher
2010-01-13Code previously added to ast_expr2f.c warranted a change in the source file a...Tilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
2009-03-03Merged revisions 179807 via svnmerge from Steve Murphy
2009-02-19Merged revisions 177540 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-27Merged revisions 144924-144925 via svnmerge from Kevin P. Fleming
2008-06-20Change references to doc/channelvariables.txt toMark Michelson
2008-04-21(closes issue #12467)Steve Murphy
2008-02-15Fix up some doxygen issues.Jason Parker
2008-01-10Merged revisions 97849 via svnmerge from Steve Murphy
2008-01-10heh, remove patch to generated file.Terry Wilson
2008-01-10Check pointers before freeing (was getting WARNINGS under MALLOC_DEBUG)Terry Wilson
2007-11-28Made expr2 parser 8-bit transparentSteve Murphy
2007-11-12Doxygen fixes.Jason Parker
2007-11-06Hoping to avoid a crash in OSX for a problem blitzrage foundSteve Murphy
2007-10-23Merged revisions 86880 via svnmerge from Steve Murphy
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-07-09Merged revisions 73985 via svnmerge from Tilghman Lesher
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...Steve Murphy
2007-07-02Merged revisions 72933 via svnmerge from Steve Murphy
2007-06-04Change javadoc style code documentation to the same format we use elsewhere.Russell Bryant
2007-03-26Merged revisions 59206 via svnmerge from Steve Murphy
2007-01-02Merged revisions 49237 via svnmerge from Steve Murphy
2006-12-28Jason is having problems with the inclusion of <err.h>; it appears to be unne...Steve Murphy
2006-12-27Merged revisions 49009 via svnmerge from Joshua Colp
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming