aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.fl
AgeCommit message (Collapse)AuthorFilesLines
2006-01-19Bug 6072 - Memory leaks in the expression parsertilghman1-11/+18
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8276 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03don't leak memory for (most) expression evaluationskpfleming1-18/+18
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7736 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-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming1-19/+27
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-2/+2
(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-3/+7
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-4/+3
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/+167
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5691 f38db490-d61c-443f-a65b-d21fe96a405b