Commit Graph

374 Commits (0f912e5926373f144833b9db4e9c577699a02920)

Author SHA1 Message Date
Joshua Colp 35d729fb40 Add Archive option to call files and add documentation on them. (issue #5426 reported by ezio - props to blitzrage for proof reading the documentation)
20 years ago
Russell Bryant f9e5541689 on a clean, we have to clean out the ael directory too
20 years ago
Russell Bryant 004885c2fa Make the new behavior where the timestamp is checked on the call file before
20 years ago
Russell Bryant 50775a944d only delete call files if the timestamp on the file is not in the future, so
20 years ago
Luigi Rizzo 7c415648d1 change macro into a function, remove unused code.
20 years ago
Luigi Rizzo b09dd8708b start cleanup indentation etc.
20 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
20 years ago
Kevin P. Fleming ed3ffb4b46 various doxygen fixes
20 years ago
BJ Weschke 569ecaf5a2 use pid_t instead of long for pid variables. #7099 (casper)
20 years ago
Russell Bryant b7c2ae9dba - use ast_calloc instead of malloc+memset
20 years ago
Luigi Rizzo b569ebd593 more simplifications
20 years ago
Luigi Rizzo 5f612f9ae6 consistent rule for goto...
20 years ago
Luigi Rizzo e5b0c721e5 remove another useless nonterminal
20 years ago
Luigi Rizzo 34d67f7d09 remove a useless nonterminal
20 years ago
Luigi Rizzo 49227c7ba1 more simplifications
20 years ago
Luigi Rizzo 7695df3896 remove more shift-reduce conflicts
20 years ago
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