iverilog/driver
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
..
Makefile.in Update all Makefile.in files to support OpenSolaris 2010-05-13 18:54:09 -07:00
cflexor.lex Add +timescale to the command file. 2009-12-30 08:35:29 -08:00
cfparse.y Remove some gcc-4.3.4 warnings (Cygwin) 2010-04-13 20:51:21 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-23 14:04:01 -07:00
globals.h Add +timescale to the command file. 2009-12-30 08:35:29 -08:00
iverilog.man.in Adding ability for generation to be 2009. 2010-03-05 16:09:04 -08:00
main.c Fix memory leak on error in driver/main.c. 2010-05-19 07:51:08 -07:00
substit.c Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 08:56:30 -07:00