Re: [Kaffe] core dump while running kaffe.

1999-03-22 Thread Archie Cobbs
structions? -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Backslashes in properties

1999-04-07 Thread Archie Cobbs
the load() and store() methods.. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: FreeBSD linking problem

1999-04-22 Thread Archie Cobbs
well, fyi... -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: some small patches

1999-04-25 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: some small patches

1999-04-25 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Is it possible for Kaffe to be interoperatable with Sun's in serialization?

1999-05-01 Thread Archie Cobbs
to serialize deserialize StringBuffer object across Kaffe's and Sun's JVM. Yes, our goal is to be as compatible as possible. Have you tried specific classes and found them to not work? If so, which ones? -Archie ___ Archie Cobbs

Re: BUG in java/io/BufferedReader.java ; patch

1999-06-21 Thread Archie Cobbs
like to try. Thanks, -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: BUG in java/io/BufferedReader.java ; patch

1999-06-21 Thread Archie Cobbs
Henner Zeller writes: In the Attachement. Should return something like 012 / 123 / 234 / ... Thanks Henner.. I found a couple of other bugs in there too! Try it again from the CVS.. -Archie ___ Archie Cobbs * Whistle

Re: gcj support?

1999-07-02 Thread Archie Cobbs
:-) -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Compiling Kaffe 1.0b4 on Win95/CYGWIN / make check fails

1999-07-12 Thread Archie Cobbs
HSEP like the TestScript does.. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Classpath and Kaffe

1999-07-13 Thread Archie Cobbs
. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Patches for unnesesary checked exceptions

1999-07-19 Thread Archie Cobbs
Aaron Place writes: Here are some patches to change modifiers and checked exceptions to be more inline with the spec. Thanks! Now committed. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http

Re: borrowing parts form Kaffe?

1999-07-26 Thread Archie Cobbs
(just add some lines about my modifications). As long as you abide by the GPL license terms under which kaffe is distributed, you can do whatever you want to with it.. Sounds like an interesting project!! -Archie ___ Archie

Re: Cross-Compiling Kaffe to ERC32

1999-08-18 Thread Archie Cobbs
e that accesses your "files" wherever they are stored. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: intrp-md.h

1999-08-18 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: problem in kaffe jit code debugging using gdb

1999-10-03 Thread Archie Cobbs
a process. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Size of Kaffe

1999-10-08 Thread Archie Cobbs
1MB become less than 100K? /Mikael Good question :-) I don't think kaffe is very much optimized for size. Also, are you looking at a stripped version (ie, without symbols)? -Archie _______ Archie Cobbs * Whistle Commu

Re: [Kaffe] Compile error from CVS

1999-10-14 Thread Archie Cobbs
should have a configure test for this. For now you can just comment out the declaraion in toolkit.h. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: debugging for datagram sockets

1999-10-15 Thread Archie Cobbs
Patrick Tullmann writes: The attached patch adds NATIVENET debugging support to datagram socket operations, just like already exist on stream sockets. Thanks Patrick, it's now added. -Archie ___ Archie Cobbs

Re: [Kaffe] Profiling with jit3

1999-10-15 Thread Archie Cobbs
promise they will make it by then.. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: 1.0.5 install problem on FreeBSD

1999-10-24 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: 1.0.5 install problem on FreeBSD

1999-10-25 Thread Archie Cobbs
event, having to do all this renaming makes an upgrade of a production machine impossible, so this is a serious problem. If you just stick with FreeBSD's ports system, things go more smoothly.. -Archie ___ Archie Cobbs

Re: Errors encountered in compiling Java Tutorial example

1999-10-27 Thread Archie Cobbs
-1.0.5, which includes kjc instead of pizza. Also, you could install jikes on your machine, which is even better and faster. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: patch to java.io.FileOutputStream

1999-10-28 Thread Archie Cobbs
/FileOutputStream.html only the constructors taking a String argument throw FileNotFoundException. Will commit. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: 'make build-classes' error for kaffe-1.0.5

1999-10-28 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: [Re: [Re: [Re: Errors encountered in compiling Java Tutorial example]]]

1999-01-02 Thread Archie Cobbs
-a \! -name pizza.jar -a \! -name classes.zip | awk '{ printf ":%s", $1 }'` CLASSPATH="${CLASSPATH}${AUTOZIPJAR}" -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: [Re: [Re: [Re: [Re: Errors encountered in compiling Java Tutorial example]]]]

1999-01-02 Thread Archie Cobbs
' but no details. Is this complete ?? It's as complete as it is.. patches welcom :-) -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: [PATCH] JDK 1.2 style native functions for java.io.File

1999-11-12 Thread Archie Cobbs
yesterday the bug report page link was broken, but it should be working now.. ..and thanks for your patches! -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Jar files in kaffe dir

1999-11-13 Thread Archie Cobbs
work to specify all default classpath to just add one reference. If there is no such option, will you accept the patch adding it ? Sure. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Bugfix for java.io.StreamTokenizer

1999-12-10 Thread Archie Cobbs
to do it the way Sun's toString does - it can't harm :) Thanks, fixed. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: install errors

1999-12-14 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com Index: libraries/clib/native/Makefile.am === RCS file: /cvs/kaffe/kaffe/libraries/clib/native/Makefile.am,v

Re: install errors

1999-12-14 Thread Archie Cobbs
? You can't install from a clean tree because there's nothing to install... ? I build in a separate tree as well by the way... generally by doing configure, then saying "gmake" then "gmake install". -Archie ____

Re: install errors

1999-12-15 Thread Archie Cobbs
/ directory before doing a 'make all install', I get the error. Try completely blowing away your build directory hierarchy and starting over.. this is what I do, because of basic configure/libtool/automake paranoia. -Archie ___ Archie

Re: BufferedInputReader

1999-12-21 Thread Archie Cobbs
. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: class resolution deadlock

2000-01-06 Thread Archie Cobbs
, so I'll go ahead and check it in. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Need GetEnv Java 2 invokation function for JVMDI

2000-01-11 Thread Archie Cobbs
atible. If 'GetEnv' is missing, then we should just add it. There's no need for #ifdef JNI_VERSION_1_2 or anything (we've never used it up to now). -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: AWT library for WinNT

2000-01-12 Thread Archie Cobbs
. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: AWT library for WinNT

2000-01-12 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: File.getAbsolutePath() bugfix

2000-01-13 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: BUG (small) in java.util.Vector

2000-01-14 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: KAFFE_DEBUG problem

2000-01-14 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Few bugs patches

2000-01-17 Thread Archie Cobbs
ok). So, here goes: Sorry, but could you resend your patches in 'diff -u' format? Thanks, -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: large Class.forName() patch

2000-01-31 Thread Archie Cobbs
t's use "I" like we're supposed to, and maybe define a macro: #define INTEGER_PRIMITIVE_CLASS "I" and use INTEGER_PRIMITIVE_CLASS instead of "int".. would this work? -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: large Class.forName() patch

2000-01-31 Thread Archie Cobbs
We can use "I" only where a class would be Lpath;. Good point.. what about #define INTEGER_PRIMITIVE_CLASS ";I" #define BOOLEAN_PRIMITIVE_CLASS ";Z" etc.. ? _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: kaffe/io/ConverterAlias.java and Default

2000-01-31 Thread Archie Cobbs
y problems. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: TestScript ignores exit codes

2000-01-31 Thread Archie Cobbs
ional file doesn't seem to slow down the tests. Thanks! Committed. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: crash loading gcj stuff

2000-02-02 Thread Archie Cobbs
is really an execption-related problem, they understand this. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: kaffe/io/ConverterAlias.java and Default

2000-02-03 Thread Archie Cobbs
ge. Let me know if you find any more problems with it. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: LOC header signature bad (fix?)

2000-02-04 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: DOS drive names

2000-02-08 Thread Archie Cobbs
(). By the way, this function needs to be properly implemented for Windows systems. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: kjc question

2000-02-11 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Kaffe requires -g

2000-02-24 Thread Archie Cobbs
compiled without -g). But maybe my understanding is too simplified for reality.. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Test case for the problem in Kaffe

2000-02-24 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Strange things with the current CVS

2000-02-16 Thread Archie Cobbs
o? I checked in some updates to libtool yesterday on Alexandre's advice to fix a DESTDIR problem on FreeBSD. Unfortunately, I don't understand much about libtool. But Alexandre should be able to help out. -Archie _______ Archie

IBM Java papers

2000-02-17 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: kaffe configure bug

2000-02-21 Thread Archie Cobbs
other problem on some other system.. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: patch for update-class-list

2000-02-23 Thread Archie Cobbs
classlist -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: [Kaffe] whatever became of my Class.forName() patches?

2000-02-29 Thread Archie Cobbs
at the end of a string)? -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Class.forName() patches

2000-02-29 Thread Archie Cobbs
. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com Index: classMethod.c === RCS file: /cvs/kaffe/kaffe/kaffe/kaffevm/classMethod.c,v retrieving revision 1.75 diff -u -r1.75 classMethod.c --- cla

Re: [Kaffe] whatever became of my Class.forName() patches?

2000-02-29 Thread Archie Cobbs
orName.java as a new test (that currently fails) and will wait for Godmar to fix it by checking in his changes later... -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Nightly regression tests

2000-03-06 Thread Archie Cobbs
cause they are Linux-specific. It's an open question whether or not if kaffe really did have a POSIX-compliant pthreads threadsystem it would work under FreeBSD.. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Help

2000-03-09 Thread Archie Cobbs
include the servlet.jar stuff. But even the most recent sources don't include any JDBC classes yet. So it looks like you're stuck using Sun's JDK. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http

Re: patch kaffe main.c for 2000

2000-03-10 Thread Archie Cobbs
I've ever seen uses ranges.. there's no ambiguity (unless you're a lawyer I guess). -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: [Kaffe] javac compiler shipped with kaffe fails to compile this!

2000-03-13 Thread Archie Cobbs
yException {} } Is this the right place to send compiler problem reports? I forwarded this to Vincent.. the kjc home page is here: http://www.dms.at/kopi/kjc.html -Archie _______ Archie Cobbs * Whistle Communications, Inc.

Re: [Kaffe] javac compiler shipped with kaffe fails to compile this!

2000-03-13 Thread Archie Cobbs
the latest kjc versions would be http://www.dms.at/kopi/version.html That page also gives the following email adres for reporting bugs mailto:[EMAIL PROTECTED] I just updated kaffe to KJC version 1.4C. -Archie ___ Archie Cobbs

Re: kjc update

2000-03-13 Thread Archie Cobbs
another official release soon. OK, so let me know what I should do then (if anything). -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Does Swing work with Kaffe?

2000-03-14 Thread Archie Cobbs
ageDialog(JOptionPane.java:495) at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:475) at HelloWorldAppSwing.main(HelloWorldAppSwing.java:4) -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Swing

2000-03-15 Thread Archie Cobbs
Re: using Swing on kaffe, kaffe currently supports the 1.1.1fcs version of Swing, but not the 1.2 version. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Kaffe package for Linux Mandrake

2000-03-16 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: changes to thread locking layer

2000-03-20 Thread Archie Cobbs
, Patrick- FYI, these changes are now checked in. Thanks! -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: JAR files

2000-03-21 Thread Archie Cobbs
, which is ignored by the VM proper. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Problem with StringBuffer

2000-03-29 Thread Archie Cobbs
://developer.java.sun.com/developer/bugParade/bugs/4224987.html -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: StringBuffer patch.

2000-04-01 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Problem with StringBuffer

2000-04-01 Thread Archie Cobbs
alleviate this problem nonetheless.. please give them a try and let us know if they help. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Problem with StringBuffer

2000-04-04 Thread Archie Cobbs
. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Problem with StringBuffer

2000-04-04 Thread Archie Cobbs
, -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com --- String.java.origFri Mar 31 15:20:58 2000 +++ String.java Fri Mar 31 15:24:01 2000 @@ -20,11 +20,17 @@ final public class String

Re: Problem with StringBuffer

2000-04-04 Thread Archie Cobbs
e to the final variable "value". 334. count = str.count; --- *** Error: Possible attempt to reassign a value to the final variable "count". -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: seg fault - core dumped

2000-04-06 Thread Archie Cobbs
fault) on older FreeBSD systems but have yet to figure out what is happening. Most likely it's something to do with kaffe's i386 assembly macros interacting with GCC. This problem doesn't occur on FreeBSD 3.4 for example. -Archie ______

Re: General question

2000-04-11 Thread Archie Cobbs
that? Does it mean that there's another version of kaffe that is not in the GPL? Yes.. see http://www.transvirtual.com. They have a "custom edition" as well. -Archie _______ Archie Cobbs * Whistle Communica

Re: General question

2000-04-11 Thread Archie Cobbs
ing around... Talk to Transvirtual for more specifics.. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: General question

2000-04-12 Thread Archie Cobbs
". Yes the GPL and custom editions have much in common. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: General question

2000-04-12 Thread Archie Cobbs
d" :-) -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

jMocha benchmark

2000-04-21 Thread Archie Cobbs
FYI- Interesting Java benchmarking software... http://oss.software.ibm.com/developerworks/opensource/jmocha/index.html -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Kaffe Throwable knackered?

2000-04-26 Thread Archie Cobbs
? Do you have a small program demonstrating the problem? Are you using the interpreter? Thanks, -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: fixes for java.util.Vector

2000-05-08 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: java.util.Timer?

2000-05-08 Thread Archie Cobbs
://java.sun.com/j2se/1.3/docs/api/java/util/Timer.html -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: More ksem fun with the beos-native threading system... (fwd)

2000-05-09 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Multi-character path separators

2000-05-15 Thread Archie Cobbs
strstr" instead of "strchr" to allow for longer path separators. I have looked around at all the uses of path_separator, and it appears that these are the only two references which need fixing. Thanks.. patch applied. -Archie ______

Re: Thread.stop()

2000-05-22 Thread Archie Cobbs
think we should always get the dying thread's stacktrace. (Does anyone know what the JDK does?) Email me a simple test case and I'll run it under both kaffe and JDK 1.2. -AC ___ Archie Cobbs * Whistle Communications, Inc

Re: garbage collecting interfaces

2000-05-22 Thread Archie Cobbs
___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Encoding ISO8859_1?

2000-05-12 Thread Archie Cobbs
if an unknown encoding is used)? Or can one just invent them? Don't know what the official list is. Probably another Sun secret. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: About sound support..

2000-06-27 Thread Archie Cobbs
and still havent got any reply. Hope this time I am a little lucky..:). I don't think the lower layer code for audio support has been implemented. Feel free to give it a shot :-) -Archie ___ Archie Cobbs * Whistle

Re: i'm sending some code

2000-06-28 Thread Archie Cobbs
); Object obj = parseObject(source, pp ); if (pp.getIndex()==0) throw new ParseException("parseObject failed",0); return obj; } Fixed.. thanks! -Archie _______ Archie Cobbs * Whistle Communica

Re: Nested stack problem

2000-07-12 Thread Archie Cobbs
initialization to do this, if that in fact would solve your problem. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: flestmail - daily - 524/525 passed (99.8%) (0 errors, 1 failures)

2000-07-13 Thread Archie Cobbs
$CLTestConc_loader.run(CLTestConc.java:155) -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Porting Classpath to Kaffe

2000-07-17 Thread Archie Cobbs
Fang Wei Jian writes: Have Classpath already been ported to Kaffe? Or this project is in progress? I'm not aware of any project within classpath to do that.. you might check with them directly though. -Archie ___ Archie

Re: RMI Exception

2000-08-09 Thread Archie Cobbs
hope you can help me, You might try version 1.0.6 which was just released. However, this may not fix the problem as kaffe's RMI capability is somewhat lacking. -Archie ___ Archie Cobbs * Whistle Communications, Inc

Re: missing files, while compile Kaffe

2000-08-11 Thread Archie Cobbs
for any errors.. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: missing files, while compile Kaffe

2000-08-14 Thread Archie Cobbs
to 'd:\cygwin\kaffe\kaffe\kaffe' - run make (the same error) Did I follow the right way? That sounds right to me, but I'm not very familiar with cygwin, etc. Maybe some Windows users can help out here. -Archie ___ Archie

Re: Compilation error on OpenBSD

2000-08-25 Thread Archie Cobbs
lt already in the kaffe/kaffevm sudirectory. If there isn't one then maybe the build failed earlier during that part. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

  1   2   >