aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-08-28BigInteger.java (init(int,Random)): New method.Per Bothner2-13/+35
2001-08-28Activatable.java, [...]: RMI implementation from Kaffe.Tom Tromey88-60/+8594
2001-08-27KeepInline.out: Fixed content.Alexandre Petit-Bianco2-1/+5
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay11-1185/+275
2001-08-26* name-finder.cc (lookup): Ignore a null dli_fname from dBryce McKinlay2-2/+8
2001-08-24Field.java (toString): Use Method.appendClassName.Tom Tromey8-79/+167
2001-08-22Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so.Anthony Green2-5/+12
2001-08-21IdentityHashMap.java (get): Fix off-by-one error.Jeff Sturm2-2/+7
2001-08-20* java/awt/GridBagConstraints.java: Removed comment.Tom Tromey2-2/+3
2001-08-20jni.cc (nathash, [...]): New globals.Tom Tromey2-21/+166
2001-08-18UnicodeToBytes.java (write): Write work buffer starting from zero offset.Jeff Sturm2-1/+6
2001-08-18boehm.cc: Include gc_local_alloc.h if appropriate.Hans Boehm2-13/+16
2001-08-17XercesBug.java: New file.Alexandre Petit-Bianco2-0/+17
2001-08-17BigInteger.java (randBytes): New method.Mark J Roberts2-12/+16
2001-08-17* gnu/gcj/convert/IOConverter.java: Add `646' alias.Tom Tromey2-0/+9
2001-08-17* BigInteger.java: fix right shifts by nonzero multiples of 32.Hans Boehm1-0/+4
2001-08-17* BigInteger.java: fix right shifts by nonzero multiples of 32.Hans Boehm1-1/+1
2001-08-15jni.cc: Include IdentityHashMap.h, not Hashtable.h.Tom Tromey7-11/+442
2001-08-15natIconv.cc (read): Handle EINVAL and E2BIG correctly.Tom Tromey2-4/+12
2001-08-13SampleModel.java (getPixel): Set correct array element.Tom Tromey2-3/+8
2001-08-13Matrix4f.java: New file.Alexandre Petit-Bianco3-0/+143
2001-08-10* gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV.Loren J. Rittle2-0/+9
2001-08-10* java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN.Loren J. Rittle2-0/+8
2001-08-06InputStreamReader.java (refill): Only call refill on BufferedInputStream when...Tom Tromey2-1/+8
2001-08-05StringWriter.java: Merged with Classpath.Tom Tromey7-179/+979
2001-08-03* libjava.jni/calls.c (Java_calls_docall): Fix typo.Richard Henderson2-1/+5
2001-08-03prims.cc (JNI_OnLoad): Don't declare.Tom Tromey2-35/+6
2001-08-02RandomAccessFile.java (seek): Let seek go past end of file.Tom Tromey7-23/+43
2001-08-02jni.cc (JNI_CreateJavaVM): Call _Jv_JNI_Init in order to initialize global_re...Martin Kahlert2-0/+8
2001-08-02configure: Rebuilt.Tom Tromey3-302/+331
2001-08-01re PR libgcj/3694 (natPlainDatagramSocketImpl.cc doesn't compile in ALPHA OSF1)Rainer Orth8-313/+379
2001-08-01KeepInline.java: New file.Jeff Sturm3-0/+25
2001-08-01* libgcj.spec.in: Pass -fkeep-inline-functions to jc1.Jeff Sturm2-1/+5
2001-07-31Makefile.in: Rebuilt.Christian Iseli3-4/+10
2001-07-31* java/util/Date.java: Re-merged with Classpath.Tom Tromey2-1/+6
2001-07-31SyncTest.java: New file.Jeff Sturm4-0/+39
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