[pure-lang-svn] SF.net SVN: pure-lang: [76] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-05-12 07:02:03
|
Revision: 76
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=76&view=rev
Author: agraef
Date: 2008-05-12 00:02:11 -0700 (Mon, 12 May 2008)
Log Message:
-----------
Correct ChangeLog entry.
Modified Paths:
--------------
pure/trunk/ChangeLog
Modified: pure/trunk/ChangeLog
===================================================================
--- pure/trunk/ChangeLog 2008-05-12 06:44:55 UTC (rev 75)
+++ pure/trunk/ChangeLog 2008-05-12 07:02:11 UTC (rev 76)
@@ -1,11 +1,11 @@
2008-05-12 Albert Graef <Dr....@t-...>
* interpreter.cc: Fix a severe bug in the environment handling
- code of the code generator, which could cause segfaults in the
- code generator, or wrong code to be generated in some cases. To
- resolve this issue, the code generator now properly keeps separate
- environments for each rule of a function definition. Reported by
- John Lunney.
+ code of the code generator, which could cause failed assertions in
+ the code generator, or wrong code to be generated in some cases.
+ To resolve this issue, the code generator now properly keeps
+ separate environments for each rule of a function
+ definition. Reported by John Lunney.
* Makefile: Redirect warning and error messages to the logfile.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|