summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * java/lang/ClassLoader.java (system): Remove static field.bothner2001-09-014-13/+18
* * java/io/BufferedReader.java, java/io/ObjectInput.java,tromey2001-09-016-4/+10
* Re-merge with Classpath:tromey2001-08-315-4/+26
* * Makefile.in: Rebuilt.tromey2001-08-3118-727/+2219
* * java/io/ByteArrayOutputStream.java: Re-merged with Classpath.tromey2001-08-313-33/+103
* * exception.cc (PERSONALITY_FUNCTION): Simplifyjason2001-08-312-8/+12
* * java/io/ByteArrayInputStream.java: Merged with Classpath.tromey2001-08-312-19/+158
* * java/io/BufferedReader.java: Re-merged with Classpath.tromey2001-08-312-6/+31
* * java/math/BigInteger.java (init(int,Random)): New method.bothner2001-08-282-13/+35
* * java/rmi/activation/Activatable.java,tromey2001-08-2888-60/+8594
* 2001-08-24 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-272-1/+5
* * Makefile.am: New friends for java/lang/Thread.h.bryce2001-08-2611-1185/+275
* * name-finder.cc (lookup): Ignore a null dli_fname from dbryce2001-08-262-2/+8
* * java/lang/reflect/Field.java (toString): Usetromey2001-08-248-79/+167
* Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so.green2001-08-222-5/+12
* * java/util/IdentityHashMap.java (get): Fix off-by-one error.jsturm2001-08-212-2/+7
* * java/awt/GridBagConstraints.java: Removed comment.tromey2001-08-202-2/+3
* * jni.cc (nathash, nathash_count, nathash_size): New globals.tromey2001-08-202-21/+166