[kaffe] CVS kaffe (guilhem): Fix for jthreadedRecvFrom.

2005-11-26 Thread Kaffe CVS
PatchSet 6973 Date: 2005/11/26 21:28:10 Author: guilhem Branch: HEAD Tag: (none) Log: Fix for jthreadedRecvFrom. * kaffe/kaffevm/systems/unix-pthreads/syscalls.c (jthreadedRecvFrom): Fixed infinite loop. Members: ChangeLog:1.4495->1.4496 kaffe/kaffevm/systems/u

[kaffe] CVS kaffe (alex): initial checkin of DROPS port

2005-11-25 Thread Kaffe CVS
PatchSet 6968 Date: 2005/11/25 13:41:27 Author: alex Branch: HEAD Tag: (none) Log: initial checkin of DROPS port Members: configure.ac:1.186->1.187 config/i386/drops/config.frag:INITIAL->1.1 config/i386/drops/jit-md.h:INITIAL->1.1 config/i386/drops/jit3-md.h:I

[kaffe] CVS kaffe (guilhem): Fixes for fork & exec.

2005-11-25 Thread Kaffe CVS
PatchSet 6969 Date: 2005/11/25 18:12:47 Author: guilhem Branch: HEAD Tag: (none) Log: Fixes for fork & exec. * libraries/clib/native/java_lang_VMProcess.c (nativeSpawn): Fixed eclipse startup by using the true kaffe internal functions. Members: ChangeLog:1.4491

[kaffe] CVS kaffe (guilhem): Adapted l4 port to new interface.

2005-11-25 Thread Kaffe CVS
PatchSet 6971 Date: 2005/11/25 21:05:48 Author: guilhem Branch: HEAD Tag: (none) Log: Adapted l4 port to new interface. * kaffe/kaffevm/systems/drops-l4threads/syscalls.c (drops_sockshutdown): New function. Members: ChangeLog:1.4493->1.4494 kaffe/kaffevm/system

[kaffe] CVS kaffe (guilhem): Socket methods can be used asynchronously now.

2005-11-25 Thread Kaffe CVS
PatchSet 6970 Date: 2005/11/25 21:01:51 Author: guilhem Branch: HEAD Tag: (none) Log: Socket methods can be used asynchronously now. * include/jsyscall.h (sockShutdown): New syscall to support. (KSOCKSHUTDOWN): New macro. * kaffe/kaffevm/systems/unix-jthreads/sys

[kaffe] CVS kaffe (guilhem): Regenerated a few files.

2005-11-04 Thread Kaffe CVS
PatchSet 6967 Date: 2005/11/04 20:32:20 Author: guilhem Branch: HEAD Tag: (none) Log: Regenerated a few files. 2005-11-04 Guilhem Lavaux <[EMAIL PROTECTED]> * kaffe/kaffevm/boehm-gc/boehm/configure, libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/configure,

[kaffe] CVS kaffe (guilhem): Important fix for netbsd/pthread.

2005-11-04 Thread Kaffe CVS
configure.ac:1.185->1.186 config/config.h.in:1.155->1.156 kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.88->1.89 cvs rdiff: [20:32:22] waiting for guilhem's lock in /home/cvs/kaffe/kaffe cvs rdiff: [20:32:52] obtained lock in /home/cvs/kaffe/kaffe Index: kaf

[kaffe] CVS kaffe (robilad): Removed kaffe's copy of GNU Classpath native helper library

2005-10-29 Thread Kaffe CVS
PatchSet 6964 Date: 2005/10/29 19:42:53 Author: robilad Branch: HEAD Tag: (none) Log: Removed kaffe's copy of GNU Classpath native helper library Members: ChangeLog:1.4487->1.4488 Makefile.am:1.102->1.103 Makefile.in:1.231->1.232 configure:1.505->1.506

[kaffe] CVS kaffe (guilhem): Fixlet for javac

2005-10-29 Thread Kaffe CVS
PatchSet 6963 Date: 2005/10/29 18:18:03 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlet for javac 2005-10-29 Guilhem Lavaux <[EMAIL PROTECTED]> * kaffe/scripts/compat/javac.in: Use glibj.zip instead of rt.jar Members: ChangeLog:1.4486->1.4487 kaffe/scripts/comp

[kaffe] CVS kaffe (robilad): warning fixlet for solaris

2005-10-28 Thread Kaffe CVS
PatchSet 6962 Date: 2005/10/28 15:26:16 Author: robilad Branch: HEAD Tag: (none) Log: warning fixlet for solaris Members: ChangeLog:1.4485->1.4486 kaffe/kaffevm/jit3/constpool.c:1.15->1.16 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4485 kaffe/ChangeLog:1.4486 --- kaffe/

[kaffe] CVS kaffe (jserv): libraries/clib/awt/X/Makefile.am: Add XI18N_CFLAGS.

2005-10-25 Thread Kaffe CVS
PatchSet 6961 Date: 2005/10/25 15:42:43 Author: jserv Branch: HEAD Tag: (none) Log: 2005-10-25 Jim Huang <[EMAIL PROTECTED]> * libraries/clib/awt/X/Makefile.am: Add XI18N_CFLAGS. * libraries/clib/awt/X/fnt.c (Java_java_awt_Toolkit_fntFreeFontMetrics): Fixlet to wrong p

[kaffe] CVS kaffe (robilad): Removed Kaffe's copy of libxmlj since it already exists in merged in GNU Classpa

2005-10-24 Thread Kaffe CVS
PatchSet 6960 Date: 2005/10/24 21:36:04 Author: robilad Branch: HEAD Tag: (none) Log: Removed Kaffe's copy of libxmlj since it already exists in merged in GNU Classpath Members: ChangeLog:1.4483->1.4484 Makefile.am:1.101->1.102 Makefile.in:1.229->1.230 acloca

[kaffe] CVS kaffe (robilad): Removed duplicate copy of GNU Classpath AWT peers

2005-10-24 Thread Kaffe CVS
PatchSet 6959 Date: 2005/10/24 19:39:59 Author: robilad Branch: HEAD Tag: (none) Log: Removed duplicate copy of GNU Classpath AWT peers Members: ChangeLog:1.4482->1.4483 Makefile.am:1.100->1.101 Makefile.in:1.228->1.229 aclocal.m4:1.127->1.128 configu

[kaffe] CVS kaffe (guilhem): Disable the generation of core JNI libraries in GNU Classpath.

2005-10-23 Thread Kaffe CVS
PatchSet 6958 Date: 2005/10/23 18:15:38 Author: guilhem Branch: HEAD Tag: (none) Log: Disable the generation of core JNI libraries in GNU Classpath. * configure.ac: Really disable the production of core JNI libraries in GNU Classpath. * configure: Regenerated. Members:

[kaffe] CVS kaffe (robilad): Use jikes by default for the class library build to help tinderbox clients

2005-10-22 Thread Kaffe CVS
PatchSet 6957 Date: 2005/10/22 23:06:43 Author: robilad Branch: HEAD Tag: (none) Log: Use jikes by default for the class library build to help tinderbox clients Members: ChangeLog:1.4480->1.4481 configure:1.500->1.501 configure.ac:1.179->1.180 Index: kaffe/ChangeLog

[kaffe] CVS kaffe (robilad): small fixes for make dist

2005-10-22 Thread Kaffe CVS
PatchSet 6956 Date: 2005/10/22 18:20:06 Author: robilad Branch: HEAD Tag: (none) Log: small fixes for make dist Members: ChangeLog:1.4479->1.4480 Makefile.am:1.99->1.100 Makefile.in:1.227->1.228 aclocal.m4:1.126->1.127 configure:1.499->1.500

[kaffe] CVS kaffe (guilhem): Brought back support for precompiled glibj.zip

2005-10-22 Thread Kaffe CVS
PatchSet 6955 Date: 2005/10/22 10:08:01 Author: guilhem Branch: HEAD Tag: (none) Log: Brought back support for precompiled glibj.zip * configure.ac: Renamed with-rt-jar to with-glib-zip. Do not build java library if the user specifies --with-glibj-zip. * developers/autog

[kaffe] CVS kaffe (kaz): libraries/clib/nio/gnu_java_nio_charset_iconv_IconvDecoder.c

2005-10-21 Thread Kaffe CVS
PatchSet 6954 Date: 2005/10/21 16:03:18 Author: kaz Branch: HEAD Tag: (none) Log: 2005-10-22 Ito Kazumitsu <[EMAIL PROTECTED]> * libraries/clib/nio/gnu_java_nio_charset_iconv_IconvDecoder.c (Java_gnu_java_nio_charset_iconv_IconvDecoder_decode): Do not check errno == EIN

[kaffe] CVS kaffe (guilhem): Fixlets for test/jni/Makefile to use the new classpath tree.

2005-10-20 Thread Kaffe CVS
PatchSet 6953 Date: 2005/10/20 16:55:05 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for test/jni/Makefile to use the new classpath tree. 2005-10-20 Guilhem Lavaux <[EMAIL PROTECTED]> * test/jni/Makefile.am: Fixed rt.jar path (glibj.zip now). * test/jni/Makefile.in:

[kaffe] CVS kaffe (guilhem): Removed spurious files in classpath tree.

2005-10-20 Thread Kaffe CVS
PatchSet 6952 Date: 2005/10/20 16:50:24 Author: guilhem Branch: HEAD Tag: (none) Log: Removed spurious files in classpath tree. Added some missing files coming from automake & libtool. Members: libraries/javalib/external/classpath/config.guess:INITIAL->1.1 libraries/javalib/ext

[kaffe] CVS kaffe (kaz): libraries/javalib/external/classpath/gnu/java/nio/charset/UTF_16Decoder.java,

2005-10-20 Thread Kaffe CVS
PatchSet 6951 Date: 2005/10/20 14:59:56 Author: kaz Branch: HEAD Tag: (none) Log: 2005-10-20 Ito Kazumitsu <[EMAIL PROTECTED]> * libraries/javalib/external/classpath/gnu/java/nio/charset/UTF_16Decoder.java, libraries/javalib/external/classpath/gnu/java/nio/charset/UnicodeLitt

[kaffe] CVS kaffe (guilhem): Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib

2005-10-19 Thread Kaffe CVS
PatchSet 6950 Date: 2005/10/19 20:48:10 Author: guilhem Branch: HEAD Tag: (none) Log: Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib This script builds a list of the vmspecific classes to distribute with kaffe. Members: ChangeLog:1.4474->1.4475 d

[kaffe] CVS kaffe (guilhem): Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib

2005-10-19 Thread Kaffe CVS
PatchSet 6950 Date: 2005/10/19 20:48:10 Author: guilhem Branch: HEAD Tag: (none) Log: Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib This script builds a list of the vmspecific classes to distribute with kaffe. Members: ChangeLog:1.4474->1.4475 d

[kaffe] CVS kaffe (guilhem):

2005-10-19 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 (guilhem): Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib

2005-10-19 Thread Kaffe CVS
PatchSet 6950 Date: 2005/10/19 20:48:10 Author: guilhem Branch: HEAD Tag: (none) Log: Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib This script builds a list of the vmspecific classes to distribute with kaffe. Members: ChangeLog:1.4474->1.4475 d

[kaffe] CVS kaffe (robilad): Added DragonFly BSD information

2005-10-18 Thread Kaffe CVS
PatchSet 6946 Date: 2005/10/18 22:13:26 Author: robilad Branch: HEAD Tag: (none) Log: Added DragonFly BSD information 2005-10-18 Dalibor Topic <[EMAIL PROTECTED]> * README: Added DragonFly BSD to ported platforms. * WHATSNEW: Added news about DragonFly BSD. Members:

[kaffe] CVS kaffe (robilad):

2005-10-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): Added support for DragonFly BSD

2005-10-18 Thread Kaffe CVS
PatchSet 6945 Date: 2005/10/18 22:05:48 Author: robilad Branch: HEAD Tag: (none) Log: Added support for DragonFly BSD 2005-10-18 Joerg Sonnenberger <[EMAIL PROTECTED]> * config/config.alias: Added support for dragonfly. Use the same files as FreeBSD for now. Members:

[kaffe] CVS kaffe (robilad): Only install javadoc wrapper if gjdoc is built

2005-10-18 Thread Kaffe CVS
PatchSet 6944 Date: 2005/10/18 21:23:23 Author: robilad Branch: HEAD Tag: (none) Log: Only install javadoc wrapper if gjdoc is built 2005-10-18 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/scripts/Makefile.am: Only install the javadoc wrapper script if gjdoc is being built.

[kaffe] CVS kaffe (guilhem): Upgraded to binreloc 2.0

2005-10-03 Thread Kaffe CVS
PatchSet 6943 Date: 2005/10/03 19:35:43 Author: guilhem Branch: HEAD Tag: (none) Log: Upgraded to binreloc 2.0 * m4/binreloc.m4: Updated file. * binreloc/ChangeLog, binreloc/Makefile, binreloc/README, binreloc/libtest.c, binreloc/prefix.c,

[kaffe] CVS kaffe (riccardo): added missing include to sys/time.h properly guarded (for darwin)

2005-10-02 Thread Kaffe CVS
PatchSet 6942 Date: 2005/10/02 20:37:11 Author: riccardo Branch: HEAD Tag: (none) Log: added missing include to sys/time.h properly guarded (for darwin) Members: ChangeLog:1.4465->1.4466 kaffe/kaffevm/stats.c:1.12->1.13 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4465 ka

[kaffe] CVS kaffe (robilad): Added guards for sys/resource.h include

2005-10-02 Thread Kaffe CVS
PatchSet 6940 Date: 2005/10/02 13:04:12 Author: robilad Branch: HEAD Tag: (none) Log: Added guards for sys/resource.h include Members: ChangeLog:1.4462->1.4463 kaffe/kaffevm/stats.c:1.11->1.12 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4462 kaffe/ChangeLog:1.4463 --- ka

[kaffe] CVS kaffe (guilhem): Fixes for preventing integer overflows in newArrayChecked + max heap size fixlet

2005-10-02 Thread Kaffe CVS
PatchSet 6941 Date: 2005/10/02 14:20:02 Author: guilhem Branch: HEAD Tag: (none) Log: Fixes for preventing integer overflows in newArrayChecked + max heap size fixlet. * kaffe/kaffevm/gc.h (KGC_MAX_MALLOC_TYPE): Alias for SIZE_MAX. * kaffe/kaffevm/object.c (newA

[kaffe] CVS kaffe (robilad): Added guards for sys/resource.h include

2005-10-02 Thread Kaffe CVS
PatchSet 6940 Date: 2005/10/02 13:04:12 Author: robilad Branch: HEAD Tag: (none) Log: Added guards for sys/resource.h include Members: ChangeLog:1.4462->1.4463 kaffe/kaffevm/stats.c:1.11->1.12 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4462 kaffe/ChangeLog:1.4463 --- ka

[kaffe] CVS kaffe (guilhem): Boehm GC fixes.

2005-10-01 Thread Kaffe CVS
PatchSet 6939 Date: 2005/10/01 18:25:00 Author: guilhem Branch: HEAD Tag: (none) Log: Boehm GC fixes. * kaffe/kaffevm/boehm-gc/gc-refs.c, kaffe/kaffevm/boehm-gc/gc-refs.h, kaffe/kaffevm/boehm-gc/gc2.c, kaffe/kaffevm/boehm-gc/gc2.h: Fixed Boehm-GC adaptatio

[kaffe] CVS kaffe (jserv): Fixlet to porper type of PlainSocketImpl.getOption.

2005-09-30 Thread Kaffe CVS
PatchSet 6938 Date: 2005/10/01 02:59:48 Author: jserv Branch: HEAD Tag: (none) Log: Fixlet to porper type of PlainSocketImpl.getOption. 2005-10-01 Jim Huang <[EMAIL PROTECTED]> * libraries/javalib/gnu/java/net/PlainSocketImpl.java (getOption): Fixlet. When you use getOption(in

[kaffe] CVS kaffe (jserv): Fixlet to compilation error when --with-stats enabled.

2005-09-30 Thread Kaffe CVS
PatchSet 6937 Date: 2005/10/01 02:18:46 Author: jserv Branch: HEAD Tag: (none) Log: Fixlet to compilation error when --with-stats enabled. 2005-10-01 Jim Huang <[EMAIL PROTECTED]> * kaffe/kaffevm/stats.c: Fixlet to compilation error when --with-stats enabled. Reported

[kaffe] CVS kaffe (jserv): configure.ac: Improve Nano-X detection.

2005-09-30 Thread Kaffe CVS
PatchSet 6936 Date: 2005/09/30 14:54:50 Author: jserv Branch: HEAD Tag: (none) Log: 2005-09-30 Jim Huang <[EMAIL PROTECTED]> * configure.ac: Improve Nano-X detection. * libraries/clib/awt/classpath-qt/componentevent.cpp, libraries/clib/awt/classpath-qt/mainqtthread.cpp

[kaffe] CVS kaffe (robilad): Removed ANTLR_JAR references

2005-09-29 Thread Kaffe CVS
PatchSet 6935 Date: 2005/09/30 00:46:10 Author: robilad Branch: HEAD Tag: (none) Log: Removed ANTLR_JAR references Members: ChangeLog:1.4457->1.4458 kaffe/scripts/javadoc.in:1.11->1.12 kaffe/scripts/compat/javadoc.in:1.12->1.13 Index: kaffe/ChangeLog diff -u kaffe/Ch

[kaffe] CVS kaffe (robilad): simple direct threading interpreter from rafal

2005-09-27 Thread Kaffe CVS
PatchSet 6934 Date: 2005/09/28 02:01:55 Author: robilad Branch: HEAD Tag: (none) Log: simple direct threading interpreter from rafal Members: ChangeLog:1.4456->1.4457 Makefile.in:1.223->1.224 configure:1.493->1.494 configure.ac:1.174->1.175 config/Mak

[kaffe] CVS kaffe (kaz): RELEASE-NOTES: Changed the number of tests from 147 to 148.

2005-09-26 Thread Kaffe CVS
PatchSet 6933 Date: 2005/09/26 22:10:06 Author: kaz Branch: HEAD Tag: (none) Log: 2005-09-26 Ito Kazumitsu <[EMAIL PROTECTED]> * RELEASE-NOTES: Changed the number of tests from 147 to 148. Members: ChangeLog:1.4455->1.4456 RELEASE-NOTES:1.5->1.6 Index: kaffe/Change

[kaffe] CVS kaffe (robilad): warning fixes

2005-09-24 Thread Kaffe CVS
PatchSet 6932 Date: 2005/09/25 02:46:43 Author: robilad Branch: HEAD Tag: (none) Log: warning fixes 2005-09-25 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: Bumped version number. Simplified gmp tests. * include/Arrays.h: HArrayOfBoolean fixed type of data. * kaffe/kaffevm/support.c: (b

[kaffe] CVS kaffe (guilhem): Kaffe-GC fix for heap growing.

2005-09-24 Thread Kaffe CVS
PatchSet 6931 Date: 2005/09/24 19:00:43 Author: guilhem Branch: HEAD Tag: (none) Log: Kaffe-GC fix for heap growing. * kaffe/kaffevm/kaffe-gc/gc-mem.c (gc_block_alloc): Handle heap growing backward. Fixed initialization of the block array. (gc_heap_grow): If block

[kaffe] CVS kaffe (gb): libraries/clib/fdlibm/: Such an ancient code assumed "long" as a

2005-09-23 Thread Kaffe CVS
PatchSet 6930 Date: 2005/09/23 16:31:52 Author: gb Branch: HEAD Tag: (none) Log: * libraries/clib/fdlibm/: Such an ancient code assumed "long" as a 32-bit word value, thus changing its occurrences to "int". Fixes DoublePrint test on 64-bit platforms. Members: ChangeLog:1.4452->1.4453

[kaffe] CVS kaffe (guilhem): Fixlet for AMD64.

2005-09-22 Thread Kaffe CVS
PatchSet 6929 Date: 2005/09/22 20:20:43 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlet for AMD64. * kaffe/kaffevm/kaffe-gc/gc-incremental.c (KaffeGC_WalkMemory): Use a specific alignment for stack. * include/defs.h (ALIGNMENTOF_VOIDP_IN_STACK): New macro.

[kaffe] CVS kaffe (robilad): Fixed kaffeh to use kaffe's rt.jar by default if no bootclasspath is set

2005-09-21 Thread Kaffe CVS
PatchSet 6928 Date: 2005/09/21 22:37:53 Author: robilad Branch: HEAD Tag: (none) Log: Fixed kaffeh to use kaffe's rt.jar by default if no bootclasspath is set 2005-09-22 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffeh/Makefile.am: (BINRELOC_SOURCES) Added. (kaffeh_SOU

[kaffe] CVS kaffe (robilad): Fix for tomcat5 startup with security manager enabled

2005-09-21 Thread Kaffe CVS
PatchSet 6927 Date: 2005/09/21 16:48:57 Author: robilad Branch: HEAD Tag: (none) Log: Fix for tomcat5 startup with security manager enabled 2005-09-21 Santiago Gala <[EMAIL PROTECTED]> * libraries/javalib/java/security/VMAccessController.java: Use given combiner in pushed Acces

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: xml, swing, awt.

2005-09-21 Thread Kaffe CVS
PatchSet 6926 Date: 2005/09/21 15:07:53 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: xml, swing, awt. Members: ChangeLog:1.4448->1.4449 libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c:1.10->1.11 libraries/c

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: swing, and various fixes

2005-09-20 Thread Kaffe CVS
PatchSet 6925 Date: 2005/09/21 03:18:46 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: swing, and various fixes Members: ChangeLog:1.4447->1.4448 libraries/clib/classpath/jcl.c:1.6->1.7 libraries/javalib/all.files:1.165->1.166 libra

[kaffe] CVS kaffe (robilad): moved classes from gnu.bytecode to gnu.bytecodecvssnap to fix Nice bootstrap

2005-09-20 Thread Kaffe CVS
PatchSet 6924 Date: 2005/09/21 01:42:06 Author: robilad Branch: HEAD Tag: (none) Log: moved classes from gnu.bytecode to gnu.bytecodecvssnap to fix Nice bootstrap Members: ChangeLog:1.4446->1.4447 libraries/javalib/Makefile.am:1.394->1.395 libraries/javalib/Makefile.am

[kaffe] CVS kaffe (robilad): Updated gnu.bytecode snapshot to latest version

2005-09-20 Thread Kaffe CVS
PatchSet 6923 Date: 2005/09/20 23:07:23 Author: robilad Branch: HEAD Tag: (none) Log: Updated gnu.bytecode snapshot to latest version Members: ChangeLog:1.4445->1.4446 libraries/javalib/gnu/bytecode/ClassFileInput.java:1.1->1.2 libraries/javalib/gnu/bytecode/ClassType.

[kaffe] CVS kaffe (robilad): Check for libgif if libungif is not found

2005-09-20 Thread Kaffe CVS
PatchSet 6922 Date: 2005/09/20 21:44:38 Author: robilad Branch: HEAD Tag: (none) Log: Check for libgif if libungif is not found 2005-09-20 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: Check for libgif if libungif is not found. It's a different name for the library, apparently. Reported

[kaffe] CVS kaffe (robilad): Added information on Kaffe's KJC

2005-09-20 Thread Kaffe CVS
PatchSet 6921 Date: 2005/09/20 19:53:41 Author: robilad Branch: HEAD Tag: (none) Log: Added information on Kaffe's KJC Members: ChangeLog:1.4443->1. FAQ/FAQ.classlibrary-compile:1.22->1.23 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4443 kaffe/ChangeLog:1. --- ka

[kaffe] CVS kaffe (robilad): updated documentation for 1.1.6

2005-09-19 Thread Kaffe CVS
PatchSet 6920 Date: 2005/09/20 02:17:27 Author: robilad Branch: HEAD Tag: (none) Log: updated documentation for 1.1.6 2005-09-20 Dalibor Topic <[EMAIL PROTECTED]> * README, RELEASE-NOTES, WHATSNEW, configure.ac, libraries/javalib/gnu/classpath/VMSystemP

[kaffe] CVS kaffe (robilad): typo fixes

2005-09-19 Thread Kaffe CVS
PatchSet 6919 Date: 2005/09/20 00:15:12 Author: robilad Branch: HEAD Tag: (none) Log: typo fixes Members: ChangeLog:1.4441->1.4442 THIRDPARTY:1.39->1.40 kaffe/scripts/jdb.in:1.7->1.8 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4441 kaffe/ChangeLog:1.4442 --- kaf

[kaffe] CVS kaffe (robilad): Removed FDL'd porting docs from the tarball

2005-09-19 Thread Kaffe CVS
PatchSet 6918 Date: 2005/09/20 00:12:32 Author: robilad Branch: HEAD Tag: (none) Log: Removed FDL'd porting docs from the tarball Members: ChangeLog:1.4440->1.4441 Makefile.am:1.97->1.98 Makefile.in:1.222->1.223 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4440 k

[kaffe] CVS kaffe (robilad): Added missing files from pre1 tarball to makefiles

2005-09-18 Thread Kaffe CVS
PatchSet 6917 Date: 2005/09/19 02:51:58 Author: robilad Branch: HEAD Tag: (none) Log: Added missing files from pre1 tarball to makefiles Members: ChangeLog:1.4439->1.4440 Makefile.am:1.96->1.97 Makefile.in:1.221->1.222 config/Makefile.am:1.63->1.64 co

[kaffe] CVS kaffe (robilad): Fixed compiler warnings

2005-09-18 Thread Kaffe CVS
PatchSet 6916 Date: 2005/09/18 22:46:30 Author: robilad Branch: HEAD Tag: (none) Log: Fixed compiler warnings 2005-09-18 Andreas Tobler <[EMAIL PROTECTED]> * libraries/clib/native/VMRuntime.c (Java_java_lang_VMRuntime_availableProcessors): Mark unused parameters as unu

[kaffe] CVS kaffe (robilad): Fixed compiler warnings

2005-09-18 Thread Kaffe CVS
PatchSet 6916 Date: 2005/09/18 22:46:30 Author: robilad Branch: HEAD Tag: (none) Log: Fixed compiler warnings 2005-09-18 Andreas Tobler <[EMAIL PROTECTED]> * libraries/clib/native/VMRuntime.c (Java_java_lang_VMRuntime_availableProcessors): Mark unused parameters as unu

[kaffe] CVS kaffe (robilad): Added way to turn off boehm-gc configuration

2005-09-18 Thread Kaffe CVS
PatchSet 6915 Date: 2005/09/18 22:08:15 Author: robilad Branch: HEAD Tag: (none) Log: Added way to turn off boehm-gc configuration 2005-09-18 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: (--disable-boehm-gc-configuration) New option to disable configure for boehm.gc, whic

[kaffe] CVS kaffe (kaz): kaffe/scripts/native2ascii.in: Removed -cp option because environment

2005-09-17 Thread Kaffe CVS
PatchSet 6914 Date: 2005/09/18 01:20:28 Author: kaz Branch: HEAD Tag: (none) Log: 2005-09-18 Ito Kazumitsu <[EMAIL PROTECTED]> * kaffe/scripts/native2ascii.in: Removed -cp option because environment variable CLASSPATH is preferred when used with iconv. Members: Change

[kaffe] CVS kaffe (robilad): Added antlr merge to WHATSNEW

2005-09-17 Thread Kaffe CVS
PatchSet 6913 Date: 2005/09/17 21:43:32 Author: robilad Branch: HEAD Tag: (none) Log: Added antlr merge to WHATSNEW Members: ChangeLog:1.4434->1.4435 WHATSNEW:1.46->1.47 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4434 kaffe/ChangeLog:1.4435 --- kaffe/ChangeLog:1.4434

[kaffe] CVS kaffe (robilad): Added antlr merge to WHATSNEW

2005-09-17 Thread Kaffe CVS
PatchSet 6913 Date: 2005/09/17 21:43:32 Author: robilad Branch: HEAD Tag: (none) Log: Added antlr merge to WHATSNEW Members: ChangeLog:1.4434->1.4435 WHATSNEW:1.46->1.47 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4434 kaffe/ChangeLog:1.4435 --- kaffe/ChangeLog:1.4434

[kaffe] CVS kaffe (robilad): portability fix for kaffe-qt-awt

2005-09-16 Thread Kaffe CVS
PatchSet 6911 Date: 2005/09/16 23:14:02 Author: robilad Branch: HEAD Tag: (none) Log: portability fix for kaffe-qt-awt 2005-09-16 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/awt/qt/fnt.cc: (Java_java_awt_Toolkit_fntBytesWidth) Cast jb to uintptr_t for portable p

[kaffe] CVS kaffe (robilad): resynced with gnu classpath: swing and awt fixes

2005-09-16 Thread Kaffe CVS
PatchSet 6910 Date: 2005/09/16 22:25:15 Author: robilad Branch: HEAD Tag: (none) Log: resynced with gnu classpath: swing and awt fixes Members: ChangeLog:1.4431->1.4432 libraries/clib/fdlibm/mprec.h:1.4->1.5 libraries/javalib/Makefile.am:1.393->1.394 libraries

[kaffe] CVS kaffe (robilad): added information on using ecj to compile the class library

2005-09-16 Thread Kaffe CVS
PatchSet 6909 Date: 2005/09/16 20:54:38 Author: robilad Branch: HEAD Tag: (none) Log: added information on using ecj to compile the class library Members: ChangeLog:1.4430->1.4431 FAQ/FAQ.classlibrary-compile:1.21->1.22 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4430 ka

[kaffe] CVS kaffe (robilad): Resynced with cp-tools: rmic fixes, lucene now builds fine

2005-09-16 Thread Kaffe CVS
PatchSet 6908 Date: 2005/09/16 19:17:48 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with cp-tools: rmic fixes, lucene now builds fine Members: ChangeLog:1.4429->1.4430 THIRDPARTY:1.37->1.38 libraries/clib/native/ClassLoader.c:1.47->1.48 libraries/ja

[kaffe] CVS kaffe (robilad): Warning fixes for kaffe-qt-awt on x86_64-linux

2005-09-16 Thread Kaffe CVS
PatchSet 6907 Date: 2005/09/16 14:44:48 Author: robilad Branch: HEAD Tag: (none) Log: Warning fixes for kaffe-qt-awt on x86_64-linux Members: ChangeLog:1.4428->1.4429 libraries/clib/awt/qt/fnt.cc:1.7->1.8 libraries/clib/awt/qt/toolkit.h:1.6->1.7 Index: kaffe/ChangeLo

[kaffe] CVS kaffe (robilad): Check for pango even without cairo

2005-09-15 Thread Kaffe CVS
PatchSet 6906 Date: 2005/09/16 03:50:31 Author: robilad Branch: HEAD Tag: (none) Log: Check for pango even without cairo 2005-09-16 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: (--with-classpath-gtk-awt): Check for pango even without cairo. Reported by: David Wa

[kaffe] CVS kaffe (robilad): build fixes for kaffe-qt-awt on 64 bit systems

2005-09-15 Thread Kaffe CVS
PatchSet 6905 Date: 2005/09/16 03:11:20 Author: robilad Branch: HEAD Tag: (none) Log: build fixes for kaffe-qt-awt on 64 bit systems 2005-09-16 Dalibor Topic <[EMAIL PROTECTED]> * m4/gwqt.m4: (--with-qt-libraries, --with-qt-binaries) Added new options. Check for qt binaries li

[kaffe] CVS kaffe (robilad): Fix for buiding kaffe qt awt alone

2005-09-15 Thread Kaffe CVS
PatchSet 6904 Date: 2005/09/15 13:55:19 Author: robilad Branch: HEAD Tag: (none) Log: Fix for buiding kaffe qt awt alone 2005-09-15 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: (--with-kaffe-qt-awt) Invoke AC_PATH_X before invoking the Qt checks to make sure is n

[kaffe] CVS kaffe (robilad): Merged in availableProcessors implementation from CACAO and added glibc support

2005-09-14 Thread Kaffe CVS
PatchSet 6903 Date: 2005/09/15 03:35:37 Author: robilad Branch: HEAD Tag: (none) Log: Merged in availableProcessors implementation from CACAO and added glibc support 2005-09-15 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/native/VMRuntime.c: New file. Taken from CACAO, a

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: crypto, awt, swing, cleanups

2005-09-14 Thread Kaffe CVS
PatchSet 6902 Date: 2005/09/15 02:25:31 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: crypto, awt, swing, cleanups Members: ChangeLog:1.4423->1.4424 libraries/clib/awt/classpath-gtk/gtk-peer/jawt.c:1.4->1.5 libraries/clib/classpath/jcl.c:1.

[kaffe] CVS kaffe (robilad): Resynced with GNU classpath: awt, swing, xml and cleanups

2005-09-14 Thread Kaffe CVS
PatchSet 6901 Date: 2005/09/14 22:19:44 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU classpath: awt, swing, xml and cleanups Members: ChangeLog:1.4422->1.4423 libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:1.19->1.20

[kaffe] CVS kaffe (robilad): build fixes for Mandriva

2005-09-14 Thread Kaffe CVS
PatchSet 6900 Date: 2005/09/14 20:47:55 Author: robilad Branch: HEAD Tag: (none) Log: build fixes for Mandriva 2005-09-14 David Walluck <[EMAIL PROTECTED]> * kaffe/include/kaffe_jni.h: (vfprintf) Renamed field to (jni_vfprintf) to avoid renaming problems on Mandriva.

[kaffe] CVS kaffe (robilad): Updated WHATSNEW

2005-09-14 Thread Kaffe CVS
PatchSet 6899 Date: 2005/09/14 14:45:32 Author: robilad Branch: HEAD Tag: (none) Log: Updated WHATSNEW Members: ChangeLog:1.4420->1.4421 WHATSNEW:1.45->1.46 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4420 kaffe/ChangeLog:1.4421 --- kaffe/ChangeLog:1.4420 Wed Sep 14

[kaffe] CVS kaffe (robilad): Rewritten Win32 docs

2005-09-14 Thread Kaffe CVS
PatchSet 6898 Date: 2005/09/14 14:33:17 Author: robilad Branch: HEAD Tag: (none) Log: Rewritten Win32 docs Members: ChangeLog:1.4419->1.4420 FAQ/FAQ.win32:1.1->1.2 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4419 kaffe/ChangeLog:1.4420 --- kaffe/ChangeLog:1.4419 Wed

[kaffe] CVS kaffe (robilad): Fixed trampoline declaration for Cygwin

2005-09-14 Thread Kaffe CVS
PatchSet 6897 Date: 2005/09/14 11:53:15 Author: robilad Branch: HEAD Tag: (none) Log: Fixed trampoline declaration for Cygwin Members: ChangeLog:1.4418->1.4419 config/i386/trampolines.S:1.4->1.5 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4418 kaffe/ChangeLog:1.4419 ---

[kaffe] CVS kaffe (robilad): No comment

2005-09-13 Thread Kaffe CVS
___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (robilad): Fixed native library loading on Cygwin

2005-09-13 Thread Kaffe CVS
PatchSet 6896 Date: 2005/09/14 04:38:08 Author: robilad Branch: HEAD Tag: (none) Log: Fixed native library loading on Cygwin Members: ChangeLog:1.4417->1.4418 libraries/javalib/java/lang/Runtime.java:1.36->1.37 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4417 kaffe/Chang

[kaffe] CVS kaffe (robilad): Fixed wrapper scripts for cp-tools

2005-09-13 Thread Kaffe CVS
PatchSet 6895 Date: 2005/09/13 21:37:43 Author: robilad Branch: HEAD Tag: (none) Log: Fixed wrapper scripts for cp-tools 2005-09-13 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/scripts/javap.in, kaffe/scripts/native2ascii.in, kaffe/scripts/rmic.in, kaffe/scripts/s

[kaffe] CVS kaffe (robilad): Added information on how to compile kaffe's class library using gcjx

2005-09-13 Thread Kaffe CVS
PatchSet 6894 Date: 2005/09/13 20:28:41 Author: robilad Branch: HEAD Tag: (none) Log: Added information on how to compile kaffe's class library using gcjx 2005-09-13 Dalibor Topic <[EMAIL PROTECTED]> * FAQ/FAQ.classlibrary-compile: Updated information for gcj, javac, kjc and a

[kaffe] CVS kaffe (robilad): Small fixlet for gcjx

2005-09-13 Thread Kaffe CVS
PatchSet 6893 Date: 2005/09/13 20:05:10 Author: robilad Branch: HEAD Tag: (none) Log: Small fixlet for gcjx 2005-09-13 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/org/tritonus/midi/device/alsa/AlsaMidiIn.java: Fixed comment to spell out micro second for gcjx. Member

[kaffe] CVS kaffe (robilad): Merged in in-progress JDWP implementation from GNU Classpath

2005-09-11 Thread Kaffe CVS
PatchSet 6892 Date: 2005/09/11 22:28:08 Author: robilad Branch: HEAD Tag: (none) Log: Merged in in-progress JDWP implementation from GNU Classpath Members: ChangeLog:1.4413->1.4414 libraries/javalib/Makefile.am:1.390->1.391 libraries/javalib/Makefile.in:1.481->1.482

[kaffe] CVS kaffe (robilad): Resynced with GNU inetlib: imap fixes

2005-09-11 Thread Kaffe CVS
PatchSet 6891 Date: 2005/09/11 21:51:48 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU inetlib: imap fixes Members: ChangeLog:1.4412->1.4413 libraries/javalib/Makefile.am:1.389->1.390 libraries/javalib/Makefile.in:1.480->1.481 libraries/javali

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath 0.18: xml streams, corba, swing, awt fixes

2005-09-11 Thread Kaffe CVS
PatchSet 6890 Date: 2005/09/11 21:16:45 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath 0.18: xml streams, corba, swing, awt fixes Members: ChangeLog:1.4411->1.4412 libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c:1.9->1.

[kaffe] CVS kaffe (robilad): Fixed build on m68k-linux

2005-09-10 Thread Kaffe CVS
PatchSet 6889 Date: 2005/09/10 19:22:29 Author: robilad Branch: HEAD Tag: (none) Log: Fixed build on m68k-linux 2005-09-10 Dalibor Topic <[EMAIL PROTECTED]> * config/m68k/linux/md.h (sysdepCallMethod): Fixed Debian FTBFS by renaming remaining CALL to call. Members: C

[kaffe] CVS kaffe (robilad): Fixes for Adler32

2005-09-09 Thread Kaffe CVS
PatchSet 6888 Date: 2005/09/09 21:08:47 Author: robilad Branch: HEAD Tag: (none) Log: Fixes for Adler32 2005-09-09 Mark Wielaard <[EMAIL PROTECTED]> * libraries/javalib/java/util/zip/Adler32.java (Adler32): Set adler to 1. (reset): Likewise. (getValue): Return

[kaffe] CVS kaffe (robilad): Don't set thread priorities on OpenBSD

2005-09-09 Thread Kaffe CVS
PatchSet 6887 Date: 2005/09/09 15:54:14 Author: robilad Branch: HEAD Tag: (none) Log: Don't set thread priorities on OpenBSD 2005-09-09 Kurt Miller <[EMAIL PROTECTED]> * configure.ac: Don't check for functions to set priorities on OpenBSD, to avoid starvation on that pl

[kaffe] CVS kaffe (robilad): Fixed compiler warnings

2005-09-09 Thread Kaffe CVS
PatchSet 6886 Date: 2005/09/09 15:15:22 Author: robilad Branch: HEAD Tag: (none) Log: Fixed compiler warnings 2005-09-09 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/jvmpi/jvmpi_kaffe.c (jvmpiFillMethodLoad): Make lpc unsigned to fix compiler warnings. (jvmpiGetCallTrace)

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

2005-09-09 Thread Kaffe CVS
PatchSet 6885 Date: 2005/09/09 14:41:42 Author: robilad Branch: HEAD Tag: (none) Log: Fixed compiler warning 2005-09-09 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/classMethod.h (Hjava_lang_Class): Made total_interface_len unsigned to fix compiler warning. * kaf

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

2005-09-09 Thread Kaffe CVS
PatchSet 6884 Date: 2005/09/09 13:53:32 Author: robilad Branch: HEAD Tag: (none) Log: fixed small compiler warning 2005-09-09 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/classMethod.c (processClass): Added missing cast to fix compiler warning. Members: ChangeLog:1.4405->1.4406

[kaffe] CVS kaffe (robilad): Fixed warnings in zip

2005-09-09 Thread Kaffe CVS
PatchSet 6883 Date: 2005/09/09 10:58:28 Author: robilad Branch: HEAD Tag: (none) Log: Fixed warnings in zip 2005-09-09 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/zip/Deflater.c, libraries/clib/zip/Inflater.c: (GET_STREAM) Removed. (getStream, setStream)

[kaffe] CVS kaffe (robilad): Warning fixes for jni tests

2005-09-08 Thread Kaffe CVS
PatchSet 6882 Date: 2005/09/09 02:29:14 Author: robilad Branch: HEAD Tag: (none) Log: Warning fixes for jni tests 2005-09-09 Dalibor Topic <[EMAIL PROTECTED]> * test/jni/jniBase.c (main): Turned env into a void*. Added JNIEnv* jni_env. Set jni_env to env after VM is created. U

[kaffe] CVS kaffe (robilad): Fixed compiler warning in main.c

2005-09-08 Thread Kaffe CVS
PatchSet 6881 Date: 2005/09/08 15:48:11 Author: robilad Branch: HEAD Tag: (none) Log: Fixed compiler warning in main.c 2005-09-08 Andreas Tobler <[EMAIL PROTECTED]> * kaffe/kaffe/main.c (options): Cast argument to free to avoid compiler warnings. Members: ChangeLog:1.4402->1.4403

[kaffe] CVS kaffe (robilad): Small warning fix for main.c

2005-09-08 Thread Kaffe CVS
PatchSet 6880 Date: 2005/09/08 12:26:23 Author: robilad Branch: HEAD Tag: (none) Log: Small warning fix for main.c 2005-09-08 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffe/main.c: Include stdlib.h for exit. Use EXIT_FAILURE and EXIT_SUCCESS everywhere. (global_env) R

[kaffe] CVS kaffe (kaz): libraries/javalib/gnu/java/nio/charset/UTF_16Decoder.java:

2005-09-07 Thread Kaffe CVS
PatchSet 6879 Date: 2005/09/07 16:03:25 Author: kaz Branch: HEAD Tag: (none) Log: 2005-09-03 Ito Kazumitsu <[EMAIL PROTECTED]> * libraries/javalib/gnu/java/nio/charset/UTF_16Decoder.java: Changed the byte mask 0x00FF to 0xFF, conforming to GNU Classpath. Members: Chan

[kaffe] CVS kaffe (guilhem): Rotated ChangeLog & enabled debugging on jit/powerpc.

2005-09-03 Thread Kaffe CVS
PatchSet 6878 Date: 2005/09/03 09:30:18 Author: guilhem Branch: HEAD Tag: (none) Log: Rotated ChangeLog & enabled debugging on jit/powerpc. Members: ChangeLog:1.4399->1.4400 ChangeLog.17:INITIAL->1.1 config/powerpc/jit3-powerpc.def:1.9->1.10 Index: kaffe/ChangeLog di

[kaffe] CVS kaffe (robilad): Warning fixes from andreast

2005-08-30 Thread Kaffe CVS
PatchSet 6877 Date: 2005/08/31 02:42:25 Author: robilad Branch: HEAD Tag: (none) Log: Warning fixes from andreast 2005-08-31 Andreas Tobler <[EMAIL PROTECTED]> * kaffe/kaffevm/classMethod.c (resolveStaticFields): Change index to unsigned. (computeInterfaceImplementation

[kaffe] CVS kaffe (kaz): libraries/clib/target/Linux/target_native_file.h

2005-08-30 Thread Kaffe CVS
PatchSet 6876 Date: 2005/08/30 22:30:37 Author: kaz Branch: HEAD Tag: (none) Log: 2005-08-27 Ito Kazumitsu <[EMAIL PROTECTED]> * libraries/clib/target/Linux/target_native_file.h (TARGET_NATIVE_FILE_AVAILABLE): Return length=0 if fstat for the file is successful but the

<    4   5   6   7   8   9   10   11   12   13   >