[cvs-nhc98] commit %s

Malcolm Wallace malcolm@sparud.net
Thu, 30 Nov 2000 17:04:31 +0100 (CET)


malcolm: Thu Nov 30 17:04:31 CET 2000
nhc/src/prelude/IO HPutStr.hs

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

Modified Files:
	HPutStr.hs 
Log Message:
Revert from earlier change.  The more primitive implementation of hPutStr
was a speed-win for larger strings, but a space-loss.  On very large
strings (e.g. whole files), a big loser on space.  Go back to a simple
char-by-char output.