Re: [cp-patches] java.util.Arrays fix

2006-12-14 Thread Andrew Haley
Marco Trudel writes: Casey Marshall wrote: On Dec 13, 2006, at 1:28 PM, Marco Trudel wrote: David Daney wrote: Casey Marshall wrote: In general I really urge against going out of our way to support behavior like this. Can you explain that further? You're against

Re: [cp-patches] java.util.Arrays fix

2006-12-14 Thread Marco Trudel
Andrew Haley wrote: Marco Trudel writes: Casey Marshall wrote: On Dec 13, 2006, at 1:28 PM, Marco Trudel wrote: David Daney wrote: Casey Marshall wrote: In general I really urge against going out of our way to support behavior like this. Can you explain that

[cp-patches] FYI: Blue Zones

2006-12-14 Thread Roman Kennke
This implements the detection of the Blue Zones of a font. This completes the global feature analysis. Now I head on to the local feature analysis, where most stuff is already implemented because it's needed for the global feature analysis too, except edge detection. And then I'll go hinting ;-)

[cp-patches] Re: java.util.Arrays fix

2006-12-14 Thread Stuart Ballard
Andrew Haley aph at redhat.com writes: No, I don't mean that. I mean that if we change this behaviour today, we can't guarantee that someone won't chnage it back tomorrow. So, use this as a temporary hack if you must, but prepare to be disappointed. So are you saying you'd oppose the

Re: [cp-patches] java.util.Arrays fix

2006-12-14 Thread Andrew Haley
Marco Trudel writes: Andrew Haley wrote: No, I don't mean that. I mean that if we change this behaviour today, we can't guarantee that someone won't chnage it back tomorrow. Change it back in classpath or in a Sun JRE? In Classpath. For the first point we have mauve. I say no.

Re: [cp-patches] Re: java.util.Arrays fix

2006-12-14 Thread Andrew Haley
Stuart Ballard writes: Andrew Haley aph at redhat.com writes: No, I don't mean that. I mean that if we change this behaviour today, we can't guarantee that someone won't chnage it back tomorrow. So, use this as a temporary hack if you must, but prepare to be disappointed.

[cp-patches] Re: java.util.Arrays fix

2006-12-14 Thread Stuart Ballard
Andrew Haley aph at redhat.com writes: No, that's not what I mean by illegal. It's illegal in the sense that the specification places requirements on the implementors of subclasses, and that a subclass which does not meet these requirements is not a well-defined Java program. public class

Re: [cp-patches] jar is broken with large directories

2006-12-14 Thread Tom Tromey
Andrew == Andrew Haley [EMAIL PROTECTED] writes: Andrew I discoverd this while building libgcj with gjar: it can't cope with a Andrew directory with many files because it doesn't close files it opens. Thanks. Andrew I guess this error may be replicated in several places in Classpath Andrew

[cp-patches] FYI: Missing class

2006-12-14 Thread Roman Kennke
Last commit was missing the class LatinBlue. Here it comes now. 2006-12-14 Roman Kennke [EMAIL PROTECTED] * gnu/java/awt/font/autofit/LatinBlue.java: New class. /Roman Index: gnu/java/awt/font/autofit/LatinBlue.java

[cp-patches] FYI: Edge detection

2006-12-14 Thread Roman Kennke
This implements the edge detection for the local feature analysis in the TTF autohinter. This also links the autohinter into the TrueType implementation so that it could in theory really hint outlines right away. There's still some feature detection stuff missing though. 2006-12-14 Roman Kennke

[cp-patches] FYI: Blue Edges

2006-12-14 Thread Roman Kennke
This implements the detection of blue edges. These are edges of a glyph outline that are associated with a certain blue zone. (Later on, these edges get moved to match that zone, etc). This also implements/fixes the scaling in the autohinter. 2006-12-14 Roman Kennke [EMAIL PROTECTED]

[cp-patches] FYI: Use generics internally to some HTTP code.

2006-12-14 Thread David Daney
In the spirit of using the new generic type capability of Classpath, and because I already did it while looking at the bug in Collecions, I offer up this nice patch. In two of the HTTP support classes I converted a couple of things to use generics. 2006-12-14 David Daney [EMAIL PROTECTED]

[cp-testresults] FAIL: jamvm build on Thu Dec 14 19:30:05 UTC 2006

2006-12-14 Thread cpdev
make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java/security' make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory

[cp-testresults] FAIL: cacao build on Thu Dec 14 19:30:44 UTC 2006

2006-12-14 Thread cpdev
checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking

[Bug awt/30106] JDK-1.0-style logical font names

2006-12-14 Thread roman at kennke dot org
--- Comment #4 from roman at kennke dot org 2006-12-14 08:47 --- (In reply to comment #3) (In reply to comment #2) I disagree. TimesRoman etc are not logical font names, but 'physical' font names. (Logical names are Serif, SansSerif, Monospaced, Dialog, and DialogInput --

GNU Classpath 0.93 Dreamland released

2006-12-14 Thread Mark Wielaard
We are proud to announce the release of GNU Classpath 0.93 Dreamland Read on for highlights of new features in this release, pointers to supported applications and screenshots, the status and future of the 1.4 and 1.5 generics branches. An update on the Summer of Code student work. Plus some

Re: GNU Classpath 0.93 Dreamland released

2006-12-14 Thread Dâniel Fraga
On Thu, 14 Dec 2006 15:45:19 +0100 Mark Wielaard [EMAIL PROTECTED] wrote: We are proud to announce the release of GNU Classpath 0.93 Dreamland Making all in lib make[1]: Entering directory `/home/fraga/src/classpath-0.93-generics/lib' mkdir -p ../gnu/java/locale

Lets have a DevJam during FOSDEM! (Was: [Devjam] Java Is FREE! (some real information))

2006-12-14 Thread Petter Reinholdtsen
[Mark Wielaard] Yes that makes sense. We got confirmation from the Fosdem organizers that for FOSDEM 2007 (24-25th February in Brussels, Belgium) we will have a room for 100 people and Sun.be has asked for an OpenJDK booth that the FOSDEM organization will place not too far away from that

Re: GNU Classpath 0.93 Dreamland released

2006-12-14 Thread Dâniel Fraga
On Thu, 14 Dec 2006 16:56:04 +0100 Mark Wielaard [EMAIL PROTECTED] wrote: oops. that error shouldn't be ignored of course. configure failed to find the (ecj) compiler on your system it seems. Modern GNU/Linux distros (Fedora and Debian) come with ecj pre-packaged. Thanks. But can i

Re: GNU Classpath 0.93 Dreamland released

2006-12-14 Thread Mario Torre
Il giorno gio, 14/12/2006 alle 13.47 -0200, Dâniel Fraga ha scritto: On Thu, 14 Dec 2006 15:45:19 +0100 Mark Wielaard [EMAIL PROTECTED] wrote: We are proud to announce the release of GNU Classpath 0.93 Dreamland [...] Any hints? You have to dream with more intensity! :) Thanks.

Re: GNU Classpath 0.93 Dreamland released

2006-12-14 Thread Tom Tromey
Dâniel == Dâniel Fraga [EMAIL PROTECTED] writes: Dâniel Thanks. But can i use gcjx? I use Linux from scratch, so I have Dâniel to install separately. Which is better? ecj or gcjx? Thank you. Use ecj. The gcjx project has been cancelled. Tom

Re: GNU Classpath 0.93 Dreamland released

2006-12-14 Thread David Daney
Mark Wielaard wrote: We are proud to announce the release of GNU Classpath 0.93 Dreamland Most excellent! Now in addition to having a version number, we have a wacky word version name to go with it. These version names are sure to bring many benefits in the future. David Daney

Re: GNU Classpath 0.93 Dreamland released

2006-12-14 Thread Dâniel Fraga
On Thu, 14 Dec 2006 19:21:56 +0100 Mario Torre [EMAIL PROTECTED] wrote: You have to dream with more intensity! :) :D Mr. Tromey should give you an answer here, but I think you should go with ecj now that gcjx has been declared a dead project... I have a curiosity, because

Re: GNU Classpath 0.93 Dreamland released

2006-12-14 Thread Dâniel Fraga
On 14 Dec 2006 10:23:25 -0700 Tom Tromey [EMAIL PROTECTED] wrote: Use ecj. The gcjx project has been cancelled. Ok. Now I get this: Making all in lib make[1]: Entering directory `/home/fraga/src/classpath-0.93-generics/lib' true top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh

[commit-cp] classpath ChangeLog gnu/java/awt/font/autofit/L...

2006-12-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/14 15:14:13 Modified files: . : ChangeLog gnu/java/awt/font/autofit: Latin.java LatinAxis.java Utils.java gnu/java/awt/font/opentype/truetype: Zone.java

[commit-cp] classpath ChangeLog gnu/java/awt/font/autofit/L...

2006-12-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/14 19:07:20 Modified files: . : ChangeLog Added files: gnu/java/awt/font/autofit: LatinBlue.java Log message: 2006-12-14 Roman Kennke [EMAIL

[commit-cp] classpath ChangeLog gnu/java/awt/font/autofit/A...

2006-12-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/14 20:32:54 Modified files: . : ChangeLog gnu/java/awt/font/autofit: AutoHinter.java AxisHints.java GlyphHints.java Latin.java

[commit-cp] classpath ChangeLog gnu/java/awt/font/autofit/A...

2006-12-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/12/15 00:59:46 Modified files: . : ChangeLog gnu/java/awt/font/autofit: AutoHinter.java Edge.java GlyphHints.java Latin.java

[commit-cp] classpath ChangeLog gnu/java/net/protocol/http/...

2006-12-14 Thread David Daney
CVSROOT:/sources/classpath Module name:classpath Changes by: David Daney daney 06/12/15 07:30:23 Modified files: . : ChangeLog gnu/java/net/protocol/http: HTTPURLConnection.java Headers.java Log message: *