iverilog/driver
Cary R 7a0e23179b Remove some gcc-4.3.4 warnings (Cygwin)
The latest gcc with the latest Cygwin complains when passing a char to
the toupper, tolower, isspace, isalnum, isprint, isdigit or isalpha
functions/macros. These functions are defined to take an integer. This
patch adds cast to int as needed to remove the warnings. After this
there are still two warnings related to signed/unsigned comparison in
yy_get_next_buffer() (part of flex).
2010-04-13 20:51:21 -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 Adding ability for generation to be 2009. 2010-03-05 16:09:04 -08:00
substit.c Fix broken $() substitution in command files. 2010-02-04 16:07:27 -08:00