OSDN Git Service

* gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
[pf3gnuchains/gcc-fork.git] / libjava /
2000-08-14 greenMore thanks.
2000-08-11 tromey * java/net/natPlainSocketImpl.cc (bind): Don't go...
2000-08-10 brycecvs commit ChangeLog
2000-08-10 bryce2000-08-10 Bryce McKinlay <bryce@albatross.co.nz>
2000-08-10 tromey From PR gcj/310:
2000-08-09 bryce2000-08-09 Bryce McKinlay <bryce@albatross.co.nz>
2000-08-09 bryce2000-08-09 Bryce McKinlay <bryce@albatross.co.nz>
2000-08-08 tromey * gnu/gcj/convert/Input_UTF8.java (read): Fixed handli...
2000-08-08 tromey * java/lang/reflect/Method.java (hashCode): Use getName().
2000-08-07 tromey * java/lang/reflect/Method.java (toString): Use Class...
2000-08-07 tromey * java/io/PipedInputStream.java (read(byte[],int,int...
2000-08-06 tromey * java/io/PrintWriter.java: Merged comments from Class...
2000-08-06 tromey * java/io/StreamTokenizer.java (TT_NONE): Now private.
2000-08-04 bryceMissing changelog entry
2000-08-04 warrenl * java/io/ObjectInputStream.java (readFields): Turn off
2000-08-03 tromey * Makefile.in: Rebuilt.
2000-08-03 bryce * Makefile.am: Add new AWT stubs.
2000-08-03 bryce2000-08-03 Bryce McKinlay <bryce@albatross.co.nz>
2000-08-02 tromey * Makefile.in: Rebuilt.
2000-08-02 tromey * scripts/encodings.pl: New file.
2000-08-02 bryce2000-08-02 Bryce McKinlay <bryce@albatross.co.nz>
2000-07-31 bryce * java/awt/Component.java (toString): Implemented.
2000-07-31 green2000-07-30 Anthony Green <green@redhat.com>
2000-07-31 tromey * java/awt/BorderLayout.java (BorderLayout()): New...
2000-07-30 tromey * java/awt/Container.java (remove(int)): Wrote.
2000-07-30 greenTest case for gcj/295.
2000-07-28 warrenl * java/io/ObjectOutputStream.java (writeObject): Per...
2000-07-28 aph2000-07-26 Andrew Haley <aph@cygnus.com>
2000-07-28 warrenl * java/io/ObjectStreamException.java: Made constructor...
2000-07-28 tromey * java/io/OutputStreamWriter.java (close): Only flush...
2000-07-27 warrenl * mauve-libgcj: Activated serialization tests.
2000-07-27 tromey * java/awt/geom/RectangularShape.java (getPathIterator):
2000-07-25 rolfwr2000-07-23 Rolf W. Rasmussen <rolfwr@ii.uib.no>
2000-07-23 tromey2000-07-23 Oskar Liljeblad <osk@hem.passagen.se>
2000-07-23 tromey * Makefile.in: Rebuilt.
2000-07-20 tromey * scripts/showval.java: New file.
2000-07-20 tromey * scripts/classes.pl (scan): Print inner classes properly.
2000-07-20 tromey * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClas...
2000-07-20 tromey * java/io/File.java (getParentFile): New method, from...
2000-07-20 tromey * java/util/Vector.java (remove(Object)): Implemented.
2000-07-19 tromey2000-07-19 Jeff Sturm <jeff.sturm@appnet.com>
2000-07-15 brycecommit changelog
2000-07-15 bryce * java/awt/EventQueue.java (invokeAndWait): Call postE...
2000-07-12 bryceAdd missing imports.
2000-07-12 bryceFix missing "package" declaration.
2000-07-12 bryce Add missing files from last check-in:
2000-07-12 bryce2000-07-12 Bryce McKinlay <bryce@albatross.co.nz>
2000-07-12 bryceBig AWT patch.
2000-07-11 aph2000-07-11 Andrew Haley <aph@cygnus.com>
2000-07-07 tromey * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass):
2000-07-07 tromey * libjava.lang/stringconst2.out: New file.
2000-07-03 tromey * java/io/PrintWriter.java (print): Call write(String...
2000-06-30 tromey * include/jni.h: Include <gcj/array.h>. Fixes PR...
2000-06-28 aph2000-06-27 Andrew Haley <aph@cygnus.com>
2000-06-28 warrenlRemoved extraneous conflict marker.
2000-06-28 warrenl * gnu/java/security/provider/Gnu.java: New file.
2000-06-28 bryce * ThreadGroup.java: Added synchronized flag to many...
2000-06-28 warrenl * java/security/Principal.java: New file.
2000-06-27 tromey2000-06-27 Rolf W. Rasmussen <rolfwr@ii.uib.no>
2000-06-27 tromey * java/io/PushbackInputStream.java (read): If there...
2000-06-27 tromey * java/lang/Double.java (valueOf): Call parseDouble().
2000-06-27 warrenl * java/beans/PropertyChangeEvent.java (oldVal): Rename...
2000-06-24 tromey * java/lang/natDouble.cc (parseDouble): Renamed from
2000-06-23 tromey For PR gcj/260:
2000-06-23 tromey * java/lang/ieeefp.h: Handle ia64, fr30, mcore.
2000-06-23 tromey * java/lang/reflect/natMethod.cc: Include <alloca.h>.
2000-06-21 bryce2000-06-21 Bryce McKinlay <bryce@albatross.co.nz>
2000-06-20 bryce2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
2000-06-18 tromey * java/lang/natClass.cc (forName): Removed dead code...
2000-06-16 tromey Fix for PR libgcj/261:
2000-06-16 tromey * gnu/gcj/convert/natIconv.cc (iconv_adapter): New...
2000-06-15 bryce2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-06-15 bryce2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-06-13 warrenlFix a stupid typo.
2000-06-13 warrenl Test for PR java.lang/258:
2000-05-31 tromey * prims.cc (DECLARE_PRIM_TYPE): Define a vtable as...
2000-05-31 bryce2000-05-31 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-30 tromey * include/name-finder.h: Include <sys/wait.h>.
2000-05-29 bryce2000-05-29 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-24 warrenl * java/io/ObjectOutputStream.java (writeObject): Use...
2000-05-23 tromey * libjava.compile/PR238.java: New file. For PR gcj...
2000-05-23 tromey * libjava.lang/stringconst.out: New file.
2000-05-22 bryce2000-05-22 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-22 tromey * libjava.compile/PR235.java: New file. For PR gcj...
2000-05-22 tromey * libjava.compile/PR234.java: New file. For PR gcj...
2000-05-22 bryce2000-05-22 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-20 bryce2000-05-20 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-20 tromey * Makefile.in: Rebuilt.
2000-05-20 bryce2000-05-20 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-20 tromeyRemoved duplicate ChangeLog entry
2000-05-19 tromey * java/io/BufferedWriter.java: Merged with Classpath.
2000-05-19 tromeyJumbo patch:
2000-05-19 bryceOops, typo in last change.
2000-05-18 bryce From Gregory R. Warnes <warnes@biostat.washington...
2000-05-18 tromey * lib/libjava.exp (bytecompile_file): Use exec, not...
2000-05-18 bryce2000-05-18 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-17 tromey * libjava.mauve/mauve.exp (test_mauve): Call `prune_wa...
2000-05-16 tromey * libjava.lang/instance.out: New file.
2000-05-16 aph2000-05-15 Andrew Haley <aph@cygnus.com>
2000-05-11 tromey * java/util/zip/ZipInputStream.java (getNextEntry...
next