Commit Graph

408 Commits (749cd217c34fa57fe8f050808c2b5272d6a11b23)

Author SHA1 Message Date
Luigi Rizzo 820ef22951 remove a redundant rule
20 years ago
Luigi Rizzo 673607f87a reduce shift/reduce warnings
20 years ago
Luigi Rizzo 9ebc190fdc simplify case_statements
20 years ago
Luigi Rizzo e2e92e49a6 switch statement in one place
20 years ago
Luigi Rizzo 7cc4511fa2 common syntax for context name
20 years ago
Luigi Rizzo 34dcc89e24 another instance of context name
20 years ago
Luigi Rizzo 7a625b894d fix a bug previously introduced in the handling of timespec.
20 years ago
Luigi Rizzo 0cf25becb9 simplify case statements
20 years ago
Luigi Rizzo 05d2b78132 one more instance of assignment
20 years ago
Luigi Rizzo 0e8e343e1f global_statement is really an assignment statement
20 years ago
Luigi Rizzo b222d1247f expressions used in if, while, switch are all of the same kind
20 years ago
Luigi Rizzo 99dec41a4c macro statements can be empty
20 years ago
Luigi Rizzo 65b8f8365e empty arglists are valid
20 years ago
Luigi Rizzo 3173305448 rename the rule for context names properly
20 years ago
Luigi Rizzo 9eaa57bebc simplify handling of 'include' lists
20 years ago
Luigi Rizzo 827abbf46e ... and use a single rule for timespec
20 years ago
Luigi Rizzo 7b10b81a58 use a single rule to parse timeranges hh:mm-hh:mm
20 years ago
Luigi Rizzo 5c940c74a6 if/ifTime/random statements are all the same thing
20 years ago
Luigi Rizzo 16f94523ad includedname is just a regular word_or_default name,
20 years ago
Luigi Rizzo df3f8aa2b9 remove useless 'extern' declaration
20 years ago
Luigi Rizzo 5cbf333fee remove some unneeded local variables.
20 years ago
Luigi Rizzo f262d06975 more usage of nword(). I think the references to source
20 years ago
Luigi Rizzo d8e1ad052a more simplifications involving linku1
20 years ago
Luigi Rizzo 182a536722 correct linku1() to handle the case tail = NULL correctly.
20 years ago
Russell Bryant 0765f065ca staticize the list heads from my recent conversions to list macros
20 years ago
Russell Bryant 34e0ae0e6a The build of aelparse was still broken in some cases, so instead of having to
20 years ago
Tilghman Lesher 9be0f34a3e Bug 7062 - Rename ael2 CLI commands to ael
20 years ago
Russell Bryant 02eda146ac - convert permission lists to use list macros
20 years ago
Russell Bryant 5a60431c29 conver the lists of dundi packets to use the list macros
20 years ago
Russell Bryant 7ce2726c09 - convert the dundi precache list to use the list macros
20 years ago
Luigi Rizzo c305fb082d more simplifications
20 years ago
Luigi Rizzo 01360f6440 always trim the trailing ';'
20 years ago
Luigi Rizzo 33167fc41c comment usage of contexts
20 years ago
Luigi Rizzo 2c2f7e817b fix dereferencing freed memory
20 years ago
Luigi Rizzo 595955ea98 switch a couple of operands.
20 years ago
Luigi Rizzo 8faa2e7d44 put back some simplifications, this time really tested
20 years ago
Luigi Rizzo db14f6b107 revert ael.flex to the last correct version.
20 years ago
Luigi Rizzo 44f43f9eb1 another small set of simplifications
20 years ago
Russell Bryant b992d92742 - convert the lists of dundi_transactions to the list macros
20 years ago
Luigi Rizzo c22ef69d1f simplify logic (runtest passed).
20 years ago
Luigi Rizzo 85480376f7 more nword() usages, and mark some dubious places.
20 years ago
Luigi Rizzo f239ec2080 introduce a new frontend to npval for the very common case
20 years ago
Luigi Rizzo 5e746bf38f another client for switchlist_block
20 years ago
Luigi Rizzo 813f565de7 more merge of common blocks through intermediate rules.
20 years ago
Luigi Rizzo f4b05f86cc make destroy_pval able to handle a NULL value
20 years ago
Luigi Rizzo ce05a548c3 remove some commented-out code
20 years ago
Luigi Rizzo 36a26a9197 simplify updating the token position markers
20 years ago
Kevin P. Fleming 7343d311f1 simplify CFLAGS handling for subdirectories
20 years ago
Luigi Rizzo c5f779d0a0 more comments
20 years ago
Luigi Rizzo 9a8a037250 comment some code
20 years ago
Luigi Rizzo 6eb6343d9a more simplifications in the bison sources,
20 years ago
Russell Bryant 31cd56f76e remove unneeded define - it is already in asterisk.h
20 years ago
Russell Bryant 03d005e472 convert the dundi_request list to use the list macros
20 years ago
Russell Bryant dbbe944da8 convert existing comments to doxygen format
20 years ago
Russell Bryant 149e45924a fix indentation for this function
20 years ago
Russell Bryant fcb2809e45 immediately handle ast_strdupa result so that one more level of indentation
20 years ago
Russell Bryant ef775bbd66 fix the indentation of a large block
20 years ago
Russell Bryant ed320702d9 handle a memory allocation failure immediately so the following large block
20 years ago
Russell Bryant 4cfcacf6c9 - convert the list of dundi mappings to use the list macros
20 years ago
Russell Bryant d9fa5f3c89 change a list traversal to use a for loop
20 years ago
Russell Bryant c7fea723a3 fix the indentation of a large block of code
20 years ago
Russell Bryant 059f0bd108 immediately handle a memory allocation failure so the rest of the function
20 years ago
Russell Bryant d66de679d9 - convert some comments to doxygen format
20 years ago
Russell Bryant 8682a7378d add a small optimization for deleting all the members of a list
20 years ago
Luigi Rizzo c7a892d5f9 make the 'runtest' filter less strict on line numbers.
20 years ago
Luigi Rizzo d30ead1474 simplify handling of line numbers
20 years ago
Luigi Rizzo dad2812867 fix last known bug in computing columb numbers in error messages
20 years ago
Luigi Rizzo c1366df3d5 fix a bug in computing line numbers
20 years ago
Luigi Rizzo 799126216e - fix miscalculation in column numbers when multiple tabs
20 years ago
Luigi Rizzo 43bfe82828 last batch of npval -> npval2 changes
20 years ago
Luigi Rizzo 5291b89f30 more npval -> npval2 changes
20 years ago
Luigi Rizzo c9816d135d more npval -> npval2 conversions
20 years ago
Luigi Rizzo 304fbbd1b6 fix destructor for pval objects (thanks to Steve Murphy);
20 years ago
Luigi Rizzo 85ea0974f8 always call the destructor
20 years ago
Luigi Rizzo 456e27b453 document variable and options used.
20 years ago
Luigi Rizzo 810e701b1e document options, move objects of the same type close to
20 years ago
Luigi Rizzo 9033ecfaa2 slightly restructure a block to reduce nesting,
20 years ago
Luigi Rizzo f0d3175793 imore npval -> npval2 conversions
20 years ago
Luigi Rizzo cbbcc2047c more npval2 replacement, mark XXX dubious arguments
20 years ago
Luigi Rizzo 5c34366afc more npval -> npval2 replacement, and a fix for a likely
20 years ago
Luigi Rizzo dadafb65cf introduce a simplified interface for npval and start using it
20 years ago
Luigi Rizzo 54616839d7 formatting fixes
20 years ago
Luigi Rizzo 776a3da1a7 use ast_calloc for memory allocations
20 years ago
Luigi Rizzo 73ea5316b5 fix a couple of bugs in arguments to npval
20 years ago
Luigi Rizzo b37af2f16c remove some commented-out code
20 years ago
Luigi Rizzo a5fdd0d6b0 finish packing yylloc into macros
20 years ago
Luigi Rizzo e51725d6d4 add some comments to the code
20 years ago
Luigi Rizzo 7422c5495b more formatting cleanup
20 years ago
Luigi Rizzo 5591294c5e more dup removal
20 years ago
Luigi Rizzo 98d769c7c0 more duplicate removal
20 years ago
Luigi Rizzo ef8f9a28a3 remove duplicated code
20 years ago
Luigi Rizzo 53715e59cf staticize c_prevword()
20 years ago
Luigi Rizzo 073391cc63 more indentation fixes
20 years ago
Luigi Rizzo 20314914e8 use asprintf instead of malloc
20 years ago
Luigi Rizzo f7e55f9a47 more formatting cleanup
20 years ago
Luigi Rizzo c740982bef more indentation fixes
20 years ago
Luigi Rizzo 6c8c83c106 more formatting cleanup
20 years ago
Luigi Rizzo c081c8bdf7 cleanup formatting to emphsize common code blocks
20 years ago
Luigi Rizzo a8995c0bfd move similar blocks close to each other to make similarities
20 years ago
Luigi Rizzo e7d6df39d0 normalize and simplify the code for keeping track of line and column number.
20 years ago