aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_math.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-21Guard against division by zero.tilghman1-1/+5
2009-08-10AST-2009-005tilghman1-2/+2
2008-10-06Dialplan functions should not actually return 0, unless they have modified thetilghman1-2/+2
2007-06-04Merged revisions 67161 via svnmerge from tilghman1-5/+5
2007-05-24merged qwell's func_math patch for issue 9507dhubbard1-7/+16
2006-12-25Merged revisions 48955 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