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
+
+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.
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.