aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/strings.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-15Merged revisions 85561 via svnmerge from russell1-3/+3
2007-09-05Doxygen cleanups/fixes.qwell1-8/+8
2007-08-22Merged revisions 80362 via svnmerge from russell1-1/+19
2007-08-17Merged revisions 79904 via svnmerge from qwell1-0/+7
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-0/+10
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes torussell1-10/+18
2007-06-28Remove the ill-advised ast_restrdupa API call and related structurestilghman1-18/+0
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-12/+12
2007-01-19As the comment in the diff says:rizzo1-6/+16
2007-01-10Return the useless casts that ensure this file is C++ clean. (issue #8602 rep...file1-4/+6
2007-01-04ensure that the proper file/function/line shows up for dynamic string threads...kpfleming1-3/+27
2007-01-04Merged revisions 49553 via svnmerge from kpfleming1-1/+9
2006-12-18apply the proposed fix for bug 8602rizzo1-6/+30
2006-12-16replace ast_build_string() with ast_str_*() functions.rizzo1-0/+21
2006-12-15simplify the ast_dynamic_str_*.... routines byrizzo1-147/+61
2006-12-15move the dynamic string support in a better place i.e. string.hrizzo1-0/+396
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-24/+0
2006-07-10Fixed. Done. Good. Make ast_join work like it used to.file1-1/+1
2006-07-10Unbreak ast_join due to whitespace changesfile1-1/+1
2006-04-26add the missing prototype for the included asprintfrussell1-0/+4
2006-03-24as discussed on the -dev list, introduce a macro to simplify therizzo1-0/+5
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-1/+2
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-1/+10
2006-01-07Bug 6164 - Allow ast_skip_blanks on const strings without spewing warningtilghman1-2/+2
2006-01-05Merged revisions 7827 via svnmerge fromtilghman1-1/+1
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...russell1-0/+13
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-01add new GCC-specific macro and force inlining of certain functions where spee...kpfleming1-1/+1
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+5
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-01add ast_build_string_va(), which accepts a varargs list directlykpfleming1-0/+14
2005-09-14don't double define our own string functions on platforms that don't have the...kpfleming1-2/+2
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming1-19/+1
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-4/+15
2005-08-04ensure that strings.h has va_list defined (bug #4900)russell1-0/+1
2005-07-20move strtoq into new string files (bug #4740)kpfleming1-0/+11
2005-07-15phase two of string portability stuff:kpfleming1-8/+26
2005-07-15first phase of proper fix for portable string function problems (bug #4669)kpfleming1-3/+7
2005-07-12convert ast_copy_string to use AST_INLINE_API macro (bug #4682)russell1-7/+3
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...kpfleming1-29/+13
2005-06-24add new header fileskpfleming1-0/+226