* configure.ac: Updated version to 0.95, set optimization level to
authortwisti <none@none>
Tue, 14 Feb 2006 10:14:28 +0000 (10:14 +0000)
committertwisti <none@none>
Tue, 14 Feb 2006 10:14:28 +0000 (10:14 +0000)
-O2, some indent changes.
* ChangeLog-2005: Removed 2006 entries.

ChangeLog-2005
configure.ac

index efdc37ed0313e9e122a3a5aef341a6bd1236e99b..f4d37dd81232d5e0ff96fd8fca77332aced8e3ae 100644 (file)
@@ -1,157 +1,3 @@
-2006-01-02 02:05  twisti
-
-       * THIRDPARTY:
-         * unzip.[ch], libffi, libltdl: Removed.
-
-2006-01-01 22:53  twisti
-
-       * autogen.sh:
-         * Removed libltdl.
-
-2006-01-01 22:32  twisti
-
-       * THIRDPARTY:
-         * Changed text of kaffe's stuff, dalibor pointed this out.
-
-2006-01-01 22:29  twisti
-
-       * configure.in:
-         * AC_LIBLTDL_CONVENIENCE, AC_SUBST(LIBLTDL): Removed.
-         * AC_COMPILE_CHECK_SIZEOF: Replaced with AC_CHECK_SIZEOF.
-
-2006-01-01 22:22  twisti
-
-       * THIRDPARTY:
-         * m4 macros have a different copyright header.
-
-2006-01-01 22:13  twisti
-
-       * THIRDPARTY:
-         * Lists all third party software we use.  This list contains all
-           stuff we used in 0.93.  Stuff that has been ripped will be deleted
-           after that commit, this is for the records.
-
-2006-01-01 21:55  twisti
-
-       * m4/accross.m4:
-         * Not required.
-
-2006-01-01 20:39  twisti
-
-       * src/cacao/Makefile.am:
-         * Removed libltdlc.la.
-
-2006-01-01 20:39  twisti
-
-       * src/Makefile.am:
-         * DIST_SUBDIRS: Removed libltdl.
-         * SUBDIRS: Likewise.
-
-2006-01-01 20:38  twisti
-
-       * configure.in:
-         * Added libltdl check.
-         * AC_CONFIG_SUBDIRS: Removed src/libltdl.
-
-2006-01-01 19:39  twisti
-
-       * src/vm/jit/i386/Makefile.am:
-         * libarch_la_SOURCES: Removed symcat.h.
-
-2006-01-01 19:34  twisti
-
-       * src/vm/jit/x86_64/symcat.h:
-         * Use system one.
-
-2006-01-01 19:33  twisti
-
-       * src/vm/jit/x86_64/Makefile.am:
-         * libarch_la_SOURCES: Removed symcat.h.
-
-2006-01-01 19:30  twisti
-
-       * src/vm/jit/i386/disass.c:
-         * generic_symbol_at_address: Print only 8 bytes.
-
-2006-01-01 19:21  twisti
-
-       * src/vm/jit/i386/: ansidecl.h, bfd.h, dis-buf.c, symcat.h:
-         * Use system ones.
-
-2006-01-01 19:21  twisti
-
-       * src/vm/jit/i386/disass.c:
-         * generic_symbol_at_address: Added, they were implemented in
-           dis-buf.c which was removed.
-         * generic_print_address: Likewise.
-         * perror_memory: Likewise.
-
-2006-01-01 19:20  twisti
-
-       * src/vm/jit/i386/Makefile.am:
-         * libarch_la_SOURCES: Removed ansidecl.h, bfd.h and dis-buf.c.
-
-2006-01-01 19:20  twisti
-
-       * src/vm/jit/i386/md.c:
-         * config.h, vm/jit/codegen-common.h: Added.
-
-2006-01-01 19:10  twisti
-
-       * src/vm/jit/arm/codegen.c:
-         * vm/jit/codegen.inc: Removed.
-         * vm/exceptions.h: Added.
-         * vm/jit/codegen-common.h: Likewise.
-         * vm/jit/dseg.h: Likewise.
-         * codegen: Renamed codegen_createlinenumbertable to
-           dseg_createlinenumbertable.
-
-2006-01-01 19:10  twisti
-
-       * src/vm/jit/arm/codegen.h:
-         * COUNT_SPILLS: Removed.
-
-2006-01-01 17:40  twisti
-
-       * src/vm/jit/x86_64/dis-asm.h:
-         * Changed include to use system headers.
-
-2006-01-01 17:39  twisti
-
-       * src/vm/jit/x86_64/: ansidecl.h, bfd.h, dis-buf.c:
-         * Use system ones.
-
-2006-01-01 17:39  twisti
-
-       * src/vm/jit/x86_64/disass.c:
-         * generic_symbol_at_address: Added, they were implemented in
-           dis-buf.c which was removed.
-         * generic_print_address: Likewise.
-         * perror_memory: Likewise.
-
-2006-01-01 17:37  twisti
-
-       * src/vm/jit/x86_64/Makefile.am:
-         * libarch_la_SOURCES: Removed ansidecl.h, bfd.h and dis-buf.c.
-
-2006-01-01 17:35  twisti
-
-       * src/fdlibm/ieeefp.h:
-         * DEC OSF cc only defines __alpha.
-
-2006-01-01 17:34  twisti
-
-       * src/vm/: class.c, class.h:
-         * class_resolvefield: Renamed except to throwexception since some
-           compilers have a builtin except macro (like DEC OSF cc).
-         * class_resolveclassmethod: Likewise.
-         * class_resolveinterfacemethod: Likewise.
-
-2006-01-01 17:31  twisti
-
-       * src/vm/zip.c:
-         * zip_open: Handle compiler error with DEC OSF's cc.
-
 2005-12-30 21:45  twisti
 
        * src/vm/jit/mips/codegen.c:
index d3b78952967d1ef740374f22d94883c73a184bce..4c5383999b54b903e9e87117fbffd187a4b03722 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(cacao, 0.94+cvs, cacao@cacaojvm.org)
+AC_INIT(cacao, 0.95, cacao@cacaojvm.org)
 AC_CONFIG_SRCDIR(src/cacao/cacao.c)
 AC_CANONICAL_HOST
 AC_PREREQ(2.59)
@@ -14,78 +14,82 @@ AC_PREFIX_DEFAULT(/usr/local/cacao)
 
 dnl set optimization and debugging for all architectures and systems
 if test x"$CFLAGS" = "x"; then
-       CFLAGS="-O0 -g3"
+    CFLAGS="-O2 -g3"
 fi
 
 dnl system type
 case "$host_cpu" in
 alpha | alphaev56 | alphapca56 )
-       ARCH_DIR="alpha"
-       CFLAGS="$CFLAGS -mieee -D__ALPHA__"
-       ;;
+    ARCH_DIR="alpha"
+    CFLAGS="$CFLAGS -mieee -D__ALPHA__"
+    ;;
 
 arm | armv4tl | armv5b )
-       ARCH_DIR="arm"
-       CFLAGS="$CFLAGS -D__ARM__"
-       ;;
+    ARCH_DIR="arm"
+    CFLAGS="$CFLAGS -D__ARM__"
+    ;;
 
 i386 | i486 | i586 | i686 )
-       ARCH_DIR="i386"
-       CFLAGS="$CFLAGS -D__I386__"
-       ;;
+    ARCH_DIR="i386"
+    CFLAGS="$CFLAGS -D__I386__"
+    ;;
 
 mips )
-       ARCH_DIR="mips"
-       CFLAGS="$CFLAGS -D__MIPS__"
-       ;;
+    ARCH_DIR="mips"
+    CFLAGS="$CFLAGS -D__MIPS__"
+    ;;
 
 powerpc )
-       ARCH_DIR="powerpc"
-       CFLAGS="$CFLAGS -D__POWERPC__"
-       ;;
+    ARCH_DIR="powerpc"
+    CFLAGS="$CFLAGS -D__POWERPC__"
+    ;;
 
 powerpc64 )
-       ARCH_DIR="powerpc64"
-       CFLAGS="$CFLAGS -D__POWERPC64__"
-       ;;
+    ARCH_DIR="powerpc64"
+    CFLAGS="$CFLAGS -D__POWERPC64__"
+    ;;
 
 x86_64 )
-       ARCH_DIR="x86_64"
-       CFLAGS="$CFLAGS -D__X86_64__"
-       ;;
+    ARCH_DIR="x86_64"
+    CFLAGS="$CFLAGS -D__X86_64__"
+    ;;
 
 xdspcore )
-       ARCH_DIR="xdspcore"
-       ENABLE_STATICVM="yes"
-       CFLAGS="$CFLAGS -D__XDSPCORE__"
-       USE_SCHEDULER="1"
-       ;;
+    ARCH_DIR="xdspcore"
+    ENABLE_STATICVM="yes"
+    CFLAGS="$CFLAGS -D__XDSPCORE__"
+    USE_SCHEDULER="1"
+    ;;
+
 * )
-       AC_MSG_ERROR($host_cpu systems are not supported at this time)
-        ;;
+    AC_MSG_ERROR($host_cpu systems are not supported at this time)
+    ;;
 esac
 
 dnl host type
-echo $host_os
 case "$host_os" in
-*linux* | *Linux* )
-       OS_DIR="linux"
-        CFLAGS="$CFLAGS -D__LINUX__ -ansi -pedantic -Wall -Wno-long-long -D_POSIX_C_SOURCE=199506L -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE"
-       ;;
 *darwin* )
-       OS_DIR="darwin"
-        CFLAGS="$CFLAGS -D__DARWIN__ -ansi -pedantic -Wall -Wno-long-long"
-        ;;
+    OS_DIR="darwin"
+    CFLAGS="$CFLAGS -D__DARWIN__ -ansi -pedantic -Wall -Wno-long-long"
+    ;;
+
 *freebsd* )
-       OS_DIR="freebsd"
-       CFLAGS="$CFLAGS -D__FREEBSD__ -ansi -pedantic -Wall -Wno-long-long -D_XOPEN_SOURCE_EXTENDED"
-       ;;
+    OS_DIR="freebsd"
+    CFLAGS="$CFLAGS -D__FREEBSD__ -ansi -pedantic -Wall -Wno-long-long -D_XOPEN_SOURCE_EXTENDED"
+    ;;
+
 *irix* )
-       OS_DIR="irix"
-        CFLAGS="$CFLAGS -D__IRIX__"
-        ;;
+    OS_DIR="irix"
+    CFLAGS="$CFLAGS -D__IRIX__"
+    ;;
+
+*linux* | *Linux* )
+    OS_DIR="linux"
+    CFLAGS="$CFLAGS -D__LINUX__ -ansi -pedantic -Wall -Wno-long-long -D_POSIX_C_SOURCE=199506L -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE"
+    ;;
+
 * )
-       ;;
+    ;;
 esac