summaryrefslogtreecommitdiff
path: root/utils/check_expr.c
AgeCommit message (Expand)Author
2015-05-03utils: Remove trailing whitespaceRodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2013-09-10Fixed utils directory breakage from r398748, this time with extra hate.David M. Lee
2013-09-10Fixed utils directory breakage from r398648David M. Lee
2013-06-13Make the utils directory compile... again.Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-12-18Merged revisions 298960 via svnmerge from Tilghman Lesher
2008-12-17A possibly "horrible fix" for a "horribly broken"Steve Murphy
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-05-29Avoid build warning when execinfo.h isn't available.Sean Bright
2008-05-28Fix a linkage error related to the lock backtrace supportRussell Bryant
2008-05-23A new feature thanks to the fine folks at Switchvox!Mark Michelson
2008-04-10Merged revisions 114051 via svnmerge from Mark Michelson
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-02-28Merged revisions 105116 via svnmerge from Russell Bryant
2007-12-10Add ast_atomic_fetchadd_int_slow to check_expr for platforms that need it.Joshua Colp
2007-11-26closes issue #11341; made changes to make utils again right with the MTX_PROF...Steve Murphy
2007-11-21more header removal/normalizationLuigi Rizzo
2007-10-17and then, I noticed the clicompat stuff.Steve Murphy
2007-10-17more stub routines to allow linkage in stand-alone environment, with thread d...Steve Murphy
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)Tilghman Lesher
2007-10-08Fix up tree so that it compiles when MTX Profiling is enabled.Joshua Colp
2007-10-01OK. THis a DEBUG_THREADS situation.Steve Murphy
2007-10-01picky gcc versions... sigh.Steve Murphy
2007-10-01This mod will allow check_expr to compile in the presence of DEBUG_THREAD sit...Steve Murphy
2007-08-22Ensure that the object code for ast_atomic_fetchadd_int() gets included in theRussell Bryant
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...Steve Murphy
2007-01-24Merged revisions 52052 via svnmerge from Steve Murphy
2006-11-06check for failure after call to calloc() (issue #8295)Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-29don't make expression evaluator allocate a memory buffer for each resultKevin P. Fleming
2005-06-21enhance check_expr to check for parsing errors in dialplans (bug #4556)Kevin P. Fleming
2005-06-09add tool to check extensions.conf files for problems with new expression pars...Kevin P. Fleming