iverilog/driver
Cary R f418bea775 MinGW fixes (system return and vsnprintf)
The MinGW system() implementation appears to return the straight
return value instead of the waitpid() like result that more
normal systems return. Because of this just return the system()
result without processing for MinGW compilations.

Older version of the MinGW runtime (pre 3.14) just used the
underlying vsnprintf(). Which has some problems. The 3.14 version
has some nice improvements, but it has a sever bug when processing
"%*.*f", -1, -1, <some_real_value>.  Because of this we need to use
the underlying version without the enhancements for now.
2008-05-22 20:20:29 -07:00
..
.cvsignore Ignore generated pdf and ps files. 2002-07-01 03:54:08 +00:00
Makefile.in DEBUG aids. (Alan Feldstein) 2007-05-30 17:48:26 +00:00
cflexor.lex Clean up spurious trailing white space. 2004-10-04 01:10:51 +00:00
cfparse.y Warnings cleanup. 2003-09-26 21:25:58 +00:00
cfparse_misc.h Cleanup of warnings. 2004-02-15 18:03:30 +00:00
globals.h Remove the iverilog.conf file. 2003-11-18 06:31:45 +00:00
iverilog.man Add support for -Wunused warnings. 2006-06-12 00:16:50 +00:00
main.c MinGW fixes (system return and vsnprintf) 2008-05-22 20:20:29 -07:00
substit.c Fix various unsigned compare warnings. 2003-12-19 01:27:10 +00:00