aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Merged revisions 293197 via svnmerge from tilghman1-207/+359
2009-12-28Allow "REMAINDER" to function properly in expressions.qwell1-4/+4
2009-06-25fixes a few redundant conditionsdvossel1-1/+0
2009-06-18fixes some memory leaks and redundant conditionsdvossel1-0/+1
2009-03-03Merged revisions 179807 via svnmerge from murf1-87/+144
2009-01-15This patch allows null args in ast_expr2 func calls, and fixes commas being c...murf1-127/+138
2008-12-31That was weird...tilghman1-83/+83
2008-12-31Merged revisions 166953 via svnmerge from tilghman1-83/+83
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-09-27Merged revisions 144924-144925 via svnmerge from kpfleming1-59/+7
2008-04-21(closes issue #12467)murf1-188/+243
2008-01-16Terry found this problem with running the expr2 parser on OSX. Make the #defi...murf1-79/+88
2007-10-25closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you...murf1-119/+109
2007-10-17Simplify some preprocessor logic by using #eliftilghman1-207/+121
2007-10-08Fix up tree so that it compiles when MTX Profiling is enabled.file1-0/+2
2007-09-22Fixes for FreeBSD... testing for every conceivable math function nowtilghman1-171/+318
2007-09-21Check for the presence of trunc and round, and make the ISOC99 detection a li...tilghman1-98/+147
2007-07-08Restore EXP2 and LOG2 functions, by providing mathematical identify functions...tilghman1-113/+156
2007-07-07These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing...murf1-0/+12
2007-07-05resolve a compiler warning so i can build in dev moderussell1-1/+1
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...murf1-244/+650
2007-07-02Merged revisions 72933 via svnmerge from murf1-215/+220
2007-02-18add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #...kpfleming1-1/+1
2006-12-28Jason is having problems with the inclusion of <err.h>; it appears to be unne...murf1-1/+1
2006-10-17Merged revisions 45408 via svnmerge from kpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+2871