[kaffe] NetBSD/68k still fails

2003-12-08 Thread Riccardo
Hello,

I applied Dalibor latest patch for 68k and it seems to have fixed at 
least compilation.

Now build goes much further and fails this way:

./kaffevm/.libs/libkaffevm.so: undefined reference to `d0'

I fear this problem is the same I had at my first attempt of building 
kaffe on 68040 months ago and probably it was never solved.

Further reports and current status is reported on:
http://homepage.mac.com/riccardo_mottola/kaffe-devel/

Bye,
Riccardo


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Kaffe 1.1.3 Development Release available for download

2003-12-08 Thread Dalibor Topic
Hi Jim,

Jim Pick wrote:
I've made the 1.1.3 release of Kaffe available for download at:
Yay! Thanks!

Overall, I'm very impressed with the continued progress.  The speed at
which Kaffe is improving is incredible.
Definitely.

There will probably be one more development release in about two months,
and we'll probably put out a heavily tested production release (1.2.0)
in early 2004.
Thanks to all of our developers, testers, and users!  Also, thanks to
Nihonsoft and Berkeley Signal for sponsoring the server.
Berkeley Signal is you, thanks for keeping the server alive. But who are 
Nihonsoft?

cheers,
dalibor topic
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: Atomic COMPARE_AND_EXCHANGE (Was: Re: [kaffe] NetBSD/68k asm error!!)

2003-12-08 Thread Dalibor Topic
Hi Tony,

Tony Wyatt wrote:
Hi Kiyo,

On  8/12/2003, you wrote:


Right. I am (partially) guilty. Usually, deleting optimization can solve
this problem. Well, I will make another business trip (this time to
west coast), and when I come back to Japan, I will turn my NetBSD
system up and check it.
I don't think it's your fault. If anything, it's mine, since it seems to be
happening in the area that I patched back in March. However, Dalibor's
latest patch seems to be doing the job. We're awaiting Riccardo's findings.
Seems to work, the compilation goes on without a hitch, but breaks later 
for another reason. I'll check my patch in.

The patch is a straight rip off out of GNU libc (LGPL licensed, so it's 
GPL compatible), which has atomicity primitives for a number of 
platforms. It may be a good place to look at for other platforms as well.

In the long run (say a few weeks), I'd like to rip out the 
COMPARE_AND_EXCHANGE macro completely, and replace it by the inlined 
functions from libc, if they prove to work.

cheers
dalibor topic
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Kaffe 1.1.3 Development Release available for download

2003-12-08 Thread Jim Pick
On Mon, 08 Dec 2003 16:34:58 +0100
Dalibor Topic [EMAIL PROTECTED] wrote:

  Also, thanks to
  Nihonsoft and Berkeley Signal for sponsoring the server.
 
 Berkeley Signal is you, thanks for keeping the server alive.

Thanks.  Yeah, it's a little corporation I do stuff with, which I've
done some consulting through before.

 But who are Nihonsoft?

They're the first people to bite and donate $50 via PayPal to the
California Community Colocation Project (CCCP) to sponsor December.  I
thought I'd drop a blurb into the announcement to say thanks, and,
because I want to encourage more people to sponsor the site for a month.

The CCCP is a non-profit organization here in California that offers
colocation of servers to non-profits, however in return, they request at
least a $50 colocation per month to cover their costs.  They're a
charity themselves, so they can't actually charge for services.

See:

  http://www.kaffe.org/sponsors.shtml

I'd love to get some more sponsors for the upcoming months to help
spread the cost around.  It will be nice having the server on the fast
pipe when the project gets even more popular.  :-)

As you can see, we're starting to suck up more bandwidth over time. 
Definitely a lot more than when I had to temporarily put my server on my
DSL line last summer:

http://www.kaffe.org/mrtg/pogo.kaffe.org_2.html

I much prefer having our own server vs. using a service such as
SourceForge or Savannah, as eventually I want to most, or maybe all, of
the projects services running on Kaffe.  :-)

Cheers,

 - Jim

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Kaffe 1.1.3 Development Release available for download

2003-12-08 Thread Dalibor Topic
Jim Pick wrote:

But who are Nihonsoft?


They're the first people to bite and donate $50 via PayPal to the
California Community Colocation Project (CCCP) to sponsor December.  I
thought I'd drop a blurb into the announcement to say thanks, and,
because I want to encourage more people to sponsor the site for a month.
Thank you, Nihonsoft!

I'd love to get some more sponsors for the upcoming months to help
spread the cost around.  It will be nice having the server on the fast
pipe when the project gets even more popular.  :-)
Mhm, yes, probably ;) Especially given that the download sizes of 
kaffe's tarballs increase over time, as we integrate more functionality 
from other projects (there is still a ton of Classpath left to merge ;).

I much prefer having our own server vs. using a service such as
SourceForge or Savannah, as eventually I want to most, or maybe all, of
the projects services running on Kaffe.  :-)
Sounds like a great way to show off what's possible, when kaffe gets 
that far. But as you said, the progress that's been happening is quite 
nice. I hope we can attract even more great contributors over time, in 
order to get better faster ;)

thanks to all of you,
dalibor topic
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (dalibor): Moved old ChangeLog info into its own file

2003-12-08 Thread Kaffe CVS
PatchSet 4204 
Date: 2003/12/08 16:27:43
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Moved old ChangeLog info into its own file

Members: 
ChangeLog:1.1794-1.1795 
ChangeLog.6:INITIAL-1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1794 kaffe/ChangeLog:1.1795
--- kaffe/ChangeLog:1.1794  Mon Dec  8 02:46:36 2003
+++ kaffe/ChangeLog Mon Dec  8 16:27:43 2003
@@ -1,3 +1,11 @@
+2003-12-08  Dalibor Topic [EMAIL PROTECTED]
+
+   * ChangeLog:
+   Split out changes for time period between 1.1.0 and 1.1.1 into
+   ChangeLog.6.
+
+   * ChangeLog.6: New file.
+   
 2003-12-07  Jim Pick [EMAIL PROTECTED]
 
* WHATSNEW:
@@ -5199,1604 +5207,4 @@
'CFLAGS' is now used only to append mandatory settings for the port.
Old notation of 'linux-threads' are changed to 'unix-pthreads'.

-2003-08-03  Jim Pick  [EMAIL PROTECTED]
-
-   * README,
-   RELEASE-NOTES:
-   Updated version number in docs.
-
-   * configure.in:
-   Bumped version number.
-
-   * configure,
-   kaffe/Makefile.in,
-   kaffe/kaffe/Makefile.in,
-   kaffe/scripts/Makefile.in,
-   kaffe/scripts/compat/Makefile.in,
-   test/internal/Makefile.in:
-   Regenerated.
-
-2003-08-03  Timothy S. Stack [EMAIL PROTECTED]
-
-   * kaffe/kaffevm/jni.c:
-   Change startJNICall to return the current thread's JNIEnv pointer
-   and change Kaffe_wrapper to pass this pointer to the native
-   function.
-   
-2003-08-03  Timothy S. Stack [EMAIL PROTECTED]
-
-   * kaffe/xprof/Makefile.am,
-   test/internal/Makefile.am:
-   Add $(top_builddir)/include to the include paths.
-   
-2003-08-01  Dalibor Topic [EMAIL PROTECTED]
-
-   Fixes for 'make dist'
-
-   * include/Makefile.am:
-   (NOINSTALL_DERIVED_HDRS) Added Arrays.h, errors.h, jsyscall.h and
-   native.h.
-
-   (pkginclude_HEADERS) Added java_lang_Object.h, java_lang_String.h,
-   java_lang_StackTraceElement.h, java_lang_Thread.h,
-   java_lang_ThreadGroup.h, java_lang_Throwable.h,
-   java_lang_VMThrowable.h.
-
-   * libraries/extensions/microsoft/clib/Makefile.am:
-   (AM_CPPFLAGS) Added $(top_builddir)/include for header files
-generated by kaffeh.
-
-2003-08-01  Helmer Kraemer [EMAIL PROTECTED]
-
-   Fixes for alpha-linux jit.
-
-   * config/alpha/alpha.c:
-   (__alpha_nextFrame) fixed frame pointer finding.
-   
-   * config/alpha/linux/md.h:
-   (SIGNAL_ARGS, SIGNAL_CONTEXT_POINTER,
-   GET_SIGNAL_CONTEXT_POINTER, SIGNAL_PC) Added new macros.
-
-2003-08-01  Rob Gonzalez [EMAIL PROTECTED]
-
-   * kaffe/kaffevm/classMethod.h
-   Commented out checks that abstract methods are only in abstract classes.
-   
-   Also change checks for CSTATE_LINKED to CSTATE_DOING_LINK.
-   
-2003-08-01  Dalibor Topic [EMAIL PROTECTED]
-
-   Header reorganization and fixes for BerkeleyDB, required for
-   OpenOffice build.
-
-   * config/mips/netbsd1/md.c, config/mips/ultrix4/md.c,
-   include/files.h, include/files.h, include/jni.h, 
-   include/native.h, /kaffe/kaffe/main.c, kaffe/kaffeh/mem.c,
-   kaffe/kaffeh/support.c, kaffe/kaffevm/code.c, 
-   /kaffe/kaffevm/debug.c, kaffe/kaffevm/exception.c,
-   kaffe/kaffevm/gtypes.h, kaffe/kaffevm/inflate.c,
-   kaffe/kaffevm/itypes.c, kaffe/kaffevm/lookup.c,
-   kaffe/kaffevm/stackTrace.c, kaffe/kaffevm/stats.c,
-   kaffe/kaffevm/string.c, kaffe/kaffevm/support.c,
-   kaffe/kaffevm/support.h, kaffe/kaffevm/thread.c,
-   kaffe/kaffevm/utf8const.c, kaffe/xprof/debugFile.c,
-   kaffe/xprof/fileSections.c, kaffe/xprof/gmonFile.c,
-   kaffe/xprof/mangle.c, kaffe/xprof/memorySamples.c,
-   kaffe/xprof/sectionFile.c, kaffe/xprof/xprofiler.c:
-   renamed jtypes.h kaffe/jtypes.h. renamed jmalloc.h to 
-   kaffe/jmaloc.h.
-
-   * kaffe/jvmpi/Makefile.am, kaffe/kaffe/Makefile.am, 
-   kaffe/kaffeh/Makefile.am, kaffe/kaffevm/Makefile.am,
-   kaffe/kaffevm/gcj/Makefile.am, kaffe/kaffevm/intrp/Makefile.am,
-   kaffe/kaffevm/jit/Makefile.am,kaffe/kaffevm/jit3/Makefile.am,
-   kaffe/kaffevm/systems/beos-native/Makefile.am,
-   kaffe/kaffevm/systems/oskit-pthreads/Makefile.am,
-   kaffe/kaffevm/systems/unix-jthreads/Makefile.am,
-   kaffe/kaffevm/systems/unix-pthreads/Makefile.am,
-   libraries/clib/awt/X/Makefile.am, libraries/clib/io/Makefile.am,
-   libraries/clib/management/Makefile.am, 
-   libraries/clib/math/Makefile.am, 
-   libraries/clib/native/Makefile.am,
-   libraries/clib/net/Makefile.am, 
-   libraries/clib/security/Makefile.am,
-   libraries/clib/zip/Makefile.am,
-   libraries/extensions/sound/alsa/Makefile.am,
-   libraries/extensions/sound/common/Makefile.am,
-   libraries/extensions/sound/esd/Makefile.am,
-   replace/Makefile.am:
-   (AM_CPPFLAGS) Added $(top_builddir)/include for header 

[kaffe] CVS kaffe (dalibor): Moved old ChangeLog info into its own file

2003-12-08 Thread Kaffe CVS
PatchSet 4205 
Date: 2003/12/08 16:39:58
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Moved old ChangeLog info into its own file

Members: 
ChangeLog:1.1795-1.1796 
ChangeLog.7:INITIAL-1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1795 kaffe/ChangeLog:1.1796
--- kaffe/ChangeLog:1.1795  Mon Dec  8 16:27:43 2003
+++ kaffe/ChangeLog Mon Dec  8 16:39:58 2003
@@ -2107,3104 +2107,4 @@
Added gnu/java/io/ClassLoaderObjectInputStream.java and
gnu/java/lang/ClassHelper.java.
 
-2003-10-06  Jim Pick  [EMAIL PROTECTED]
-
-   * libraries/javalib/kaffe/util/zip/SwitchInflater.java:
-   Classpath version of InflaterInputStream expects a zero result
-   to be returned if the buffer hasn't been filled yet.
-
-2003-10-06  Helmer Kraemer [EMAIL PROTECTED]
-
-   * config/superh/linux/md.h:
-   (SIGNAL_ARGS, SIGNAL_CONTEXT_POINTER, 
-   GET_SIGNAL_CONTEXT_POINTER, SIGNAL_PC) New macros.
-   
-2003-10-06  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/clib/native/System.c:
-   New system property kaffe.library.path.
-   (java_lang_System_initProperties) Set java.library.path initally
-   to empty. Set kaffe.library.path to library path.
-
-   * libraries/javalib/java/lang/NativeLibrary.java:
-   (getLibraryNames) Search kaffe.library.path first, and then look
-   for native libraries in java.library.path.
-
-   * libraries/javalib/Klasses.jar.bootstrap:
-   Regenerated.
-   
-   Reported by: Ben Burton [EMAIL PROTECTED]
-   
-2003-10-05  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/util/Hashtable.java:
-   (internalcontainsValue) new method.
-   (contains, containsValue) delegate to internalContainsValue.
-
-   Reported by: Jim Pick [EMAIL PROTECTED]
-   
-2003-10-05  Stuart Ballard [EMAIL PROTECTED]
-
-   * libraries/javalib/java/util/HashMap.java:
-   (putAll, putAllInternal) Iterate over collection using hasNext()
-   instead of using size().
-
-   * libraries/javalib/java/util/Hashtable.java
-   (putAll, putAllInternal) Iterate over collection using hasNext()
-   instead of using size().
-   
-2003-10-05  Kiyo Inaba [EMAIL PROTECTED]
-
-   * kaffe/kaffevm/stackTrace.c:
-   Removed no longer valid comment.
-   
-2003-10-05  Dalibor Topic [EMAIL PROTECTED]
-
-   * config/superh/trampolines.c:
-   Changed multi-line strings to single line strings.
-
-2003-10-05  Dalibor Topic [EMAIL PROTECTED]
-
-   * config/sparc/jit.h,
-   config/sparc/trampolines.c,
-   config/sparc/linux/md.c:
-   Changed multi-line strings to single line strings.
-
-2003-10-05  Dalibor Topic [EMAIL PROTECTED]
-
-   * config/s390/common.h:
-   Changed multi-line strings to single line strings.
-
-2003-10-05  Dalibor Topic [EMAIL PROTECTED]
-
-   * config/powerpc/netbsd1/md.c:
-   Changed multi-line strings to single line strings.
-
-2003-10-05  Dalibor Topic [EMAIL PROTECTED]
-
-   * config/mips/jit.h,
-   config/mips/trampolines.c:
-   Changed multi-line strings to single line strings.
-
-2003-10-05  Dalibor Topic [EMAIL PROTECTED]
-
-   * config/m68k/common.h,
-   config/m68k/trampolines.c,
-   config/m68k/amigaos/md.c:
-   Changed multi-line strings to single line strings.
-
-2003-10-05  Dalibor Topic [EMAIL PROTECTED]
-
-   *  config/i386/bsdi/md.c
-   config/i386/common.h,
-   config/i386/dgux/jit-md.h,
-   config/i386/jit.h,
-   config/i386/qnx/md.h,
-   config/i386/trampolines.c:
-   Changed multi-line strings to single line strings.
-
-2003-10-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * configure.in:
-   Added warning message if mktemp is not found.
-
-   * configure, libraries/javalib/Makefile.am, 
-   libraries/javalib/Makefile.in:
-Regenerated.
-
-   Reported by: Kiyo Inaba [EMAIL PROTECTED]
-
-2003-10-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * WHATSNEW: Updated to reflect some of the work done
-   since 1.0.7.
-
-2003-10-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * FAQ/FAQ.hpux: New file.
-
-2003-10-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * configure.in:
-   Don't check for mprotect.
-
-   * configure, config/config.h.in:
-   Regenerated. 
-
-   * config/Makefile.am:
-   (EXTRA_DIST) Removed unused files parisc/hpux/md.c and
-   parisc/linux/md.c
-
-   * config/Makefile.in:
-   Regenerated.
-
-   * kaffe/kaffevm/mem/gc-mem.c:
-   Don't include sys/mman.h as we no longer use mprotect.
-   [PROT_NONE, HAVE_MPROTECT] Sections removed.
-   (gc_block_add,  gc_block_rm, gc_block_alloc) Don't use mprotect
-   on memory allocated by sbrk. It breaks on HP-UX.
-   
-   * kaffe/kaffevm/systems/unix-jthreads/jthread.c:
-   (jthreadedFileDescriptor) check if either hpux or __hpux__ is 
-   defined. Gcc automatically defines one or the other 

[kaffe] CVS kaffe (dalibor): Updated Makefile.am to distribute new ChangeLog files

2003-12-08 Thread Kaffe CVS
PatchSet 4207 
Date: 2003/12/08 17:06:23
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Updated Makefile.am to distribute new ChangeLog files

2003-12-08  Dalibor Topic [EMAIL PROTECTED]

* Makefile.am
(EXTRA_DIST) Added ChangeLog.6, ChangeLog.7 and ChangeLog.8.

* Makefile.in,
aclocal.m4,
config/Makefile.in,
kaffe/Makefile.in,
kaffe/kaffe/Makefile.in,
kaffe/kaffevm/Makefile.in,
kaffe/kaffevm/gcj/Makefile.in,
kaffe/scripts/Makefile.in,
libraries/clib/Makefile.in,
libraries/javalib/Makefile.am,
libraries/javalib/Makefile.in,
test/internal/Makefile.in,
test/regression/Makefile.in:
Regenerated.

Members: 
ChangeLog:1.1797-1.1798 
Makefile.am:1.51-1.52 
Makefile.in:1.119-1.120 
aclocal.m4:1.74-1.75 
config/Makefile.in:1.93-1.94 
kaffe/Makefile.in:1.85-1.86 
kaffe/kaffe/Makefile.in:1.99-1.100 
kaffe/kaffevm/Makefile.in:1.118-1.119 
kaffe/kaffevm/gcj/Makefile.in:1.67-1.68 
kaffe/scripts/Makefile.in:1.108-1.109 
libraries/clib/Makefile.in:1.78-1.79 
libraries/javalib/Makefile.am:1.147-1.148 
libraries/javalib/Makefile.in:1.196-1.197 
test/internal/Makefile.in:1.32-1.33 
test/regression/Makefile.in:1.141-1.142 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1797 kaffe/ChangeLog:1.1798
--- kaffe/ChangeLog:1.1797  Mon Dec  8 16:50:56 2003
+++ kaffe/ChangeLog Mon Dec  8 17:06:23 2003
@@ -1,5 +1,25 @@
 2003-12-08  Dalibor Topic [EMAIL PROTECTED]
 
+* Makefile.am
+   (EXTRA_DIST) Added ChangeLog.6, ChangeLog.7 and ChangeLog.8.
+
+* Makefile.in,
+aclocal.m4,
+config/Makefile.in,
+kaffe/Makefile.in,
+kaffe/kaffe/Makefile.in,
+kaffe/kaffevm/Makefile.in,
+kaffe/kaffevm/gcj/Makefile.in,
+kaffe/scripts/Makefile.in,
+libraries/clib/Makefile.in,
+libraries/javalib/Makefile.am,
+libraries/javalib/Makefile.in,
+test/internal/Makefile.in,
+test/regression/Makefile.in:
+   Regenerated.
+
+2003-12-08  Dalibor Topic [EMAIL PROTECTED]
+
* ChangeLog:
Split out changes for time period between 1.1.2 and 1.1.3 into
ChangeLog.8.
@@ -22,4 +42,4 @@
 
* ChangeLog.6: New file.

-See ChangeLog.8 for earlier changes.
\ No newline at end of file
+See ChangeLog.8 for earlier changes.
Index: kaffe/Makefile.am
diff -u kaffe/Makefile.am:1.51 kaffe/Makefile.am:1.52
--- kaffe/Makefile.am:1.51  Mon Dec  8 02:46:36 2003
+++ kaffe/Makefile.am   Mon Dec  8 17:06:24 2003
@@ -21,6 +21,9 @@
ChangeLog.3 \
ChangeLog.4 \
ChangeLog.5 \
+   ChangeLog.6 \
+   ChangeLog.7 \
+   ChangeLog.8 \
THIRDPARTY \
WHATSNEW \
RELEASE-NOTES \
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.119 kaffe/Makefile.in:1.120
--- kaffe/Makefile.in:1.119 Mon Dec  8 02:46:36 2003
+++ kaffe/Makefile.in   Mon Dec  8 17:06:24 2003
@@ -268,6 +268,9 @@
ChangeLog.3 \
ChangeLog.4 \
ChangeLog.5 \
+   ChangeLog.6 \
+   ChangeLog.7 \
+   ChangeLog.8 \
THIRDPARTY \
WHATSNEW \
RELEASE-NOTES \
Index: kaffe/aclocal.m4
diff -u kaffe/aclocal.m4:1.74 kaffe/aclocal.m4:1.75
--- kaffe/aclocal.m4:1.74   Mon Dec  8 02:46:36 2003
+++ kaffe/aclocal.m4Mon Dec  8 17:06:24 2003
@@ -8723,7 +8723,7 @@
 AU_DEFUN([fp_WITH_DMALLOC], [AM_WITH_DMALLOC])
 
 # 
-# $Id: aclocal.m4,v 1.74 2003/12/08 02:46:36 jim Exp $
+# $Id: aclocal.m4,v 1.75 2003/12/08 17:06:24 dalibor Exp $
 #
 # Copyright (C) 2003 Free Software Foundation, Inc.
 #
@@ -8767,7 +8767,7 @@
 #
 # GNU Crypto m4 macro for use by VM Providers
 #
-# $Revision: 1.74 $
+# $Revision: 1.75 $
 #
 
 # process --with-gnu-crypto configure option.
Index: kaffe/config/Makefile.in
diff -u kaffe/config/Makefile.in:1.93 kaffe/config/Makefile.in:1.94
--- kaffe/config/Makefile.in:1.93   Mon Dec  8 02:46:38 2003
+++ kaffe/config/Makefile.inMon Dec  8 17:06:26 2003
@@ -255,9 +255,9 @@
 @[EMAIL PROTECTED] = 
 
 @[EMAIL PROTECTED] = jit-md.h
[EMAIL PROTECTED]@XPROF_HDRS = 
 
 @[EMAIL PROTECTED] = xprofile-md.h
[EMAIL PROTECTED]@XPROF_HDRS = 
 
 GEN_HDRS = md.h $(XPROF_HDRS) $(ENGINE_GEN_HDRS)
 
Index: kaffe/kaffe/Makefile.in
diff -u kaffe/kaffe/Makefile.in:1.85 kaffe/kaffe/Makefile.in:1.86
--- kaffe/kaffe/Makefile.in:1.85Mon Dec  8 02:46:39 2003
+++ kaffe/kaffe/Makefile.in Mon Dec  8 17:06:28 2003
@@ -255,9 +255,9 @@
 @[EMAIL PROTECTED] = #
 
 @[EMAIL PROTECTED] = xprof
[EMAIL PROTECTED]@JVMPI_SUBDIRS = #
 
 @[EMAIL PROTECTED] = jvmpi
[EMAIL PROTECTED]@JVMPI_SUBDIRS = #
 
 SUBDIRS = kaffeh kaffevm $(XPROF_SUBDIRS) $(JVMPI_SUBDIRS) kaffe scripts man
 subdir = kaffe
Index: kaffe/kaffe/kaffe/Makefile.in
diff -u 

[kaffe] CVS kaffe (dalibor): Moved old ChangeLog info into its own file

2003-12-08 Thread Kaffe CVS
PatchSet 4206 
Date: 2003/12/08 16:50:56
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Moved old ChangeLog info into its own file

Members: 
ChangeLog:1.1796-1.1797 
ChangeLog.8:INITIAL-1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1796 kaffe/ChangeLog:1.1797
--- kaffe/ChangeLog:1.1796  Mon Dec  8 16:39:58 2003
+++ kaffe/ChangeLog Mon Dec  8 16:50:56 2003
@@ -1,2110 +1,25 @@
 2003-12-08  Dalibor Topic [EMAIL PROTECTED]
 
* ChangeLog:
-   Split out changes for time period between 1.1.0 and 1.1.1 into
-   ChangeLog.6.
-
-   * ChangeLog.6: New file.
-   
-2003-12-07  Jim Pick [EMAIL PROTECTED]
-
-   * WHATSNEW:
-   Updated.
-
-   * Makefile.am,
-   test/regression/Makefile.am,
-   test/regression/run_time/Makefile.am:
-   Some fixes for make dist.
-
-   * aclocal.m4,
-   Makefile.in,
-   config/Makefile.in,
-   kaffe/Makefile.in,
-   kaffe/kaffe/Makefile.in,
-   kaffe/kaffevm/Makefile.in,
-   kaffe/kaffevm/gcj/Makefile.in,
-   kaffe/scripts/Makefile.in,
-   libltdl/config-h.in,
-   libraries/clib/Makefile.in,
-   libraries/javalib/Makefile.in,
-   test/internal/Makefile.in,
-   test/regression/Makefile.in,
-   test/regression/run_time/Makefile.in:
-   Regenerated.
-
-2003-12-07  Dalibor Topic [EMAIL PROTECTED]
-
-   * developers/mauve-kaffe:
-   Exclude javax.swing tests since kaffe doesn't have a swing 
-   implementation.
-
-2003-12-07  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/awt/Point.java:
-   Replaced by implementation from GNU Classpath.
-
-2003-12-07  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/util/RessourceBundle.java
-   (getBundle(String, Locale, ClassLoader)) Rewritten according to spec.
-   (getBundleWithLocale, getSpecificBundle) Removed.
-   (getFromCache, putInCache, instantiateParentChain, loadProperties, 
-   loadClass, instantiate, generateCandidateBundleNames) New methods.
-
-2003-12-07  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/net/Socket.java
-   (close): Allow a Socket to be closed
-   multiple times without throwing an exception.
-
-2003-12-04  Dalibor Topic [EMAIL PROTECTED]
-
-   Fixed a problem in FOP 0.25.4.
-
-   * libraries/javalib/java/text/AttributedString.java
-   (addAttribute(AttributedCharacterIterator.Attribute,Object,int,int)):
-   Use HashMap instead of Hashtable since value can be null, and you 
-   can not store a null value in a Hashtable.
-
-2003-12-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/text/FormatCharacterIterator.java:
-   Resynced with GNU Classpath.
-
-   2003-11-23  Guilhem Lavaux [EMAIL PROTECTED]
-
-   * java/text/FormatCharacterIterator.java: Documented the class and
-its methods.
-
-2003-12-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/text/Format.java:
-Resynced with GNU Classpath by removing empty comment.
-
-2003-12-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/text/DateFormat.java:
-Resynced with GNU Classpath.
-
-   2003-12-02  Michael Koch  [EMAIL PROTECTED]
-
-* java/text/DateFormat.java:
-Explicitely import used classes.
-
-2003-12-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/nio/channels/spi/AbstractInterruptibleChannel.java:
-   Resynced with GNU Classpath.
-
-   2003-12-02  Michael Koch  [EMAIL PROTECTED]
-
-* java/nio/channels/spi/AbstractInterruptibleChannel.java
-(opened): Removed.
-(closed): New field.
-(close): Check of channel is closed already.
-(isOpen): Return !closed.
-
-2003-12-04  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/net/Inet4Address.java,
-   libraries/javalib/java/net/Inet6Address.java,
-   libraries/javalib/java/rmi/MarshalledObject.java,
-   libraries/javalib/java/rmi/server/RMIClassLoader.java,
-   libraries/javalib/javax/naming/CompoundName.java:
-   Resynced with GNU Classpath.
-
-   2003-11-15  Michael Koch  [EMAIL PROTECTED]
-
-   * java/net/Inet4Address.java,
-java/net/Inet6Address.java,
-java/rmi/MarshalledObject.java,
-java/rmi/server/RMIClassLoader.java,
-javax/naming/CompoundName.java (equals):
-Removed some redundant obj == null checks.
-
-2003-12-03  Dalibor Topic [EMAIL PROTECTED]
-
-   * libraries/javalib/java/net/InetSocketAddress.java:
-   Resynced with GNU Classpath.
-
-   2003-11-26  Michael Koch  [EMAIL PROTECTED]
-
-* java/net/InetSocketAddress.java
-(hostname): Made private, added documentation.
-(addr): Likewise.
-(port): Likewise.
-(equals): Completed documentation.
-(getAddress): Likewise.
-(getHostName): Likewise.
-(getPort): Likewise.
-