Re: JRE file layout for 1.0.7?

2002-03-30 Thread Archie Cobbs
y seems to want to do) then I guess there's no other option.. OK, I'm convinced :-) -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: JRE file layout for 1.0.7?

2002-03-30 Thread Archie Cobbs
uld be nice if people shouldn't have to add /usr/local/kaffe/bin (or whatever) to their PATH in order to run kaffe after installing it... -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: Interesting results...

2002-03-21 Thread Archie Cobbs
things about > jikes 1.14, but didn't hit any of those personally. > > I recommend requiring specifically jikes 1.13 until 1.16 comes out. FYI, I just checked in a rebuild Klasses.jar built with jikes v.1.13. -Archie __________

Re: Klasses.jar needs to be rebuilt

2002-03-20 Thread Archie Cobbs
Klasses.jar with that I got immediate assertion failures from kaffe on every test. Should probably have reverted to 1.13, but ran out of time.. -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: Klasses.jar needs to be rebuilt

2002-03-19 Thread Archie Cobbs
.jar. Sorry for the delay checking it in, there was a problem with disk space on the CVS server. -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: VerifyError in PushbackReader

2002-03-16 Thread Archie Cobbs
;t know who knows about the verifier but it needs a review apparently... -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: [PATCH] Bug fix for java.util.Vector

2002-02-28 Thread Archie Cobbs
Hi Dalibor- Got your patches and they're in my queue.. will get to them soon hopefully :-) Cheers, -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: C librairies

2001-12-07 Thread Archie Cobbs
http://java.sun.com/j2se/1.3/docs/guide/jni/spec/jniTOC.doc.html -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: flestmail - daily - 6/11 passed (54.5%) (0 errors, 5 failures)

2001-11-30 Thread Archie Cobbs
on 1.15 ? This problem is due to a bug in jikes (I think). Thanks, -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: [PATCH] java.io.IOException

2001-11-18 Thread Archie Cobbs
*.java' | xargs grep -lwE 'import[[:space:]]+java\.lang\.[A-Za-z_]+;' Surely a perl wizard could fix this programmatically in no time.. :-) -Archie __________ Archie Cobbs * Packet Design *

[Jikes] IBM releases Jikes Research Virtual Machine on developerworks(fwd)

2001-10-15 Thread Archie Cobbs
we have done before for projects from the Software > Technology department here at IBM Research. > > The project has no direct link to the Jikes Compiler Project other > than requiring the Jikes compiler for its compilation. Indeed, this is the > reason Jikes supports the the &

Re: using kaffe

2001-09-13 Thread Archie Cobbs
adds it for you. -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: kaffe native interface

2001-05-07 Thread Archie Cobbs
Nic Ferrier writes: > Or is it simply that jni was firmed up long after most of kaffe was > written and "native" is the historic native interface for Kaffe? Yep.. -Archie __________ Archie Cobbs *

Re: [Patch] System.lang.setProperty() method is lacked

2001-04-12 Thread Archie Cobbs
Takashi Okamoto writes: > Kaffe's java.lang.System doesn't have setProperty() method. > Please add it. Done.. -Archie __________ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: a patch to java.util.Properties.java

2001-04-12 Thread Archie Cobbs
case -1: > return false; Thanks, should be fixed now. -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: question about kaffec

2001-03-25 Thread Archie Cobbs
I know of do this, in fact, the compilation will fail if b.java is not found and compilable. -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

ANT fix

2001-03-07 Thread Archie Cobbs
Archie Cobbs wrote: > > > My patch throw IndexOutOfBoundsException() when offset (off) and > > > length (len) are invalid, and exit method when length is 0. > > > (I refered SUN's java/util/zip/* and modified them.) > > > > Should be fixed. Just to b

Re: [PATCH] for bug #756(Ant doesn't work)

2001-03-06 Thread Archie Cobbs
fix this problem. Should be fixed. Thanks, -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: minus java.net

2001-03-06 Thread Archie Cobbs
iles a few at a time.. -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: java_lang_Throwable_printStackTrace0

2001-02-18 Thread Archie Cobbs
native method. -Archie __________ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: java.util.Hashtable: difference between JDK and kaffe

2001-01-26 Thread Archie Cobbs
just happens to mask the problem. -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: Policy security implementation in Kaffe.

2000-11-17 Thread Archie Cobbs
icy.java and etc. Could > anyone tell me what are the status on these files ? Are there anyone > working on it ? I don't know of any active effort to finish the Security stuff. Any new work would be welcome. -Archie ____

Re: kaffe wont' recognize that gmp is installed

2000-11-05 Thread Archie Cobbs
:native) > at java.lang.Class.forName(Class.java:52) > kaffe.util.SupportDisabled: GNU gmp was not found by Kaffe configure script Start by looking in the config.log file to see why the configure test that checks for it is erroneously failing. -Archie ____

Re: CharToByteEUC_JP.java instead of CharToByteEUC_JP.ser

2000-10-29 Thread Archie Cobbs
> > I must say that JIS0212-related parts of the program has not > > been tested. > > Where I can find documents about EUC and EUC-JP ? Have you plan to > write ByteToCharEUC_JP class ? Here's a good ref: http://www.lfw.org/text/jp.html -Archie ___

Re: jar tool bug

2000-10-29 Thread Archie Cobbs
saw this problem test the patch below? -Archie ______ Archie Cobbs * Packet Design * http://www.packetdesign.com Index: Manifest.java === RCS file: /cvs/kaffe/kaffe/libraries/javalib/java/u

Re: jar tool bug

2000-10-27 Thread Archie Cobbs
guess. -Archie Ref: http://java.sun.com/products/jdk/1.2/docs/guide/jar/manifest.html __________ Archie Cobbs * Packet Design * http://www.packetdesign.com

Announcing new version of LaTTe JVM and JIT Compiler (fwd)

2000-10-25 Thread Archie Cobbs
oon Seoul National University [EMAIL PROTECTED] Dr. Kemal Ebcioglu IBM T.J. Watson Research Center [EMAIL PROTECTED] * Sun, Java, UltraSPARC, Solaris are trademarks of Sun. - End of forwarded message from Prof. Soo-Mook Moon - ________

Re: What does NoClassDefFoundError mean?

2000-10-24 Thread Archie Cobbs
Bill White writes: > I'm trying to get HelloWorldApp to work using Kaffe. I compile it > with jikes, and run "kaffe HelloWorldApp.class". I get an exception Try "kaffe HelloWorldApp" instead.. -Archie _____

Re: Kaffe/Alpha - bug fix ? finally?

2000-10-10 Thread Archie Cobbs
[EMAIL PROTECTED] writes: > On Mon, 09 October 2000, Archie Cobbs wrote: > > It's good to hear that your assertion failure was fixed, > > but your fix sortof doesn't make sense. "osize" is the > > correct thing to copy there, because the original mem

Re: Kaffe/Alpha - bug fix ? finally?

2000-10-09 Thread Archie Cobbs
; is the correct thing to copy there, because the original memory region presumably was only "osize" bytes long. However, there may be some other code that calls gcRealloc() with the wrong (i.e., too small) value for the "osize" parameter, causing some data to not get copied.

TreeMap

2000-09-26 Thread Archie Cobbs
I've checked in that patch.. but here's a question. Why doesn't kaffe (with the old TreeMap) run out of memory when the program below is run? Maybe just chance? -Archie _______ Archie Cobbs * Whistle Comm

Re: minor java.util.TreeMap bug

2000-09-26 Thread Archie Cobbs
;t run your test). After this patch, NIL.parent should always stay equal to null. Does it look right to you? -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com --- kaffe/libraries/javali

Re: minor java.util.TreeMap bug

2000-09-26 Thread Archie Cobbs
blem. And moreover, NIL.parent can only keep at most one piece of garbage alive. On the other hand, if you can come up with a test program that clearly demonstrates a bug, then I'll certainly believe you :-) -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: emjava-----awt

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

Re: minor java.util.TreeMap bug

2000-09-25 Thread Archie Cobbs
never actually used. I haven't verified this rigourously but it makes sense if you think about it, because NIL is the child of all leaf nodes, so NIL has many actual parents. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: ResourceBundle

2000-09-19 Thread Archie Cobbs
a:42) > at java.util.ResourceBundle.getBundle(ResourceBundle.java:30) > at ResourceBundleTest.main(ResourceBundleTest.java:12) Look's like kaffe's SecurityManager class is still incomplete. It shouldn't be too hard to fix.. patches welcome. -Archie ____

Re: JNI Problem

2000-09-15 Thread Archie Cobbs
mdebug NATIVE_LIB' will show where Kaffe is > actually looking. (You will have to have compiled Kaffe with > --enable-debug.) Definitely a good recommendation. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Questions about Kaffe RMI!!

2000-08-30 Thread Archie Cobbs
think that Kaffe does not work with RMI. !! You may be right. I don't know of anyone who has got it working in a non-trivial application. I think this area is ripe for someone to come in and fix a few things. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: SecurityManager abstract - incorrect?

2000-08-26 Thread Archie Cobbs
alendar.roll(int field,int amount) > > and: > > GregorianCalendar.roll(int field,int amount) > > are missing from Kaffe. Haven't looked at these yet.. patches welcome. -Archie _______ Archie C

Re: Compilation error on OpenBSD

2000-08-25 Thread Archie Cobbs
-L../kaffevm/.libs -lkaffevm" .. there should be a libkaffevm built 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

Re: TestNative.c

2000-08-17 Thread Archie Cobbs
Johan Andersson writes: > Is there any way I can disable regression tests? Huh? Don't run "make check" and you shouldn't run any regression tests. Are they being run automatically or something? -Archie _____

Re: missing files, while compile Kaffe

2000-08-14 Thread Archie Cobbs
I'm not very familiar with cygwin, etc. Maybe some Windows users can help out here. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: missing files, while compile Kaffe

2000-08-11 Thread Archie Cobbs
rtion of the build log for any errors.. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: RMI Exception

2000-08-09 Thread Archie Cobbs
eally really important and urgent, I 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

Re: [kaffe] Klasses.jar compilation problems

2000-08-02 Thread Archie Cobbs
gt; Your Klasses.jar version is 1.06, but this VM was compiled with version 1.05 Thanks, I just recompiled Klasses.jar. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Porting Classpath to Kaffe

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

Re: Problems with RMI

2000-07-14 Thread Archie Cobbs
L(codebase, name.replace('.', '/') + ".class"); try { URLConnection conn = u.openConnection(); DataInputStream strm = new DataInputStream(conn.getInputStream()); You'd need to rebuild rmi.jar too of course. -Archie ___

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

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

Re: Nested stack problem

2000-07-12 Thread Archie Cobbs
ight not be too hard to modify kaffe's initialization to do this, if that in fact would solve your problem. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: longjmp() problem. help--please?

2000-07-12 Thread Archie Cobbs
e process? If so they may be coflicting in the heap, since kaffe uses sbrk(2) instead of malloc()/free(). -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: ExceptionInInitializerError

2000-07-11 Thread Archie Cobbs
he NullPointerException has the wrong stack trace.. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: i'm sending some code

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

Re: toString-ing floats and doubles

2000-06-28 Thread Archie Cobbs
Double.toString() will display the double 0x400B as "3.3999" instead of "3.4". If you would like to work on improving this code that would be warmly encouraged. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: About sound support..

2000-06-27 Thread Archie Cobbs
essage a few times long ago 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 ______

Re: garbage collecting interfaces

2000-05-22 Thread Archie Cobbs
ecked in your patches. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Thread.stop()

2000-05-22 Thread Archie Cobbs
stop was passed in. I > 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 _______ Arc

Re: kaffe on embedded linux system

2000-05-18 Thread Archie Cobbs
the vm smaller? For starters, you can simply omit the AWT portion of kaffe, ie., all of the java.awt.* classes, libawt, etc. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Multi-character path separators

2000-05-15 Thread Archie Cobbs
eferences which need fixing. Thanks.. patch applied. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Encoding "ISO8859_1"?

2000-05-12 Thread Archie Cobbs
ot;, "LATIN1", "IBM819" or "CP819" (and > therefore, who's to blame 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: More ksem fun with the beos-native threading system... (fwd)

2000-05-09 Thread Archie Cobbs
is case..? -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: java.util.Timer?

2000-05-08 Thread Archie Cobbs
I can > tell. java.util.Timer is specified by JDK 1.3... http://java.sun.com/j2se/1.3/docs/api/java/util/Timer.html -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: fixes for java.util.Vector

2000-05-08 Thread Archie Cobbs
;re much the same). Thanks, -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: java.net.Socket.getLocalPort() problem

2000-05-05 Thread Archie Cobbs
w if that fixes it. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com Index: ServerSocket.java === RCS file: /cvs/kaffe/kaffe/libraries/javalib/java/net/ServerSocket.java,v retrievin

Re: java.util.Vector clear() problem

2000-05-05 Thread Archie Cobbs
Nic Ferrier writes: > I think 've found a problem with java.util.Vector.clear() OK, update from CVS and try it now.. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: java.util.Vector clear() problem

2000-05-05 Thread Archie Cobbs
you getting? Are you using the default kjc compiler or jikes or what? Thanks, -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: "Synchonized"

2000-05-04 Thread Archie Cobbs
t us know about it. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Please support Java port to *BSD (fwd)

2000-04-27 Thread Archie Cobbs
www.hotmail.com - End of forwarded message from John Daniels - _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Kaffe Throwable knackered?

2000-04-26 Thread Archie Cobbs
. cf. developers/README.unicode. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Kaffe Throwable knackered?

2000-04-26 Thread Archie Cobbs
g a problem. What exactly is the problem? 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

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: It is said that Swing 1.1.1fcs works?

2000-04-18 Thread Archie Cobbs
ot a pre-release. -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: General question

2000-04-12 Thread Archie Cobbs
7;s sources at all, right? Right.. if you do, you become "contaminated" :-) -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: General question

2000-04-12 Thread Archie Cobbs
and > then. Sorry, I thought the question was "are kaffe and the JDK completely different products". 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-11 Thread Archie Cobbs
s a more advanced kaffe, then maybe I should just use > their version instead of fooling around... Talk to Transvirtual for more specifics.. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: General question

2000-04-11 Thread Archie Cobbs
; > more on that. > > Hum... could you clarify 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 ________

Re: A Ksem question [Was: Re: changes to thread locking layer]

2000-04-10 Thread Archie Cobbs
tion in all sorts > of ways. ;) I could also be wrong about the non-recursive usage, > though. If it should still be true, how about adding an assert() at the appropriate point in the code? -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: seg fault - core dumped

2000-04-06 Thread Archie Cobbs
o seen this problem (Illegal instruction 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: Problem with StringBuffer

2000-04-04 Thread Archie Cobbs
value = str.value; <---> *** Error: Possible attempt to reassign a value to the final variable "value". 334. count = str.count; <---> *** Error: Possible attempt to reassign a value to the final variable "count&quo

Re: Problem with StringBuffer

2000-04-04 Thread Archie Cobbs
ecent checkin's alleviate the problem you're seeing. Patches are included below in case you don't have the latest CVS. Thanks, -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://ww

Re: Problem with StringBuffer

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

Re: StringBuffer patch.

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

Re: Problem with StringBuffer

2000-04-01 Thread Archie Cobbs
on for this problem is IMO: don't reuse StringBuffer. > It is designed primary as an input buffer for a single string. Yesterday I checked in some changes which should 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-03-29 Thread Archie Cobbs
elated Sun bug: http://developer.java.sun.com/developer/bugParade/bugs/4224987.html -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: JAR files

2000-03-21 Thread Archie Cobbs
e from the VM's point of view. The only difference is the existence of META-INF/MANIFEST.MF, which is ignored by the VM proper. -Archie ___ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: changes to thread locking layer

2000-03-20 Thread Archie Cobbs
fetch it from: > http://www.cs.utah.edu/~tullmann/ksem-diff.txt, Patrick- FYI, these changes are now checked in. Thanks! -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Kaffe package for Linux Mandrake

2000-03-16 Thread Archie Cobbs
ad.c patch, and will let Peter Mehlitz take a look at the AWT stuff. -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: Does Swing work with Kaffe?

2000-03-14 Thread Archie Cobbs
tionPane.showOptionDialog(JOptionPane.java:627) at javax.swing.JOptionPane.showMessageDialog(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

Re: Kaffe package for Linux Mandrake

2000-03-14 Thread Archie Cobbs
http://www.kaffe.org has a bug form .. unfortunately it may still be broken, but try it first. > Some weeks ago i tried to use the bug report > system but without a lot of success; and sometimes i have fixes to propose :-> Patches are welcome here .. :-) -Archie ______

Re: kjc update

2000-03-13 Thread Archie Cobbs
ich broken version is better. :) Hopefully the KJC > folks will have 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: [Kaffe] javac compiler shipped with kaffe fails to compile this!

2000-03-13 Thread Archie Cobbs
reporting bugs > <mailto:[EMAIL PROTECTED]> I just updated kaffe to KJC version 1.4C. -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
it { > void foo() throws ClassNotFoundException, SecurityException {} > } > > > 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 _____

Re: patch kaffe main.c for 2000

2000-03-10 Thread Archie Cobbs
;m no lawyer, but that seems unnecessary.. everything 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: Help

2000-03-09 Thread Archie Cobbs
rst of all, 1.0b4 is fairly old and doesn't 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 _______

Re: Small class file with loop from assembler gives odd behavior

2000-03-06 Thread Archie Cobbs
for a class file to be "verifiable". -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

Re: Nightly regression tests

2000-03-06 Thread Archie Cobbs
ux-pthreads" because 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

Re: Small class file with loop from assembler gives odd behavior

2000-03-05 Thread Archie Cobbs
as not attached.. please resend it (don't have jasmin handy). Thanks, -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
me OK, I've checked in ArrayForName.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

Class.forName() patches

2000-02-29 Thread Archie Cobbs
do... -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 --

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

2000-02-29 Thread Archie Cobbs
as well (ie, semi-colon is optional at the end of a string)? -Archie _______ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com

  1   2   3   >