summaryrefslogtreecommitdiff
path: root/main/ast_expr2.h
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-03-24Multiple revisions 360356-360357Russell Bryant
2010-10-28Merged revisions 293197 via svnmerge from Tilghman Lesher
2009-03-03Merged revisions 179807 via svnmerge from Steve Murphy
2009-01-15This patch allows null args in ast_expr2 func calls, and fixes commas being c...Steve Murphy
2008-12-31That was weird...Tilghman Lesher
2008-12-31Merged revisions 166953 via svnmerge from Tilghman Lesher
2008-04-21(closes issue #12467)Steve Murphy
2008-01-16Terry found this problem with running the expr2 parser on OSX. Make the #defi...Steve Murphy
2007-10-17Simplify some preprocessor logic by using #elifTilghman Lesher
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-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
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming