summaryrefslogtreecommitdiff
path: root/include/asterisk/strings.h
AgeCommit message (Expand)Author
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argRussell Bryant
2008-05-15Add an extra check in ast_strlen_zero, and make ast_assert() not print theTilghman Lesher
2008-03-28Temporary revert of 111662. It's causing lots of trouble and appears to not beMark Michelson
2008-03-28The copy_request function did not take into account the necessary null termin...Mark Michelson
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-02-15Fix up some doxygen issues.Jason Parker
2007-12-19Add a new API function, written at least twice in app_voicemail.cLuigi Rizzo
2007-11-27Add an S_COR macro, which is similar to the existing S_OR macro,Jason Parker
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-15Merged revisions 85561 via svnmerge from Russell Bryant
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-22Merged revisions 80362 via svnmerge from Russell Bryant
2007-08-17Merged revisions 79904 via svnmerge from Jason Parker
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes toRussell Bryant
2007-06-28Remove the ill-advised ast_restrdupa API call and related structuresTilghman Lesher
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-01-19As the comment in the diff says:Luigi Rizzo
2007-01-10Return the useless casts that ensure this file is C++ clean. (issue #8602 rep...Joshua Colp
2007-01-04ensure that the proper file/function/line shows up for dynamic string threads...Kevin P. Fleming
2007-01-04Merged revisions 49553 via svnmerge from Kevin P. Fleming
2006-12-18apply the proposed fix for bug 8602Luigi Rizzo
2006-12-16replace ast_build_string() with ast_str_*() functions.Luigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-12-15move the dynamic string support in a better place i.e. string.hLuigi Rizzo
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