aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_math.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman1-1/+1
2010-02-09Various updates to the unit test API.russell1-4/+5
2010-02-02Correct some off-by-one errors, especially when expressions don't contain exp...tilghman1-9/+61
2010-01-21Merged revisions 241765 via svnmerge from tilghman1-1/+5
2009-08-10AST-2009-005tilghman1-3/+3
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-1/+1
2009-06-01Add INCrement and DECrement functionstilghman1-3/+127
2008-11-02Fix various spelling and grammatical issues in documentationrussell1-1/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell1-11/+29
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-2/+2
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-06-28Added AND, OR, and XOR bitwise operations to MATH for issue 9891, thanks jcmooredhubbard1-1/+37
2007-06-04Merged revisions 67162 via svnmerge from tilghman1-5/+5
2007-05-24Merged revisions 65866 via svnmerge from dhubbard1-7/+16
2007-01-24Doxygen updateoej1-0/+2
2007-01-06finish const-ifying ast_func_read()kpfleming1-1/+1
2007-01-02Tweak description text to match new functionality (Issue 7959)tilghman1-3/+3
2006-12-31Add power and right/left shift functions (Issue 7959)tilghman1-0/+32
2006-12-25Merged revisions 48956 via svnmerge from russell1-1/+0
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-9/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-12major dialplan functions updatekpfleming1-108/+102
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-8/+32
2006-01-21on this pass, only remove duplicate log messagesrussell1-4/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+4
2006-01-21remove useless checks of the result of ast_strduparussell1-4/+0
2006-01-106186 amd 6187 with minor revisions. added argmogorman1-10/+17
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-0/+1
2005-11-08issue #5648kpfleming1-1/+1
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-3/+16
2005-06-09add MATH() dialplan function (bug #4473, with mods)kpfleming1-0/+237