Browseable CVS

2001-07-12 Thread Eric Blake
the assert statement, added in JDK 1.4, but do not yet have a free classpath to test it against. I see the use of the new assert statement as being useful in the Classpath project. -- Eric Blake ___ Classpath mailing list [EMAIL PROTECTED] http

Bug fix in java.lang.Boolean

2001-07-13 Thread Eric Blake
check, without throwing a NullPointerException. -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611 2001-07-13 Eric Blake [EMAIL PROTECTED] * java/lang/Boolean.java (value): Make final. (Boolean String): Optimize

RE: Browseable CVS

2001-07-13 Thread Eric Blake
' not found in library aclocal: configure.in: 70: macro `AM_PATH_LIBART' not found in library Is this a problem with Classpath's CVS tree, or do I need to update to the CVS version of automake? Or is building on cygwin unsupported at the moment? -- Eric Blake, Elixent, Castlemead, Lwr Castle St

RE: String/Hashtable boostrapping (again)

2001-07-16 Thread Eric Blake
issue we need to resolve. Then, assuming there is such a correct sequence, doesn't this code still seem somewhat obscure? Should it be rewritten so as not to rely so heavily on Java's precise initialization semantics, just for clarity? -- Patrick Doyle [EMAIL PROTECTED] -- Eric Blake

RE: [Classpath] Bug in Double.java

2001-07-16 Thread Eric Blake
That's what I wanted to know. If you look at the patch I submitted, I had already added a readObject() method, and wanted to make sure it would work as I was expecting. -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611

FW: [Patch #11] Fix java.lang.Boolean to be immutable

2001-07-18 Thread Eric Blake
that the name classpath-commits is nicer than commit-classpath when it comes to searching the mail.gnu.org index, because it is easier to find all classpath related lists if they are adjacent alphabetically. -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0

RE: small bug

2001-07-18 Thread Eric Blake
compiling (shame on them)... -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of R.S. Veldema Sent: 18 July 2001 16:54 To: [EMAIL PROTECTED

Regression in Integer

2001-07-25 Thread Eric Blake
. -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611 Index: java/lang/Integer.java === RCS file: /cvs/classpath/java/lang/Integer.java,v retrieving revision 1.18 diff -u -r1.18

Informative throws

2001-07-26 Thread Eric Blake
) if (Configuration.EXCEPTION_MESSAGES) throw new NumberFormatException(string null or empty); else throw new NumberFormatException(); Any feedback on this idea? -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611

RE: Informative throws

2001-07-27 Thread Eric Blake
it. And from there, automake could be tweaked to improve the behavior of `make install-strip'...) -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

[Classpath] Re: Informative throws

2001-07-27 Thread Eric Blake
, or includes method calls? Pre-processing might be error-prone. (I don't know if this example is actaully in Classpath, but it demonstrates my point): throw new AbstractMethodError(method.getName() + is abstract in + clazz.getName()); -- Eric Blake, Elixent, Castlemead

RE: Informative throws

2001-07-27 Thread Eric Blake
-Original Message- From: Tom Tromey [mailto:[EMAIL PROTECTED]] Sent: 26 July 2001 19:23 To: Eric Blake Cc: classpath Subject: Re: Informative throws Eric Then, in places like Integer.decode() (which, by the way, is Eric buggy at the moment) What is wrong with Integer.decode? I

RE: Informative throws

2001-07-30 Thread Eric Blake
-Original Message- From: Tom Tromey [mailto:[EMAIL PROTECTED]] Sent: 27 July 2001 22:57 To: Eric Blake Cc: classpath Subject: Re: Informative throws Eric if ((! decode s == null) || (length = s.length()) == 0) The GNU coding standards frown on assignments in conditionals

Re: java.lang.Class inner class methods

2001-08-03 Thread Eric Blake
-Patrik -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611 ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

java.lang.StrictMath and copyright

2001-08-10 Thread Eric Blake
is included in the resulting implementation of StrictMath? Are there any other legal gotchas to be aware of before someone includes a modified version of fdlibm in Classpath? -- Eric Blake, Elixent, Castlemead, Lwr Castle St., Bristol BS1 3AG, UK [EMAIL PROTECTED] tel:+44(0)117 917 5611

Re: Weird characters in java/lang/Character.java

2001-09-03 Thread Eric Blake
is interested, I got Jikes 1.13, compiled it, then used it to recompile Classpath/Sablepath, and it effectively works now. So, beware of Jikes 1.14 if you're on Debian :) Etienne -- -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software

Re: [Patch #25] String.CASE_INSENSITIVE_ORDER implements Serializable

2001-09-05 Thread Eric Blake
rather you just check this in. Otherwise I will do it. I'm going to use your patch to make a patch for the libgcj String which does the same thing. (String is one of the few classes that will probably never be merged.) Tom -- This signature intentionally left boring. Eric Blake

java.util.HashSet

2001-09-07 Thread Eric Blake
a HashMap of (Object, java.lang.Boolean.TRUE) pairs is a waste of memory and processor time, when the set could be implemented directly. Does anyone see why this patch should not be applied? 2001-09-07 Eric Blake [EMAIL PROTECTED] * java/util/HashSet.java: implement the set directly

Question on nested types

2001-09-16 Thread Eric Blake
before I get a response. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Question on nested types

2001-09-17 Thread Eric Blake
-- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

More on java.util.HashMap...

2001-09-20 Thread Eric Blake
to check for any glaring bugs or items that could be improved. Now, I need to find time to write some Mauve tests for these fixes... -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

java.util

2001-10-18 Thread Eric Blake
don't have write access to libgcj. Should I apply for that, so that I can do the work of keeping the two in synch, rather than leaving that responsibility on others like Tom? -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software

question about vm/reference files

2001-10-19 Thread Eric Blake
/Method -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: question about vm/reference files

2001-10-19 Thread Eric Blake
is in the top level when the other core classes are not. Even if these classes have no Java implementation, it is still useful to have a .java file in Classpath for making the .class file which jikes requires for compilation purposes. -- This signature intentionally left boring. Eric Blake

java.lang.reflect.Proxy

2001-10-20 Thread Eric Blake
intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: classpath ./ChangeLog java/util/AbstractList.ja...

2001-10-21 Thread Eric Blake
checkBoundsInclusive and checkBoundsExclusive for consistency with AbstractList (plus, it makes it clearer what they actually do when reading the code...) -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: classpath ./ChangeLog java/util/AbstractList.ja...

2001-10-22 Thread Eric Blake
. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Yet more java.util

2001-10-25 Thread Eric Blake
to libgcj. 2001-10-25 Eric Blake [EMAIL PROTECTED] * java/util/AbstractCollection.java (removeAllInternal), (retainAllInternal): Add hooks for use by ArrayList. * java/util/AbstractList.java: Minor code updates. Fix some scoping. * java/util/AbstractMap.java

Re: Why upgrading sucks

2001-11-01 Thread Eric Blake
Once again, I meant to send my reply to the list originally... Eric Blake wrote: Brian Jones wrote: I had to share my pain so I hope someone else finds this funny. Tonight I updated to Red Hat 7.2 and afterwards applied the necessary updates as noted by Red Hat. Then I created RPMs

Re: java.util.ResourceBundle bug?

2001-11-03 Thread Eric Blake
), /* Object.class.getProtectionDomain() */ }; return m.invoke(loader, args); }; } Again not actually tested or compiled. (Mostly just copy/paste from the current Proxy.java code.) Cheers, Mark -- This signature intentionally left boring. Eric Blake

Re: Serialver [was Re: [PATCH]]

2001-11-19 Thread Eric Blake
Classpath is compiled with Jikes it is incompatible with any Sun VM. I wish Eric Blake could comment further to explain to us a bit more if I've misrepresented in some way. Brian -- Brian Jones [EMAIL PROTECTED] I'll do my best, although I cannot guarantee a satisfactory answer. As I

Re: Partial Double/Float merge with libgcj

2001-10-15 Thread Eric Blake
Shoot, I meant to hit reply-to-all. Eric Blake wrote: Chris Gray wrote: An interesting twist on this: jikes seems to have its own idea of the correct bit-pattern for NaN (0xffc0 instead of 0x7fc). This shouldn't matter if all NaN's are canonicalized to the same value

Re: build ideas

2001-10-16 Thread Eric Blake
. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: build ideas

2001-10-17 Thread Eric Blake
. The only drawback of this dual approach is that developers must remember to list new .java files in two separate build framework files, instead of one. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: Problems with float Math.min(float,float) etc

2002-01-15 Thread Eric Blake
; } However, I did notice some similar problems in Double and Float, and am checking in the following patch. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer 2002-01-15 Eric Blake [EMAIL PROTECTED] * java/lang

Re: Problems with float Math.min(float,float) etc

2002-01-16 Thread Eric Blake
Tom Tromey wrote: Eric == Eric Blake [EMAIL PROTECTED] writes: Eric * java/lang/Double.java (equals, compare): Fix 0.0 vs. -0.0 math. I don't think anything was wrong with the old logic in equals(). Yes, you are right that there were no logic errors in the old version of equals

Re: Compiling with jikes 1.13

2002-02-04 Thread Eric Blake
intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

build question

2002-02-06 Thread Eric Blake
actually do a build to report on the status of jikes/classpath. 2002-02-06 Eric Blake [EMAIL PROTECTED] * native/jni/java-lang/Makefile.am: Clean up automake problems caused by trailing '\'. Index: native/jni/java-lang/Makefile.am

Re: build question

2002-02-06 Thread Eric Blake
automake 1.5 distribution. I modelled my patch after java-io/Makefile.am; the only Makefile.am giving me problems was the one in java-lang. Cheers, Mark -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: Compiling with jikes 1.13

2002-02-06 Thread Eric Blake
of jikes, to check my work. If it succeeds with no compile or verify errors, then I will tag the current state of jikes CVS as stable, and update the Classpath documentation to point to that version. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU

Re: Compiling with jikes 1.13

2002-02-07 Thread Eric Blake
Mark Wielaard wrote: And this time it actually had a valid VerifyError! This new jikes is a bit to clever about String concatenations. I'll fix that today, and repost here when it is up. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student

Re: Compiling with jikes 1.13

2002-02-08 Thread Eric Blake
Eric Blake wrote: Mark Wielaard wrote: And this time it actually had a valid VerifyError! This new jikes is a bit to clever about String concatenations. I'll fix that today, and repost here when it is up. I committed that patch to Jikes' CVS earlier today, fixing the VerifyErrors

Re: make dist fixes

2002-02-08 Thread Eric Blake
generates wrong code in this case. Cheers, Mark -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: make dist fixes

2002-02-08 Thread Eric Blake
of jikes and ORP) to the README/INSTALL file. Or we could try to produce a patch for ORP, but I am not sure that is very easy. Cheers, Mark -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: Compiling with jikes 1.13

2002-02-09 Thread Eric Blake
as stable, and bump the version to 1.15b. Shall I go ahead and commit the patch? -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer 2002-02-09 Eric Blake [EMAIL PROTECTED] * java/net/DatagramSocketImpl.java

Re: build question

2002-02-09 Thread Eric Blake
Tom Tromey wrote: Eric == Eric Blake [EMAIL PROTECTED] writes: Eric automake: native/jni/java-lang/Makefile.am: `\' is not a standard Eric libtool library name This is curious. This error shouldn't happen. Apparently what is happening here is that automake thinks

Re: Release [Was: Orp does zip files]

2002-02-09 Thread Eric Blake
accordingly. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: java.lang.StrictMath

2002-02-14 Thread Eric Blake
match the ones I just submitted in the Java language. Is the overhead of calling a native method offset by the speed of doing this number crunching without going through bytecode? Per Bothner wrote: Eric Blake wrote: StrictMath is required to be implemented in pure Java, not in native code

generation of gnu/java/locale/*.uni

2002-02-16 Thread Eric Blake
is not currently in the distribution, I'll write up a quick Java program and add it to Classpath. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL

Re: generation of gnu/java/locale/*.uni

2002-02-16 Thread Eric Blake
to match the behavior of Sun, but want to know what others think. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http

Re: generation of gnu/java/locale/*.uni

2002-02-17 Thread Eric Blake
fails any tests in Mauve now, then I would suspect that Mauve has the bugs. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http

Re: generation of gnu/java/locale/*.uni

2002-02-17 Thread Eric Blake
with it ? Or otherwise tell me that it WON'T be used ever, so I can stop touching this subject every time Character is on board :) Thanks for bringing up the issue. I hope to make some of those improvements in the near future. -- This signature intentionally left boring. Eric Blake

Re: generation of gnu/java/locale/*.uni

2002-02-18 Thread Eric Blake
boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: generation of gnu/java/locale/*.uni

2002-02-18 Thread Eric Blake
intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

style question

2002-02-24 Thread Eric Blake
NumberFormatException(); - +// Change parseLong to throw IndexOutOfBoundsException... return new Long(parseLong(str, index, len, isNeg, radix)); + } +catch (IndexOutOfBoundsException e) + { +throw new NumberFormatException(); + } } /** -- This signature intentionally left boring. Eric Blake

Re: [Classpath] style question

2002-02-24 Thread Eric Blake
. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

StringBuffer question

2002-03-06 Thread Eric Blake
I make sure that Classpath throws the more specific StringIndexOutOfBoundsException any time Sun does? -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing

Re: StringBuffer question

2002-03-06 Thread Eric Blake
Classpath and libjava, insofar as possible. This includes adding better data sharing and substring support to Classpath. Of course, I'm tackling the all-Java version of Classpath before trying to modify gcj with its native support. -- This signature intentionally left boring. Eric Blake

Re: Please keep Classpath in a working state (Was: cvs commits andjava.util.regex)

2002-03-08 Thread Eric Blake
. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

FYI: javax.accessibility

2002-03-18 Thread Eric Blake
shortly. 2002-03-18 Eric Blake [EMAIL PROTECTED] * javax/Makefile.am (SUBDIRS): Visit accessibility subdir. * javax/accessibility/Makefile.am: New file. * javax/accessibility/.cvsignore: New file. * javax/accessibility/Accessible.java: Update to 1.4

Re: FYI: javax.accessibility

2002-03-18 Thread Eric Blake
Oops. Thanks for the catch. I just committed that too. Brian Jones wrote: Are you updating lib/standard.omit and configure.in to build this package? -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: java.util.zip.GZIPConstants

2002-03-21 Thread Eric Blake
constants is often a good idea, to avoid the magic number syndrome. Are any of these non-conformant? -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list

Re: Locale initialization error

2002-03-21 Thread Eric Blake
a working VM on cygwin, to answer that question for myself). -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org

Re: Problems with Character

2002-03-22 Thread Eric Blake
version of Character and CharData. Can anybody confirm (or dismiss) the problem? Thanks, Patrik -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list

Re: minimal hack to classpath for ORP 1.0.9

2002-03-24 Thread Eric Blake
(int[], -1, float[], 0, 1)), where clone doesn't. But I think that this hack is appropriate if it will help ORP, so I will commit it shortly. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: minimal hack to classpath for ORP 1.0.9

2002-03-24 Thread Eric Blake
* System.loadLibrary calls Runtime.loadLibrary * Runtime.loadLibrary should be able to load the library, although it * will probably set off another string of initializations from * ClassLoader first */ 2002-03-25 Eric Blake [EMAIL PROTECTED] * vm/reference/java

Re: minimal hack to classpath for ORP 1.0.9

2002-03-25 Thread Eric Blake
of the patch have been renamed java_lang_System_setErr0, setIn0, and setOut0, because there must be a security check in Java first. You should probably fix those as well, to avoid another linkage error. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU

FYI: configure update

2002-03-28 Thread Eric Blake
consistent, turning things like if test $foo = ; then into if test x${foo} = x; then 2002-03-28 Eric Blake [EMAIL PROTECTED] * .cvsignore: Add autom4te.cache to ignored list. * configure.in: Move CLASSPATH_WITH_JAVAH and CLASSPATH_WITH_INCLUDEDIR out of conditionals

Re: [Kissme-general] More Classpath change problems

2002-03-28 Thread Eric Blake
PROTECTED] * java/lang/ClassLoader.java (getSystemClassLoader): Break infinite loop by specifying parent classloader. * gnu/java/lang/SystemClassLoader.java (SystemClassLoader): Add proper constructor. -- This signature intentionally left boring. Eric Blake

Re: [Kissme-general] SystemClassLoader fix

2002-04-02 Thread Eric Blake
the only change I had to make before committing it, however, was adding an import statement. And it has been in CVS for nearly a week now. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: bug in strtod?

2002-04-08 Thread Eric Blake
, why must libjava implement all this itself? Is it to achieve platform independency down to the last bit? Does it take advantage of FPU, if one is present ? Yours sincerely Thomas Hergenhahn -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student

Re: Bug in java.lang.Double(String)

2002-04-19 Thread Eric Blake
: Hello! There is a bug in java.lang.Double class. The problem is that string .3 is not recognized as a valid floating point value. According to Java language spec it should be. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free

Re: classpath/javax/swing/plaf/basic BasicLookAndFe...

2002-04-24 Thread Eric Blake
path Changes by: Andrew Selkirk [EMAIL PROTECTED] 02/04/25 01:47:23 Added files: javax/swing/plaf/basic: BasicLookAndFeel.java -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: Runtime reference implementation buglet

2002-04-28 Thread Eric Blake
on this class please fix this? Thanks. I changed the doc comment since changing the code would break VMs. Brian -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: Javadoc Comment Formatting

2002-04-28 Thread Eric Blake
and transformability. Wow!! ;) Other opinions are very welcome. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: classpath/javax/swing/plaf/basic BasicLookAndFe...

2002-04-30 Thread Eric Blake
I got tired of the javax.swing tree not compiling, so I touched enough files to at least allow jikes to compile it. That does not mean that I implemented everything, by a long shot, but at least the build doesn't fail now. Eric Blake wrote: Are you remembering to make a ChangeLog entry

Re: Compilation error - More Info

2002-04-30 Thread Eric Blake
Makefile files for anything inside javax/swing. I changed configure.in and now it works OK. Following is the diff. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

recent javadoc change

2002-04-30 Thread Eric Blake
* * should have the same result in the compiled documentation; but I think style 1 is more consistent. */ For more information on Sun's recommendations on doc comment formats, see http://java.sun.com/j2se/javadoc/writingdoccomments/index.html -- This signature intentionally left boring. Eric Blake

FYI: bug in cygwin affects build

2002-05-02 Thread Eric Blake
it will be patched, or check out the latest CVS version of jikes where I added a hack to avoid this particular bug. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing

Re: Another bug in TreeMap

2002-05-02 Thread Eric Blake
Yes, it is a bug. I posted the following patch (since I was responsible for this bug in the first place, several months ago): 2002-05-02 Eric Blake [EMAIL PROTECTED] * java/util/TreeMap.java (remove): Fix improper return value. * THANKYOU: Add Xuan Baldauf for spotting

Re: recent javadoc change

2002-05-05 Thread Eric Blake
the release, since the current documentation in CVS produces valid HTML, even if the formatting in the .java files is questionable. So, feel free to change it at your leisure without feeling pressured to do it before the release. -- This signature intentionally left boring. Eric Blake

Re: Moving com.sun.javadoc packages to cp-tools gjdoc cvs module

2002-05-11 Thread Eric Blake
licensed under the GPL without exception (just like gjdoc). And it would make gjdoc self contained. Cheers, Mark -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: serialVersionUID

2002-09-21 Thread Eric Blake
have this constant? Thank you, Giannis -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: jdiff.sh (BETA)

2002-09-21 Thread Eric Blake
can successfully synchronize without marking everything in the same manner. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED

Re: serialVersionUID

2002-09-26 Thread Eric Blake
to install sun's SDK on my computer, just for the serialver tool). Does the output match every system ? Is there a posibility that there are different serialVersionUIDs for different systems? -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student

Re: LinkedHashMap.java: circular?

2002-10-24 Thread Eric Blake
LinkedHashMap class in java 1.1 as it is. For use as list elements, python objects in java are far too large, they have an associated dictionary for their fields. Thanks and regards, Ype -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free

Re: serialVersionUID (again)

2002-10-11 Thread Eric Blake
names separate, they should have given the compiler a unique character or namespace for naming synthetic constructs). If both Tom Tromey and Eric Blake say that although theoretical possible, it is too difficult for us to ensure compatibility in the free compilers with the proprietary Sun javac

Re: mauve results posted nightly

2002-11-12 Thread Eric Blake
. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: mauve results posted nightly

2002-11-14 Thread Eric Blake
-45 Likewise. The correct string should be 1.4E-45. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org

Re: mauve results posted nightly

2002-11-14 Thread Eric Blake
; or (new Double(d1).compareTo(new Double(d2)) == 0) in JDK 1.2. If you want japize to work with JDK 1.1, just copy the implementation of these methods from Classpath or libgcj. These methods are tested by mauve. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED

Re: build failure

2002-11-14 Thread Eric Blake
it yet. I'm not sure about compiling the tree with javac; and even if that works, I won't recommend it since it is not a free compiler. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: build failure

2002-11-16 Thread Eric Blake
with an ArrayIndexOutOfBoundsException. Processing package java.applet,:=Exception in thread main java.lang.ArrayIndexOutOfBoundsException: 38 at jode.bytecode.BytecodeInfo.read(BytecodeInfo.java:843) ... -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software

Re: Synchronization in java.util.Collections

2002-11-16 Thread Eric Blake
on the original map. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: package private static equals and hash methods in java.util

2002-11-16 Thread Eric Blake
of duplicating the code ? Because I was lazy - using inheritance, I could just type equals(a, b), instead of the full Collections.equals(a, b) if the helper methods lived in a single file. Feel free to change that if you want. -- This signature intentionally left boring. Eric Blake [EMAIL

Re: [Jikes] Bug with -target option

2002-12-03 Thread Eric Blake
with the behavior of javac in JDK 1.4.1_01. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: possible bug in TreeMap.sucessor implementation

2002-12-20 Thread Eric Blake
. Perhaps someone else who has worked on it before will take up the challenge. Brian -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL

Re: possible bug in TreeMap.sucessor implementation

2002-12-21 Thread Eric Blake
, and will make the overall implementation slower. I still haven't had a good look into the bug, but I have finally got the time to spend on it now, and have reproduced it. So look for a fix by the end of the day (I hope). -- This signature intentionally left boring. Eric Blake

Re: classpath ./ChangeLog java/lang/reflect/Proxy.j...

2002-12-23 Thread Eric Blake
left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

Re: Class.forName() bug

2003-01-07 Thread Eric Blake
. Class.forName([LFoo;) is documented as NOT initializing Foo; does ClassLoader.loadClass() initialize Foo against our wishes? -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer

Re: Jikes RVM mauve tests

2003-01-31 Thread Eric Blake
practically have to start the merge again to catch everything that has happened in both trees in the meantime. -- This signature intentionally left boring. Eric Blake [EMAIL PROTECTED] BYU student, free software programmer ___ Classpath

  1   2   >