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.