[pure-lang-svn] SF.net SVN: pure-lang: [188] pure/trunk/NEWS
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-06 19:43:15
|
Revision: 188 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=188&view=rev Author: agraef Date: 2008-06-06 12:43:21 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Update NEWS. Modified Paths: -------------- pure/trunk/NEWS Modified: pure/trunk/NEWS =================================================================== --- pure/trunk/NEWS 2008-06-06 19:35:34 UTC (rev 187) +++ pure/trunk/NEWS 2008-06-06 19:43:21 UTC (rev 188) @@ -2,14 +2,15 @@ ** Pure 0.3 2008-06-06 This release sports a lot of improvements as well as bug and portability -fixes, see the ChangeLog for details. The build system has gone through a -major overhaul, adding autoconf support. 64 bit support has been improved, and -Pure now also works on MS Windows. Moreover, many library functions have been -rewritten to make them tail-recursive, and some new functions have been added. -Last but not least, the runtime support is now implemented as a separate -shared library which makes it possible to link external modules against the -runtime, and reduces the memory footprint when multiple instances of the -interpreter are run as different processes. +fixes, see the ChangeLog for details. Many memory leaks have been plugged, and +tail call elimination has been improved a lot. The build system has gone +through a major overhaul, adding autoconf support. 64 bit support has been +improved as well, and Pure now builds and runs fine on MS Windows. Many +library functions have been rewritten to make them tail-recursive, and some +new functions have been added. Last but not least, the runtime support is now +implemented as a separate shared library which makes it possible to link +external modules against the runtime, and reduces the memory footprint when +multiple instances of the interpreter are run as different processes. Special thanks to Tim Haynes, John Lunney, Eddie Rucker, Ryan Schmidt, Libor Spacek and Jiri Spitz for contributions, suggestions and bug reports. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |