
2 Dec
2003
2 Dec
'03
7:24 a.m.
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