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

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

you can now compile the Hugs sources to produce a .NET application...
Seems like there should be some kind of trophy that we fedex round from one Hugs hacker to the next as each one makes a cooler and cooler set of commits. An ice pack or something... This would definitely earn the Hugs ice pack! -- Alastair Reid reid@cs.utah.edu http://www.cs.utah.edu/~reid/

you can now compile the Hugs sources to produce a .NET application...
Seems like there should be some kind of trophy that we fedex round from one Hugs hacker to the next as each one makes a cooler and cooler set of commits. An ice pack or something... This would definitely earn the Hugs ice pack!
Nah, that simple tweak doesn't deserve the honour (but there's plenty of coolness potential in integrating Hugs with .NET tho.....) - Johan's hierarchic mod name change would qualify, imho. --sigbjorn
participants (3)
-
Alastair David Reid
-
Sigbjorn Finne
-
Sigbjorn Finne