Age | Commit message (Expand) | Author | Files | Lines |
2000-10-02 | prims.cc (_Jv_argv, _Jv_argc): New fields. | Bryce McKinlay | 21 | -12/+1266 |
2000-09-30 | posix-threads.cc (_Jv_CondWait): Check to see if we are interrupted before mo... | Tom Tromey | 2 | -12/+17 |
2000-09-30 | Implement bitmap descriptor based marking for Boehm GC. | Hans Boehm | 11 | -226/+412 |
2000-09-30 | ltconfig, [...]: Updated from libtool multi-language branch, to work around S... | Alexandre Oliva | 1 | -279/+268 |
2000-09-26 | Scrollbar.java (removeAdjustmentListener): Use `remove', not `add'. | Tom Tromey | 2 | -1/+6 |
2000-09-26 | natSystem.cc (file_encoding): Added return statement. | Alexandre Petit-Bianco | 2 | -0/+5 |
2000-09-14 | Makefile.am: Re-work shell commands that exceeded command-line length limits. | Alexandre Oliva | 3 | -16/+33 |
2000-09-14 | Looks like Tom forgot to check this in... | Alexandre Oliva | 1 | -0/+2 |
2000-09-14 | * java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'. | Alexandre Oliva | 2 | -1/+3 |
2000-09-14 | defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H. | Alexandre Oliva | 5 | -4/+20 |
2000-09-13 | configure.in (LIBDATASTARTSPEC): Use `%s' to search for libgcjdata.a. | Alexandre Oliva | 6 | -294/+437 |
2000-09-13 | natArray.cc (BooleanClass): New define. | Tom Tromey | 3 | -8/+27 |
2000-09-13 | String.java (CASE_INSENSITIVE_ORDER): New static field. | Bryce McKinlay | 4 | -5/+42 |
2000-09-12 | * configure: Rebuilt with new ../libtool.m4. | Alexandre Oliva | 2 | -246/+240 |
2000-09-11 | Field.java (toString): Don't rely on Class.toString. | Tom Tromey | 3 | -8/+421 |
2000-09-11 | BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv. | Tom Tromey | 7 | -238/+357 |
2000-09-10 | acinclude.m4: Simplify the tests for CC and CXX. | Alexandre Oliva | 4 | -492/+389 |
2000-09-10 | acinclude.m4: Include libtool macros from the source tree. | Alexandre Oliva | 4 | -688/+823 |
2000-09-10 | * Updated from libtool multi-language branch. | Alexandre Oliva | 9 | -1506/+4265 |
2000-09-10 | This commit was generated by cvs2svn to compensate for changes in r36292, | Alexandre Oliva | 1 | -17/+175 |
2000-09-10 | Initial revision | Alexandre Oliva | 1 | -0/+13 |
2000-09-08 | PropertyChangeEvent.java (serialVersionUID): Added. | Warren Levy | 29 | -34/+162 |
2000-09-07 | Makefile.am (Thread.h): Don't be friends with native threads functions. | Bryce McKinlay | 5 | -50/+31 |
2000-09-06 | jvm.h (_Jv_HashCode): Cast object ptr to `unsigned long' to avoid long long d... | Jeff Sturm | 2 | -2/+8 |
2000-09-06 | Constructor.java (toString): Use `getName' for parameter types. | Tom Tromey | 3 | -3/+8 |
2000-09-06 | natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para... | Tom Tromey | 2 | -2/+9 |
2000-09-06 | Fix for PR java.lang/339: | Tom Tromey | 2 | -34/+125 |
2000-09-06 | * java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Fix typo. | Bryce McKinlay | 2 | -3/+4 |
2000-09-05 | natPlainDatagramSocketImpl.cc: Change various `JvThrow' calls to `throw'. | Bryce McKinlay | 4 | -80/+114 |
2000-09-05 | * doc/cni.sgml: Updated from master copy. | Tom Tromey | 2 | -117/+28 |
2000-09-05 | natIconv.cc (read): Remove unused local. | Bryce McKinlay | 6 | -19/+20 |
2000-09-04 | ZipFile.java (ZipFile): Delete file when opened in DELETE mode. | Tom Tromey | 2 | -1/+6 |
2000-09-04 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Anthony Green | 3 | -16/+53 |
2000-09-04 | Forgot to add this from last commit. | Anthony Green | 1 | -0/+9 |
2000-09-04 | File.java (deleteOnExit): New method. | Anthony Green | 5 | -2/+60 |
2000-09-04 | Makefile.in: Rebuilt. | Tom Tromey | 3 | -2/+8 |
2000-09-01 | StreamTokenizer.java: Don't throw a NumberFormatException if a field is numer... | Andrew Haley | 2 | -5/+26 |
2000-09-01 | abstr.xfail: New file. | Tom Tromey | 3 | -0/+20 |
2000-08-30 | Makefile.in: Rebuilt. | Tom Tromey | 6 | -28/+56 |
2000-08-29 | BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols. | Tom Tromey | 27 | -31/+61 |
2000-08-27 | ZipFile.java: Implement OPEN_DELETE mode... | Mark Wielaard | 3 | -14/+49 |
2000-08-27 | ArrayList.java, [...]: Imported from GNU Classpath. | Anthony Green | 12 | -10/+3112 |
2000-08-26 | Makefile.in: Rebuilt. | Anthony Green | 10 | -76/+98 |
2000-08-24 | InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no... | Mark Wielaard | 2 | -0/+7 |
2000-08-24 | PrintWriter.java (print(String)): Don't catch IOException, write(String) alre... | Mark Wielaard | 2 | -8/+6 |
2000-08-23 | NativeThread.java (NativeThread): Removed assignment to `alive_flag', call `i... | Alexandre Petit-Bianco | 3 | -1/+16 |
2000-08-22 | Makefile.in: Rebuilt. | Mark Wielaard | 6 | -36/+66 |
2000-08-21 | ResourceBundle.java (trySomeGetBundle): Removed debugging prints. | Tom Tromey | 2 | -16/+17 |
2000-08-21 | Fixed typo in ChangeLog | Anthony Green | 1 | -1/+0 |
2000-08-21 | natSystem.cc (init_properties): Change sourceware reference to sources.redhat... | Anthony Green | 12 | -24/+385 |