summaryrefslogtreecommitdiff
path: root/main/enum.c
AgeCommit message (Expand)Author
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-15Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functionsRussell Bryant
2007-02-18add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #...Kevin P. Fleming
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-10-31Issue #80898 - Restoring func_enum (otmar) Olle Johansson
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming