aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2003-11-04natClass.cc (newInstance): Throw InstantiationException if class has no null-...Bryce McKinlay2-1/+6
2003-11-04* libjava.compile/InnerExcept.java: New File.Jeff Sturm2-0/+24
2003-10-31re PR libgcj/12647 ([win32] wait() does not release monitor correctly)Mohan Embar2-2/+25
2003-10-31win32.cc: (dirExists) Internal helper function to test for directory existence.Mohan Embar2-31/+54
2003-10-31re PR libgcj/11521 ([win32] can install server socket on same port twice)Mohan Embar2-4/+6
2003-10-31re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception)Mohan Embar2-1/+11
2003-10-30natMethod.cc (_Jv_CallAnyMethodA): Don't use vtable dispatch for final methods.Bryce McKinlay2-2/+9
2003-10-30gnu_java_awt_peer_gtk_GtkTextAreaPeer.c (create): Turn on word wrapping.Thomas Fitzsimmons2-0/+7
2003-10-30gnu_java_awt_peer_gtk_GtkListPeer.c (getSize): Return scrolled window's size ...Thomas Fitzsimmons2-2/+6
2003-10-29CubicCurve2D.java (contains): Docfix for URL of embedded drawing.Sascha Brawer10-42/+1206
2003-10-29Forgot to add one ChangeLog entry from classpath.Ito Kazumitsu1-0/+5
2003-10-29[multiple changes]Michael Koch8-13/+747
2003-10-29IntrospectionIncubator.java (addMethod): Add public static methods.Dalibor Topic2-1/+6
2003-10-29NamingManager.java (getContinuationContext): Call getObjectInstance() with Ob...Julian Dolby3-5/+38
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 Koch4-8/+13
2003-10-292003-10-29 Michael Koch <konqueror@gmx.de>Michael Koch3-10/+17
2003-10-28natClass.cc (_Jv_LayoutVTableMethods): Always assign a vtable slot for final ...Bryce McKinlay2-2/+12
2003-10-28locks.h (__cas_start_atomic): %g0 --> %%g0.David S. Miller2-2/+6
2003-10-27Reported by Helmer Kraemer <hkraemer@freenet.de>Mark Wielaard3-19/+23
2003-10-26* java/util/TreeMap.java: Doc fixes. HashMap -> TreeMap.Bryce McKinlay2-4/+6
2003-10-26AccessibleObject.java (secureSetAccessible): Don't check for AccessibleObject.Bryce McKinlay2-33/+17
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay7-57/+90
2003-10-25ClasspathToolkit.java: New abstract class.Graydon Hoare9-14/+2568
2003-10-25Method.java (toString): Avoid extra whitespace on method with no modifiers.Bryce McKinlay2-2/+11
2003-10-25re PR libgcj/11780 (Method.invoke() is slow)Bryce McKinlay3-36/+57
2003-10-24GtkDialogPeer.java (handleEvent): Remove method.Thomas Fitzsimmons7-60/+335
2003-10-24Obvious fix for systems with no interpreter.Anthony Green2-0/+7
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley7-23/+149
2003-10-23natObject.cc (_Jv_ObjectCheckMonitor): Use _Jv_MutexCheckMonitor instead of a...Rainer Orth2-1/+6
2003-10-22re PR libgcj/12416 (java.lang.Class.getFields returns duplicate entries.)Tom Tromey4-62/+89
2003-10-22re PR libgcj/12416 (java.lang.Class.getFields returns duplicate entries.)Tom Tromey3-0/+27
2003-10-22re PR libgcj/12656 (Inherited main( ) Method Not Seen At Runtime)Tom Tromey2-2/+9
2003-10-22re PR libgcj/12656 (Inherited main( ) Method Not Seen At Runtime)Tom Tromey3-0/+22
2003-10-22mips-signal.h: New file.David Daney13-314/+687
2003-10-22QuadCurve2D.java (subdivide): Added documentation.Sascha Brawer5-93/+706
2003-10-222003-10-22 Michael Koch <konqueror@gmx.de>Michael Koch2-5/+9
2003-10-21Fix for bug #2944, reported by David Holmes <dholmes@dltech.com.au>Sascha Brawer2-3/+24
2003-10-21Reported by M.NegovanovicMark Wielaard2-32/+53
2003-10-21Fix for Classpath bug #6076.Sascha Brawer2-93/+221
2003-10-21ByteOrder.java, [...]: Add code to load library with code for native methods ...Michael Koch4-0/+38
2003-10-21PlainDatagramSocketImpl.java, [...]: Renamed fnum to native_fd to match class...Michael Koch7-169/+179
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn9-8/+96
2003-10-202003-10-20 Michael Koch <konqueror@gmx.de>Michael Koch2-11/+39
2003-10-18Connection.java, [...]: Merged copyright text from classpath to make it possi...Michael Koch7-84/+292
2003-10-18Reported by M.NegovanovicMark Wielaard2-2/+8
2003-10-17win32.cc: (_Jv_pipe) Implemented.Mohan Embar5-1/+24
2003-10-16StringBuffer.java (getChars): Fix array index checks.Ralph Loader4-5/+140
2003-10-16natString.cc (getChars): Fix validation of array indexes.Ralph Loader4-10/+165
2003-10-16prims.cc (_Jv_NewObjectArray): Make sure byte size doesn't overflow a jint.Ralph Loader4-3/+109