summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* Float.java, [...]: Add GCJ LOCAL markers.Nathanael Nerode2003-09-233-0/+17
* Another newlib fix.Anthony Green2003-09-223-0/+10
* re PR libgcj/12350 (StringBuffer.substring handles shared flag incorrected.)Ralph Loader2003-09-225-2/+35
* jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a compiler w...Michael Koch2003-09-222-3/+6
* InetAddress.java: Moves around some code, reformats and adds documentation.Michael Koch2003-09-222-53/+93
* 2003-09-22 Michael Koch <konqueror@gmx.de>Michael Koch2003-09-222-12/+26
* Component.java: Indentation cleanup from Classpath.Tom Tromey2003-09-203-14/+51
* UnicastRef.java: make constructor public and check if serverobject is compati...Ingo Proetel2003-09-202-24/+26
* Reference.java (clear): Set referent to null and synchronize.David Daney2003-09-202-1/+11
* NIODatagramSocket.java, [...]: New files.Michael Koch2003-09-195-2/+164
* GtkDialogPeer.java (create()): Create a top-level GTK window.Thomas Fitzsimmons2003-09-199-129/+158
* win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ...Mohan Embar2003-09-194-11/+152
* DatagramSocket.java (getLocalAddress): Renamed result variable to localAddr.Michael Koch2003-09-193-8/+13
* Toolkit.java (getSystemEventQueue, [...]): Replace UTF-8 characters in Javado...Sascha Brawer2003-09-182-2/+7
* * javax/naming/InitialContext.java: Reindented.Tom Tromey2003-09-182-137/+147
* NamingManager.java (getURLContext, [...]): Always use current thread's contex...Dalibor Topic2003-09-182-4/+19
* Timer.java (finalize): Added "throws Throwable".Michael Koch2003-09-182-1/+5
* 2003-09-18 Michael Koch <konqueror@gmx.de>Michael Koch2003-09-184-42/+34
* Reported by Guilhem Lavaux and Julian DolbyMark Wielaard2003-09-182-1/+7
* TimeZone.java: Initialize lazily.Ingo Proetel2003-09-185-694/+736
* 2003-09-18 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2003-09-182-1/+6
* LineNumberReader (read): Don't reset pos & limit when markPos is 0.David P Grove2003-09-182-1/+6
* [multiple changes]Michael Koch2003-09-1810-64/+419
* GdkGraphics2D.java, [...]: New files.Graydon Hoare2003-09-175-0/+2676
* [multiple changes]Graydon Hoare2003-09-174-55/+121
* re PR java/9577 (Linker error for legal Java/CNI code if method parameters ar...Ranjit Mathew2003-09-174-0/+31
* configure.in: Standardized help text case of --enable-hash-synchronization Ne...Mohan Embar2003-09-175-355/+439
* GtkEmbeddedWindowPeer.java (construct): Remove method declaration.Thomas Fitzsimmons2003-09-173-23/+22
* Makefile.am: (MOSTLYCLEANFILES) Removed libtool objects.Mohan Embar2003-09-173-5/+37
* URLStreamHandler.java (parseURL): If original file ends with "/", so must can...Tom Tromey2003-09-123-2/+14
* acconfig.h: Removed most items.Michael Koch2003-09-114-352/+226
* Toolkit.java (getSystemEventQueue): Call SecurityManager if one is installed.Sascha Brawer2003-09-112-5/+46
* natFilePosix.cc (getCanonicalPath): Handle case where file does not exist.Tom Tromey2003-09-112-1/+68
* Fix mingw32 builds.Anthony Green2003-09-113-3/+10
* acconfig.h (__NO_MATH_INLINES): Removed.Michael Koch2003-09-105-114/+81
* Arrays.java (equals(all variants)): Quit using NullPointerException catching ...David Daney2003-09-102-128/+96
* DatagramSocket.java, [...]: Use gnu.java.net.Plain*SocketImpl instead of java...Michael Koch2003-09-1021-897/+955
* * libtool.m4 (LD): Correct powerpc64 host match.Alan Modra2003-09-092-1/+5
* 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