aboutsummaryrefslogtreecommitdiffstats
path: root/utils/check_expr.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-17A possibly "horrible fix" for a "horribly broken"murf1-0/+17
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-51/+0
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-2/+2
2008-05-29Avoid build warning when execinfo.h isn't available.seanbright1-7/+7
2008-05-28Fix a linkage error related to the lock backtrace supportrussell1-0/+7
2008-05-23A new feature thanks to the fine folks at Switchvox!mmichelson1-4/+20
2008-04-10Merged revisions 114051 via svnmerge from mmichelson1-1/+6
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-02-28Merged revisions 105116 via svnmerge from russell1-2/+2
2007-12-10Add ast_atomic_fetchadd_int_slow to check_expr for platforms that need it.file1-0/+8
2007-11-26closes issue #11341; made changes to make utils again right with the MTX_PROF...murf1-0/+2
2007-11-21more header removal/normalizationrizzo1-22/+5
2007-10-17and then, I noticed the clicompat stuff.murf1-15/+0
2007-10-17more stub routines to allow linkage in stand-alone environment, with thread d...murf1-0/+15
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)tilghman1-2/+2
2007-10-08Fix up tree so that it compiles when MTX Profiling is enabled.file1-0/+5
2007-10-01OK. THis a DEBUG_THREADS situation.murf1-1/+7
2007-10-01picky gcc versions... sigh.murf1-0/+4
2007-10-01This mod will allow check_expr to compile in the presence of DEBUG_THREAD sit...murf1-0/+16
2007-08-22Ensure that the object code for ast_atomic_fetchadd_int() gets included in therussell1-0/+5
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...murf1-0/+65
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-0/+1
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...murf1-1/+8
2007-01-24Merged revisions 52052 via svnmerge from murf1-60/+91
2006-11-06check for failure after call to calloc() (issue #8295)russell1-0/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-0/+18
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming1-6/+7
2005-06-21enhance check_expr to check for parsing errors in dialplans (bug #4556)kpfleming1-74/+188
2005-06-09add tool to check extensions.conf files for problems with new expression pars...kpfleming1-0/+191