asterisk/utils
Luigi Rizzo 6dfc36b639 enable support for stack backtrace for stuff built in utils/
(this was present in the main tree but forgotten here).



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-11-21 21:30:24 +00:00
..
Makefile enable support for stack backtrace for stuff built in utils/ 2007-11-21 21:30:24 +00:00
ael_main.c move these forward declarations back to asterisk.h where they belong... even though asterisk.h includes compat.h, these declarations have nothing to do with the being platform-compatible and are directly related to being part of Asterisk 2007-11-21 16:07:11 +00:00
astman.1 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
astman.c improve linked-list macros in two ways: 2007-11-08 05:28:47 +00:00
build-extensions-conf.lua Add pbx_lua as a method of doing extensions 2007-11-02 15:36:34 +00:00
check_expr.c more header removal/normalization 2007-11-21 00:23:49 +00:00
clicompat.c and then, I noticed the clicompat stuff. 2007-10-17 20:06:28 +00:00
conf2ael.c move these forward declarations back to asterisk.h where they belong... even though asterisk.h includes compat.h, these declarations have nothing to do with the being platform-compatible and are directly related to being part of Asterisk 2007-11-21 16:07:11 +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 move the declaration of struct ast_channel ast_frame and ast_module 2007-11-19 19:36:32 +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
hashtest.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
hashtest2.c more header removal/normalization 2007-11-21 00:23:49 +00:00
muted.c Merged revisions 46067 via svnmerge from 2006-10-24 01:28:45 +00:00
smsq.c more header removal/normalization 2007-11-21 00:23:49 +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