summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* compile.exp: Test with -O3 rather than -O.Jeff Sturm2003-09-053-2/+13
* libjava.exp (libjava_arguments): Remove unneeded variables.Jeff Sturm2003-09-051-29/+1
* * configure.host: Removed erroneous comment.Tom Tromey2003-09-042-1/+2
* natEmbeddedWindow.cc (setWindowPeer): Removed lvalue cast; use correct rvalue...Tom Tromey2003-09-042-1/+8
* GtkDialogPeer.java (create): Add width and height arguments to GtkWindowPeer....Thomas Fitzsimmons2003-09-025-24/+47
* Logger.java: provide class and method informationIngo Proetel2003-08-314-11/+68
* win32.cc: fixed tab...Mohan Embar2003-08-2910-1413/+978
* natInetAddressWin32.cc, [...]: Readded code enclosed in DISABLE_JAVA_NET defi...Mohan Embar2003-08-295-0/+281
* Makefile.am: Fixed problems with parallel makes.Mohan Embar2003-08-293-0/+26
* Makefile.in: Rebuilt.Tom Tromey2003-08-2814-106/+560
* natInetAddressWin32.cc, [...]: Removed code enclosed in DISABLE_JAVA_NET defi...Michael Koch2003-08-285-271/+8
* Makefile.am: (write_entries_to_file) New parameterized function for writing e...Mohan Embar2003-08-273-22/+66
* StrictMath.java: Typo fix.Tom Tromey2003-08-266-13/+35
* Acl.java: Fix broken p tag.Mark Wielaard2003-08-268-44/+56
* Makefile.in: Rebuilt.Tom Tromey2003-08-262-11/+9
* Reference.java (get): Indentation fix.Tom Tromey2003-08-262-8/+16
* re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j...Tom Tromey2003-08-262-1/+4
* Proxy.java (ProxyData): `pack' now a String.Tom Tromey2003-08-262-6/+28
* Makefile.am: added gnu/awt/xlib/XOffScreenImage.java.Scott Gilbertson2003-08-2514-108/+442
* re PR libgcj/8823 (gij doesn't handle "Miranda methods" (abstract class that ...Andreas Tobler2003-08-232-1/+5
* GdkGraphics.java (drawString): Pass font name, not XLFD, to native drawString.Thomas Fitzsimmons2003-08-224-13/+33
* GtkWindowPeer.java: Remove GTK_WINDOW_DIALOG.Thomas Fitzsimmons2003-08-223-5/+9
* re PR libgcj/12013 (Calling Reference.clear() can cause runtime to crash.)David Daney2003-08-213-9/+25
* Makefile.am (gtk_awt_peer_sources): Add gnu/java/awt/peer/GLightweightPeer.java.Scott Gilbertson2003-08-219-106/+169
* configure.in: Fix detection of gcj when building with newlib.Richard Earnshaw2003-08-213-10/+15
* jni.cc: Replace "cheating" pointer-casting code with extract_from_jvalue<> te...Graydon Hoare2003-08-202-5/+20
* [multiple changes]Andrew Haley2003-08-204-11/+39
* Fix typo.Andrew Haley2003-08-201-2/+2
* re PR libgcj/9125 (VMClassLoader should cache the result of Runtime.(internal...Tom Tromey2003-08-203-6/+51
* natReference.cc (finalize_referred_to_object): Set `list->reference' to DELET...Tom Tromey2003-08-202-3/+24
* prims.cc (unblock_signal): New function.Andrew Haley2003-08-202-0/+22
* libjava.exp (libjava_arguments): Add $libjava to the list of libraries.Jeff Sturm2003-08-192-0/+6
* re PR libgcj/11575 ([win32] Problem with RandomAccessFile)Danny Smith2003-08-192-8/+20
* jvm.h: New class _Jv_TempUTFString (helper class for getting a temporary C st...Mohan Embar2003-08-192-0/+81
* re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey2003-08-184-60/+86
* re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey2003-08-184-0/+38
* * gij.cc (help): Document -? and -X.Tom Tromey2003-08-132-1/+6
* Font.java: Stub out more recent API.Graydon Hoare2003-08-132-5/+784
* Color.java (getAlpha): Prevent sign-extended alpha values.Graydon Hoare2003-08-132-1/+6
* * gij.cc (main): Handle -? and -X.Tom Tromey2003-08-122-2/+15
* re PR java/5641 (Verifier ICE on reference to inherited method)Tom Tromey2003-08-124-18/+4
* 2003-08-10 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2003-08-122-10/+18
* mauve.exp (test_mauve_sim): Don't find DejaGNUTestHarness in gnu/testlet.Tom Tromey2003-08-122-6/+19
* libjava.exp (libjava_find_lib): Search for .so file first.Tom Tromey2003-08-122-25/+27
* EventQueue.java (currentEvent, lastWhen): New fields.Tom Tromey2003-08-112-5/+52
* re PR libgcj/11778 (System.out PrintStream does too much buffering)Bryce McKinlay2003-08-102-17/+33
* [multiple changes]Andrew Haley2003-08-085-4/+20
* configure.in: Set INCLUDES to absolute path.Rainer Orth2003-08-076-313/+306
* re PR libgcj/10868 (java.net.ServerSocket's constructors create and leak extr...Bryce McKinlay2003-08-073-134/+32
* natPlainSocketImplPosix.cc (connect): Pass the FD as a ready-to-write argumen...Jacob Gladish2003-08-072-15/+26