aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2003-09-18NamingManager.java (getURLContext, [...]): Always use current thread's contex...Dalibor Topic2-4/+19
2003-09-18Timer.java (finalize): Added "throws Throwable".Michael Koch2-1/+5
2003-09-182003-09-18 Michael Koch <konqueror@gmx.de>Michael Koch4-42/+34
2003-09-18Reported by Guilhem Lavaux and Julian DolbyMark Wielaard2-1/+7
2003-09-18TimeZone.java: Initialize lazily.Ingo Proetel5-694/+736
2003-09-182003-09-18 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2-1/+6
2003-09-18LineNumberReader (read): Don't reset pos & limit when markPos is 0.David P Grove2-1/+6
2003-09-18[multiple changes]Michael Koch10-64/+419
2003-09-17GdkGraphics2D.java, [...]: New files.Graydon Hoare5-0/+2676
2003-09-17[multiple changes]Graydon Hoare4-55/+121
2003-09-17re PR java/9577 (Linker error for legal Java/CNI code if method parameters ar...Ranjit Mathew4-0/+31
2003-09-17configure.in: Standardized help text case of --enable-hash-synchronization Ne...Mohan Embar5-355/+439
2003-09-17GtkEmbeddedWindowPeer.java (construct): Remove method declaration.Thomas Fitzsimmons3-23/+22
2003-09-17Makefile.am: (MOSTLYCLEANFILES) Removed libtool objects.Mohan Embar3-5/+37
2003-09-12URLStreamHandler.java (parseURL): If original file ends with "/", so must can...Tom Tromey3-2/+14
2003-09-11acconfig.h: Removed most items.Michael Koch4-352/+226
2003-09-11Toolkit.java (getSystemEventQueue): Call SecurityManager if one is installed.Sascha Brawer2-5/+46
2003-09-11natFilePosix.cc (getCanonicalPath): Handle case where file does not exist.Tom Tromey2-1/+68
2003-09-11Fix mingw32 builds.Anthony Green3-3/+10
2003-09-10acconfig.h (__NO_MATH_INLINES): Removed.Michael Koch5-114/+81
2003-09-10Arrays.java (equals(all variants)): Quit using NullPointerException catching ...David Daney2-128/+96
2003-09-10DatagramSocket.java, [...]: Use gnu.java.net.Plain*SocketImpl instead of java...Michael Koch21-897/+955
2003-09-09* libtool.m4 (LD): Correct powerpc64 host match.Alan Modra2-1/+5
2003-09-05compile.exp: Test with -O3 rather than -O.Jeff Sturm3-2/+13
2003-09-05libjava.exp (libjava_arguments): Remove unneeded variables.Jeff Sturm1-29/+1
2003-09-04* configure.host: Removed erroneous comment.Tom Tromey2-1/+2
2003-09-04natEmbeddedWindow.cc (setWindowPeer): Removed lvalue cast; use correct rvalue...Tom Tromey2-1/+8
2003-09-02GtkDialogPeer.java (create): Add width and height arguments to GtkWindowPeer....Thomas Fitzsimmons5-24/+47
2003-08-31Logger.java: provide class and method informationIngo Proetel4-11/+68
2003-08-29win32.cc: fixed tab...Mohan Embar10-1413/+978
2003-08-29natInetAddressWin32.cc, [...]: Readded code enclosed in DISABLE_JAVA_NET defi...Mohan Embar5-0/+281
2003-08-29Makefile.am: Fixed problems with parallel makes.Mohan Embar3-0/+26
2003-08-28Makefile.in: Rebuilt.Tom Tromey14-106/+560
2003-08-28natInetAddressWin32.cc, [...]: Removed code enclosed in DISABLE_JAVA_NET defi...Michael Koch5-271/+8
2003-08-27Makefile.am: (write_entries_to_file) New parameterized function for writing e...Mohan Embar3-22/+66
2003-08-26StrictMath.java: Typo fix.Tom Tromey6-13/+35
2003-08-26Acl.java: Fix broken p tag.Mark Wielaard8-44/+56
2003-08-26Makefile.in: Rebuilt.Tom Tromey2-11/+9
2003-08-26Reference.java (get): Indentation fix.Tom Tromey2-8/+16
2003-08-26re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j...Tom Tromey2-1/+4
2003-08-26Proxy.java (ProxyData): `pack' now a String.Tom Tromey2-6/+28
2003-08-25Makefile.am: added gnu/awt/xlib/XOffScreenImage.java.Scott Gilbertson14-108/+442
2003-08-23re PR libgcj/8823 (gij doesn't handle "Miranda methods" (abstract class that ...Andreas Tobler2-1/+5
2003-08-22GdkGraphics.java (drawString): Pass font name, not XLFD, to native drawString.Thomas Fitzsimmons4-13/+33
2003-08-22GtkWindowPeer.java: Remove GTK_WINDOW_DIALOG.Thomas Fitzsimmons3-5/+9
2003-08-21re PR libgcj/12013 (Calling Reference.clear() can cause runtime to crash.)David Daney3-9/+25
2003-08-21Makefile.am (gtk_awt_peer_sources): Add gnu/java/awt/peer/GLightweightPeer.java.Scott Gilbertson9-106/+169
2003-08-21configure.in: Fix detection of gcj when building with newlib.Richard Earnshaw3-10/+15
2003-08-20jni.cc: Replace "cheating" pointer-casting code with extract_from_jvalue<> te...Graydon Hoare2-5/+20
2003-08-20[multiple changes]Andrew Haley4-11/+39