summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * gnu/gcj/convert/UnicodeToBytes.java (write): Write work bufferjsturm2001-08-182-1/+6
* 2001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com>tromey2001-08-182-13/+16
* 2001-08-17 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-172-0/+17
* 2001-08-17 Mark J Roberts <mjr@anarcast.net>tromey2001-08-172-12/+16
* * gnu/gcj/convert/IOConverter.java: Add `646' alias.tromey2001-08-172-0/+9
* * BigInteger.java: fix right shifts by nonzero multiples of 32.hboehm2001-08-171-0/+4
* * BigInteger.java: fix right shifts by nonzero multiples of 32.hboehm2001-08-171-1/+1
* * jni.cc: Include IdentityHashMap.h, not Hashtable.h.tromey2001-08-157-11/+442
* * gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIGtromey2001-08-152-4/+12
* * java/awt/image/SampleModel.java (getPixel): Set correct arraytromey2001-08-132-3/+8
* 2001-08-12 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-133-0/+143
* * gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV.ljrittle2001-08-102-0/+9
* * java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN.ljrittle2001-08-102-0/+8
* * java/io/InputStreamReader.java (refill): Only call refill ontromey2001-08-062-1/+8
* * java/io/StringWriter.java: Merged with Classpath.tromey2001-08-057-179/+979
* * libjava.jni/calls.c (Java_calls_docall): Fix typo.rth2001-08-032-1/+5
* * prims.cc (JNI_OnLoad): Don't declare.tromey2001-08-032-35/+6
* * java/io/RandomAccessFile.java (seek): Let seek go past end oftromey2001-08-027-23/+43
* 2001-08-02 Martin Kahlert <martin.kahlert@infineon.com>tromey2001-08-022-0/+8
* * configure: Rebuilt.tromey2001-08-023-302/+331
* * include/posix.h (_POSIX_PII_SOCKET): Define.ro2001-08-018-313/+379
* * libjava.lang/KeepInline.java: New file.jsturm2001-08-013-0/+25
* * libgcj.spec.in: Pass -fkeep-inline-functions to jc1.jsturm2001-08-012-1/+5
* 2001-07-30 Christian Iseli <chris@ludwig-alpha.unil.ch>tromey2001-07-313-4/+10
* * java/util/Date.java: Re-merged with Classpath.tromey2001-07-312-1/+6
* * libjava.lang/SyncTest.java: New file.jsturm2001-07-314-0/+39
* * java/net/natPlainDatagramSocketImpl.cc: Undefine bind if defined.jsturm2001-07-313-3/+47
* 2001-07-30 Tom Tromey <tromey@redhat.com>tromey2001-07-307-69/+207
* * java/lang/Integer.java: Merged with Classpath.tromey2001-07-302-4/+6
* * java/util/GregorianCalendar.java (GregorianCalendar): Callbryce2001-07-302-3/+6
* * HACKING: add description on updating namespacemark2001-07-292-0/+21
* gcc/testsuite:ro2001-07-272-0/+19
* * java/util/Calendar.java (set): Never recompute fields here. Theybryce2001-07-264-71/+112
* * Makefile.in: Rebuilt.tromey2001-07-253-4/+10
* * prims.cc (_JNI_OnLoad): New function.ro2001-07-242-4/+17
* * Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS.ro2001-07-243-0/+7
* * java/lang/VMClassLoader.java (getPrimitiveClass): Return correcttromey2001-07-242-8/+13
* * gcj/javaprims.h: Rebuilt class list.tromey2001-07-2312-649/+1662
* * configure.host: Enable hash synchronization for alpha*-*.jsturm2001-07-234-0/+65
* * libjava.lang/PR3731.java: New file.jsturm2001-07-194-0/+23
* * java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Use new RFCro2001-07-182-1/+16
* * java/io/natFileWin32.cc (_access): Renamed.tromey2001-07-184-12/+24
* For PR java/2812:tromey2001-07-189-297/+603
* 2001-07-13 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-07-172-1/+5
* * java/util/LinkedList.java (clone): Clear the copy list with clear(),bryce2001-07-172-8/+7
* 2001-07-12 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-07-135-0/+46
* Fix for PR libgcj/3426:tromey2001-07-134-64/+83