aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael.flex
AgeCommit message (Expand)AuthorFilesLines
2008-12-10(closes issue #14022)murf1-1/+4
2008-12-09In discussion with seanbright on #asterisk-dev, I have added a default rule,...murf1-0/+11
2008-12-09Previous fix used ast_malloc and ast_copy_string and messed up the standalone...murf1-29/+42
2008-12-09(closes issue #14019)murf1-19/+29
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-2/+6
2008-09-27improve header inclusion process in a few small ways:kpfleming1-0/+2
2008-09-04(closes issue #13357)murf1-4/+176
2008-03-18(closes issue #11903)murf1-9/+11
2008-01-10Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; ov...murf1-0/+10
2007-10-26closes issue #11086 where a user complains that references to following conte...murf1-0/+1
2007-09-29This issue sort of closes 10786; All config files support #include with globb...murf1-54/+136
2007-03-26A fix for the flex input files, DONT_COMPILE, and STANDALONE_AELmurf1-1/+1
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited we...murf1-1/+1
2006-08-31This commit is a basic AEL enhancement: c-style commentsmurf1-1/+8
2006-07-06OK, here is everything I changed to fix 7474:murf1-3/+3
2006-06-10don't use ast_copy_string when building for an external toolrussell1-0/+4
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming1-9/+5
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-1/+4
2006-05-01more simplificationsrizzo1-18/+5
2006-05-01always trim the trailing ';'rizzo1-3/+1
2006-05-01comment usage of contextsrizzo1-5/+24
2006-04-30put back some simplifications, this time really testedrizzo1-14/+7
2006-04-30revert ael.flex to the last correct version.rizzo1-25/+34
2006-04-30another small set of simplificationsrizzo1-8/+14
2006-04-30simplify logic (runtest passed).rizzo1-30/+15
2006-04-30more commentsrizzo1-5/+4
2006-04-30comment some coderizzo1-3/+13
2006-04-28simplify handling of line numbersrizzo1-28/+11
2006-04-28fix last known bug in computing columb numbers in error messagesrizzo1-4/+8
2006-04-28fix a bug in computing line numbersrizzo1-4/+4
2006-04-28- fix miscalculation in column numbers when multiple tabsrizzo1-2/+2
2006-04-27fix destructor for pval objects (thanks to Steve Murphy);rizzo1-43/+64
2006-04-27document variable and options used.rizzo1-3/+37
2006-04-27slightly restructure a block to reduce nesting,rizzo1-51/+51
2006-04-27remove some commented-out coderizzo1-11/+1
2006-04-27finish packing yylloc into macrosrizzo1-47/+30
2006-04-27add some comments to the coderizzo1-5/+10
2006-04-27more dup removalrizzo1-55/+8
2006-04-27more duplicate removalrizzo1-37/+8
2006-04-27remove duplicated coderizzo1-50/+24
2006-04-27staticize c_prevword()rizzo1-3/+1
2006-04-27move similar blocks close to each other to make similaritiesrizzo1-42/+51
2006-04-27normalize and simplify the code for keeping track of line and column number.rizzo1-149/+72
2006-04-27define some flex constants for character sets.rizzo1-26/+85
2006-04-27uncomment some functions in the flex code that were actuallyrizzo1-10/+13
2006-04-26use \t to indicate a tab, and fix indentation forrizzo1-3/+3
2006-04-26remove common blocks of code with a macro (waiting for a betterrizzo1-43/+46
2006-04-26staticize some variablesrizzo1-5/+5
2006-04-26comment behaviour of pbcwhere in preparation for its userizzo1-3/+6
2006-04-26include/asterisk/ael_structs.h:rizzo1-8/+8