aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2006-05-08Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise t...tilghman1-0/+4
2006-05-08remove incorrect Makefile rule that was causing aelparse to be rebuilt unnece...kpfleming1-2/+0
2006-05-08don't let make use implicit rules for bison/flex output fileskpfleming1-1/+7
2006-05-02instead of just building local object files for ast_expr2.o and ast_expr2f.o,russell1-1/+1
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell1-48/+0
2006-05-01add missing functions - see the comment in the file explainingrizzo1-0/+39
2006-05-01make sure non-inlined versions of ast_copy_string and _ast_calloc are availablerussell1-12/+10
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-6/+6
2006-04-29and now with the correct filenameskpfleming1-1/+1
2006-04-29add the other two files that should have been on this target... oopskpfleming1-1/+1
2006-04-29fix up dependencies for aelparse so that bison/flex will not be run to rebuil...kpfleming1-3/+5
2006-04-27uncomment some functions in the flex code that were actuallyrizzo2-9/+7
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming3-0/+372
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-15/+19
2006-04-12add 'show threads' and 'show profile' commands.rizzo1-0/+19
2006-03-29Update to code documentation and developer guidelines.oej1-2/+11
2006-02-14remove file for testingkpfleming1-1/+0
2006-02-14test pre-commit scriptkpfleming1-0/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+3
2006-01-25don't leak almost 200 bytes for each new channel and store the activerussell1-22/+15
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2005-12-11Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from russell1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming9-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-6/+0
2005-11-01issue #4678kpfleming1-1/+1
2005-10-30Fix build of CVS head on Solaris (bug #5527)markster1-1/+2
2005-10-28fix compiler warningskpfleming2-2/+2
2005-10-18fix build on older versions of mac osx, thanks twisted!russell1-1/+1
2005-10-16make ouput a little bit more informativerussell1-0/+3
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-2/+19
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming3-10/+56
2005-09-14delete streamplayer with 'make clean'russell1-1/+1
2005-09-14more BSD portability fixes (issue #5155)kpfleming1-1/+1
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming1-1/+1
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-6/+11
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming2-8/+16
2005-08-24fix build for OpenBSD (bug #5019)russell1-1/+1
2005-08-23fix build on FreeBSD (issue #5003)kpfleming1-0/+5
2005-08-22add file to ignore listkpfleming1-0/+1
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming2-1/+88
2005-06-24add man pages (bug #4515)kpfleming1-0/+102
2005-06-21enhance check_expr to check for parsing errors in dialplans (bug #4556)kpfleming2-74/+191
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-1/+14
2005-06-09add check_expr to 'make clean' and CVS ignore listkpfleming2-1/+2
2005-06-09add tool to check extensions.conf files for problems with new expression pars...kpfleming1-0/+191
2005-06-07fix astman buildkpfleming1-0/+11
2005-05-28hopefully the last commit to make things happyrussell1-6/+14
2005-05-26fix usage of const char (bug #4388)russell1-6/+6
2005-05-24get rid of some compilation warningsrussell1-3/+3