asterisk/utils
Steve Murphy a69abc0179 and then, I noticed the clicompat stuff.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-10-17 20:06:28 +00:00
..
Makefile Add some files to the utils directory svn:ignore and Makefile clean target 2007-09-25 08:09:01 +00:00
ael_main.c Merged revisions 83432 via svnmerge from 2007-09-21 14:40:10 +00:00
astman.1 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
astman.c Remove redundant includes (patch by snuffy) (Closes issue #10922) 2007-10-09 16:04:41 +00:00
check_expr.c and then, I noticed the clicompat stuff. 2007-10-17 20:06:28 +00:00
clicompat.c and then, I noticed the clicompat stuff. 2007-10-17 20:06:28 +00:00
conf2ael.c Fix up tree so that it compiles when MTX Profiling is enabled. 2007-10-08 16:12:21 +00:00
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. 2007-07-05 18:15:22 +00:00
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. 2007-08-29 20:55:40 +00:00
frame.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
frame.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
hashtest2.c and then, I noticed the clicompat stuff. 2007-10-17 20:06:28 +00:00
muted.c Merged revisions 46067 via svnmerge from 2006-10-24 01:28:45 +00:00
smsq.c Add another big set of doxygen documentation improvements from snuffy. 2007-08-07 23:04:01 +00:00
stereorize.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
streamplayer.c Merged revisions 47331 via svnmerge from 2006-11-08 17:06:33 +00:00