summaryrefslogtreecommitdiff
path: root/funcs/func_math.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-07clang compiler warnings: Fix sometimes-initialized warning in func_mathMatthew Jordan
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2013-10-23memory leaks: Memory leak cleanup patch by Corey Farrell (first set)Jonathan Rose
2012-09-07Remove annoying unconditional debug message from INC/DEC functions.Richard Mudgett
2012-07-12Correct Documentation For DEC FunctionMichael L. Young
2012-07-12Reverting last merge since it wasn't completed properly.Michael L. Young
2012-07-12Correct Documentation For DEC FunctionMichael L. Young
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-02-09Various updates to the unit test API.Russell Bryant
2010-02-02Correct some off-by-one errors, especially when expressions don't contain exp...Tilghman Lesher
2010-01-21Merged revisions 241765 via svnmerge from Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.David Brooks
2009-06-01Add INCrement and DECrement functionsTilghman Lesher
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-06-28Added AND, OR, and XOR bitwise operations to MATH for issue 9891, thanks jcmooreDwayne M. Hubbard
2007-06-04Merged revisions 67162 via svnmerge from Tilghman Lesher
2007-05-24Merged revisions 65866 via svnmerge from Dwayne M. Hubbard
2007-01-24Doxygen updateOlle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2007-01-02Tweak description text to match new functionality (Issue 7959)Tilghman Lesher
2006-12-31Add power and right/left shift functions (Issue 7959)Tilghman Lesher
2006-12-25Merged revisions 48956 via svnmerge from Russell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove useless checks of the result of ast_strdupaRussell Bryant
2006-01-106186 amd 6187 with minor revisions. added argMatt O'Gorman
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08issue #5648Kevin P. Fleming
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-09add MATH() dialplan function (bug #4473, with mods)Kevin P. Fleming