asterisk/res/ael
Steve Murphy b7ef49c931 closes issue #11005, where #include uses the current dir instead of the config dir (/etc/asterisk) for relative path includes for AEL
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86967 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-10-24 13:21:29 +00:00
..
ael.flex closes issue #11005, where #include uses the current dir instead of the config dir (/etc/asterisk) for relative path includes for AEL 2007-10-24 13:21:29 +00:00
ael.tab.c Merged revisions 86936 via svnmerge from 2007-10-24 04:44:27 +00:00
ael.tab.h an unreported crash I debugged, looked like it was backing up way too far after hitting the syntax error. An inspection of the code revealed that error tokens in lists were not rearranged when the rules were rearranged as part of a code neatening-up process. By moving the error tokens to where they should be, I also reduced the number of shift/reduce conflicts to 3 instead of 8. This introduces subtle differences in error messages, so the regressions had to be updated. 2007-08-23 23:37:33 +00:00
ael.y Merged revisions 86936 via svnmerge from 2007-10-24 04:44:27 +00:00
ael_lex.c closes issue #11005, where #include uses the current dir instead of the config dir (/etc/asterisk) for relative path includes for AEL 2007-10-24 13:21:29 +00:00
pval.c Merged revisions 84511 via svnmerge from 2007-10-03 14:39:05 +00:00