[cvs-nhc98] commit

Malcolm Wallace malcolm@sparud.net
Mon, 27 Nov 2000 18:10:36 +0100 (CET)


malcolm: Mon Nov 27 18:10:36 CET 2000
nhc/src/prelude/IO HPutStr.hs

Update of /usr/src/master/nhc/src/prelude/IO
In directory hinken:/tmp/cvs-serv13647/prelude/IO

Modified Files:
	HPutStr.hs 
Log Message:
Change implementation of hPutStr to use native C-strings via the FFI,
rather than repeatedly doing hPutChar.  Gives a considerable speed-up
for large strings, at the expense of also requiring more space.