aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael_lex.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-01more simplificationsrizzo1-79/+66
2006-05-01always trim the trailing ';'rizzo1-8/+6
2006-05-01comment usage of contextsrizzo1-17/+38
2006-04-30put back some simplifications, this time really testedrizzo1-24/+17
2006-04-30more commentsrizzo1-19/+18
2006-04-30comment some coderizzo1-3/+13
2006-04-28simplify handling of line numbersrizzo1-89/+72
2006-04-28fix last known bug in computing columb numbers in error messagesrizzo1-65/+69
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-93/+112
2006-04-27document variable and options used.rizzo1-63/+93
2006-04-27slightly restructure a block to reduce nesting,rizzo1-51/+51
2006-04-27remove some commented-out coderizzo1-22/+12
2006-04-27finish packing yylloc into macrosrizzo1-108/+91
2006-04-27add some comments to the coderizzo1-66/+71
2006-04-27more dup removalrizzo1-255/+194
2006-04-27more duplicate removalrizzo1-259/+214
2006-04-27remove duplicated coderizzo1-292/+254
2006-04-27staticize c_prevword()rizzo1-3/+1
2006-04-27move similar blocks close to each other to make similaritiesrizzo1-81/+81
2006-04-27normalize and simplify the code for keeping track of line and column number.rizzo1-173/+96
2006-04-27define some flex constants for character sets.rizzo1-86/+139
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-113/+116
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-79/+79
2006-04-26whitespace-only change:rizzo1-450/+468
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/+2996