summaryrefslogtreecommitdiff
path: root/include/asterisk/strings.h
AgeCommit message (Expand)Author
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cJason Parker
2006-07-10Fixed. Done. Good. Make ast_join work like it used to.Joshua Colp
2006-07-10Unbreak ast_join due to whitespace changesJoshua Colp
2006-04-26add the missing prototype for the included asprintfRussell Bryant
2006-03-24as discussed on the -dev list, introduce a macro to simplify theLuigi Rizzo
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)Kevin P. Fleming
2006-01-07Bug 6164 - Allow ast_skip_blanks on const strings without spewing warningTilghman Lesher
2006-01-05Merged revisions 7827 via svnmerge fromTilghman Lesher
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-01add new GCC-specific macro and force inlining of certain functions where spee...Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-01add ast_build_string_va(), which accepts a varargs list directlyKevin P. Fleming
2005-09-14don't double define our own string functions on platforms that don't have the...Kevin P. Fleming
2005-09-08first set of Cygwin portability stuff (issue #4678)Kevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-04ensure that strings.h has va_list defined (bug #4900)Russell Bryant
2005-07-20move strtoq into new string files (bug #4740)Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15first phase of proper fix for portable string function problems (bug #4669)Kevin P. Fleming
2005-07-12convert ast_copy_string to use AST_INLINE_API macro (bug #4682)Russell Bryant
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...Kevin P. Fleming
2005-06-24add new header filesKevin P. Fleming