cvs commit: hugs98/src iomonad.c storage.h
ross at glass.cse.ogi.edu
ross at glass.cse.ogi.edu
Tue Dec 2 04:24:04 EST 2003
ross 2003/12/02 04:24:03 PST
Modified files:
src iomonad.c storage.h
Log:
More preparation for byte encoding of Chars in I/O: if CHAR_ENCODING is
defined (which it isn't yet), we need to know if a Handle was opened in
binary mode (to turn off the encoding), and Chars pushed back must be
stored in the Handle, rather than fed to ungetc().
Revision Changes Path
1.67 +32 -1 hugs98/src/iomonad.c
1.63 +6 -2 hugs98/src/storage.h
More information about the Cvs-hugs
mailing list