aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-07-31natPlainDatagramSocketImpl.cc: Undefine bind if defined.Jeff Sturm3-3/+47
2001-07-30natIconv.cc (done): New methods.Tom Tromey7-69/+207
2001-07-30* java/lang/Integer.java: Merged with Classpath.Tom Tromey2-4/+6
2001-07-30GregorianCalendar.java (GregorianCalendar): Call setTimeInMillis() to set the...Bryce McKinlay2-3/+6
2001-07-29* HACKING: add description on updating namespaceMark Wielaard2-0/+21
2001-07-27g++.exp (g++_set_ld_library_path): Renamed to ${tool}_set_ld_library_path.Rainer Orth2-0/+19
2001-07-26Calendar.java (set): Never recompute fields here.Bryce McKinlay4-71/+112
2001-07-25Makefile.in: Rebuilt.Tom Tromey3-4/+10
2001-07-24prims.cc (_JNI_OnLoad): New function.Rainer Orth2-4/+17
2001-07-24Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS.Rainer Orth3-0/+7
2001-07-24VMClassLoader.java (getPrimitiveClass): Return correct type.Tom Tromey2-8/+13
2001-07-23javaprims.h: Rebuilt class list.Tom Tromey12-649/+1662
2001-07-23configure.host: Enable hash synchronization for alpha*-*.Jeff Sturm4-0/+65
2001-07-19re PR java/3731 (gcj should generate class init code for instanceof)Jeff Sturm4-0/+23
2001-07-18natPlainDatagramSocketImpl.cc (mcastGrp): Use new RFC 2533 socket options IPV...Rainer Orth2-1/+16
2001-07-18natFileWin32.cc (_access): Renamed.Tom Tromey4-12/+24
2001-07-18For PR java/2812:Tom Tromey9-297/+603
2001-07-17i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Removed unused local `_ebp.'Alexandre Petit-Bianco2-1/+5
2001-07-17LinkedList.java (clone): Clear the copy list with clear(), not by setting its...Bryce McKinlay2-8/+7
2001-07-13anon_ctor_itf_arg.java: Moved to `libjava.lang.'Alexandre Petit-Bianco5-0/+46
2001-07-13re PR libgcj/3426 (java.io.InputStreamReader, infinite loop)Tom Tromey4-64/+83
2001-07-12anon_ctor_itf_arg.java: New file.Alexandre Petit-Bianco3-0/+44
2001-07-12* libjava.lang/N19990310_4.xfail: Removed.Tom Tromey2-1/+4
2001-07-12Report from Henner Zeller:Tom Tromey2-6/+15
2001-07-11Add some org packages.Anthony Green57-65/+12784
2001-07-10Makefile.am: Added `java/lang/ThreadLocal.java'.Alexandre Petit-Bianco7-1/+240
2001-07-07Makefile.am (libgcj.jar): Don't recursively make built_java_source_files.Jeff Sturm3-1006/+92
2001-07-06i386-signal.h: Don't do anything with unsigned divide overflow except throw a...Andrew Haley2-15/+5
2001-07-06Divide_1.java: Add may more test cases.Andrew Haley3-3/+117
2001-07-05For PR java/3562:Tom Tromey2-2/+8
2001-07-03II.java: New file.Jeff Sturm3-0/+22
2001-07-03configure: Rebuilt.Tom Tromey3-145/+172
2001-07-03re PR bootstrap/3281 (Installation failure (mkinstalldirs))Tom Tromey9-306/+352
2001-07-02For PR libgcj/3523:Jeremy Nimmer2-2/+8
2001-06-27IOConverter.java: Manually maintained alias now lowercase.Tom Tromey2-1/+6
2001-06-26encodings.pl: Generate lower-case names.Tom Tromey3-26/+38
2001-06-26natFileDescriptorPosix.cc (open): Change error message formatting.Tom Tromey2-1/+8
2001-06-25* libjava.lang/stub.xfail: Removed.Tom Tromey2-3/+4
2001-06-25jni.exp (gcj_jni_compile_c_to_so): Fix path for jni.h.Andreas Jaeger2-27/+31
2001-06-21java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL.Tom Tromey2-1/+8
2001-06-19BigInteger.java (byteArrayToIntArray): Don't include extraneous/malformed sig...Mark J. Roberts2-5/+6
2001-06-15* jni.cc (_Jv_JNI_NewLocalRef): Search other frames.Tom Tromey2-8/+19
2001-06-15natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey3-3/+23
2001-06-15jni.cc (ClassClass): Removed; updated all users.Tom Tromey2-30/+51
2001-06-14jni.exp: New file.Tom Tromey3-0/+176
2001-06-14re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Tom Tromey2-143/+415
2001-06-13Added John Gilmore.Per Bothner1-0/+1
2001-06-13aclocal.m4, configure: Rebuilt.Tom Tromey4-3/+15
2001-06-10exception.cc (cstdlib): Replaces stdlib.h.Alexandre Petit-Bianco2-3/+9
2001-06-09acinclude.m4 (AC_EXEEXT): Work around in case it expands to nothing, as in au...Alexandre Oliva3-238/+246