aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2006-04-30- convert the lists of dundi_transactions to the list macrosrussell1-109/+73
2006-04-30simplify logic (runtest passed).rizzo1-30/+15
2006-04-30more nword() usages, and mark some dubious places.rizzo2-124/+93
2006-04-30introduce a new frontend to npval for the very common caserizzo3-384/+348
2006-04-30another client for switchlist_blockrizzo2-261/+253
2006-04-30more merge of common blocks through intermediate rules.rizzo3-781/+809
2006-04-30make destroy_pval able to handle a NULL valuerizzo3-633/+635
2006-04-30remove some commented-out coderizzo2-198/+149
2006-04-30simplify updating the token position markersrizzo2-304/+298
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-2/+2
2006-04-30more commentsrizzo2-24/+22
2006-04-30comment some coderizzo2-6/+26
2006-04-30more simplifications in the bison sources,rizzo2-861/+851
2006-04-30remove unneeded define - it is already in asterisk.hrussell1-3/+0
2006-04-30convert the dundi_request list to use the list macrosrussell1-36/+18
2006-04-30convert existing comments to doxygen formatrussell1-34/+34
2006-04-30fix indentation for this functionrussell1-56/+56
2006-04-30immediately handle ast_strdupa result so that one more level of indentationrussell1-3/+4
2006-04-30fix the indentation of a large blockrussell1-43/+43
2006-04-30handle a memory allocation failure immediately so the following large blockrussell1-7/+4
2006-04-30- convert the list of dundi mappings to use the list macrosrussell1-60/+35
2006-04-30change a list traversal to use a for looprussell1-2/+1
2006-04-30fix the indentation of a large block of coderussell1-121/+121
2006-04-30immediately handle a memory allocation failure so the rest of the functionrussell1-5/+4
2006-04-30- convert some comments to doxygen formatrussell1-140/+118
2006-04-29add a small optimization for deleting all the members of a listrussell1-3/+1
2006-04-28make the 'runtest' filter less strict on line numbers.rizzo1-3/+9
2006-04-28simplify handling of line numbersrizzo2-117/+83
2006-04-28fix last known bug in computing columb numbers in error messagesrizzo2-69/+77
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