Go to file
Bryce Denney 5e4265ba8a - applied patch.sb16-ftell. Instead of using fgetpos which returns
an fpos_t, use ftell which returns an int.  Without the patch,
  Bochs gets an fpos_t and assumes it is an integer type, but
  on some systems (like linux with newer glibc libraries) this
  assumption is wrong.  Malte Cornils <malte@cornils.net> first
  reported this bug, and he warned me that ftell may not be portable
  to some platforms which treat binary and ascii streams differently.
  I haven't found any alternative yet.
2001-06-09 01:30:20 +00:00
bochs - applied patch.sb16-ftell. Instead of using fgetpos which returns 2001-06-09 01:30:20 +00:00
bochs-performance - in compile-all script, allow multiple patches to be applied 2001-06-07 01:33:56 +00:00
CVSROOT - remove val-tags 2001-05-08 04:57:24 +00:00
sfsite - first draft 2001-05-12 15:59:47 +00:00