OSDN Git Service

* gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): New
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
2001-09-27 tromey * gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRA...
2001-09-26 tromey * java/io/DataInputStream.java (readChar): Use readFully.
2001-09-25 bryce * java/security/cert/X509Extension.java: Merge from...
2001-09-24 bryce * java/lang/PosixProcess.java (exitValue): Implement...
2001-09-23 greenold fix
2001-09-23 greenmisc fixes
2001-09-21 rth * include/jvm.h (_Jv_VTable): Handle function...
2001-09-21 rth * no-threads.cc (_Jv_ThreadStart): Remove names...
2001-09-21 bryce * posix-threads.cc (_Jv_ThreadInterrupt): Re-enable...
2001-09-19 greenFix null pointer bug.
2001-09-17 aj * jni.cc (array_from_valist): Use promoted...
2001-09-17 greenAdd support for iso8859_1.
2001-09-15 tromey * java/util/TimeZone.java: Updated list of timezones...
2001-09-14 tromey * java/lang/CloneNotSupportedException.java: Re-merged...
2001-09-13 bryce * java/util/Hashtable.java (Enumerator): Ensure that if
2001-09-13 bryce * java/io/File.java (normalizePath): Use equals()...
2001-09-12 tromey * Makefile.in: Rebuilt.
2001-09-12 tromey * java/io/File.java (toURL): Use getAbsolutePath and...
2001-09-11 tromey * java/util/Properties.java (load): Correctly read...
2001-09-10 manfred * configure.in (LIBFFIINCS): Quote uses of $(top_srcdir)
2001-09-10 bryce * include/jvm.h (_Jv_AllocRawObj): New prototype.
2001-09-07 greenResourceBundle fixes
2001-09-07 tromey * java/text/RuleBasedCollator.java (clone): Rewrote.
2001-09-06 green * include/jvm.h: Declare _Jv_RegisterResource.
2001-09-06 tromey * java/util/Properties.java: Re-merged from Classpath.
2001-09-05 tromey From Eric Blake, via Classpath:
2001-09-05 tromey * java/util/Date.java: Re-merged with Classpath.
2001-09-05 tromey * java/text/DateFormatSymbols.java: Re-merged with...
2001-09-05 tromey2001-09-05 Corey Minyard <minyard@acm.org>
2001-09-05 tromey * java/lang/natSystem.cc (init_properties): Default...
2001-09-05 bryce * java/text/MessageFormat.java (setLocale)...
2001-09-05 tromey * java/util/AbstractMap.java: Re-merged with Classpath.
2001-09-05 tromey * java/text/SimpleDateFormat.java: Re-merged with...
2001-09-04 tromey Fix for PR libgcj/4213:
2001-09-04 tromey * java/lang/reflect/natField.cc (set): Allow for case...
2001-09-02 tromey * java/security/spec/AlgorithmParameterSpec.java,
2001-09-02 tromey * gcj/javaprims.h: Regenerated class list.
2001-09-02 tromey * Makefile.in: Rebuilt.
2001-09-01 bothner * gcj/javaprims.h (_Jv_RegisterClassHook): New extern...
2001-09-01 bothner * java/lang/ClassLoader.java (system): Remove static...
2001-09-01 tromey * java/io/BufferedReader.java, java/io/ObjectInput...
2001-08-31 tromey Re-merge with Classpath:
2001-08-31 tromey * Makefile.in: Rebuilt.
2001-08-31 tromey * java/io/ByteArrayOutputStream.java: Re-merged with...
2001-08-31 jason * exception.cc (PERSONALITY_FUNCTION): Simplify
2001-08-31 tromey * java/io/ByteArrayInputStream.java: Merged with Class...
2001-08-31 tromey * java/io/BufferedReader.java: Re-merged with Classpath.
2001-08-28 bothner * java/math/BigInteger.java (init(int,Random)): New...
2001-08-28 tromey * java/rmi/activation/Activatable.java,
2001-08-26 bryce * Makefile.am: New friends for java/lang/Thread.h.
2001-08-26 bryce * name-finder.cc (lookup): Ignore a null dli_fname...
2001-08-24 tromey * java/lang/reflect/Field.java (toString): Use
2001-08-22 greenLook for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so.
2001-08-21 jsturm * java/util/IdentityHashMap.java (get): Fix off-by...
2001-08-20 tromey * java/awt/GridBagConstraints.java: Removed comment.
2001-08-20 tromey * jni.cc (nathash, nathash_count, nathash_size): New...
2001-08-18 jsturm * gnu/gcj/convert/UnicodeToBytes.java (write): Write...
2001-08-18 tromey2001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com>
2001-08-17 tromey2001-08-17 Mark J Roberts <mjr@anarcast.net>
2001-08-17 tromey * gnu/gcj/convert/IOConverter.java: Add `646' alias.
2001-08-17 hboehm * BigInteger.java: fix right shifts by nonzero multipl...
2001-08-15 tromey * jni.cc: Include IdentityHashMap.h, not Hashtable.h.
2001-08-15 tromey * gnu/gcj/convert/natIconv.cc (read): Handle EINVAL...
2001-08-13 tromey * java/awt/image/SampleModel.java (getPixel): Set...
2001-08-10 ljrittle* gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV.
2001-08-10 ljrittle* java/lang/natObject.cc (is_mp): Protect use of _SC_NP...
2001-08-06 tromey * java/io/InputStreamReader.java (refill): Only call...
2001-08-05 tromey * java/io/StringWriter.java: Merged with Classpath.
2001-08-03 tromey * prims.cc (JNI_OnLoad): Don't declare.
2001-08-02 tromey * java/io/RandomAccessFile.java (seek): Let seek go...
2001-08-02 tromey2001-08-02 Martin Kahlert <martin.kahlert@infineon...
2001-08-02 tromey * configure: Rebuilt.
2001-08-01 ro * include/posix.h (_POSIX_PII_SOCKET): Define.
2001-08-01 jsturm * libgcj.spec.in: Pass -fkeep-inline-functions to...
2001-07-31 tromey2001-07-30 Christian Iseli <chris@ludwig-alpha.unil.ch>
2001-07-31 tromey * java/util/Date.java: Re-merged with Classpath.
2001-07-31 jsturm* java/net/natPlainDatagramSocketImpl.cc: Undefine...
2001-07-30 tromey2001-07-30 Tom Tromey <tromey@redhat.com>
2001-07-30 tromey * java/lang/Integer.java: Merged with Classpath.
2001-07-30 bryce * java/util/GregorianCalendar.java (GregorianCalendar...
2001-07-29 mark * HACKING: add description on updating namespace
2001-07-26 bryce * java/util/Calendar.java (set): Never recompute field...
2001-07-25 tromey * Makefile.in: Rebuilt.
2001-07-24 ro * prims.cc (_JNI_OnLoad): New function.
2001-07-24 ro * Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS.
2001-07-24 tromey * java/lang/VMClassLoader.java (getPrimitiveClass...
2001-07-23 tromey * gcj/javaprims.h: Rebuilt class list.
2001-07-23 jsturm* configure.host: Enable hash synchronization for alpha*-*.
2001-07-18 ro * java/net/natPlainDatagramSocketImpl.cc (mcastGrp...
2001-07-18 tromey * java/io/natFileWin32.cc (_access): Renamed.
2001-07-18 tromey For PR java/2812:
2001-07-17 apbianco2001-07-13 Alexandre Petit-Bianco <apbianco@redhat...
2001-07-17 bryce * java/util/LinkedList.java (clone): Clear the copy...
2001-07-13 tromey Fix for PR libgcj/3426:
2001-07-12 tromey Report from Henner Zeller:
2001-07-11 greenAdd some org packages.
2001-07-11 apbiancolibjava:
2001-07-07 jsturm* Makefile.am (libgcj.jar): Don't recursively make
2001-07-06 aph2001-07-06 Andrew Haley <aph@cambridge.redhat.com>
2001-07-05 tromey For PR java/3562:
next