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/pbx
Steve Murphy 8582a3e924
In discussion with seanbright on #asterisk-dev, I have added a default rule, and an option to suppress the default rule from being generated in the flex output, for the sake of those OS's where they didn't tweak flex's ECHO macro, and the compiler doesn't like it. The regressions are OK with this.
18 years ago
..
ael In discussion with seanbright on #asterisk-dev, I have added a default rule, and an option to suppress the default rule from being generated in the flex output, for the sake of those OS's where they didn't tweak flex's ECHO macro, and the compiler doesn't like it. The regressions are OK with this. 18 years ago
Makefile the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 18 years ago
dundi-parser.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 20 years ago
dundi-parser.h remove extraneous svn:executable properties 21 years ago
pbx_ael.c (closes issue #14019) 18 years ago
pbx_config.c somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass 18 years ago
pbx_dundi.c fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 18 years ago
pbx_gtkconsole.c 1) Don't print the verbose marker in front of every message from ast_verbose() 18 years ago
pbx_loopback.c Due to incorrect use of the AST_LIST_INSERT_HEAD() macro the loopback switch 18 years ago
pbx_realtime.c Fix the potential use of an uninitialized buffer in a log message. 19 years ago
pbx_spool.c If an entry is added to the directory during a scan when another entry expires, 18 years ago