iverilog/driver
Stephen Williams 8cbff6def0 Cleanup various style issues.
This patch cleans up some style issues: no need to check that a value
is defined before freeing or deleting it, use C++ style casts, make
sure to NULL terminate strncpy(), empty() is faster than size() for
size == 0 or size >= 0 checks, re-scope some variables, etc.
2010-04-13 21:29:15 -07:00
..
Makefile.in Fix references to version_base.h in Makefiles. 2009-12-28 09:49:35 -08: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 Cleanup various style issues. 2010-04-13 21:29:15 -07:00
substit.c Fix broken $() substitution in command files. 2010-02-04 16:07:27 -08:00