[pure-lang-svn] SF.net SVN: pure-lang: [75] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-05-12 06:44:48
|
Revision: 75 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=75&view=rev Author: agraef Date: 2008-05-11 23:44:55 -0700 (Sun, 11 May 2008) Log Message: ----------- Bugfix in environment handling code (see previous revision). Modified Paths: -------------- pure/trunk/ChangeLog Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-05-12 06:42:28 UTC (rev 74) +++ pure/trunk/ChangeLog 2008-05-12 06:44:55 UTC (rev 75) @@ -1,5 +1,12 @@ 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. + * Makefile: Redirect warning and error messages to the logfile. 2008-05-10 Albert Graef <Dr....@t-...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |