aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2003-09-24StringBuffer.java (substring): Don't set `shared' on small Strings, even if b...Bryce McKinlay2-4/+10
2003-09-24acinclude.m4 (AM_LC_LOCALES): Added check for locale.h.Michael Koch2-1/+6
2003-09-24PlainSocketImpl.java (read): Remove declaration.Bryce McKinlay9-457/+84
2003-09-24* java/lang/System.java: Add GCJ LOCAL note about encoding aliases.Nathanael Nerode2-0/+7
2003-09-23Float.java, [...]: Add GCJ LOCAL markers.Nathanael Nerode3-0/+17
2003-09-22Another newlib fix.Anthony Green3-0/+10
2003-09-22re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.)Ralph Loader5-2/+35
2003-09-22jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a compiler w...Michael Koch2-3/+6
2003-09-22InetAddress.java: Moves around some code, reformats and adds documentation.Michael Koch2-53/+93
2003-09-222003-09-22 Michael Koch <konqueror@gmx.de>Michael Koch2-12/+26
2003-09-20Component.java: Indentation cleanup from Classpath.Tom Tromey3-14/+51
2003-09-20UnicastRef.java: make constructor public and check if serverobject is compati...Ingo Proetel2-24/+26
2003-09-20Reference.java (clear): Set referent to null and synchronize.David Daney2-1/+11
2003-09-19NIODatagramSocket.java, [...]: New files.Michael Koch5-2/+164
2003-09-19GtkDialogPeer.java (create()): Create a top-level GTK window.Thomas Fitzsimmons9-129/+158
2003-09-19win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ...Mohan Embar4-11/+152
2003-09-19DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr.Michael Koch3-8/+13
2003-09-18Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado...Sascha Brawer2-2/+7
2003-09-18* javax/naming/InitialContext.java: Reindented.Tom Tromey2-137/+147
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