]> git.ipfire.org Git - thirdparty/asterisk.git/commit
These changes allow AEL to better check ${} constructs within $[...], that are concat...
authorSteve Murphy <murf@digium.com>
Tue, 3 Mar 2009 18:11:34 +0000 (18:11 +0000)
committerSteve Murphy <murf@digium.com>
Tue, 3 Mar 2009 18:11:34 +0000 (18:11 +0000)
commit604a51f34165123ee3e81b2a761629cf5eed43de
treecfe43c2bc810b18faaeb570a8738a75faa396909
parent2e4471d758f9f896e6c6847812aae73bab1884a9
These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text.

I modified and added rules in ast_expr2.fl to better handle
the concatenations.

I added some default routines to ast_expr2.y so the standalone would
compile. It also looks like I haven't run this thru bison since 2.1, so
it's good to get this updated.

The Makefile has comments added now for check_expr2 and check_expr to
explain what they are for, and how to run them.

The testexpr2s stuff has been removed, in favor of check_expr2.

expr2.testinput has been updated to include the two expressions
that inspired these changes (from mcnobody on #asterisk this morning)
The regression has been run and all looks well.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@179807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/ast_expr2.c
main/ast_expr2.fl
main/ast_expr2.h
main/ast_expr2.y
main/ast_expr2f.c
utils/Makefile
utils/expr2.testinput