[kaffe] CVS kaffe (guilhem): Fixlets

2005-12-25 Thread Kaffe CVS
PatchSet 7050 Date: 2005/12/25 16:09:43 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets * config/mips/atomic.h: Imported from GNU LibC CVS. * Imported fixlet from GNU Classpath 2005-12-25 Chris Burdess <[EMAIL PROTECTED]> * resource/META-INF/se

[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): Fixlets for Xlib-awt.

2005-07-23 Thread Kaffe CVS
PatchSet 6761 Date: 2005/07/23 13:49:30 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for Xlib-awt. * libraries/clib/awt/X/img.c (Java_java_awt_Toolkit_imgCreateImageFromFile, Java_java_awt_Toolkit_imgCreateFromData): Return NULL if the image has not been

[kaffe] CVS kaffe (guilhem): Fixlets for XLIB-AWT.

2005-07-22 Thread Kaffe CVS
PatchSet 6759 Date: 2005/07/22 11:42:49 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for XLIB-AWT. * libraries/clib/awt/X/gra.c, libraries/clib/awt/X/imggif.c, libraries/clib/awt/X/imgjpeg.c, libraries/clib/awt/X/imgpng.c: Fixed the use of real raw data

[kaffe] CVS kaffe (guilhem): Fixlets for JVMPI

2005-07-21 Thread Kaffe CVS
PatchSet 6754 Date: 2005/07/21 13:03:25 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for JVMPI * kaffe/jvmpi/jvmpi_kaffe.c (jvmpiRequestEvent): Return failure if the argument is wrong. * libraries/clib/native/Object.c (java_lang_VMObject_wait): Send JVMP

[kaffe] CVS kaffe (guilhem): Fixlets for the last patch.

2005-07-17 Thread Kaffe CVS
PatchSet 6745 Date: 2005/07/17 18:00:55 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for the last patch. * configure: Regenerated. * replace/getifaddrs.c: Fixed macro name. * config/i386/solaris2/md.h (INIT_MD): Fixed function name. Members: C

[kaffe] CVS kaffe (guilhem): Fixlets for kaffeh.

2005-07-17 Thread Kaffe CVS
PatchSet 6737 Date: 2005/07/17 08:11:17 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for kaffeh. 2005-07-17 Kurt Miller <[EMAIL PROTECTED]> * kaffe/kaffeh/main.c (main): Handle inner classes. Added support for '-bootclasspath'. Members: ChangeLog:1.4261->1.42

[kaffe] CVS kaffe (guilhem): Fixlets for netbds.

2005-07-10 Thread Kaffe CVS
PatchSet 6720 Date: 2005/07/10 13:49:27 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for netbds. * configure.ac: Check for sys/ucontext.h * configure, config/config.h.in, libltdl/configure: Regenerated. * config/i386/netbsd1/md.h: Include sys/ucontext.h

[kaffe] CVS kaffe (guilhem): Fixlets for JIT3 and PowerPC/JIT3

2005-07-01 Thread Kaffe CVS
PatchSet 6678 Date: 2005/07/01 17:54:26 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for JIT3 and PowerPC/JIT3 Members: ChangeLog:1.4203->1.4204 config/powerpc/jit3-icode.h:1.2->1.3 kaffe/kaffevm/jit3/funcs.h:1.5->1.6 Index: kaffe/ChangeLog diff -u kaffe/Cha

[kaffe] CVS kaffe (guilhem): Fixlets for ExceptionDescribe and regression tests.

2005-06-02 Thread Kaffe CVS
PatchSet 6607 Date: 2005/06/02 17:35:47 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for ExceptionDescribe and regression tests. * kaffe/kaffevm/jni/jni.c (Kaffe_ExceptionDescribe): Fixed variable declaration. * test/regression/ProcessClassInst.java, tes

[kaffe] CVS kaffe (guilhem): Fixlets.

2005-04-14 Thread Kaffe CVS
PatchSet 5676 Date: 2005/04/15 06:45:30 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets. 2005-04-15 Guilhem Lavaux <[EMAIL PROTECTED]>, Nektarios K. Papadopoulos <[EMAIL PROTECTED]> * m4/libxslt.m4: Added inclusion of xsltconfig.h * configure: Regenerated. 2005

Re: [kaffe] CVS kaffe (guilhem): Fixlets + VMSelector merged back.

2005-04-11 Thread Guilhem Lavaux
On Mon, 2005-04-11 at 23:22 +0900, Rei Odaira wrote: > Hi, > > > + while (1) > > +{ > > + r = select (n, readfds, writefds, exceptfds, timeout ? &delay : > > NULL); > > + > > + if (r < 0 && errno != EINTR) > > + return -errno; > > + else if (r >= 0) > > + return r; > > Co

Re: [kaffe] CVS kaffe (guilhem): Fixlets + VMSelector merged back.

2005-04-11 Thread Rei Odaira
Hi, > + while (1) > +{ > + r = select (n, readfds, writefds, exceptfds, timeout ? &delay : NULL); > + > + if (r < 0 && errno != EINTR) > + return -errno; > + else if (r >= 0) > + return r; Could anyone replace this select() with KSELECT()? Thanks in advance, Rei Index

[kaffe] CVS kaffe (guilhem): Fixlets + VMSelector merged back.

2005-04-10 Thread Kaffe CVS
PatchSet 5669 Date: 2005/04/10 16:46:02 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets + VMSelector merged back. * configure.ac: Reset to 1.1.x-cvs * configure: Regenerated. * libraries/clib/nio/gnu_java_nio_VMSelector.c: Merged back from GNU Classpath wi

[kaffe] CVS kaffe (guilhem): Fixlets for the finalisation of weakly referenced objects.

2005-02-13 Thread Kaffe CVS
PatchSet 5522 Date: 2005/02/13 16:51:35 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for the finalisation of weakly referenced objects. Members: ChangeLog:1.3566->1.3567 kaffe/kaffevm/kaffe-gc/gc-incremental.c:1.18->1.19 kaffe/kaffevm/systems/unix-pthreads/loc

[kaffe] CVS kaffe (guilhem): Fixlets for Darwin.

2005-02-05 Thread Kaffe CVS
PatchSet 5474 Date: 2005/02/05 21:15:39 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for Darwin. * kaffe/kaffevm/systems/unix-pthreads/signal.c (nullException): Better handling of stack overflows though we would need a stack switch here. * kaffe/kaffevm/

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2005-01-02 Thread Dalibor Topic
Ito Kazumitsu wrote: ":" == Kaffe CVS <[EMAIL PROTECTED]> writes: :> * kaffe/kaffevm/systems/unix-pthreads/syscalls.c :> (jthreadedAccept): Use the old implementation using select all the :> time. It looks like being the only really working way of handling :> timeou

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2005-01-01 Thread Guilhem Lavaux
Marko Kreen wrote: On Fri, Dec 31, 2004 at 03:13:07AM -0800, Kaffe CVS wrote: Author: guilhem * kaffe/kaffevm/jni/jni-string.c (KaffeJNI_NewStringUTF): If data is NULL we should return NULL directly. I'm not familiar with Kaffe code, but: BEGIN_EXCEPTION_HANDLING(NULL)

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2005-01-01 Thread Marko Kreen
On Fri, Dec 31, 2004 at 03:13:07AM -0800, Kaffe CVS wrote: > Author: guilhem > * kaffe/kaffevm/jni/jni-string.c > (KaffeJNI_NewStringUTF): If data is NULL we should return NULL > directly. I'm not familiar with Kaffe code, but: BEGIN_EXCEPTION_HANDLING(NULL); if (data

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2005-01-01 Thread Helmer Krämer
Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > Helmer Krämer wrote: > > >Kaffe CVS <[EMAIL PROTECTED]> wrote: > > > >Hi, > > > > > > > >>* kaffe/kaffevm/systems/unix-pthreads/syscalls.c > >>(jthreadedAccept): Use the old implementation using select all the > >>time. It look

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2005-01-01 Thread Guilhem Lavaux
Helmer Krämer wrote: Kaffe CVS <[EMAIL PROTECTED]> wrote: Hi, * kaffe/kaffevm/systems/unix-pthreads/syscalls.c (jthreadedAccept): Use the old implementation using select all the time. It looks like being the only really working way of handling timeouts. have you

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2005-01-01 Thread Helmer Krämer
Kaffe CVS <[EMAIL PROTECTED]> wrote: Hi, > * kaffe/kaffevm/systems/unix-pthreads/syscalls.c > (jthreadedAccept): Use the old implementation using select all the > time. It looks like being the only really working way of handling > timeouts. have you checked whethe

[kaffe] CVS kaffe (guilhem): Fixlets for sparc.

2005-01-01 Thread Kaffe CVS
PatchSet 5738 Date: 2005/01/01 09:03:45 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets for sparc. * kaffe/kaffevm/intrp/methodcalls.c, kaffe/kaffevm/jit/methodcalls.c (engine_callMethod): Clear the return value to be sure that no bits are one. * ka

Re: [kaffe] CVS kaffe (guilhem): Fixlets.

2004-12-31 Thread Ito Kazumitsu
> ":" == Kaffe CVS <[EMAIL PROTECTED]> writes: :> * kaffe/kaffevm/systems/unix-pthreads/syscalls.c :> (jthreadedAccept): Use the old implementation using select all the :> time. It looks like being the only really working way of handling :> timeouts. This may

[kaffe] CVS kaffe (guilhem): Fixlets.

2004-12-31 Thread Kaffe CVS
PatchSet 5733 Date: 2004/12/31 11:07:05 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets. * include/Makefile.am (NOINSTALL_DERIVED_HDRS): Added java_lang_VMClassLoader.h. * configure.ac: Removed the detection of broken setsockopt. * kaffe/kaffevm/jni/jni-st

[kaffe] CVS kaffe (guilhem): Fixlets. Brought back protections to highlight SMP bug.

2004-12-29 Thread Kaffe CVS
PatchSet 5731 Date: 2004/12/29 16:27:39 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlets. Brought back protections to highlight SMP bug. * kaffe/kaffevm/gtypes.h: New intp type for signed integer that may represent pointers. * kaffe/kaffevm/thread.c (nameThr