aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.fl
AgeCommit message (Collapse)AuthorFilesLines
2006-06-20- use $(CC) instead of gcc when building testexpr2russell1-0/+2
- modify ast_expr2.fl and ast_expr2.y to not try to register the file version in a STANDALONE build - add config.status as a dependency on testexpr2 to ensure configure is executed before building it - add include/asterisk/buildopts.h as a dependency for testexpr2 as well - add -Iinclude to the gcc commands for building the testexpr2 objects so that it can find the local asterisk headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34980 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-4/+4
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28whitespace - format the source in a more readable way;rizzo1-18/+88
On passing, define the macros as do {... } while (0) to be free of unwanted side effects. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23175 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now ↵kpfleming1-8/+129
no longer considered experimental :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22273 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming1-3/+8
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-12update reference to doc file whose name has changedkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12544 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-19Merged revisions 8276 via svnmerge fromtilghman1-11/+13
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8278 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03update copyright headers for files changed this yearkpfleming1-0/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03Merged revisions 7736 via svnmerge from kpfleming1-18/+18
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7736 | kpfleming | 2006-01-03 10:34:12 -0600 (Tue, 03 Jan 2006) | 2 lines don't leak memory for (most) expression evaluations ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7737 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@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