aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael
AgeCommit message (Expand)AuthorFilesLines
2006-04-28fix a bug in computing line numbersrizzo2-8/+8
2006-04-28- fix miscalculation in column numbers when multiple tabsrizzo5-10/+20
2006-04-28last batch of npval -> npval2 changesrizzo2-234/+249
2006-04-28more npval -> npval2 changesrizzo2-24/+24
2006-04-28more npval -> npval2 conversionsrizzo2-43/+75
2006-04-27fix destructor for pval objects (thanks to Steve Murphy);rizzo4-617/+488
2006-04-27always call the destructorrizzo2-244/+278
2006-04-27document variable and options used.rizzo2-66/+130
2006-04-27document options, move objects of the same type close torizzo2-289/+544
2006-04-27slightly restructure a block to reduce nesting,rizzo2-102/+102
2006-04-27imore npval -> npval2 conversionsrizzo2-49/+77
2006-04-27more npval2 replacement, mark XXX dubious argumentsrizzo2-126/+127
2006-04-27more npval -> npval2 replacement, and a fix for a likelyrizzo2-195/+183
2006-04-27introduce a simplified interface for npval and start using itrizzo3-255/+280
2006-04-27formatting fixesrizzo2-115/+188
2006-04-27use ast_calloc for memory allocationsrizzo3-255/+257
2006-04-27fix a couple of bugs in arguments to npvalrizzo2-6/+8
2006-04-27remove some commented-out coderizzo2-33/+13
2006-04-27finish packing yylloc into macrosrizzo2-155/+121
2006-04-27add some comments to the coderizzo2-71/+81
2006-04-27more formatting cleanuprizzo2-150/+266
2006-04-27more dup removalrizzo2-310/+202
2006-04-27more duplicate removalrizzo2-296/+222
2006-04-27remove duplicated coderizzo2-342/+278
2006-04-27staticize c_prevword()rizzo2-6/+2
2006-04-27more indentation fixesrizzo2-322/+326
2006-04-27use asprintf instead of mallocrizzo2-177/+125
2006-04-27more formatting cleanuprizzo2-113/+175
2006-04-27more indentation fixesrizzo2-170/+182
2006-04-27more formatting cleanuprizzo2-252/+347
2006-04-27cleanup formatting to emphsize common code blocksrizzo2-188/+267
2006-04-27move similar blocks close to each other to make similaritiesrizzo2-123/+132
2006-04-27normalize and simplify the code for keeping track of line and column number.rizzo2-322/+168
2006-04-27define some flex constants for character sets.rizzo2-112/+224
2006-04-27uncomment some functions in the flex code that were actuallyrizzo2-20/+26
2006-04-26use \t to indicate a tab, and fix indentation forrizzo2-6/+6
2006-04-26remove common blocks of code with a macro (waiting for a betterrizzo2-156/+162
2006-04-26staticize some variablesrizzo2-10/+10
2006-04-26comment behaviour of pbcwhere in preparation for its userizzo2-6/+12
2006-04-26include/asterisk/ael_structs.h:rizzo5-354/+360
2006-04-26whitespace-only change:rizzo2-272/+272
2006-04-26whitespace-only change:rizzo2-833/+880
2006-04-25wrong path in include file.rizzo2-2/+2
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming28-0/+13587