aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_logic.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-24Doxygen updateoej1-0/+2
2007-01-06finish const-ifying ast_func_read()kpfleming1-5/+5
2006-10-10Merged revisions 44808 via svnmerge from tilghman1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+4
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-11Merged revisions 27051 via svnmerge from tilghman1-1/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-9/+6
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-39/+34
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-33/+60
2006-01-21on this pass, only remove duplicate log messagesrussell1-9/+3
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-3/+12
2006-01-21remove useless checks of the result of ast_strduparussell1-12/+3
2005-12-30update doxygen docs to specify authorsrussell1-0/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5648kpfleming1-3/+3
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-5/+16
2005-08-23handle whitepace around expressionkpfleming1-0/+1
2005-08-15Fix description text for IF function. (Bug #4966)twisted1-1/+1
2005-06-06more file version tagskpfleming1-0/+4
2005-06-03clean up logic functions code and help textskpfleming1-61/+104
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with API...kpfleming1-0/+6
2005-05-19Add SET function (bug #4335)markster1-0/+33
2005-05-17prevent copying of NULL (bug #4307)russell1-4/+6
2005-05-05clean up file headerskpfleming1-1/+2
2005-05-05major re-work of dialplan functions, including:kpfleming1-0/+100