aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2006-05-02if/ifTime/random statements are all the same thingrizzo2-656/+613
2006-05-02includedname is just a regular word_or_default name,rizzo2-484/+458
2006-05-02remove useless 'extern' declarationrizzo2-2/+0
2006-05-02remove some unneeded local variables.rizzo2-165/+149
2006-05-02more usage of nword(). I think the references to sourcerizzo2-231/+187
2006-05-02more simplifications involving linku1rizzo2-220/+191
2006-05-02correct linku1() to handle the case tail = NULL correctly.rizzo2-192/+180
2006-05-02staticize the list heads from my recent conversions to list macrosrussell1-5/+5
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell3-266/+264
2006-05-01Bug 7062 - Rename ael2 CLI commands to aeltilghman1-9/+9
2006-05-01- convert permission lists to use list macrosrussell1-68/+48
2006-05-01conver the lists of dundi packets to use the list macrosrussell1-48/+27
2006-05-01- convert the dundi precache list to use the list macrosrussell1-46/+37
2006-05-01more simplificationsrizzo2-97/+71
2006-05-01always trim the trailing ';'rizzo2-11/+7
2006-05-01comment usage of contextsrizzo2-22/+62
2006-05-01fix dereferencing freed memoryrizzo2-52/+54
2006-04-30switch a couple of operands.rizzo2-137/+140
2006-04-30put back some simplifications, this time really testedrizzo2-38/+24
2006-04-30revert ael.flex to the last correct version.rizzo1-25/+34
2006-04-30another small set of simplificationsrizzo1-8/+14
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