iverilog/libveriuser
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
a_close.c
a_compare_handles.c
a_configure.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
a_fetch_argc.c
a_fetch_argv.c
a_fetch_dir.c
a_fetch_fullname.c
a_fetch_location.c
a_fetch_param.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
a_fetch_range.c
a_fetch_tfarg.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
a_fetch_time.c
a_fetch_type.c Fix some unreachable code warnings. 2010-05-17 20:50:46 -07:00
a_fetch_type_str.c Fix some unreachable code warnings. 2010-05-17 20:50:46 -07:00
a_fetch_value.c Make %v print all the bits of a vector. 2008-04-15 17:23:58 -07:00
a_handle_by_name.c
a_handle_hiconn.c
a_handle_object.c
a_handle_parent.c
a_handle_simulated_net.c
a_handle_tfarg.c
a_initialize.c
a_next.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
a_next_bit.c
a_next_port.c
a_next_topmod.c
a_object_of_type.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
a_product_version.c
a_set_value.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
a_vcl.c Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 08:56:30 -07:00
a_version.c
asynch.c
config.h.in Remove most of the lingering CVS droppings. 2008-12-05 21:48:28 -08:00
delay.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
exprinfo.c
finish.c Update the files to use vpi_control vs vpi_sim_control. 2007-07-19 17:29:05 -07:00
getcstringp.c Spelling fixes 2008-01-29 20:24:24 -08:00
getinstance.c
getlongp.c
getp.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
getsimtime.c Fix shadow warnings found on OpenBSD. 2010-05-28 07:03:02 -07:00
io_print.c
math.c
mc_scan_plusargs.c
nodeinfo.c
nump.c
priv.c
priv.h Remove most of the lingering CVS droppings. 2008-12-05 21:48:28 -08:00
putlongp.c
putp.c Add some casts in libveriuser to remove warnings. 2009-12-11 21:48:01 -08:00
spname.c
typep.c Fix real function PLI 1 code. 2007-12-23 19:29:33 -05:00
veriusertfs.c Fix a few more cppcheck issues. 2010-04-23 11:40:26 -07:00
workarea.c Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 08:56:30 -07:00