summaryrefslogtreecommitdiff
path: root/funcs/func_strings.c
AgeCommit message (Expand)Author
2006-12-11Merged revisions 48382 via svnmerge from Tilghman Lesher
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-08As per discussion on bug 7862, the problem wasn't the fact that the documenta...Steve Murphy
2006-09-07With respect to bug 7862, the syntax and description are misleading to users....Steve Murphy
2006-08-31oops.Russell Bryant
2006-08-31The behavior of REGEX when it did not match was not defined by the docs, soRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-03Don't attempt to run a regcomp if we haven't even parsed arguments correctlyTilghman Lesher
2006-07-01Revert the previous change to FILTER and fix the embedded documentation instead.Tilghman Lesher
2006-07-01fix the parsing of options in the FILTER function to match the documentation.Russell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-18Add SPRINTF dialplan function made by the ever insaneful Corydon (issue #7078...Joshua Colp
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-23minor fixes to commit 10934 from bug#6257 Matt O'Gorman
2006-02-23added function QUOTE into strings, which allowsMatt O'Gorman
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-15add KEYPADHASH dialplan function (issue #6441)Kevin P. Fleming
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2006-01-22Bug 6262 - New function STRPTIMETilghman Lesher
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove useless checks of the result of ast_strdupaRussell Bryant
2006-01-16Argh, another ERROR that should have been DEBUGTilghman Lesher
2006-01-16Change a debugging message committed with the wrong levelTilghman Lesher
2006-01-16 More code optimization with the new argument macros #6253BJ Weschke
2006-01-15Clarify description of ARRAY functionTilghman Lesher
2006-01-14Bug 6238 - Janitor - update to app_args macrosTilghman Lesher
2006-01-14Merged revisions 8074 via svnmerge fromTilghman Lesher
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27Bug 5906 - ARRAY dialplan functionTilghman Lesher
2005-12-23Bug 5327 - new function FILTER and optional argument to CALLERIDTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08issue #5648Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-17clean up function to be more consistent with coding guidelinesRussell Bryant
2005-10-14initialize variableKevin P. Fleming
2005-10-12provide the correct string to evaluate with the given regex, instead of theRussell Bryant
2005-09-25ensure result buffer is initialized (issue #5285)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-05-15add EVAL function, deprecate Eval application (bug #4277)Kevin P. Fleming
2005-05-05clean up file headersKevin P. Fleming
2005-05-05add STRFTIME dialplan function (bug #4098, modified to use new funcs subdirec...Kevin P. Fleming
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming