[pure-lang-svn] SF.net SVN: pure-lang: [297] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-06-24 12:48:09
|
Revision: 297
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=297&view=rev
Author: agraef
Date: 2008-06-24 05:48:18 -0700 (Tue, 24 Jun 2008)
Log Message:
-----------
Updated ChangeLog.
Modified Paths:
--------------
pure/trunk/ChangeLog
Modified: pure/trunk/ChangeLog
===================================================================
--- pure/trunk/ChangeLog 2008-06-24 12:41:37 UTC (rev 296)
+++ pure/trunk/ChangeLog 2008-06-24 12:48:18 UTC (rev 297)
@@ -1,3 +1,15 @@
+2008-06-24 Albert Graef <Dr....@t-...>
+
+ * runtime.h, runtime.cc: Refactored the runtime library to provide
+ a semantically complete public API for module writers.
+
+ These operations are meant to be used by client modules or
+ standalone applications which need to create their own Pure
+ interpreters and/or require direct access to Pure expression
+ data. See the PUBLIC API section in runtime.h for details. Modules
+ created with this API must be linked against the runtime library
+ (libpure.so).
+
2008-06-23 Albert Graef <Dr....@t-...>
* runtime.h, runtime.cc: Make pure_invoke() callable from C.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|