From: Matthew Flatt <mflatt@cs.utah.edu> To: plt-scheme@list.cs.brown.edu Date: Mon, 29 Sep 2003 09:43:00 -0600 Subject: [plt-scheme] 205.3 The exp-tagged code in CVS for MzScheme and MrEd is now version 205.3. Changes: * Much improved memory accounting support from Adam Wick. Enable it in 3m by providing --enable-account to configure. By "much improved" I mean that it now works, and it works well. Our first real test has been to limit memory use when automatically testing student code in CS 2010 (the intro course) at Utah. Accounting has worked flawlessly, saving the handin server from an out-of-memory crash several times. Accounting support soon will be the default for 3m. * Added a new argument to `draw-text’ in dc<%> to specify a rotation for the drawn text. * Fixed cygwin build of binary and extensions to be compatible with the MSVC build. * Changed `syntax-local-get-shadower’ to add the current module-expansion context (if any) to a non-local identifier. Matthew