aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael.flex
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-26whitespace-only change:rizzo1-383/+412
2006-04-25wrong path in include file.rizzo1-1/+1
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-0/+633