aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/strings.h
AgeCommit message (Expand)AuthorFilesLines
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