aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2006-06-10don't use ast_copy_string when building for an external toolrussell2-5/+13
2006-06-10convert a few more uses of AST_CONFIG_MAX_PATH to use PATH_MAXrussell1-2/+2
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming3-80/+73
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming12-34/+51
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-05use module names, not file names, in menuselectkpfleming1-1/+3
2006-06-05it's time... only enable global priority jumping if the config file says to d...kpfleming1-1/+1
2006-05-25Add Archive option to call files and add documentation on them. (issue #5426 ...file1-13/+61
2006-05-23on a clean, we have to clean out the ael directory toorussell1-0/+1
2006-05-19Make the new behavior where the timestamp is checked on the call file beforerussell1-6/+29
2006-05-19only delete call files if the timestamp on the file is not in the future, sorussell1-1/+5
2006-05-10change macro into a function, remove unused code.rizzo1-53/+56
2006-05-10start cleanup indentation etc.rizzo1-33/+26
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-2/+1
2006-05-09various doxygen fixeskpfleming1-1/+1
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)bweschke1-2/+2
2006-05-07- use ast_calloc instead of malloc+memsetrussell1-11/+6
2006-05-03more simplificationsrizzo2-398/+391
2006-05-03consistent rule for goto...rizzo2-265/+264
2006-05-03remove another useless nonterminalrizzo2-609/+590
2006-05-03remove a useless nonterminalrizzo2-419/+399
2006-05-03more simplificationsrizzo2-219/+211
2006-05-03remove more shift-reduce conflictsrizzo2-207/+195
2006-05-03remove a redundant rulerizzo2-495/+459
2006-05-03reduce shift/reduce warningsrizzo2-573/+552
2006-05-03simplify case_statementsrizzo2-467/+446
2006-05-03switch statement in one placerizzo2-298/+300
2006-05-03common syntax for context namerizzo2-308/+292
2006-05-02another instance of context namerizzo2-309/+296
2006-05-02fix a bug previously introduced in the handling of timespec.rizzo2-6/+6
2006-05-02simplify case statementsrizzo2-307/+305
2006-05-02one more instance of assignmentrizzo2-452/+440
2006-05-02global_statement is really an assignment statementrizzo2-579/+563
2006-05-02expressions used in if, while, switch are all of the same kindrizzo2-617/+613
2006-05-02macro statements can be emptyrizzo2-560/+559
2006-05-02empty arglists are validrizzo2-612/+583
2006-05-02rename the rule for context names properlyrizzo2-28/+27
2006-05-02simplify handling of 'include' listsrizzo2-445/+441
2006-05-02... and use a single rule for timespecrizzo2-670/+669
2006-05-02use a single rule to parse timeranges hh:mm-hh:mmrizzo2-651/+569
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