summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * gcj/javaprims.h: Rebuilt class list.tromey2001-10-028-34/+401
* * prims.cc (_Jv_NewMultiArrayUnchecked): New method.tromey2001-10-024-9/+34
* * java/io/FileWriter.java: Merge with Classpath.mark2001-10-0113-413/+1660
* * java/io/DataInput.java: Merge with Classpath.mark2001-09-3014-218/+1269
* PR libgcj/4383bryce2001-09-304-3/+18
* * java/lang/natClass.cc (_Jv_IsAssignableFrom): Handle the case ofbryce2001-09-302-2/+8
* * gnu/gcj/runtime/SharedLibLoader.java: New class.bothner2001-09-298-443/+1992
* * Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS).jsturm2001-09-293-1125/+72
* 2001-09-27 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-272-0/+25
* * java/util/IdentityHashMap.java (containsKey): Use getHash.tromey2001-09-272-11/+29
* * gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): Newtromey2001-09-274-4/+47
* * java/io/DataInputStream.java (readChar): Use readFully.tromey2001-09-262-15/+13
* * java/security/cert/X509Extension.java: Merge from classpath.bryce2001-09-252-2/+4
* * java/lang/PosixProcess.java (exitValue): Implement here. Throwbryce2001-09-243-28/+28
* old fixgreen2001-09-232-1/+6
* misc fixesgreen2001-09-234-6/+25
* * include/jvm.h (_Jv_VTable): Handle function descriptors for ia64;rth2001-09-215-47/+84
* * no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.rth2001-09-213-3/+7
* * posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt ofbryce2001-09-213-34/+51
* Fix null pointer bug.green2001-09-192-1/+7
* * jni.cc (array_from_valist): Use promoted types for va_arg.aj2001-09-172-58/+62
* Add support for iso8859_1.green2001-09-172-0/+5
* * java/util/TimeZone.java: Updated list of timezones fromtromey2001-09-152-2/+11
* * java/lang/CloneNotSupportedException.java: Re-merged withtromey2001-09-142-16/+27
* * java/util/Hashtable.java (Enumerator): Ensure that ifbryce2001-09-132-17/+34
* * java/io/File.java (normalizePath): Use equals() not '==' for stringbryce2001-09-132-1/+6
* * Makefile.in: Rebuilt.tromey2001-09-123-18/+55
* * java/io/File.java (toURL): Use getAbsolutePath and `file://'.tromey2001-09-122-1/+6
* * java/util/Properties.java (load): Correctly read \u sequences.tromey2001-09-112-1/+8
* * configure.in (LIBFFIINCS): Quote uses of $(top_srcdir)manfred2001-09-103-2/+8
* * include/jvm.h (_Jv_AllocRawObj): New prototype.bryce2001-09-105-4/+26
* ResourceBundle fixesgreen2001-09-072-28/+48
* * java/text/RuleBasedCollator.java (clone): Rewrote.tromey2001-09-074-444/+497
* * include/jvm.h: Declare _Jv_RegisterResource.green2001-09-0612-39/+494
* * java/util/Properties.java: Re-merged from Classpath.tromey2001-09-062-4/+10
* From Eric Blake, via Classpath:tromey2001-09-052-6/+41
* * java/util/Date.java: Re-merged with Classpath.tromey2001-09-052-6/+9
* * java/text/DateFormatSymbols.java: Re-merged with Classpath.tromey2001-09-052-6/+29
* 2001-09-05 Corey Minyard <minyard@acm.org>tromey2001-09-052-0/+24
* * java/lang/natSystem.cc (init_properties): Default locale istromey2001-09-052-0/+6
* * java/text/MessageFormat.java (setLocale): Don't catch ParseExceptionbryce2001-09-052-8/+6
* * java/util/AbstractMap.java: Re-merged with Classpath.tromey2001-09-053-3/+25
* * java/text/SimpleDateFormat.java: Re-merged with Classpath.tromey2001-09-0535-2494/+5757
* Fix for PR libgcj/4213:tromey2001-09-044-1/+34
* * java/lang/reflect/natField.cc (set): Allow for case when thetromey2001-09-042-5/+6
* * java/security/spec/AlgorithmParameterSpec.java,tromey2001-09-023-2/+5
* * gcj/javaprims.h: Regenerated class list.tromey2001-09-024-4/+14
* * Makefile.in: Rebuilt.tromey2001-09-0270-1593/+4700
* 2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-014-0/+35
* * gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration.bothner2001-09-014-3/+27