asterisk/utils
Steve Murphy e235a07376 (closes issue #13557)
Reported by: nickpeirson
Patches:
      pbx.c.patch uploaded by nickpeirson (license 579)
      replace_bzero+bcopy.patch uploaded by nickpeirson (license 579)
Tested by: nickpeirson, murf

1. replaced all refs to bzero and bcopy to memset and memmove instead.
2. added a note to the CODING-GUIDELINES
3. add two macros to asterisk.h to prevent bzero, bcopy from creeping
   back into the source
4. removed bzero from configure, configure.ac, autoconfig.h.in




git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-09 14:17:33 +00:00
..
Makefile When echoing our copies, strip off ASTTOPDIR from the front of the source file. 2008-10-08 12:07:19 +00:00
ael_main.c Merged revisions 144924-144925 via svnmerge from 2008-09-27 15:52:56 +00:00
astcanary.c Add a set of text to the file astcanary uses to communicate back the main 2008-05-18 21:15:58 +00:00
astman.1 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
astman.c Merged revisions 144924-144925 via svnmerge from 2008-09-27 15:52:56 +00:00
check_expr.c Avoid build warning when execinfo.h isn't available. 2008-05-29 12:12:07 +00:00
clicompat.c simplify this file 2007-12-10 08:35:35 +00:00
conf2ael.c Oops. put a decl in a generated file. My bad, but fixed now. 2008-08-19 16:31:24 +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 (closes issue #13557) 2008-10-09 14:17:33 +00:00
frame.c More merges from resolve-shadow warnings: 2008-08-07 15:16:48 +00:00
frame.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
hashtest.c A new feature thanks to the fine folks at Switchvox! 2008-05-23 22:35:50 +00:00
hashtest2.c Merged revisions 140488 via svnmerge from 2008-08-29 17:47:17 +00:00
muted.c Make this build on my mac. 2008-10-05 22:11:30 +00:00
refcounter.c A new feature thanks to the fine folks at Switchvox! 2008-05-23 22:35:50 +00:00
smsq.c More merges from resolve-shadow warnings: 2008-08-07 15:16:48 +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