From e7a024f96dee1854837a26b66b2d0ee220a834d2 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 13 May 2004 03:24:17 +0000 Subject: [PATCH] Update version for the "0.0.2" release. --- ChangeLog | 2 ++ NEWS | 14 ++++++++++++++ configure.in | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6277aa7..f352bf4 100644 --- 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 * jitdynamic/Makefile.am, jitplus/Makefile.am: use both .libs and diff --git a/NEWS b/NEWS index e69de29..f43bdde 100644 --- 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. diff --git a/configure.in b/configure.in index 1006389..c4ff46a 100644 --- a/configure.in +++ b/configure.in @@ -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. -- 2.47.3