cvs commit: hugs98/src builtin.c config.h.in ffi.c hugs.c iomonad.c machdep.c static.c type.c hugs98/src/msc config.h hugs98/src/unix configure.in

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 22 Jun 2001 16:00:37 -0700


sof         2001/06/22 16:00:37 PDT

  Modified files:
    src                  builtin.c config.h.in ffi.c hugs.c 
                         iomonad.c machdep.c static.c type.c 
    src/msc              config.h 
    src/unix             configure.in 
  Log:
  Minor tweaks to have Hugs compile cleanly with MSVC7 and its /clr
  switch.
  
  => you can now compile the Hugs sources to produce a .NET application...
  well a mostly .NET application, Registry handling is still done
  'natively' & not via the .NET Framework libs. (The libc implementation
  provided in my copy of VC7 doesn't attempt/want to use the Framework for
  file and memory management funcs either).
  
  Revision  Changes    Path
  1.15      +6 -2      hugs98/src/builtin.c
  1.6       +3 -0      hugs98/src/config.h.in
  1.3       +16 -2     hugs98/src/ffi.c
  1.40      +3 -2      hugs98/src/hugs.c
  1.14      +17 -10    hugs98/src/iomonad.c
  1.20      +3 -2      hugs98/src/machdep.c
  1.37      +4 -2      hugs98/src/static.c
  1.34      +4 -2      hugs98/src/type.c
  1.5       +3 -0      hugs98/src/msc/config.h
  1.11      +3 -3      hugs98/src/unix/configure.in