This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [cp-patches] Fix libjava bootstrap failure around IUCLC
On 03/26/2012 11:47 AM, Pekka Enberg wrote:
> On Mon, Mar 26, 2012 at 1:11 PM, Mark Wielaard <mark@klomp.org> wrote:
>> On Mon, 2012-03-26 at 10:01 +0100, Andrew Haley wrote:
>>> On 03/25/2012 05:08 PM, Gerald Pfeifer wrote:
>>>> 2012-03-25 Gerald Pfeifer <gerald@pfeifer.com>
>>>>
>>>> PR libgcj/52694
>>>> * java/io/natVMConsole.cc (IUCLC): Define, if undefined.
>>>
>>> Sure. WTF is IUCLC anyway? :-)
>>
>> (map) Input (characters) UpperCase (to) Lower Case.
>> It is a non-posix termios extension.
>>
>> patch should also go into upstream classpath.
>
> Yes, please.
>
> Btw, why are people not fixing GNU Classpath upstream-first?
Because, I guess, no-one is using it. At least, if they were, this
bug would have been noticed.
Andrew.