
22 Nov
2000
22 Nov
'00
12:07 p.m.
malcolm: Wed Nov 22 18:07:54 CET 2000 nhc/src/runtime/Kernel builtin.c cdata.c newbuiltin.c Update of /usr/src/master/nhc/src/runtime/Kernel In directory hinken:/tmp/cvs-serv1093/src/runtime/Kernel Modified Files: builtin.c cdata.c newbuiltin.c Log Message: Introduce a big change in the way file-I/O is treated, permitting us to *trace* file-I/O for the first time: (1) Library IO now uses a ForeignObj as a Handle instead of an opaque type. (2) Completely re-implement all file-I/O functions using foreign imports instead of primitives. (3) Fix some qualified naming errors: Prelude.Handle -> IO.Handle Prelude.stdin -> IO.stdin etc