]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Update version for the "0.0.2" release. r.0.0.2
authorRhys Weatherley <rweather@southern-storm.com.au>
Thu, 13 May 2004 03:24:17 +0000 (03:24 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Thu, 13 May 2004 03:24:17 +0000 (03:24 +0000)
ChangeLog
NEWS
configure.in

index 6277aa70cf6b9a933ceb51e843a403ead351c0cf..f352bf434223b951fecf111a7ae11a42c7f1dfca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
        put some infrastructure (incomplete) in place to support array
        index expressions.
 
+       * configure.in, NEWS: update version for the "0.0.2" release.
+
 2004-05-12  Rhys Weatherley  <rweather@southern-storm.com.au>
 
        * jitdynamic/Makefile.am, jitplus/Makefile.am: use both .libs and
diff --git a/NEWS b/NEWS
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f43bddedbf34eaa9b9055587f97aba03daec4886 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,14 @@
+
+0.0.2 (13 May 2004)
+
+       * Function and instruction building API basics in place, in C and C++.
+       * Operations include arithmetic, overflow checking, conversion,
+         mathematical (sin, sqrt, etc), branching, exception handling,
+         function calls, structure types, and arrays.
+       * Up-front or on-demand compilation and re-compilation.
+       * Interpreter at par with instruction building requirements.
+       * x86 and ARM in early stages (not enabled yet).
+       * Register allocation for register-based and stack-based architectures.
+       * Nested functions.
+       * Dynamic Pascal language is usable, suitable for writing test cases.
+       * Beginnings of ELF support for eventual ahead-of-time compilation.
index 1006389646a9a2aa4e02a28a7c1f6bf613aa0041..c4ff46adcb05f7311ad1dcf65eb4b3707a9944ac 100644 (file)
@@ -5,7 +5,7 @@ dnl Determine the build, host, and target system types.
 AC_CANONICAL_SYSTEM
 
 dnl Initialize automake.
-AM_INIT_AUTOMAKE(libjit, 0.0.1)
+AM_INIT_AUTOMAKE(libjit, 0.0.2)
 AM_CONFIG_HEADER(config.h)
 
 dnl Set the version number for the shared libraries.