aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_strings.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-19Merged revisions 59049 via svnmerge from tilghman1-1/+1
2007-03-14Merged revisions 58880 via svnmerge from tilghman1-1/+1
2007-02-01Merged revisions 53093 via svnmerge from russell1-3/+3
2007-02-01Merged revisions 53075 via svnmerge from tilghman1-5/+5
2007-02-01Merged revisions 53070 via svnmerge from tilghman1-3/+6
2007-01-24Doxygen updateoej1-0/+1
2007-01-18Merged revisions 51265 via svnmerge from qwell1-0/+1
2007-01-07Modifications to allow the output of SHELL() to be split per line (Issue 8676)tilghman1-0/+10
2007-01-06finish const-ifying ast_func_read()kpfleming1-14/+14
2006-12-28Integrate functionality tested on svncommunity users back into trunktilghman1-4/+173
2006-12-11Merged revisions 48382 via svnmerge from tilghman1-6/+0
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-4/+8
2006-09-08As per discussion on bug 7862, the problem wasn't the fact that the documenta...murf1-4/+6
2006-09-07With respect to bug 7862, the syntax and description are misleading to users....murf1-2/+6
2006-08-31oops.russell1-1/+1
2006-08-31The behavior of REGEX when it did not match was not defined by the docs, sorussell1-6/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+3
2006-07-03Don't attempt to run a regcomp if we haven't even parsed arguments correctlytilghman1-0/+5
2006-07-01Revert the previous change to FILTER and fix the embedded documentation instead.tilghman1-8/+8
2006-07-01fix the parsing of options in the FILTER function to match the documentation.russell1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-18Add SPRINTF dialplan function made by the ever insaneful Corydon (issue #7078...file1-0/+145
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-23minor fixes to commit 10934 from bug#6257 mogorman1-3/+3
2006-02-23added function QUOTE into strings, which allowsmogorman1-0/+32
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-1/+1
2006-02-15add KEYPADHASH dialplan function (issue #6441)kpfleming1-0/+45
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-8/+7
2006-02-12major dialplan functions updatekpfleming1-120/+105
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-41/+74
2006-01-22Bug 6262 - New function STRPTIMEtilghman1-0/+51
2006-01-21on this pass, only remove duplicate log messagesrussell1-18/+5
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+21
2006-01-21remove useless checks of the result of ast_strduparussell1-21/+0
2006-01-16Argh, another ERROR that should have been DEBUGtilghman1-1/+1
2006-01-16Change a debugging message committed with the wrong leveltilghman1-1/+1
2006-01-16 More code optimization with the new argument macros #6253bweschke1-11/+17
2006-01-15Clarify description of ARRAY functiontilghman1-4/+6
2006-01-14Bug 6238 - Janitor - update to app_args macrostilghman1-55/+64
2006-01-14Merged revisions 8074 via svnmerge fromtilghman1-2/+6
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-12-27Bug 5906 - ARRAY dialplan functiontilghman1-0/+58
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDtilghman1-0/+38
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-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-17clean up function to be more consistent with coding guidelinesrussell1-31/+32
2005-10-14initialize variablekpfleming1-1/+1