[kaffe] Shutdown patch

2003-07-08 Thread Guilhem Lavaux
Hi, This patch adds the ShutdownHook (Java 1.3) feature to kaffe. Here is a Changelog: * libraries/clib/native/Application.c, libraries/javalib/kaffe/lang/Application.java: removed * libraries/clib/native/Runtime.c: renamed exitInternal() into exit0() * libraries/javalib/java/lang/Runtime.java

Re: [kaffe] Shutdown patch

2003-07-08 Thread Timothy Stack
Hi, hi, This patch adds the ShutdownHook (Java 1.3) feature to kaffe. Here is a=20 Changelog: Neat, can you make a test case for it please? Cheers, Guilhem. thanks, tim ___ kaffe mailing list [EMAIL PROTECTED]

Re: [kaffe] Shutdown patch

2003-07-08 Thread Guilhem Lavaux
On Tuesday 08 July 2003 18:24, Timothy Stack wrote: Hi, hi, This patch adds the ShutdownHook (Java 1.3) feature to kaffe. Here is a=20 Changelog: Neat, can you make a test case for it please? Cheers, Guilhem. Ok, here it is. By the way, I have found that the previous patch