summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.tab.c
AgeCommit message (Expand)Author
2006-05-01fix dereferencing freed memoryLuigi Rizzo
2006-04-30switch a couple of operands.Luigi Rizzo
2006-04-30more nword() usages, and mark some dubious places.Luigi Rizzo
2006-04-30introduce a new frontend to npval for the very common caseLuigi Rizzo
2006-04-30another client for switchlist_blockLuigi Rizzo
2006-04-30more merge of common blocks through intermediate rules.Luigi Rizzo
2006-04-30make destroy_pval able to handle a NULL valueLuigi Rizzo
2006-04-30remove some commented-out codeLuigi Rizzo
2006-04-30simplify updating the token position markersLuigi Rizzo
2006-04-30more simplifications in the bison sources,Luigi Rizzo
2006-04-28- fix miscalculation in column numbers when multiple tabsLuigi Rizzo
2006-04-28last batch of npval -> npval2 changesLuigi Rizzo
2006-04-28more npval -> npval2 changesLuigi Rizzo
2006-04-28more npval -> npval2 conversionsLuigi Rizzo
2006-04-27fix destructor for pval objects (thanks to Steve Murphy);Luigi Rizzo
2006-04-27always call the destructorLuigi Rizzo
2006-04-27document options, move objects of the same type close toLuigi Rizzo
2006-04-27imore npval -> npval2 conversionsLuigi Rizzo
2006-04-27more npval2 replacement, mark XXX dubious argumentsLuigi Rizzo
2006-04-27more npval -> npval2 replacement, and a fix for a likelyLuigi Rizzo
2006-04-27introduce a simplified interface for npval and start using itLuigi Rizzo
2006-04-27formatting fixesLuigi Rizzo
2006-04-27use ast_calloc for memory allocationsLuigi Rizzo
2006-04-27fix a couple of bugs in arguments to npvalLuigi Rizzo
2006-04-27more formatting cleanupLuigi Rizzo
2006-04-27more indentation fixesLuigi Rizzo
2006-04-27use asprintf instead of mallocLuigi Rizzo
2006-04-27more formatting cleanupLuigi Rizzo
2006-04-27more indentation fixesLuigi Rizzo
2006-04-27more formatting cleanupLuigi Rizzo
2006-04-27cleanup formatting to emphsize common code blocksLuigi Rizzo
2006-04-26include/asterisk/ael_structs.h:Luigi Rizzo
2006-04-26whitespace-only change:Luigi Rizzo
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...Kevin P. Fleming