cvs commit: hugs98/src connect.h iomonad.c type.c hugs98/libraries/Hugs Prelude.hs

Ross Paterson ross at haskell.org
Mon Sep 13 06:36:15 EDT 2004


ross        2004/09/13 03:36:15 PDT

  Modified files:
    src                  connect.h iomonad.c type.c 
    libraries/Hugs       Prelude.hs 
  Log:
  When character encoding is in effect, report an illegal encoding in
  input (to a Haskell program) by throwing ProtocolError (used to be EOF).
  
  Revision  Changes    Path
  1.87      +3 -2      hugs98/src/connect.h
  1.79      +29 -27    hugs98/src/iomonad.c
  1.76      +4 -2      hugs98/src/type.c
  1.38      +2 -0      hugs98/libraries/Hugs/Prelude.hs


More information about the Cvs-hugs mailing list