aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael_lex.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-24Only rebuild bison and flex source files on demand, if bison and flex are det...tilghman1-7/+6
2008-12-10(closes issue #14022)murf1-422/+427
2008-12-09In discussion with seanbright on #asterisk-dev, I have added a default rule,...murf1-84/+96
2008-12-09Previous fix used ast_malloc and ast_copy_string and messed up the standalone...murf1-50/+63
2008-12-09(closes issue #14019)murf1-39/+49
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-100/+153
2008-09-27improve header inclusion process in a few small ways:kpfleming1-0/+2
2008-09-04(closes issue #13357)murf1-425/+673
2008-03-18(closes issue #11903)murf1-12/+14
2008-01-10Applied the same fixes for ael.flex as was done in 97849 for ast_expr2.fl; ov...murf1-134/+141
2007-10-26closes issue #11086 where a user complains that references to following conte...murf1-343/+350
2007-09-29This issue sort of closes 10786; All config files support #include with globb...murf1-126/+213
2007-03-26A fix for the flex input files, DONT_COMPILE, and STANDALONE_AELmurf1-5/+1
2007-03-26Have ast_copy_string magically appear in the aelparse binary! DONT_OPTIMIZE s...file1-0/+4
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited we...murf1-1/+1
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf1-14/+8
2006-12-27ast_copy_string is not available when LOW_MEMORY is used and things are being...file1-1/+1
2006-08-31This commit is a basic AEL enhancement: c-style commentsmurf1-402/+391
2006-07-06OK, here is everything I changed to fix 7474:murf1-194/+360
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell1-73/+61
2006-06-10don't use ast_copy_string when building for an external toolrussell1-5/+9
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming1-70/+67
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-1/+4
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