aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.c
AgeCommit message (Collapse)AuthorFilesLines
2006-03-16Bug 6737 - Fix compile warning on OS Xtilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13279 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27Bug 6072 - Revisions to the source bison and flex files don't ↵tilghman1-162/+230
auto-regenerate these files git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8758 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #4678kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25Fix expressions on Big Endian platforms (issue #5233)russell1-26/+29
using bison version 1.875d, flex version 2.5.31 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6645 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming1-6/+7
to be returned; use the buffers already present in the PBX for this purpose update testexpr2/check_expr to allocate buffers for expression evaluation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6440 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29fix signed/unsigned result issue on 32-bit platforms (issue #5050)kpfleming1-98/+125
(expression parser was rebuilt with bison 1.875d as well) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6437 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26remove extra dependencieskpfleming1-123/+96
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6421 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26switch to 'new' expression parser, remove support for old parserkpfleming1-0/+2347
provide parser files in source tree, so flex/bison are not need to build update Makefile to use simpler techniques to build parser update README to remove references to old vs. new parsers remove version comparison tool used for flex/bison programs git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6420 f38db490-d61c-443f-a65b-d21fe96a405b