You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/utils
Kevin P. Fleming 553070456b
fix up various compiler warnings found with gcc-4.3:
17 years ago
..
Makefile fix up various compiler warnings found with gcc-4.3: 17 years ago
ael_main.c closes issue #11086 where a user complains that references to following contexts report a problem; The problem was REALLy that he was referring to empty contexts, which were being ignored. Reporter stated that empty contexts should be OK. I checked it out against extensions.conf, and sure enough, empty contexts ARE ok. So, I removed the restriction from AEL. This, though, highlighted a problem with multiple contexts of the same name. This should be OK, also. So, I added the extend keyword to AEL, and it can preceed the 'context' keyword (mixed with 'abstract', if nec.). This will turn off the warnings in AEL if the same context name is used 2 or more times. Also, I now call ast_context_find_or_create for contexts now, instead of just ast_context_create; I did this because pbx_config does this. The 'extend' keyword thus becomes a statement of intent. AEL can now duplicate the behavior of pbx_config, 18 years ago
astman.1 remove extraneous svn:executable properties 20 years ago
astman.c reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases 19 years ago
check_expr.c Merged revisions 52002 via svnmerge from 19 years ago
expr2.testinput further reversion of previously applied floating point stuff for expr2 18 years ago
frame.c remove extraneous svn:executable properties 20 years ago
frame.h remove extraneous svn:executable properties 20 years ago
muted.c Cross-platform fix: OS X now deprecates the use of the daemon(3) API. 17 years ago
smsq.c Add some fixes for building on Solaris. 18 years ago
stereorize.c remove extraneous svn:executable properties 20 years ago
streamplayer.c I occasionally get email from users that are trying to figure out what this 19 years ago