This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add missing java.io.PrintStream constructors


Simple fix for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40616 by
porting the constructors over from Classpath:

2009-07-27  Andrew John Hughes  <ahughes@redhat.com>

        * java/io/PrintStream.class: Regenerated.
        * java/io/PrintStream.h: Updated.
        * java/io/PrintStream.java:
        (PrintStream(File)): Ported from GNU Classpath
        version.
        (PrintStream(File, String)): Likewise.
        (PrintStream(String)): Likewise.
        (PrintStream(String, String)): Likewise.

Ok for trunk?
-- 
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

Attachment: printstream.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]