cvs commit: hugs98/src bignums.c

Ross Paterson ross at haskell.org
Fri Oct 29 08:43:11 EDT 2004


ross        2004/10/29 05:43:11 PDT

  Modified files:
    src                  bignums.c 
  Log:
  make decodeFloat of nan, inf and -inf throw an exception instead of
  constructing a malformed Integer in the following:
  
  	fst $ decodeFloat (0/0)
  	fst $ decodeFloat (1/0)
  	fst $ decodeFloat (-1/0)
  
  Revision  Changes    Path
  1.15      +11 -4     hugs98/src/bignums.c


More information about the Cvs-hugs mailing list