[pure-lang-svn] SF.net SVN: pure-lang: [265] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-18 23:33:44
|
Revision: 265 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=265&view=rev Author: agraef Date: 2008-06-18 16:33:49 -0700 (Wed, 18 Jun 2008) Log Message: ----------- Final touches for 0.4 release. Modified Paths: -------------- pure/trunk/ChangeLog pure/trunk/NEWS Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-06-18 23:04:34 UTC (rev 264) +++ pure/trunk/ChangeLog 2008-06-18 23:33:49 UTC (rev 265) @@ -1,5 +1,7 @@ 2008-06-19 Albert Graef <Dr....@t-...> + * 0.4 release. + * examples/symbolic.pure: Fix DNF example to accommodate changes in the operator system. Modified: pure/trunk/NEWS =================================================================== --- pure/trunk/NEWS 2008-06-18 23:04:34 UTC (rev 264) +++ pure/trunk/NEWS 2008-06-18 23:33:49 UTC (rev 265) @@ -1,4 +1,25 @@ +** Pure 0.4 2008-06-19 + +This release features some more bug and portability fixes, a cleanup of the +source tree and an overhaul of the build system, see the ChangeLog for +details. Building a separate runtime lib on x86-64 works now (but requires a +patched LLVM, see the INSTALL file for details). Moreover, it is now possible +to install different Pure versions in parallel. + +An Emacs mode for Pure and support for executing Pure scripts using "shebangs" +has been added. Paging of the 'list' command is now implemented using the +program specified with the PURE_MORE environment variable. This allows you to +disable this option (if PURE_MORE is undefined) or choose any pager program +and options that you prefer. Define PURE_MORE=more in your shell startup files +to get back the old behaviour of piping 'list' output through 'more'. + +There's also a new syntax for multiple left-hand sides in function definitions +and 'case' rules, as suggested by Jiri Spitz and discussed on the mailing +list. Please refer to the manual page for details. To accommodate this change, +the bitwise operators '&' and '|' were renamed to 'and' and 'or', +respectively. + ** Pure 0.3 2008-06-06 This release sports a lot of improvements as well as bug and portability This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |