summaryrefslogtreecommitdiff
path: root/ast_expr2f.c
AgeCommit message (Expand)Author
2006-07-19Fix a few doxygen warnings.North Antara
2006-06-20- use $(CC) instead of gcc when building testexpr2Russell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-28whitespace - format the source in a more readable way;Luigi Rizzo
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-03-12update reference to doc file whose name has changedKevin P. Fleming
2006-01-27Merged revisions 8758 via svnmerge from Tilghman Lesher
2006-01-03Merged revisions 7736 via svnmerge from Kevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-09-25Fix expressions on Big Endian platforms (issue #5233)Russell Bryant
2005-08-29don't make expression evaluator allocate a memory buffer for each resultKevin P. Fleming
2005-08-29fix signed/unsigned result issue on 32-bit platforms (issue #5050)Kevin P. Fleming
2005-08-26switch to 'new' expression parser, remove support for old parserKevin P. Fleming