summaryrefslogtreecommitdiff
path: root/pbx/ael/ael_lex.c
AgeCommit message (Expand)Author
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and allowi...Steve Murphy
2007-06-04Change javadoc style code documentation to the same format we use elsewhere.Russell Bryant
2007-03-26Merged revisions 59200 via svnmerge from Joshua Colp
2007-01-02Merged revisions 49237 via svnmerge from Steve Murphy
2006-12-28Jason is having problems with the inclusion of <err.h>; it appears to be unne...Steve Murphy
2006-12-27Merged revisions 49009 via svnmerge from Joshua Colp
2006-08-31This commit is a basic AEL enhancement: c-style commentsSteve Murphy
2006-07-06OK, here is everything I changed to fix 7474:Steve Murphy
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyRussell Bryant
2006-06-10don't use ast_copy_string when building for an external toolRussell Bryant
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-01more simplificationsLuigi Rizzo
2006-05-01always trim the trailing ';'Luigi Rizzo
2006-05-01comment usage of contextsLuigi Rizzo
2006-04-30put back some simplifications, this time really testedLuigi Rizzo
2006-04-30more commentsLuigi Rizzo
2006-04-30comment some codeLuigi Rizzo
2006-04-28simplify handling of line numbersLuigi Rizzo
2006-04-28fix last known bug in computing columb numbers in error messagesLuigi Rizzo
2006-04-28fix a bug in computing line numbersLuigi Rizzo
2006-04-28- fix miscalculation in column numbers when multiple tabsLuigi Rizzo
2006-04-27fix destructor for pval objects (thanks to Steve Murphy);Luigi Rizzo
2006-04-27document variable and options used.Luigi Rizzo
2006-04-27slightly restructure a block to reduce nesting,Luigi Rizzo
2006-04-27remove some commented-out codeLuigi Rizzo
2006-04-27finish packing yylloc into macrosLuigi Rizzo
2006-04-27add some comments to the codeLuigi Rizzo
2006-04-27more dup removalLuigi Rizzo
2006-04-27more duplicate removalLuigi Rizzo
2006-04-27remove duplicated codeLuigi Rizzo
2006-04-27staticize c_prevword()Luigi Rizzo
2006-04-27move similar blocks close to each other to make similaritiesLuigi Rizzo
2006-04-27normalize and simplify the code for keeping track of line and column number.Luigi Rizzo
2006-04-27define some flex constants for character sets.Luigi Rizzo
2006-04-27uncomment some functions in the flex code that were actuallyLuigi Rizzo
2006-04-26use \t to indicate a tab, and fix indentation forLuigi Rizzo
2006-04-26remove common blocks of code with a macro (waiting for a betterLuigi Rizzo
2006-04-26staticize some variablesLuigi Rizzo
2006-04-26comment behaviour of pbcwhere in preparation for its useLuigi Rizzo
2006-04-26include/asterisk/ael_structs.h:Luigi Rizzo
2006-04-26whitespace-only change:Luigi Rizzo
2006-04-25wrong path in include file.Luigi Rizzo
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming