aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.y
AgeCommit message (Collapse)AuthorFilesLines
2006-03-16automerge commitroot1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@13318 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19automerge commitroot1-6/+34
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@8288 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-1/+4
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-1/+1
(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-29don't use unsigned in on Solaris, will break math expressions that arekpfleming1-1/+1
supposed to generate negative results (related to issue #5050) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6436 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24add conditional operator to expression parser, and various cleanups (bug #4459)kpfleming1-20/+68
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5997 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-17Fix expression handling for string comparisions without quotes (bug #4478)markster1-2/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5919 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20fix Solaris compatibility issues (bug #4339)kpfleming1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5747 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16add upgraded expression parser (bug #2058)kpfleming1-0/+901
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5691 f38db490-d61c-443f-a65b-d21fe96a405b