Age | Commit message (Expand) | Author | Files | Lines |
2002-03-03 | * java/util/Timer (TaskQueue.stop): set elements to zero. | Mark Wielaard | 2 | -0/+5 |
2002-03-01 | Oops. A ChangeLog entry got committed prematurely with my last change. | Anthony Green | 1 | -7/+0 |
2002-03-01 | Add pointer support to the reflection code. | Anthony Green | 2 | -29/+49 |
2002-02-28 | natInetAddress.cc: Changed USE_WINSOCK to WIN32, added '#undef STRICT'. | Adam Megacz | 2 | -3/+9 |
2002-02-27 | natSystem.cc (init_properties): Use __VERSION__. | Tom Tromey | 11 | -369/+377 |
2002-02-27 | acinclude.m4 (LIB_AC_PROG_CXX): Use glibjava_CXX instead of glibcpp_CXX, sinc... | Andreas Schwab | 4 | -355/+350 |
2002-02-27 | natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'. | Tom Tromey | 2 | -3/+8 |
2002-02-25 | Makefile.am (GCJCOMPILE): Use -fCLASSPATH not -fclasspath. | Bryce McKinlay | 3 | -3/+8 |
2002-02-25 | natPlainDatagramSocketImpl.cc: whops; removed 'make' typo. | Adam Megacz | 2 | -1/+6 |
2002-02-25 | natPlainDatagramSocketImpl.cc: Updated #includes for Win32... | Adam Megacz | 2 | -6/+15 |
2002-02-25 | win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of new | Adam Megacz | 2 | -2/+8 |
2002-02-24 | Win32Process.java: Created a dummy class to allow build process to run to com... | Adam Megacz | 2 | -0/+68 |
2002-02-24 | natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result. | Jeff Sturm | 2 | -1/+48 |
2002-02-24 | InvokeReturn.java: New file. | Jeff Sturm | 3 | -0/+89 |
2002-02-23 | Makefile.in, [...]: Rebuilt. | Alexandre Oliva | 5 | -74/+34 |
2002-02-22 | URL.java (getPath): New JDK 1.3 method. | Per Bothner | 3 | -19/+59 |
2002-02-22 | natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm... | Tom Tromey | 5 | -6/+15 |
2002-02-22 | acinclude.m4 (CXX): AC_SUBST it, instead of glibcpp_CXX. | Alexandre Oliva | 4 | -2/+8 |
2002-02-22 | Connection.java (conect): Open the input and/or output streams immediately he... | Per Bothner | 2 | -13/+24 |
2002-02-22 | acinclude.m4 (LIB_AC_PROG_CXX): Copied from libstdc++-v3. | Alexandre Oliva | 6 | -370/+533 |
2002-02-21 | Makefile.am (libgcj.jar:): Change to -CLASSPATH | Nic Ferrier | 2 | -67/+28 |
2002-02-20 | * libjava.lang/stringconst.xfail: xfail-output -> xfail-source-output. | Bryce McKinlay | 2 | -1/+3 |
2002-02-20 | libjava.exp: Add "xfail-byte-output" and "xfail-source-output". | Bryce McKinlay | 8 | -4/+117 |
2002-02-20 | re PR libgcj/5696 (natClass.cc run through superclasses of target if they exi... | Tom Tromey | 2 | -12/+23 |
2002-02-18 | natPlainDatagramSocketImpl.cc (bind): Call setsockopt to enable SO_BROADCAST. | Bryce McKinlay | 2 | -1/+10 |
2002-02-18 | err7.xfail: Removed. | Bryce McKinlay | 3 | -2/+5 |
2002-02-17 | name-finder.cc (toHex): Use word mode, not long long. | Jason Merrill | 3 | -2/+9 |
2002-02-15 | re PR libgcj/5695 (verify.cc test that target is an object before running dow... | Tom Tromey | 2 | -4/+34 |
2002-02-15 | Makefile.in: Rebuilt with Eric's change below. | Bryce McKinlay | 2 | -122/+9 |
2002-02-15 | javaprims.h (java::lang): Add java::lang::StrictMath. | Eric Blake | 5 | -83/+2451 |
2002-02-14 | [multiple changes] | Mark Wielaard | 9 | -385/+577 |
2002-02-14 | re PR libgcj/5670 (verify.cc not properly merging states) | Todd Stock | 2 | -2/+20 |
2002-02-14 | jni.h: Fix typo. | Martin Kahlert | 2 | -2/+6 |
2002-02-13 | jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly. | Martin Kahlert | 2 | -2/+6 |
2002-02-13 | re PR libgcj/5671 (verify.cc problem merging local variables) | Todd Stock | 2 | -2/+13 |
2002-02-13 | * exception.cc (std::abort): Mark as noreturn. | Tom Tromey | 2 | -2/+6 |
2002-02-12 | Win32Process.java: Filled in a placeholder implementation so Win32 will build. | Adam Megacz | 1 | -0/+5 |
2002-02-12 | natFilePosix.cc: Copied this from natFile.cc. | Adam Megacz | 4 | -324/+321 |
2002-02-12 | win32.cc: Added two #includes to make win32.cc compile. | Adam Megacz | 2 | -0/+6 |
2002-02-12 | boehm.cc (initialized, [...]): Removed unused declarations. | Bryce McKinlay | 2 | -90/+9 |
2002-02-12 | win32.h: Added _Jv_platform_gettimeofday. | Adam Megacz | 3 | -0/+15 |
2002-02-12 | natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r... | Adam Megacz | 3 | -0/+8 |
2002-02-12 | natFileWin32.cc: Created a placeholder class with lots of FIXMEs. | Adam Megacz | 2 | -63/+53 |
2002-02-11 | exception.cc (_Jv_Throw, [...]): Changed std::abort() to simply abort(). | Adam Megacz | 2 | -4/+20 |
2002-02-11 | For PR java/5641: | Tom Tromey | 3 | -0/+28 |
2002-02-11 | libjava.exp (libjava_find_lib): Remove duplicate .la files. | Rainer Orth | 2 | -3/+11 |
2002-02-10 | interpret.cc (continue1): Use PUSHL, not PUSHI. | Andreas Tobler | 2 | -1/+5 |
2002-02-08 | interpret.cc (convert): New function. | Tom Tromey | 2 | -4/+44 |
2002-02-08 | Add xscale-elf support | Anthony Green | 2 | -0/+11 |
2002-02-08 | jni.cc (_Jv_JNI_NewLocalRef): Make sure, that NULL frame is not dereferenced. | Martin Kahlert | 2 | -2/+18 |