Cary R
1993bf6f69
Remove malloc.h support and for C++ files use <c...> include files.
...
The functions (malloc, free, etc.) that used to be provided in
malloc.h are now provided in cstdlib for C++ files and stdlib.h for
C files. Since we require a C99 compliant compiler it makes sense
that malloc.h is no longer needed.
This patch also modifies all the C++ files to use the <c...>
version of the standard C header files (e.g. <cstdlib> vs
<stdlib.h>). Some of the files used the C++ version and others did
not. There are still a few other header changes that could be done,
but this takes care of much of it.
2010-06-01 08:56:30 -07:00
..
2003-06-17 16:55:07 +00:00
2004-02-18 02:51:59 +00:00
2009-12-11 21:48:01 -08:00
2002-08-12 01:34:58 +00:00
2002-08-12 01:34:58 +00:00
2003-10-10 02:57:45 +00:00
2003-05-29 02:21:45 +00:00
2003-02-17 06:39:47 +00:00
2009-12-11 21:48:01 -08:00
2004-02-18 02:51:59 +00:00
2009-12-11 21:48:01 -08:00
2003-03-13 04:35:09 +00:00
2010-05-17 20:50:46 -07:00
2010-05-17 20:50:46 -07:00
2008-04-15 17:23:58 -07:00
2003-06-17 16:55:07 +00:00
2003-10-10 02:57:45 +00:00
2003-12-17 15:45:07 +00:00
2003-06-04 01:56:20 +00:00
2003-10-10 02:57:45 +00:00
2004-10-04 01:10:51 +00:00
2002-08-12 01:34:58 +00:00
2003-10-10 02:57:45 +00:00
2003-10-10 02:57:45 +00:00
2002-08-12 01:34:58 +00:00
2009-12-11 21:48:01 -08:00
2009-12-11 21:48:01 -08:00
2002-08-12 01:34:58 +00:00
2009-12-11 21:48:01 -08:00
2010-06-01 08:56:30 -07:00
2002-08-12 01:34:58 +00:00
2003-04-23 15:01:29 +00:00
2008-12-05 21:48:28 -08:00
2009-12-11 21:48:01 -08:00
2003-10-10 02:57:45 +00:00
2007-07-19 17:29:05 -07:00
2008-01-29 20:24:24 -08:00
2005-09-20 18:34:01 +00:00
2003-03-15 05:42:39 +00:00
2009-12-11 21:48:01 -08:00
2010-05-28 07:03:02 -07:00
2002-12-19 21:37:04 +00:00
2010-05-13 18:54:09 -07:00
2003-06-13 19:23:41 +00:00
2002-08-12 01:34:58 +00:00
2003-10-10 02:57:45 +00:00
2003-05-28 03:38:05 +00:00
2003-05-18 00:16:35 +00:00
2008-12-05 21:48:28 -08:00
2004-09-10 23:13:05 +00:00
2009-12-11 21:48:01 -08:00
2003-06-17 16:55:07 +00:00
2007-12-23 19:29:33 -05:00
2010-04-23 11:40:26 -07:00
2010-06-01 08:56:30 -07:00