asterisk/utils
Steve Murphy 088d7ef8bc fix up the MODULEINFO in conf2ael.c as well
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80748 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-08-24 15:42:25 +00:00
..
Makefile (closes issue #10496) 2007-08-20 00:38:20 +00:00
ael_main.c Merged revisions 80722 via svnmerge from 2007-08-24 15:29:16 +00:00
astman.1 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
astman.c Merged revisions 49676 via svnmerge from 2007-01-05 22:43:18 +00:00
check_expr.c Ensure that the object code for ast_atomic_fetchadd_int() gets included in the 2007-08-22 16:27:39 +00:00
conf2ael.c fix up the MODULEINFO in conf2ael.c as well 2007-08-24 15:42:25 +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 Stephn Davies reports that this will help make things work on 64-bit machines 2007-08-20 17:37:36 +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
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