[kaffe] CVS kaffe (robilad): down to one warning with jit3

2008-01-17 Thread Kaffe CVS
PatchSet 7684 Date: 2008/01/18 03:11:16 Author: robilad Branch: HEAD Tag: (none) Log: down to one warning with jit3 2008-01-18 Dalibor Topic [EMAIL PROTECTED] * config/i386/jit3-i386.def: Removed unused nop and unimplemented instructions. Removed ifdef-ed out code. Members:

[kaffe] CVS kaffe (robilad): cleaned up x86 jit code

2008-01-17 Thread Kaffe CVS
PatchSet 7686 Date: 2008/01/18 03:17:13 Author: robilad Branch: HEAD Tag: (none) Log: cleaned up x86 jit code 2008-01-18 Dalibor Topic [EMAIL PROTECTED] * config/i386/jit-i386.def: Removed unused nop and unimplemented instructions. Removed ifdef-ed out code. Members:

[kaffe] CVS kaffe (robilad): fixed small discrepancy between boehm-gc and kaffe-gc

2008-01-17 Thread Kaffe CVS
PatchSet 7687 Date: 2008/01/18 03:34:11 Author: robilad Branch: HEAD Tag: (none) Log: fixed small discrepancy between boehm-gc and kaffe-gc 2008-01-18 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/boehm-gc/Makefile.am: Make libkaffegc.la a convenience library. Members:

[kaffe] CVS kaffe (robilad): don't check for libgc when it's not used

2008-01-16 Thread Kaffe CVS
PatchSet 7680 Date: 2008/01/16 23:10:06 Author: robilad Branch: HEAD Tag: (none) Log: don't check for libgc when it's not used 2008-01-16 Dalibor Topic [EMAIL PROTECTED] * configure.ac: Only check for libgc when boehm-gc is selected as the garbage collector. Reported

[kaffe] CVS kaffe (robilad): fix stack overflow detection to handle sigbus

2008-01-16 Thread Kaffe CVS
PatchSet 7681 Date: 2008/01/17 01:59:08 Author: robilad Branch: HEAD Tag: (none) Log: fix stack overflow detection to handle sigbus 2008-01-17 Doug Young [EMAIL PROTECTED] * kaffe/kaffevm/systems/unix-pthreads/signal.c (stackOverflowDetector),

[kaffe] CVS kaffe (robilad): fixed xlib peer build

2008-01-15 Thread Kaffe CVS
PatchSet 7676 Date: 2008/01/15 19:25:10 Author: robilad Branch: HEAD Tag: (none) Log: fixed xlib peer build 2008-01-15 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/awt/X/Makefile.am (libxawt_la_SOURCES): Added the headers. (noinst_HEADERS) Removed. (libxawt_la_LIBADD) Removed the

[kaffe] CVS kaffe (robilad): removed duplicate awt files from gnu classpath and old appletviewer

2008-01-15 Thread Kaffe CVS
PatchSet 7677 Date: 2008/01/15 22:27:46 Author: robilad Branch: HEAD Tag: (none) Log: removed duplicate awt files from gnu classpath and old appletviewer 2008-01-15 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/awt-implementations/kaffe/Makefile.am (dist_kaffeawt_JAVA):

[kaffe] CVS kaffe (robilad): removed merged in classpath AWT files

2008-01-15 Thread Kaffe CVS
PatchSet 7678 Date: 2008/01/16 03:53:03 Author: robilad Branch: HEAD Tag: (none) Log: removed merged in classpath AWT files 2008-01-16 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/awt-implementations/kaffe/Makefile.am (dist_kaffeawt_JAVA): Removed duplicate files from

[kaffe] CVS kaffe (robilad): removed left over javadoc from classpath

2008-01-15 Thread Kaffe CVS
PatchSet 7679 Date: 2008/01/16 03:59:31 Author: robilad Branch: HEAD Tag: (none) Log: removed left over javadoc from classpath 008-01-16 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/awt-implementations/kaffe/java/awt/image/package.html,

[kaffe] CVS kaffe (robilad): removed unused time and timezone functionality checks

2008-01-06 Thread Kaffe CVS
PatchSet 7671 Date: 2008/01/06 18:06:21 Author: robilad Branch: HEAD Tag: (none) Log: removed unused time and timezone functionality checks 2008-01-06 Dalibor Topic [EMAIL PROTECTED] * configure.ac (AC_HEADER_TIME, AC_STRUCT_TM, AC_STRUCT_TIMEZONE): Removed. Members:

[kaffe] CVS kaffe (robilad): removed binreloc support

2008-01-06 Thread Kaffe CVS
PatchSet 7673 Date: 2008/01/06 19:05:13 Author: robilad Branch: HEAD Tag: (none) Log: removed binreloc support 2008-01-06 Dalibor Topic [EMAIL PROTECTED] * THIRDPARTY: Removed information on binreloc. * kaffe/kaffeh/Makefile.am (nodist_kaffeh_SOURCES): Removed binreloc.c.

[kaffe] CVS kaffe (robilad): documented binreloc removal

2008-01-06 Thread Kaffe CVS
PatchSet 7674 Date: 2008/01/06 19:07:07 Author: robilad Branch: HEAD Tag: (none) Log: documented binreloc removal 2008-01-06 Dalibor Topic [EMAIL PROTECTED] * TODO, WHATSNEW: Updated to document removal of binreloc. Members: ChangeLog:1.5176-1.5177 TODO:1.35-1.36

[kaffe] CVS kaffe (robilad): removed unnecessary noinst_HEADERS

2008-01-06 Thread Kaffe CVS
PatchSet 7675 Date: 2008/01/06 19:41:25 Author: robilad Branch: HEAD Tag: (none) Log: removed unnecessary noinst_HEADERS 2008-01-06 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/Makefile.am (noinst_HEADERS): Removed. Moved headers over to libkaffe_la_SOURCES. *

[kaffe] CVS kaffe (robilad): removed checks for unused functions from configure script

2008-01-05 Thread Kaffe CVS
PatchSet 7668 Date: 2008/01/06 02:52:21 Author: robilad Branch: HEAD Tag: (none) Log: removed checks for unused functions from configure script 2008-01-06 Dalibor Topic [EMAIL PROTECTED] * configure.ac: Don't check for socket, getsockname, mkdir, rmdir, chdir, localtime,

[kaffe] CVS kaffe (robilad): updated TODO list

2008-01-05 Thread Kaffe CVS
PatchSet 7669 Date: 2008/01/06 02:54:21 Author: robilad Branch: HEAD Tag: (none) Log: updated TODO list Members: ChangeLog:1.5171-1.5172 TODO:1.33-1.34 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5171 kaffe/ChangeLog:1.5172 --- kaffe/ChangeLog:1.5171 Sun Jan 6

[kaffe] CVS kaffe (robilad): documented unmerging of tritonus

2008-01-02 Thread Kaffe CVS
PatchSet 7651 Date: 2008/01/02 15:42:19 Author: robilad Branch: HEAD Tag: (none) Log: documented unmerging of tritonus 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * TODO: Removed finished task to unmerge Tritonus. * WHATSNEW: Documented unmerging of Tritonus. Members:

[kaffe] CVS kaffe (robilad): documented unmerging of tritonus

2008-01-02 Thread Kaffe CVS
PatchSet 7651 Date: 2008/01/02 15:42:19 Author: robilad Branch: HEAD Tag: (none) Log: documented unmerging of tritonus 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * TODO: Removed finished task to unmerge Tritonus. * WHATSNEW: Documented unmerging of Tritonus. Members:

[kaffe] CVS kaffe (robilad): documented ummerging of dnsjava

2008-01-02 Thread Kaffe CVS
PatchSet 7653 Date: 2008/01/02 16:23:36 Author: robilad Branch: HEAD Tag: (none) Log: documented ummerging of dnsjava 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * WHATSNEW: Added dnsjava to the list of removed libraries. * TODO: Removed finished task to unmerge dnsjava.

[kaffe] CVS kaffe (robilad): removed unused getopt replacement code

2008-01-02 Thread Kaffe CVS
PatchSet 7654 Date: 2008/01/02 16:46:39 Author: robilad Branch: HEAD Tag: (none) Log: removed unused getopt replacement code 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * replace/Makefile.am: Removed getopt replacement building logic. (libreplace_la_SOURCES): Removed

[kaffe] CVS kaffe (robilad): removed unused getopt replacement code

2008-01-02 Thread Kaffe CVS
PatchSet 7654 Date: 2008/01/02 16:46:39 Author: robilad Branch: HEAD Tag: (none) Log: removed unused getopt replacement code 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * replace/Makefile.am: Removed getopt replacement building logic. (libreplace_la_SOURCES): Removed

[kaffe] CVS kaffe (robilad): updated jsyscall cleanup task

2008-01-02 Thread Kaffe CVS
PatchSet 7656 Date: 2008/01/02 18:19:25 Author: robilad Branch: HEAD Tag: (none) Log: updated jsyscall cleanup task 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * TODO: Updated jsyscall interface cleanup task with information on which syscalls are still used. Members:

[kaffe] CVS kaffe (robilad): cleanup up jsyscall tables and implementations

2008-01-02 Thread Kaffe CVS
PatchSet 7657 Date: 2008/01/02 20:33:50 Author: robilad Branch: HEAD Tag: (none) Log: cleanup up jsyscall tables and implementations 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffeh/support.c (Kaffe_SystemCallInterface): Removed unused members. (kwrite) Removed. *

[kaffe] CVS kaffe (robilad): remove unnecessary net headers

2008-01-02 Thread Kaffe CVS
PatchSet 7658 Date: 2008/01/02 21:05:30 Author: robilad Branch: HEAD Tag: (none) Log: remove unnecessary net headers 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/systems/unix-pthreads/syscalls.c: Include errno.h. * config/Makefile.am (noinst_HEADERS): Removed config-net.h. *

[kaffe] CVS kaffe (robilad): removed finished jsyscall task

2008-01-02 Thread Kaffe CVS
PatchSet 7659 Date: 2008/01/02 21:16:25 Author: robilad Branch: HEAD Tag: (none) Log: removed finished jsyscall task 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * TODO: Removed finished jsyscall task. Members: ChangeLog:1.5161-1.5162 TODO:1.31-1.32 Index:

[kaffe] CVS kaffe (robilad): Removed unnecessary checks for network functions

2008-01-02 Thread Kaffe CVS
PatchSet 7660 Date: 2008/01/02 21:50:26 Author: robilad Branch: HEAD Tag: (none) Log: Removed unnecessary checks for network functions 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * include/jsyscall.h: Don't include netdb.h. * kaffe/kaffevm/systems/unix-jthreads/Makefile.am

[kaffe] CVS kaffe (robilad): removed an unnecessary string.h include

2008-01-02 Thread Kaffe CVS
PatchSet 7661 Date: 2008/01/02 22:04:32 Author: robilad Branch: HEAD Tag: (none) Log: removed an unnecessary string.h include 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/native/java_lang_String.c: Don't include string.h. Members: ChangeLog:1.5163-1.5164

[kaffe] CVS kaffe (robilad): removed kaffe-specific java management interface

2008-01-02 Thread Kaffe CVS
PatchSet 7662 Date: 2008/01/02 22:28:47 Author: robilad Branch: HEAD Tag: (none) Log: removed kaffe-specific java management interface 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/vmspecific/org/kaffe/management/XProfiler.java,

[kaffe] CVS kaffe (robilad): removed kaffe's crypto provider

2008-01-02 Thread Kaffe CVS
PatchSet 7663 Date: 2008/01/02 23:48:20 Author: robilad Branch: HEAD Tag: (none) Log: removed kaffe's crypto provider 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * test/regression/SecureRandomTest.java: Adapted to work with default crypto provider. * configure.ac:

[kaffe] CVS kaffe (robilad): cleaned up BUILD_ENVIRONMENT

2008-01-02 Thread Kaffe CVS
PatchSet 7664 Date: 2008/01/03 00:48:25 Author: robilad Branch: HEAD Tag: (none) Log: cleaned up BUILD_ENVIRONMENT 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * Makefile.am (BUILD_ENVRONMENT-make): Cleaned up, and removed no longer used paths. Members:

[kaffe] CVS kaffe (robilad): removed unneccessary KAFFELIBRARYPATH initialization in native test

2008-01-02 Thread Kaffe CVS
PatchSet 7665 Date: 2008/01/03 00:57:12 Author: robilad Branch: HEAD Tag: (none) Log: removed unneccessary KAFFELIBRARYPATH initialization in native test 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * test/native/Makefile.am (TEST_ENVIRONMENT): Removed KAFFELIBRARYPATH initialization.

[kaffe] CVS kaffe (robilad): removed a few unnecassary function checks

2008-01-02 Thread Kaffe CVS
PatchSet 7666 Date: 2008/01/03 01:18:08 Author: robilad Branch: HEAD Tag: (none) Log: removed a few unnecassary function checks 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * configure.ac (AC_FUNC_STRFTIME, AC_FUNC_UTIME_NULL): Removed. Members: ChangeLog:1.5168-1.5169

[kaffe] CVS kaffe (robilad): added new integration tasks

2008-01-02 Thread Kaffe CVS
PatchSet 7667 Date: 2008/01/03 01:44:37 Author: robilad Branch: HEAD Tag: (none) Log: added new integration tasks 2008-01-02 Dalibor Topic [EMAIL PROTECTED] * TODO: Added new integration tasks. Members: ChangeLog:1.5169-1.5170 TODO:1.32-1.33 Index:

[kaffe] CVS kaffe (robilad): Fixed code and docs referring to Klasses.jar

2008-01-01 Thread Kaffe CVS
PatchSet 7641 Date: 2008/01/01 18:29:40 Author: robilad Branch: HEAD Tag: (none) Log: Fixed code and docs referring to Klasses.jar 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * FAQ/FAQ.embedded: Removed sections on recompiling the class library without debug symbols, as now

[kaffe] CVS kaffe (robilad): finished klasses.jar update

2008-01-01 Thread Kaffe CVS
PatchSet 7642 Date: 2008/01/01 18:31:09 Author: robilad Branch: HEAD Tag: (none) Log: finished klasses.jar update 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * TODO: Removed finished task to remove references to Klasses.jar. Members: ChangeLog:1.5140-1.5141

[kaffe] CVS kaffe (robilad): finished klasses.jar update

2008-01-01 Thread Kaffe CVS
PatchSet 7642 Date: 2008/01/01 18:31:09 Author: robilad Branch: HEAD Tag: (none) Log: finished klasses.jar update 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * TODO: Removed finished task to remove references to Klasses.jar. Members: ChangeLog:1.5140-1.5141

[kaffe] CVS kaffe (robilad): removed gnu-inet libs

2008-01-01 Thread Kaffe CVS
PatchSet 7643 Date: 2008/01/01 20:48:30 Author: robilad Branch: HEAD Tag: (none) Log: removed gnu-inet libs 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * configure.ac (AC_CONFIG_FILES): Removed libraries/javalib/gnu-inet/Makefile. * libraries/javalib/Makefile.am (SUBDIRS): Removed gnu-inet.

[kaffe] CVS kaffe (robilad): updated docs for gnu-inet purge

2008-01-01 Thread Kaffe CVS
PatchSet 7644 Date: 2008/01/01 20:53:48 Author: robilad Branch: HEAD Tag: (none) Log: updated docs for gnu-inet purge 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * THIRDPARTY: Removed gnu-inet licensing information. * WHATSNEW: Annoucned purge of gnu-inet. Members:

[kaffe] CVS kaffe (robilad): added gjar and variants to detected jar tools

2008-01-01 Thread Kaffe CVS
PatchSet 7645 Date: 2008/01/01 21:24:36 Author: robilad Branch: HEAD Tag: (none) Log: added gjar and variants to detected jar tools 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * configure.ac (FASTJAR): Added gjar, gjar-4.1 and gjar-4.2 to detected jar tools. Members:

[kaffe] CVS kaffe (robilad): removed classpath tools javap

2008-01-01 Thread Kaffe CVS
PatchSet 7646 Date: 2008/01/01 22:21:11 Author: robilad Branch: HEAD Tag: (none) Log: removed classpath tools javap 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * THIRDPARTY: Removed licensing information for javap from GNU Classpath tools and for gnu bytecode. Updated ac-archive licensing

[kaffe] CVS kaffe (robilad): added docs for optional javap support

2008-01-01 Thread Kaffe CVS
PatchSet 7647 Date: 2008/01/01 22:28:29 Author: robilad Branch: HEAD Tag: (none) Log: added docs for optional javap support 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * FAQ/FAQ.requiredlibraries: Documented javap requirement. Members: ChangeLog:1.5146-1.5147

[kaffe] CVS kaffe (robilad): updated copyright info

2008-01-01 Thread Kaffe CVS
PatchSet 7648 Date: 2008/01/01 22:36:07 Author: robilad Branch: HEAD Tag: (none) Log: updated copyright info 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffe/version.c: Changed copyright statement to 2008. Members: ChangeLog:1.5147-1.5148

[kaffe] CVS kaffe (robilad): Members:

2008-01-01 Thread Kaffe CVS
PatchSet 7649 Date: 2008/01/01 22:40:35 Author: robilad Branch: HEAD Tag: (none) Log: updated copyright information for 2008 2008-01-01 Dalibor Topic [EMAIL PROTECTED] * configure.ac (AC_COPYRIGHT): Updated for 2008. Members: ChangeLog:1.5148-1.5149

[kaffe] CVS kaffe (robilad): removed no longer necessary scripts for syncing with GNU Classpath

2007-12-31 Thread Kaffe CVS
PatchSet 7630 Date: 2007/12/31 15:59:25 Author: robilad Branch: HEAD Tag: (none) Log: removed no longer necessary scripts for syncing with GNU Classpath 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * developers/check-classpath-merge-status, developers/check-classpath-unmerged,

[kaffe] CVS kaffe (robilad): Removed unused createLdScript.pl

2007-12-31 Thread Kaffe CVS
PatchSet 7631 Date: 2007/12/31 16:05:31 Author: robilad Branch: HEAD Tag: (none) Log: Removed unused createLdScript.pl 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * developers/createLdScript.pl: Removed. * developers/README: Removed createLdScript.pl. * Makefile.am

[kaffe] CVS kaffe (robilad): removed old class file dumper

2007-12-31 Thread Kaffe CVS
PatchSet 7632 Date: 2007/12/31 16:22:35 Author: robilad Branch: HEAD Tag: (none) Log: removed old class file dumper 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * developers/dumpClass.pl, developers/JavaClass.pm, developers/utf8munge.pl: Removed. * developers/README: Removed

[kaffe] CVS kaffe (robilad): cleaned up readme in developer dir

2007-12-31 Thread Kaffe CVS
PatchSet 7633 Date: 2007/12/31 16:32:34 Author: robilad Branch: HEAD Tag: (none) Log: cleaned up readme in developer dir 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * developers/README.EUC_JP: Removed encoding docs for older releases. * developers/README: Removed references to

[kaffe] CVS kaffe (robilad): Removed old mauve setup files

2007-12-31 Thread Kaffe CVS
PatchSet 7634 Date: 2007/12/31 16:44:58 Author: robilad Branch: HEAD Tag: (none) Log: Removed old mauve setup files 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * developers/mauve-html-gen.pl, developers/mauve-kaffe, developers/mauve-results.sh: Removed. *

[kaffe] CVS kaffe (robilad): update mauve FAQ

2007-12-31 Thread Kaffe CVS
PatchSet 7635 Date: 2007/12/31 16:54:17 Author: robilad Branch: HEAD Tag: (none) Log: update mauve FAQ 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * FAQ/FAQ.mauve: Updated. Members: ChangeLog:1.5133-1.5134 FAQ/FAQ.mauve:1.2-1.3 Index: kaffe/ChangeLog diff -u

[kaffe] CVS kaffe (robilad): removed outdated classpath FAQ

2007-12-31 Thread Kaffe CVS
PatchSet 7636 Date: 2007/12/31 16:58:09 Author: robilad Branch: HEAD Tag: (none) Log: removed outdated classpath FAQ 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * FAQ/FAQ.gnu-classpath: Removed. * Makefile.am (EXTRA_DIST): Removed FAQ/FAQ.gnu-classpath. Members:

[kaffe] CVS kaffe (robilad): removed unused variables from Makefile.am

2007-12-31 Thread Kaffe CVS
PatchSet 7637 Date: 2007/12/31 17:15:28 Author: robilad Branch: HEAD Tag: (none) Log: removed unused variables from Makefile.am 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * Makefile.am (DIRECTORIES_BEFORE_RTJAR, DIRECTORIES_AFTER_RTJAR, RUN_PO): Removed. Members:

[kaffe] CVS kaffe (robilad): Removed old targets from Makefiles

2007-12-31 Thread Kaffe CVS
PatchSet 7638 Date: 2007/12/31 17:27:28 Author: robilad Branch: HEAD Tag: (none) Log: Removed old targets from Makefiles 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * Makefile.am (CLASSDIRS, .PHONY, Klasses, new-classes, compile-classes, jar-classes, build-classes): Removed.

[kaffe] CVS kaffe (robilad): removed old kjc FAQ

2007-12-31 Thread Kaffe CVS
PatchSet 7639 Date: 2007/12/31 17:31:50 Author: robilad Branch: HEAD Tag: (none) Log: removed old kjc FAQ 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * FAQ/FAQ.kjc: Removed. * Makefile.am (EXTRA_DIST): Removed FAQ/FAQ/kjc. Members: ChangeLog:1.5137-1.5138

[kaffe] CVS kaffe (robilad): Updated TODO file

2007-12-31 Thread Kaffe CVS
PatchSet 7640 Date: 2007/12/31 17:36:18 Author: robilad Branch: HEAD Tag: (none) Log: Updated TODO file 2007-12-31 Dalibor Topic [EMAIL PROTECTED] * TODO: Updated. Members: ChangeLog:1.5138-1.5139 TODO:1.22-1.23 Index: kaffe/ChangeLog diff -u

[kaffe] CVS kaffe (robilad): downgrade error when not building with gcc to warning

2007-12-30 Thread Kaffe CVS
PatchSet 7625 Date: 2007/12/31 01:45:16 Author: robilad Branch: HEAD Tag: (none) Log: downgrade error when not building with gcc to warning 2007-12-30 Dalibor Topic [EMAIL PROTECTED] * configure.ac: Downgrade error when not building with gcc to warning. Members:

[kaffe] CVS kaffe (robilad): small fix for jthreads on i386-linux

2007-12-30 Thread Kaffe CVS
PatchSet 7626 Date: 2007/12/31 01:50:40 Author: robilad Branch: HEAD Tag: (none) Log: small fix for jthreads on i386-linux 2007-12-30 Dalibor Topic [EMAIL PROTECTED] * config/i386/linux/md.h (SP_OFFSET): Set to 3 to fix crashes with jthreads caused by bad SP_OFFSET. Still

[kaffe] CVS kaffe (robilad): removed classpath fdlibm workarounds

2007-12-30 Thread Kaffe CVS
PatchSet 7629 Date: 2007/12/31 02:07:38 Author: robilad Branch: HEAD Tag: (none) Log: removed classpath fdlibm workarounds 2007-12-30 Dalibor Topic [EMAIL PROTECTED] * developers/build_mathnamespace, developers/math_symbols: Removed. * Makefile.am (EXTRA_DIST): Removed

[kaffe] CVS kaffe (robilad): build fix for boehm 7.0

2007-12-29 Thread Kaffe CVS
PatchSet 7624 Date: 2007/12/29 19:47:23 Author: robilad Branch: HEAD Tag: (none) Log: build fix for boehm 7.0 2007-12-29 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/boehm-gc/gc2.c (KaffeGC_MarkAddress), kaffe/kaffevm/boehm-gc/gc2.h (gcMark): Replace GC_PTR by void * to

[kaffe] CVS kaffe (robilad): fix for #120: reverted classification of DateFormatTest as XFAIL

2007-12-25 Thread Kaffe CVS
PatchSet 7623 Date: 2007/12/25 16:09:34 Author: robilad Branch: HEAD Tag: (none) Log: fix for #120: reverted classification of DateFormatTest as XFAIL 2007-12-25 Dalibor Topic [EMAIL PROTECTED] Fix for #120. * test/regression/Makefile.am (XFAIL_TESTS): Removed DateFormatTest.java again, as

[kaffe] CVS kaffe (kaz): test/regression/DateFormatTest.java: Corrected a comment.

2007-12-24 Thread Kaffe CVS
PatchSet 7620 Date: 2007/12/24 15:49:31 Author: kaz Branch: HEAD Tag: (none) Log: 2007-12-24 Ito Kazumitsu [EMAIL PROTECTED] * test/regression/DateFormatTest.java: Corrected a comment. Members: ChangeLog:1.5118-1.5119 test/regression/DateFormatTest.java:INITIAL-1.4

[kaffe] CVS kaffe (kaz): kaffe/man/kaffe.1.in: Uppdated according to kaffe.1.xml.

2007-12-24 Thread Kaffe CVS
PatchSet 7621 Date: 2007/12/24 22:13:57 Author: kaz Branch: HEAD Tag: (none) Log: 2007-12-24 Ito Kazumitsu [EMAIL PROTECTED] * kaffe/man/kaffe.1.in: Uppdated according to kaffe.1.xml. Members: ChangeLog:1.5119-1.5120 kaffe/man/kaffe.1.in:1.10-1.11 Index:

[kaffe] CVS kaffe (robilad): fixed a few gcc 4.1 warnings for jit engine

2007-12-23 Thread Kaffe CVS
PatchSet 7618 Date: 2007/12/23 22:38:08 Author: robilad Branch: HEAD Tag: (none) Log: fixed a few gcc 4.1 warnings for jit engine 2007-12-23 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/jit/machine.c (finishInsnSequence): Removed superflous cast of jch-code_start to char

[kaffe] CVS kaffe (inaba): Fix typo.

2007-12-22 Thread Kaffe CVS
PatchSet 7615 Date: 2007/12/22 08:30:44 Author: inaba Branch: HEAD Tag: (none) Log: Fix typo. Members: ChangeLog:1.5113-1.5114 README:1.48-1.49 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5113 kaffe/ChangeLog:1.5114 --- kaffe/ChangeLog:1.5113 Fri Dec 21 01:49:34

[kaffe] CVS kaffe (robilad): added mroe information on required libs

2007-12-20 Thread Kaffe CVS
PatchSet 7612 Date: 2007/12/21 00:47:46 Author: robilad Branch: HEAD Tag: (none) Log: added mroe information on required libs 2007-12-20 Dalibor Topic [EMAIL PROTECTED] * FAQ/FAQ.requiredlibraries: Added GNU Classpath and boehm-gc descriptions. Members:

[kaffe] CVS kaffe (robilad): updated docs for compiler detection code

2007-12-20 Thread Kaffe CVS
PatchSet 7613 Date: 2007/12/21 00:56:00 Author: robilad Branch: HEAD Tag: (none) Log: updated docs for compiler detection code 2007-12-20 Dalibor Topic [EMAIL PROTECTED] * README: Refer to FAQ/FAQ.requiredlibraries for required libs. Describe passing a compiler for the Java

[kaffe] CVS kaffe (robilad): removed unused debug functions in System.c

2007-12-20 Thread Kaffe CVS
PatchSet 7614 Date: 2007/12/21 01:49:34 Author: robilad Branch: HEAD Tag: (none) Log: removed unused debug functions in System.c 2007-12-20 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/native/System.c (java_lang_System_debug, java_lang_System_debugE): Removed unused

[kaffe] CVS kaffe (robilad): fixed tools.jar symlinking

2007-12-19 Thread Kaffe CVS
PatchSet 7611 Date: 2007/12/20 00:31:45 Author: robilad Branch: HEAD Tag: (none) Log: fixed tools.jar symlinking 2007-12-19 Dalibor Topic [EMAIL PROTECTED] * kaffe/scripts/javap.in, tools/javatools/Makefile.am: Reverted commit from 2007-12-17. * tools/Makefile.am

[kaffe] CVS kaffe (robilad):

2007-12-18 Thread Kaffe CVS
*** ERROR *** cvsps failed - lastCandidate was 0 ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (robilad): fixed javac script

2007-12-18 Thread Kaffe CVS
PatchSet 7610 Date: 2007/12/18 23:51:21 Author: robilad Branch: HEAD Tag: (none) Log: fixed javac script 2007-12-18 Dalibor Topic [EMAIL PROTECTED] * kaffe/scripts/compat/javac.in: Use the JAVAC detected by configure. Members: ChangeLog:1.5108-1.5109

[kaffe] CVS kaffe (robilad): small fix for ant

2007-12-17 Thread Kaffe CVS
PatchSet 7608 Date: 2007/12/17 16:17:26 Author: robilad Branch: HEAD Tag: (none) Log: small fix for ant 2007-12-17 Dalibor Topic [EMAIL PROTECTED] * kaffe/scripts/javap.in: Use tools.jar instead of kaffe-classpath-tools-jar. * tools/javatools/Makefile.am (CLASSFILE):

[kaffe] CVS kaffe (robilad): symlink rt.jar directly to glibj.zip

2007-12-17 Thread Kaffe CVS
PatchSet 7609 Date: 2007/12/17 18:28:32 Author: robilad Branch: HEAD Tag: (none) Log: symlink rt.jar directly to glibj.zip 2007-12-17 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/Makefile.am: Symlink GNU Classpath's glibj.zip as rt.jar. Don't symlink it as glibj.zip, too. *

[kaffe] CVS kaffe (robilad): fixed compiler warning

2007-12-16 Thread Kaffe CVS
PatchSet 7607 Date: 2007/12/16 20:06:24 Author: robilad Branch: HEAD Tag: (none) Log: fixed compiler warning 2007-12-16 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/native/ClassLoader.c (java_lang_VMClassLoader_getPrimitiveClass): Always return primitiveClass. Members:

[kaffe] CVS kaffe (robilad): regression testing script and docs cleanup

2007-12-13 Thread Kaffe CVS
PatchSet 7605 Date: 2007/12/13 16:25:50 Author: robilad Branch: HEAD Tag: (none) Log: regression testing script and docs cleanup 2007-12-13 Dalibor Topic [EMAIL PROTECTED] * test/regression/TestScript.in: Removed undocumented No Line Numbers, and No Stack Trace features.

[kaffe] CVS kaffe (robilad): TODO: Removed finished build system items.

2007-12-13 Thread Kaffe CVS
PatchSet 7606 Date: 2007/12/13 16:31:05 Author: robilad Branch: HEAD Tag: (none) Log: 2007-12-13 Dalibor Topic [EMAIL PROTECTED] * TODO: Removed finished build system items. Members: ChangeLog:1.5103-1.5104 TODO:1.20-1.21 Index: kaffe/ChangeLog diff -u

[kaffe] CVS kaffe (robilad): Reworked java compiler detection and test compilation

2007-12-09 Thread Kaffe CVS
PatchSet 7604 Date: 2007/12/09 20:46:49 Author: robilad Branch: HEAD Tag: (none) Log: Reworked java compiler detection and test compilation Members: ChangeLog:1.5101-1.5102 Makefile.in:1.286-1.287 aclocal.m4:1.135-1.136 configure:1.601-1.602

[kaffe] CVS kaffe (inaba): Fix syntax error.

2007-12-08 Thread Kaffe CVS
PatchSet 7603 Date: 2007/12/09 03:02:30 Author: inaba Branch: HEAD Tag: (none) Log: Fix syntax error. Members: ChangeLog:1.5100-1.5101 kaffe/kaffevm/jit/machine.c:1.89-1.90 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5100 kaffe/ChangeLog:1.5101 ---

[kaffe] CVS kaffe (robilad): test/regression/Makefile.am (XFAIL_TESTS): Added DateFormatTest.java.

2007-11-11 Thread Kaffe CVS
PatchSet 7600 Date: 2007/11/11 15:33:38 Author: robilad Branch: HEAD Tag: (none) Log: 2007-11-11 Dalibor Topic [EMAIL PROTECTED] * test/regression/Makefile.am (XFAIL_TESTS): Added DateFormatTest.java. Members: ChangeLog:1.5097-1.5098

[kaffe] CVS kaffe (robilad): Fixed ecj warnings in tests

2007-11-11 Thread Kaffe CVS
PatchSet 7601 Date: 2007/11/11 15:46:57 Author: robilad Branch: HEAD Tag: (none) Log: Fixed ecj warnings in tests Members: ChangeLog:1.5098-1.5099 test/regression/Bean.java:1.6-1.7 test/regression/BeanBug.java:INITIAL-1.6 test/regression/ClassGC.java:1.8-1.9

[kaffe] CVS kaffe (robilad): Replace JAVA_COMPILER with JAVAC

2007-11-11 Thread Kaffe CVS
PatchSet 7602 Date: 2007/11/11 21:56:34 Author: robilad Branch: HEAD Tag: (none) Log: Replace JAVA_COMPILER with JAVAC 2007-11-11 Dalibor Topic [EMAIL PROTECTED] * configure.ac, test/regression/TestScript.in, test/regression/compile_time/CompileScript.in,

[kaffe] CVS kaffe (robilad): include/Makefile.am (NOINSTALL_DERIVED_HDRS): Removed

2007-10-24 Thread Kaffe CVS
PatchSet 7591 Date: 2007/10/24 18:20:44 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-24 Dalibor Topic [EMAIL PROTECTED] * include/Makefile.am (NOINSTALL_DERIVED_HDRS): Removed java_lang_VMString.h, java_lang_ThreadGroup.h, java_io_InterruptedIOException.h,

[kaffe] CVS kaffe (robilad): WHATSNEW: Added GNU Classpath unmerge.

2007-10-24 Thread Kaffe CVS
PatchSet 7592 Date: 2007/10/24 20:24:07 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-24 Dalibor Topic [EMAIL PROTECTED] * WHATSNEW: Added GNU Classpath unmerge. Members: ChangeLog:1.5089-1.5090 WHATSNEW:1.65-1.66 system command returned non-zero exit

[kaffe] CVS kaffe (robilad):

2007-10-24 Thread Kaffe CVS
*** ERROR *** cvsps failed - lastCandidate was 0 ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (robilad): THIRDPARTY: Removed GNU Classpath block.

2007-10-24 Thread Kaffe CVS
PatchSet 7593 Date: 2007/10/24 20:26:51 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-24 Dalibor Topic [EMAIL PROTECTED] * THIRDPARTY: Removed GNU Classpath block. Members: ChangeLog:1.5090-1.5091 THIRDPARTY:1.51-1.52 system command returned non-zero exit

[kaffe] CVS kaffe (robilad): license-w3c.terms: Removed, as no W3C licensed materials remain in Kaffe.

2007-10-24 Thread Kaffe CVS
PatchSet 7595 Date: 2007/10/24 20:32:23 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-24 Dalibor Topic [EMAIL PROTECTED] * license-w3c.terms: Removed, as no W3C licensed materials remain in Kaffe. Members: ChangeLog:1.5092-1.5093

[kaffe] CVS kaffe (robilad): kaffe/man/kaffe.1.xml: Removed the W3C section.

2007-10-24 Thread Kaffe CVS
PatchSet 7596 Date: 2007/10/24 20:34:57 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-24 Dalibor Topic [EMAIL PROTECTED] * kaffe/man/kaffe.1.xml: Removed the W3C section. Members: ChangeLog:1.5093-1.5094 kaffe/man/kaffe.1.xml:1.2-1.3 system command

[kaffe] CVS kaffe (robilad): README: Updated for GNU Classpath unmerge.

2007-10-24 Thread Kaffe CVS
PatchSet 7597 Date: 2007/10/24 20:43:17 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-24 Dalibor Topic [EMAIL PROTECTED] * README: Updated for GNU Classpath unmerge. Members: ChangeLog:1.5094-1.5095 README:1.46-1.47 system command returned non-zero exit

[kaffe] CVS kaffe (robilad):

2007-10-24 Thread Kaffe CVS
*** ERROR *** cvsps failed - lastCandidate was 0 ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (robilad): Makefile.am (EXTRA_DIST): Removed FAQ/FAQ.classlibrary-compile,

2007-10-24 Thread Kaffe CVS
PatchSet 7599 Date: 2007/10/24 21:25:59 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-24 Dalibor Topic [EMAIL PROTECTED] * Makefile.am (EXTRA_DIST): Removed FAQ/FAQ.classlibrary-compile, license-w3c.terms. Members: ChangeLog:1.5096-1.5097

[kaffe] CVS kaffe (robilad): libraries/clib/native/java_lang_reflect_VMArray.c,

2007-10-23 Thread Kaffe CVS
PatchSet 7589 Date: 2007/10/23 11:10:30 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-22 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/native/java_lang_reflect_VMArray.c, libraries/javalib/vmspecific/java/lang/reflect/VMArray.java: Removed. *

[kaffe] CVS kaffe (robilad): kaffe/kaffevm/itypes.c (classFromSig): Don't post

2007-10-22 Thread Kaffe CVS
PatchSet 7584 Date: 2007/10/22 11:57:34 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-22 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/itypes.c (classFromSig): Don't post VerifyError here, throw it in the calling function. (getClassFromSignaturePart) Post

[kaffe] CVS kaffe (robilad): libraries/clib/native/ClassLoader.c

2007-10-22 Thread Kaffe CVS
PatchSet 7586 Date: 2007/10/22 14:06:33 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-22 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/native/ClassLoader.c (java_lang_VMClassLoader_getPrimitiveClass0): Rewritten to use getPrimitiveClassFromSignature.

[kaffe] CVS kaffe (robilad): libraries/javalib/vmspecific/java/lang/VMClassLoader.java: Removed.

2007-10-22 Thread Kaffe CVS
PatchSet 7587 Date: 2007/10/22 20:10:51 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-22 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/vmspecific/java/lang/VMClassLoader.java: Removed. * libraries/javalib/vmspecific/Makefile.am (dist_vminterface_JAVA): Removed

[kaffe] CVS kaffe (robilad): libraries/javalib/vmspecific/java/lang/VMProcess.java: Removed.

2007-10-22 Thread Kaffe CVS
PatchSet 7588 Date: 2007/10/22 20:56:06 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-22 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/vmspecific/java/lang/VMProcess.java: Removed. * libraries/javalib/vmspecific/Makefile.am (dist_vminterface_JAVA): Removed

[kaffe] CVS kaffe (robilad): configure.ac: Removed --with-staticbin option.

2007-10-10 Thread Kaffe CVS
PatchSet 7581 Date: 2007/10/10 19:25:13 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-10 Dalibor Topic [EMAIL PROTECTED] * configure.ac: Removed --with-staticbin option. * FAQ/FAQ.debugging, developers/FullTest.sh: Removed --with-staticbin. Members:

[kaffe] CVS kaffe (robilad): config/parisc/md.c: Added empty file to fix build on

2007-10-08 Thread Kaffe CVS
PatchSet 7579 Date: 2007/10/08 11:20:43 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-08 Dalibor Topic [EMAIL PROTECTED] * config/parisc/md.c: Added empty file to fix build on hppa-linux. Reported by: Michael Koch [EMAIL PROTECTED] Members:

[kaffe] CVS kaffe (robilad): config/hpux/linux/md.c: Added empty file to fix build on

2007-10-08 Thread Kaffe CVS
PatchSet 7580 Date: 2007/10/08 12:39:44 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-08 Dalibor Topic [EMAIL PROTECTED] * config/hpux/linux/md.c: Added empty file to fix build on hppa-hpux. * config/Makefile.am (EXTRA_DIST): Added parisc/hpux/md.c. Members:

[kaffe] CVS kaffe (robilad): config/hpux/linux/md.c: Added empty file to fix build on

2007-10-08 Thread Kaffe CVS
PatchSet 7580 Date: 2007/10/08 12:39:44 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-08 Dalibor Topic [EMAIL PROTECTED] * config/hpux/linux/md.c: Added empty file to fix build on hppa-hpux. * config/Makefile.am (EXTRA_DIST): Added parisc/hpux/md.c. Members:

[kaffe] CVS kaffe (robilad): kaffe/kaffevm/systems/unix-pthreads/signal.c (KaffePThread_detectStackBoundaries

2007-10-06 Thread Kaffe CVS
PatchSet 7578 Date: 2007/10/06 11:49:26 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-06 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/systems/unix-pthreads/signal.c (KaffePThread_detectStackBoundaries): Removed unused else branch that caused the build to fail on

[kaffe] CVS kaffe (robilad): m4/libxml.m4, m4/libxslt.m4, m4/pkg.m4: Removed unused files.

2007-10-02 Thread Kaffe CVS
PatchSet 7577 Date: 2007/10/02 18:51:35 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-01 Dalibor Topic [EMAIL PROTECTED] * m4/libxml.m4, m4/libxslt.m4, m4/pkg.m4: Removed unused files. Members: ChangeLog:1.5074-1.5075 m4/libxml.m4:1.1-1.2(DEAD)

[kaffe] CVS kaffe (robilad): Makefile.am (EXTRA_DIST): Added missing '\'.

2007-10-01 Thread Kaffe CVS
PatchSet 7570 Date: 2007/10/01 11:41:05 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-01 Dalibor Topic [EMAIL PROTECTED] * Makefile.am (EXTRA_DIST): Added missing '\'. Members: ChangeLog:1.5067-1.5068 Makefile.am:1.127-1.128 Makefile.in:1.281-1.282

[kaffe] CVS kaffe (robilad): Makefile.am (EXTRA_DIST): Added drops patches for config.guess.

2007-10-01 Thread Kaffe CVS
PatchSet 7571 Date: 2007/10/01 12:27:24 Author: robilad Branch: HEAD Tag: (none) Log: 2007-10-01 Dalibor Topic [EMAIL PROTECTED] * Makefile.am (EXTRA_DIST): Added drops patches for config.guess. Members: ChangeLog:1.5068-1.5069 Makefile.am:1.128-1.129

<    1   2   3   4   5   6   7   8   9   10   >