malcolm: Wed Nov 28 19:46:28 CET 2001
Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv18312/compiler98
Modified Files:
TraceTrans.hs
Log Message:
Fix a problem with transforming the unit type ().
malcolm: Tue Nov 27 14:51:37 CET 2001
Update of /usr/src/master/nhc/docs
In directory hinken:/tmp/cvs-serv3645
Modified Files:
bugs.html download.html ffi.html history98.html index.html
install.html status.html
Log Message:
A whole bunch of small docs updates.
malcolm: Tue Nov 27 14:51:37 CET 2001
Update of /usr/src/master/nhc/docs/libs
In directory hinken:/tmp/cvs-serv3645/libs
Modified Files:
index.html
Log Message:
A whole bunch of small docs updates.
malcolm: Tue Nov 27 14:44:33 CET 2001
Update of /usr/src/master/nhc/docs/libs
In directory hinken:/tmp/cvs-serv3427/libs
Added Files:
FFI.html IOExtras.html PackedString.html
Log Message:
Add documentation of these non-H'98 libraries.
malcolm: Tue Nov 27 14:44:33 CET 2001
Update of /usr/src/master/nhc/docs
In directory hinken:/tmp/cvs-serv3427
Modified Files:
libraries.html
Log Message:
Add documentation of these non-H'98 libraries.
olaf: Mon Nov 26 20:22:06 CET 2001
Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv13795/src/compiler98
Modified Files:
TraceTrans.hs
Log Message:
Modified portable transformation so that untraced computations do not write any source references into the trace.
olaf: Mon Nov 26 20:03:36 CET 2001
Update of /usr/src/master/nhc/src/prelude/Hat
In directory hinken:/tmp/cvs-serv13473/src/prelude/Hat
Modified Files:
Hat.hs TPrelude.hs hat.c hat.h
Log Message:
Extended mkTModule to write to trace info if module is traced or not.
olaf: Mon Nov 26 20:03:35 CET 2001
Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv13473/src/compiler98
Modified Files:
TraceTrans.hs
Log Message:
Extended mkTModule to write to trace info if module is traced or not.
olaf: Mon Nov 26 20:03:35 CET 2001
Update of /usr/src/master/nhc/include
In directory hinken:/tmp/cvs-serv13473/include
Modified Files:
Hat.hi
Log Message:
Extended mkTModule to write to trace info if module is traced or not.
olaf: Mon Nov 26 17:19:01 CET 2001
Update of /usr/src/master/nhc/src/prelude/Hat
In directory hinken:/tmp/cvs-serv11010/src/prelude/Hat
Modified Files:
Hat.hs hat.c
Log Message:
Fixed stupid bug in mkTHidden.
The wrong variable was returned (an uninitialised one).
Also added unsafeIOTrace to Hat.hs for future debugging.