From: Matthew Flatt <mflatt@cs.utah.edu> To: plt-scheme@list.cs.brown.edu Subject: [plt-scheme] 301.12 Date: Fri, 31 Mar 2006 06:47:22 -0700 MzScheme and MrEd are now version 301.12 in the SVN repository trunk. Changes: * Added `char-general-category’. * Extended readtables to support a parser used where the default reader parses a symbol or number. * Changed the internal representation of some syntax information to increase sharing across modules. This saves a little memory in DrScheme, and a lot of space in ".zo" files. Matthew