aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2000-09-30posix-threads.cc (_Jv_CondWait): Check to see if we are interrupted before mo...Tom Tromey1-0/+5
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm1-0/+53
2000-09-26Scrollbar.java (removeAdjustmentListener): Use `remove', not `add'.Tom Tromey1-0/+5
2000-09-26natSystem.cc (file_encoding): Added return statement.Alexandre Petit-Bianco1-0/+4
2000-09-14Makefile.am: Re-work shell commands that exceeded command-line length limits.Alexandre Oliva1-0/+4
2000-09-14* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.Alexandre Oliva1-0/+2
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva1-0/+7
2000-09-13configure.in (LIBDATASTARTSPEC): Use `%s' to search for libgcjdata.a.Alexandre Oliva1-0/+10
2000-09-13natArray.cc (BooleanClass): New define.Tom Tromey1-0/+7
2000-09-13String.java (CASE_INSENSITIVE_ORDER): New static field.Bryce McKinlay1-0/+12
2000-09-12* configure: Rebuilt with new ../libtool.m4.Alexandre Oliva1-0/+4
2000-09-11Field.java (toString): Don't rely on Class.toString.Tom Tromey1-0/+5
2000-09-11BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv.Tom Tromey1-0/+11
2000-09-10acinclude.m4: Simplify the tests for CC and CXX.Alexandre Oliva1-0/+3
2000-09-10acinclude.m4: Include libtool macros from the source tree.Alexandre Oliva1-0/+5
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy1-0/+49
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay1-0/+7
2000-09-06jvm.h (_Jv_HashCode): Cast object ptr to `unsigned long' to avoid long long d...Jeff Sturm1-0/+5
2000-09-06Constructor.java (toString): Use `getName' for parameter types.Tom Tromey1-0/+5
2000-09-06natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para...Tom Tromey1-0/+3
2000-09-06Fix for PR java.lang/339:Tom Tromey1-1/+9
2000-09-06* java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Fix typo.Bryce McKinlay1-2/+3
2000-09-05natPlainDatagramSocketImpl.cc: Change various `JvThrow' calls to `throw'.Bryce McKinlay1-0/+11
2000-09-05* doc/cni.sgml: Updated from master copy.Tom Tromey1-0/+4
2000-09-05natIconv.cc (read): Remove unused local.Bryce McKinlay1-0/+12
2000-09-04ZipFile.java (ZipFile): Delete file when opened in DELETE mode.Tom Tromey1-0/+5
2000-09-04re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Anthony Green1-0/+8
2000-09-04Forgot to add this from last commit.Anthony Green1-0/+9
2000-09-04Makefile.in: Rebuilt.Tom Tromey1-0/+6
2000-09-01StreamTokenizer.java: Don't throw a NumberFormatException if a field is numer...Andrew Haley1-0/+7
2000-08-30Makefile.in: Rebuilt.Tom Tromey1-0/+5
2000-08-29BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols.Tom Tromey1-3/+28
2000-08-27ZipFile.java: Implement OPEN_DELETE mode...Mark Wielaard1-0/+6
2000-08-27ArrayList.java, [...]: Imported from GNU Classpath.Anthony Green1-0/+10
2000-08-26Makefile.in: Rebuilt.Anthony Green1-0/+19
2000-08-24InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no...Mark Wielaard1-0/+5
2000-08-24PrintWriter.java (print(String)): Don't catch IOException, write(String) alre...Mark Wielaard1-0/+5
2000-08-23NativeThread.java (NativeThread): Removed assignment to `alive_flag', call `i...Alexandre Petit-Bianco1-0/+8
2000-08-22Makefile.in: Rebuilt.Mark Wielaard1-0/+10
2000-08-21ResourceBundle.java (trySomeGetBundle): Removed debugging prints.Tom Tromey1-0/+5
2000-08-21Fixed typo in ChangeLogAnthony Green1-1/+0
2000-08-21natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green1-4/+33
2000-08-20Adler32.java: Make private variables really privateMark Wielaard1-0/+11
2000-08-20JarFile.java: Don't call java.util.zip.ZipFile.getEntry twice.Anthony Green1-0/+6
2000-08-20Oops. Forgot some notes.Anthony Green1-0/+2
2000-08-20URLClassLoader.java: Find the JarEntry via the JarFile.Anthony Green1-0/+16
2000-08-19ZipInputStream.java (createZipEntry): Implemented.Tom Tromey1-0/+5
2000-08-19Attributes.java, [...]: Imported from Classpath.Anthony Green1-0/+31
2000-08-17natClass.cc (finit_name): Initialized with `finit$'.Alexandre Petit-Bianco1-0/+8
2000-08-16ComponentDataBlitOp.java: New file.Rolf W. Rasmussen1-0/+145