aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-25Changes to fix all problems reported in 7804 are included here.murf3-9/+95
2006-08-22Make a warning about an unused function & variable go away on the stand alone...file1-1/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming7-106/+55
2006-08-12This commit merges the contents of 7721, as it applied to the trunk version. ...murf3-421/+461
2006-08-11added a -q for quiet, option to aelparsemurf12-164/+128
2006-08-09This bug adds enhancement as per bug 7606, the -wmurf21-235/+7171
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell2-22/+3
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.murf9-261/+898
2006-08-01This branch will resolve the bug 7635.murf3-0/+74
2006-07-30suppress some compiler warnings ...russell1-3/+5
2006-07-30allow the gtk console to build and loadrussell1-10/+6
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell2-24/+18
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...murf4-357/+364
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-6/+5
2006-07-12Merged revisions 37417 via svnmerge from kpfleming1-4/+2
2006-07-07rename this file so it doesn't appear to be a module by itselfkpfleming1-0/+0
2006-07-07various minor fixeskpfleming2-1/+4
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming1-6/+6
2006-07-06OK, here is everything I changed to fix 7474:murf5-197/+420
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-25fix pbx_dundi build (issue #7424, jstrom)russell1-0/+5
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-63/+7
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell14-882/+1074
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
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