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
Tilghman Lesher 7adbd6bb16
Remove redundant includes (patch by snuffy) (Closes issue #10922)
18 years ago
..
Makefile Add some files to the utils directory svn:ignore and Makefile clean target 18 years ago
ael_main.c Merged revisions 83432 via svnmerge from 18 years ago
astman.1 remove extraneous svn:executable properties 20 years ago
astman.c Remove redundant includes (patch by snuffy) (Closes issue #10922) 18 years ago
check_expr.c Remove redundant includes (patch by snuffy) (Closes issue #10922) 18 years ago
clicompat.c Fix build of check_expr and hashtest2 when DEBUG_THREADLOCAL is defined 18 years ago
conf2ael.c Fix up tree so that it compiles when MTX Profiling is enabled. 18 years ago
expr2.testinput In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too. 18 years ago
extconf.c This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 18 years ago
frame.c remove extraneous svn:executable properties 20 years ago
frame.h remove extraneous svn:executable properties 20 years ago
hashtest2.c Fix up tree so that it compiles when MTX Profiling is enabled. 18 years ago
muted.c Merged revisions 46067 via svnmerge from 19 years ago
smsq.c Add another big set of doxygen documentation improvements from snuffy. 18 years ago
stereorize.c remove extraneous svn:executable properties 20 years ago
streamplayer.c Merged revisions 47331 via svnmerge from 19 years ago