aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-20- use $(CC) instead of gcc when building testexpr2russell1-103/+117
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-462/+768
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-2/+7
2006-03-16fix compiler warning on mac (issue #6737)russell1-117/+244
2006-01-27Merged revisions 8758 via svnmerge from tilghman1-162/+230
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-09-25Fix expressions on Big Endian platforms (issue #5233)russell1-26/+29
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming1-6/+7
2005-08-29fix signed/unsigned result issue on 32-bit platforms (issue #5050)kpfleming1-98/+125
2005-08-26remove extra dependencieskpfleming1-123/+96
2005-08-26switch to 'new' expression parser, remove support for old parserkpfleming1-0/+2347