Age | Commit message (Expand) | Author | Files | Lines |
2003-04-19 | natFont.cc (getStringWidth): Support 16-bit characters. | Scott Gilbertson | 2 | -27/+33 |
2003-03-10 | [multiple changes] | Andrew Haley | 2 | -0/+53 |
2003-02-19 | natStackTrace.cc: Include platform.h immediately after config.h. | Rainer Orth | 1 | -3/+2 |
2003-02-13 | NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of inde... | Ranjit Mathew | 1 | -1/+1 |
2003-01-28 | configure.in: Specifically define HAVE_BACKTRACE if building for MinGW. | Ranjit Mathew | 1 | -0/+2 |
2003-01-15 | natGC.cc (fillPolygon): New method. | Scott Gilbertson | 2 | -2/+26 |
2003-01-03 | Connection.java (proxyPort, [...]): New static fields. | Joerg Brunsmann | 1 | -12/+47 |
2002-12-11 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+67 |
2002-12-09 | Connection.java (getJarFile): download and cache remote jar files. | Mark Wielaard | 2 | -29/+23 |
2002-12-05 | natStackTrace.cc (fillInStackTrace): Throw #ifdef (HAVE_BACKTRACE) around the... | Andrew Haley | 1 | -3/+6 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 3 | -0/+383 |
2002-09-02 | NameFinder.java (remove_interpreter): New field. | Mark Wielaard | 2 | -15/+148 |
2002-08-29 | jvm.h (struct _Jv_frame_info): New structure. | Tom Tromey | 2 | -7/+44 |
2002-08-24 | Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc. | Mark Wielaard | 2 | -0/+491 |
2002-08-23 | URLConnection.java, [...]: Added implementation of getHeaderFields(). | Michael Koch | 3 | -0/+47 |
2002-04-24 | natCore.cc (create): Use __builtin_alloca, and compute correct length of UTF-... | Tom Tromey | 1 | -3/+11 |
2002-04-15 | Connection.java (usingProxy): return false. | Mark Wielaard | 1 | -1/+1 |
2002-03-25 | For PR libgcj/5303: | Tom Tromey | 1 | -1/+1 |
2002-03-15 | re PR libgcj/5944 (Use of uint32_t breaks libgcj bootstrap on Solaris 2.5.1) | Tom Tromey | 1 | -0/+8 |
2002-03-09 | * gnu/gcj/xlib/WindowAttributes.java Assign null to RawData, not 0. | Per Bothner | 3 | -6/+6 |
2002-03-06 | unicode-decomp.pl: Move from chartables.pl... | Eric Blake | 3 | -0/+11052 |
2002-02-22 | natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm... | Tom Tromey | 1 | -1/+1 |
2002-02-22 | Connection.java (conect): Open the input and/or output streams immediately he... | Per Bothner | 1 | -13/+17 |
2002-02-17 | name-finder.cc (toHex): Use word mode, not long long. | Jason Merrill | 1 | -1/+1 |
2002-02-07 | shs.h, [...]: use uint<n>_t instead of LONG and BYTE | Adam Megacz | 3 | -22/+28 |
2002-01-31 | gccbug.in: Follow GNU Coding Standards for --version. | Joseph Myers | 1 | -1/+1 |
2002-01-22 | Add license clarification. | Mark Wielaard | 1 | -5/+16 |
2002-01-16 | Start of AWT merge with Classpath: | Tom Tromey | 4 | -476/+0 |
2002-01-10 | Convert.java (version): Use java.vm.name property. | Tom Tromey | 1 | -5/+7 |
2002-01-10 | For PR libgcj/5303: | Tom Tromey | 1 | -6/+43 |
2001-12-16 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -739/+0 |
2001-12-12 | * gnu/gcj/runtime/StringBuffer.java | Tom Tromey | 1 | -1/+1 |
2001-12-11 | String.java (String): New constructor. | Tom Tromey | 2 | -0/+224 |
2001-12-09 | * gnu/gcj/xlib/XImage.java (toString): Add missing initialization. | Per Bothner | 1 | -0/+9 |
2001-11-13 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+24 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 2 | -2/+2 |
2001-10-24 | fix include problem | Anthony Green | 1 | -1/+2 |
2001-10-22 | JIS0208_to_Unicode.cc: Declare java_exceptions pragma. | Bryce McKinlay | 4 | -0/+5 |
2001-10-10 | natFinalizerThread.cc: New file. | Tom Tromey | 3 | -4/+99 |
2001-09-30 | re PR libgcj/4383 (file: protocol not supported in URLConnection?) | Bryce McKinlay | 2 | -1/+8 |
2001-09-29 | SharedLibLoader.java: New class. | Per Bothner | 2 | -0/+150 |
2001-09-19 | Fix null pointer bug. | Anthony Green | 1 | -1/+2 |
2001-09-17 | Add support for iso8859_1. | Anthony Green | 1 | -0/+1 |
2001-09-06 | jvm.h: Declare _Jv_RegisterResource. | Anthony Green | 7 | -0/+431 |
2001-09-05 | SimpleDateFormat.java: Re-merged with Classpath. | Tom Tromey | 8 | -1086/+0 |
2001-09-04 | re PR libgcj/4213 (SimpleDateFormat constructor SEGV's.) | Tom Tromey | 1 | -0/+25 |
2001-08-31 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -52/+0 |
2001-08-26 | Makefile.am: New friends for java/lang/Thread.h. | Bryce McKinlay | 2 | -6/+92 |
2001-08-18 | UnicodeToBytes.java (write): Write work buffer starting from zero offset. | Jeff Sturm | 1 | -1/+1 |
2001-08-17 | * gnu/gcj/convert/IOConverter.java: Add `646' alias. | Tom Tromey | 1 | -0/+5 |