aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_cut.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-5/+5
2009-06-18Clarify CUT code, and in the process, fix a bug in trunk onlytilghman1-64/+61
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-2/+2
2009-05-27Recorded merge of revisions 197194 via svnmerge from tilghman1-1/+3
2009-04-29Merge str_substitution branch.tilghman1-28/+42
2008-12-11Merged revisions 163253 via svnmerge from russell1-6/+0
2008-11-01Merge changes from team/group/appdocsxmlrussell1-14/+43
2008-09-25(closes issue #13557)murf1-2/+2
2008-01-18Reset default CUT delimiter back to '-'tilghman1-3/+3
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-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+0
2007-10-28Merged revisions 87262 via svnmerge from tilghman1-1/+7
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.tilghman1-15/+5
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-10/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-01-07Modifications to allow the output of SHELL() to be split per line (Issue 8676)tilghman1-2/+14
2007-01-06finish const-ifying ast_func_read()kpfleming1-2/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-23/+12
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-6/+2
2006-04-14remove some unnecessary bracesrizzo1-26/+15
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+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-2/+2
2006-02-12major dialplan functions updatekpfleming1-5/+11
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-4/+4
2006-01-21on this pass, only remove duplicate log messagesrussell1-7/+2
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+8
2006-01-21remove useless checks of the result of ast_strduparussell1-8/+1
2006-01-11Added macros from 6198 and 6203. also added bettermogorman1-29/+25
2005-12-30update doxygen docs to specify authorsrussell1-0/+3
2005-12-16First field was truncated.tilghman1-1/+2
2005-12-15Properly move these functions over to the funcs directory (since they no long...tilghman1-0/+344