Now I get to share in the embarassment, I'd missed the strings are
supposed to be interned.
2006-08-13 Sven de Marothy <[EMAIL PROTECTED]>
* java/util/Locale.java
(hashcodeCache): New field.
(hashCode): use the above field instead of the serialized one
(writeObje
Another fixlet that helps with jircii.
2006-08-13 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/JTabbedPane.java
(JTabbedPane): Call setModel() here and let this install the
change listener correctly.
(setModel): Correctly uninstall and reinstall ChangeListener
hello all,
the attached patch --already committed-- fixes the above PR by having the
cache of previously resolved resource bundles as an LRU, of CACHE_SIZE
elements, organized by access.
2006-08-13 Raif S. Naffah <[EMAIL PROTECTED]>
PR Classpath/23952
* java/util/ResourceBun
This adds support for firing menu events in JMenu. This makes jircii
really usable now. Get away with XChat and use jIRCii with Classpath
now! ;-)
2006-08-13 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/JMenu.java
(MenuChangeListener): New inner class, helps firing menu eve
On Sun, 2006-08-13 at 02:21 +0200, Sven de Marothy wrote:
> 2006-08-13 Sven de Marothy <[EMAIL PROTECTED]>
>
> * java/util/Locale.java
> (hashcode): Is a serialized field, not transient.
> (equals): Should NOT compare strings by reference.
> (readObject/writeObject): Use
hello all,
the attached patch --already committed-- fixes the above PR and some other
problems in some of the BigInteger constructor highlighted by recently added
Mauve tests.
2006-08-13 Raif S. Naffah <[EMAIL PROTECTED]>
PR Classpath/27372
* java/math/BigInteger.java: Update
This is a major embarassment.
2006-08-13 Sven de Marothy <[EMAIL PROTECTED]>
* java/util/Locale.java
(hashcode): Is a serialized field, not transient.
(equals): Should NOT compare strings by reference.
(readObject/writeObject): Use the default methods and handle
Here come a couple of fixes for the (styled) text rendering in Swing,
which should greatly improve stability for styled text using apps like
BeanShell.
Next thing I'm working on right now is CSS processing and fixing up the
HTML rendering to use this, and finish up HTML in general.
2006-08-1
Tom Tromey wrote:
"David" == David Daney <[EMAIL PROTECTED]> writes:
David> Do we want to bring this into libgcj before this would be
David> imported also?
It is fine by me if you want to do this.
However, if we're going to import 0.92 it might be friendlier to wait
for that to ha
> "Casey" == Casey Marshall <[EMAIL PROTECTED]> writes:
Casey> The ssl-nio work is complete enough to the point where it can be merged
Casey> into the generics branch. Now that 0.92 has been released, this is a
Casey> good time to do that merge. I've accomplished three of the four goals I
Case
10 matches
Mail list logo