aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/PrintStream.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-28Fix for PR40616: missing java.io.PrintStream constructors.Andrew John Hughes1-0/+4
2009-07-27 Andrew John Hughes <ahughes@redhat.com> PR libgcj/40616 * 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. From-SVN: r150161
2007-04-19libjavaTom Tromey1-3/+3
* Regenerated headers with new gjavah. libjava/classpath * tools/gnu/classpath/tools/javah/MethodHelper.java (print): Changed arguments. Directly print method name. * tools/gnu/classpath/tools/javah/ClassWrapper.java (methodNameMap): New field. (makeVtable): Initialize it. (printMethods): Compute name for bridge targets. From-SVN: r123965
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-0/+89
From-SVN: r120621