Change Log
August 19, 2009
- Larceny version 0.97
- Added ERR5RS and R6RS modes.
- Some bug fixes.
July 31, 2008
- Larceny version 0.964
- Source code is now compiled when loaded.
- Source code typed at the interactive top level
is still interpreted.
- Many bug fixes, mostly for R6RS extensions
added in v0.94 and v0.95.
November 8, 2007
- Larceny version 0.95
- Many more R6RS extensions have been added.
- Several bugs of the bit rot variety have been fixed.
- A substantial text-editor demo has been added; see
lib/Experimental/DotNet
.
July 3, 2007
- Larceny version 0.94
- Many R6RS extensions have been added.
November 9, 2006
- Larceny version 0.93
- Scheme procedures can subscribe to .NET events.
- Documentation has been added.
- A couple of small demos have been added.
- Many bugs have been fixed.
July 21, 2006
- Larceny version 0.92
- The
load
procedure can now JIT-compile to
native code, but this is not the default;
see README-DOTNET.txt
for details.
May 23, 2006
- Larceny version 0.91
- Includes compiled Twobit.fasl compiler
- Alpha SRFI support
- Incorporates bugfixes
February 15, 2006
- Scheme version 1.0.2216.30181, Larceny version 0.90
- Synchronizes Common Larceny with the recent Petit Larceny
release
- Incorporates Twobit bugfixes (crash in some optimization
modes)
September 8, 2005
- Scheme version 1.0.2075.27587
- Previous release was missing some files
August 31, 2005
- Scheme version 1.0.2069.27917
- Simple macros
- Fixes to javadot
June 29, 2005
- Scheme version 1.0.2004.25410
- Build Scheme.dll with windows support so windows demo
works.
- Add CodeDOM-demo
June 16, 2005
- Performance improvements.
June 6, 2005
- Performance improvements.
May 25, 2005
- A lot of fixes to the object system (which is now faster).
- A new generic printer.
February 11, 2005
- Some bug fixes, files missing from MSI distribution fixed.
Both Debug and Release versions now live in the bin subdirectory.
January 20, 2005
- APPLY no longer uses exceptions to unwind the stack for tail
recursion.
January 11, 2005
- Verified that CommonLarceny works with Rotor.
January 11, 2005
- Windows demo didn't work. It does now.
- Update: I was wrong about being wrong. The fix I made on
the tenth did indeed fix the bug, but I was apparently
still testing a stale version. In any case, the windows demo
in the most recent bundle should work.
January 10, 2005
- Fixed typo in class code. Window demo should now work.
- Distribution versions are not debug versions. Performance
should be better.
December 15, 2004
- Bug fix in FFI. Foreign booleans failed equality tests.
- New windows installer file (MSI). Experimental, of course.
- Make a tgz distributable.
December 14, 2004
- Make a zip distributable.
November 29, 2004
- Fix the Windows Installer file to expect the .NET 1.1 build.
- Elaborate on why Common Larceny fails on DotGNU Portable.NET
and Mono
- Feedback email address is now larceny@ccs.neu.edu
- Add change log.