summaryrefslogtreecommitdiff
path: root/main/ast_expr2.c
AgeCommit message (Expand)Author
2007-10-25closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you...Steve Murphy
2007-10-17Simplify some preprocessor logic by using #elifTilghman Lesher
2007-10-08Fix up tree so that it compiles when MTX Profiling is enabled.Joshua Colp
2007-09-22Fixes for FreeBSD... testing for every conceivable math function nowTilghman Lesher
2007-09-21Check for the presence of trunc and round, and make the ISOC99 detection a li...Tilghman Lesher
2007-07-08Restore EXP2 and LOG2 functions, by providing mathematical identify functions...Tilghman Lesher
2007-07-07These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing...Steve Murphy
2007-07-05resolve a compiler warning so i can build in dev modeRussell Bryant
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...Steve Murphy
2007-07-02Merged revisions 72933 via svnmerge from Steve Murphy
2007-02-18add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #...Kevin P. Fleming
2006-12-28Jason is having problems with the inclusion of <err.h>; it appears to be unne...Steve Murphy
2006-10-17Merged revisions 45408 via svnmerge from Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming