summaryrefslogtreecommitdiff
path: root/funcs/func_strings.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-01-22LISTFILTER: Remove outdated ERROR message.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-06-17Allow the PUSH and UNSHIFT functions to set inheritable channel variables.Mark Michelson
2014-05-21pbx.c: prevent potential crash from recursive replace()Scott Griepentrog
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2014-01-02func_strings: use memmove to prevent overlapping memory on strcpyScott Griepentrog
2013-12-18func_strings: Documentation fix for QUOTE()Rusty Newton
2013-08-06Check result of ast_var_assign() calls for memory allocation failure (2).Walter Doekes
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2013-07-14Clarify documentation for function PASSTHRUMatthew Jordan
2012-10-29Make evaluation of channel variables consistently case-sensitive.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2011-09-20Merged revisions 337119 via svnmerge from Richard Mudgett
2011-09-19Merged revisions 336789 via svnmerge from Tilghman Lesher
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-20Adds STRREPLACE functionJonathan Rose
2010-10-28Merged revisions 293159 via svnmerge from Jeff Peeler
2010-09-24Merged revisions 288713 via svnmerge from Tilghman Lesher
2010-08-03Merged revisions 280809 via svnmerge from Tilghman Lesher
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-03-20Fix memory corruption found by unit tests.Russell Bryant
2010-03-10Hmmm, apparently needed to be fixed in trunk, too.Tilghman Lesher
2010-03-10It's amazing what writing a test will find.Tilghman Lesher
2010-02-24Remove unnecessary warning message, make a couple of formatting tweaksRussell Bryant
2010-02-10Fussy compiler on another machine...Tilghman Lesher
2010-02-10Fix weird issue with unit tests on optimized build - turned out to be a signi...Tilghman Lesher
2010-02-10Enable warnings on atypical conditions for the FILTER function (suggested by ...Tilghman Lesher
2010-02-10Merged revisions 245944 via svnmerge from Tilghman Lesher
2010-01-18Make HASHes inheritable across channel creation.Tilghman Lesher
2009-11-24Add REPLACE & PASSTHRU functions, overhaul of func_strings, fix API docs for ...Tilghman Lesher
2009-09-30Merged revisions 221153,221157,221303 via svnmerge from Matthias Nick
2009-07-21Merged revisions 207945 via svnmerge from Tilghman Lesher
2009-05-31Fix documentation for FIELDQTY.Tilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-23Fix example that could fail in certain circumstancesTerry Wilson
2009-04-22Add funcs for manipulating delimited lists in the dialplanTerry Wilson
2009-01-31Don't increment the loop, now that incrementing is taken care of by theTilghman Lesher
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-11Merged revisions 163253 via svnmerge from Russell Bryant
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin P. Fleming
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. SeeTilghman Lesher
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-26Merged revisions 152059 via svnmerge from Sean Bright