From: Matthew Flatt <mflatt@cs.utah.edu>
To: plt-scheme@fast.cs.utah.edu
Date: Sun, 2 Dec 2001 13:00:18 -0700 (MST)
Subject: 200alpha2

The exp-tagged source in CVS for MrEd and MzScheme is now 200alpha2.

(200alpha2 won’t be released like 200alpha1; we just needed to
increment the version number.)

The changes are especially minor:

 * Replaced `read-dot-as-symbol’ with `read-accept-dot’.

 * Added `integer-byte-string->integer’, `integer->integer-byte-string’,
   `floating-point-byte-string->real’, and
   `real->floating-point-byte-string’.

Matthew