Commit Graph

43 Commits (bae41357596e6ec24c1d1a222bc1036c469413c7)

Author SHA1 Message Date
Steve Murphy 0ffda2d201 This issue sort of closes 10786; All config files support #include with globbing (you know, *,[chars],?,{list,list},etc), so I've updated the AEL system to support this also.
18 years ago
Steve Murphy 19e8d3fdcb A fix for the flex input files, DONT_COMPILE, and STANDALONE_AEL
18 years ago
Steve Murphy 49cce60e51 This is a slight modification to Josh's edits for #8579; both files edited were the produced by flex; so the source files need to be changed instead, and the generated files regenerated.
19 years ago
Steve Murphy 6557d250c8 This commit is a basic AEL enhancement: c-style comments
19 years ago
Steve Murphy 04ed725e73 OK, here is everything I changed to fix 7474:
19 years ago
Russell Bryant 171992e505 don't use ast_copy_string when building for an external tool
19 years ago
Kevin P. Fleming b31b0be819 various minor portability fixes (mostly from tholo for OpenBSD)
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Luigi Rizzo c305fb082d more simplifications
19 years ago
Luigi Rizzo 01360f6440 always trim the trailing ';'
19 years ago
Luigi Rizzo 33167fc41c comment usage of contexts
19 years ago
Luigi Rizzo 8faa2e7d44 put back some simplifications, this time really tested
19 years ago
Luigi Rizzo db14f6b107 revert ael.flex to the last correct version.
19 years ago
Luigi Rizzo 44f43f9eb1 another small set of simplifications
19 years ago
Luigi Rizzo c22ef69d1f simplify logic (runtest passed).
19 years ago
Luigi Rizzo c5f779d0a0 more comments
19 years ago
Luigi Rizzo 9a8a037250 comment some code
19 years ago
Luigi Rizzo d30ead1474 simplify handling of line numbers
19 years ago
Luigi Rizzo dad2812867 fix last known bug in computing columb numbers in error messages
19 years ago
Luigi Rizzo c1366df3d5 fix a bug in computing line numbers
19 years ago
Luigi Rizzo 799126216e - fix miscalculation in column numbers when multiple tabs
19 years ago
Luigi Rizzo 304fbbd1b6 fix destructor for pval objects (thanks to Steve Murphy);
19 years ago
Luigi Rizzo 456e27b453 document variable and options used.
19 years ago
Luigi Rizzo 9033ecfaa2 slightly restructure a block to reduce nesting,
19 years ago
Luigi Rizzo b37af2f16c remove some commented-out code
19 years ago
Luigi Rizzo a5fdd0d6b0 finish packing yylloc into macros
19 years ago
Luigi Rizzo e51725d6d4 add some comments to the code
19 years ago
Luigi Rizzo 5591294c5e more dup removal
19 years ago
Luigi Rizzo 98d769c7c0 more duplicate removal
19 years ago
Luigi Rizzo ef8f9a28a3 remove duplicated code
19 years ago
Luigi Rizzo 53715e59cf staticize c_prevword()
19 years ago
Luigi Rizzo a8995c0bfd move similar blocks close to each other to make similarities
19 years ago
Luigi Rizzo e7d6df39d0 normalize and simplify the code for keeping track of line and column number.
19 years ago
Luigi Rizzo 2d33128385 define some flex constants for character sets.
19 years ago
Luigi Rizzo d19f767c3c uncomment some functions in the flex code that were actually
19 years ago
Luigi Rizzo a857016551 use \t to indicate a tab, and fix indentation for
19 years ago
Luigi Rizzo f52022fc6f remove common blocks of code with a macro (waiting for a better
19 years ago
Luigi Rizzo df5635d844 staticize some variables
19 years ago
Luigi Rizzo e141352fd9 comment behaviour of pbcwhere in preparation for its use
19 years ago
Luigi Rizzo aaf99191c8 include/asterisk/ael_structs.h:
19 years ago
Luigi Rizzo 2de9dcb345 whitespace-only change:
19 years ago
Luigi Rizzo 36807ad092 wrong path in include file.
19 years ago
Kevin P. Fleming 5f58cc8770 Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now no longer considered experimental :-)
19 years ago