aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2003-11-12GtkComponentPeer.java (prepareImage): Remove null check.Tom Fitzsimmons1-3/+0
2003-11-12Makefile.am: Add GdkPixbufDecoder.java and gnu_java_awt_peer_gtk_GdkPixbufDec...Thomas Fitzsimmons2-7/+42
2003-11-11Font.java, [...]: Removed some redundant obj == null checks.Michael Koch10-20/+6
2003-11-112003-11-11 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+1
2003-11-11URLStreamHandler.java (toExternalForm): Print port only if host is printed to...Michael Koch1-4/+6
2003-11-11Timestamp.java (valueOf): Correctly handle nanoseconds.Gary Benson1-9/+26
2003-11-09* java/net/Inet4Address.java (serialVersionUID): Updated.Tom Tromey1-1/+1
2003-11-08ByteArrayOutputStream.java (resize): Fix off-by-one error.Jeff Sturm1-1/+1
2003-11-07re PR libgcj/12231 ([win32] Console applications spawned via Runtime.exec( ) ...Mohan Embar2-74/+117
2003-11-07win32.h (_Jv_platform_close_on_exec): Changed signature and declared extern.Mohan Embar1-1/+7
2003-11-04natClass.cc (newInstance): Throw InstantiationException if class has no null-...Bryce McKinlay1-1/+1
2003-10-31re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception)Mohan Embar1-1/+6
2003-10-30natMethod.cc (_Jv_CallAnyMethodA): Don't use vtable dispatch for final methods.Bryce McKinlay1-2/+4
2003-10-29CubicCurve2D.java (contains): Docfix for URL of embedded drawing.Sascha Brawer9-42/+1179
2003-10-29[multiple changes]Michael Koch5-2/+711
2003-10-29Somehow this didnt got commited due to full hard disk.Michael Koch1-6/+2
2003-10-292003-10-29 Michael Koch <konqueror@gmx.de>Michael Koch3-8/+3
2003-10-28natClass.cc (_Jv_LayoutVTableMethods): Always assign a vtable slot for final ...Bryce McKinlay1-2/+7
2003-10-27Reported by Helmer Kraemer <hkraemer@freenet.de>Mark Wielaard2-19/+12
2003-10-26* java/util/TreeMap.java: Doc fixes. HashMap -> TreeMap.Bryce McKinlay1-4/+4
2003-10-26AccessibleObject.java (secureSetAccessible): Don't check for AccessibleObject.Bryce McKinlay1-33/+12
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay4-45/+54
2003-10-25Method.java (toString): Avoid extra whitespace on method with no modifiers.Bryce McKinlay1-2/+6
2003-10-25re PR libgcj/11780 (Method.invoke() is slow)Bryce McKinlay2-36/+49
2003-10-24GtkDialogPeer.java (handleEvent): Remove method.Thomas Fitzsimmons1-51/+68
2003-10-24Obvious fix for systems with no interpreter.Anthony Green1-0/+2
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley2-5/+70
2003-10-23natObject.cc (_Jv_ObjectCheckMonitor): Use _Jv_MutexCheckMonitor instead of a...Rainer Orth1-1/+1
2003-10-22re PR libgcj/12416 (java.lang.Class.getFields returns duplicate entries.)Tom Tromey3-62/+77
2003-10-22QuadCurve2D.java (subdivide): Added documentation.Sascha Brawer4-93/+686
2003-10-222003-10-22 Michael Koch <konqueror@gmx.de>Michael Koch1-5/+3
2003-10-21Fix for bug #2944, reported by David Holmes <dholmes@dltech.com.au>Sascha Brawer1-3/+18
2003-10-21Reported by M.NegovanovicMark Wielaard1-32/+46
2003-10-21Fix for Classpath bug #6076.Sascha Brawer1-93/+205
2003-10-21ByteOrder.java, [...]: Add code to load library with code for native methods ...Michael Koch3-0/+31
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn4-0/+65
2003-10-202003-10-20 Michael Koch <konqueror@gmx.de>Michael Koch1-11/+30
2003-10-18Reported by M.NegovanovicMark Wielaard1-2/+2
2003-10-16StringBuffer.java (getChars): Fix array index checks.Ralph Loader1-5/+6
2003-10-16natString.cc (getChars): Fix validation of array indexes.Ralph Loader1-10/+16
2003-10-152003-10-15 Michael Koch <konqueror@gmx.de>Michael Koch1-118/+196
2003-10-152003-10-15 Michael Koch <konqueror@gmx.de>Michael Koch1-13/+14
2003-10-152003-10-15 Michael Koch <konqueror@gmx.de>Michael Koch2-9/+42
2003-10-152003-10-15 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+10
2003-10-15AttributedCharacterIterator.java, [...]: Reformated.Michael Koch2-260/+220
2003-10-13natClassLoader.cc (_Jv_InitNewClassFields): Removed.Tom Tromey1-37/+0
2003-10-13File.java: Reformated.Michael Koch1-93/+98
2003-10-132003-10-13 Michael Koch <konqueror@gmx.de>Michael Koch2-30/+46
2003-10-132003-10-13 Michael Koch <konqueror@gmx.de>Michael Koch5-5/+5
2003-10-132003-10-13 Michael Koch <konqueror@gmx.de>Michael Koch2-3/+8