aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_rand.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-2/+2
2008-11-01Merge changes from team/group/appdocsxmlrussell1-7/+18
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
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-5/+0
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-2/+2
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...file1-5/+0
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-5/+2
2007-01-24Doxygen updateoej1-0/+1
2007-01-06finish const-ifying ast_func_read()kpfleming1-1/+1
2006-10-14update the doc string for both AEL and extensions.conf users.murf1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-3/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-22/+6
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-8/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell1-1/+1
2006-02-12major dialplan functions updatekpfleming1-24/+18
2006-02-11set standard properties on all non-binary fileskpfleming1-1/+1
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-22/+5
2006-01-23code clean up and macro implementation from mogorman1-9/+14
2006-01-21on this pass, only remove duplicate log messagesrussell1-1/+0
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+6
2006-01-21remove useless checks of the result of ast_strduparussell1-6/+1
2006-01-10Bug 5961 - new RAND() functiontilghman1-0/+143