aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2f.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-19Fix a few doxygen warnings.north1-3/+3
2006-06-20- use $(CC) instead of gcc when building testexpr2russell1-42/+44
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-28whitespace - format the source in a more readable way;rizzo1-116/+191
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-306/+535
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-3/+8
2006-03-12update reference to doc file whose name has changedkpfleming1-1/+1
2006-01-27Merged revisions 8758 via svnmerge from tilghman1-352/+693
2006-01-03Merged revisions 7736 via svnmerge from kpfleming1-18/+18
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-01issue #4678kpfleming1-1/+1
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-2/+2
2005-09-25Fix expressions on Big Endian platforms (issue #5233)russell1-136/+612
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming1-48/+56
2005-08-29fix signed/unsigned result issue on 32-bit platforms (issue #5050)kpfleming1-3/+3
2005-08-26switch to 'new' expression parser, remove support for old parserkpfleming1-0/+2163