aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2003-02-04PipedOutputStream.java (flush): Declare as throwing IOException.Tom Tromey4-7/+17
2003-02-03natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Wi...Ranjit Mathew2-2/+22
2003-02-03resolve.cc (_Jv_JNIMethod::ncode): Use stdcall calling convention on Win32 to...Ranjit Mathew2-1/+13
2003-02-03Fix ChangeLog entry.Andrew Haley1-1/+1
2003-02-03configure.host (x86_64): Enable interpreter.Andrew Haley2-1/+5
2003-02-03jacks.exp (gcj_jacks_write): Set LD_LIBRARY_PATH to find libgcc_s.Ulrich Weigand2-1/+11
2003-02-03libgcj.spec.in (jc1): Add BACKTRACESPEC.Andrew Haley5-352/+367
2003-02-02configure: Rebuilt.Tom Tromey3-2/+5
2003-02-02Makefile.in: Rebuilt.Tom Tromey3-3/+11
2003-02-01Makefile.in: Rebuilt.Mark Wielaard3-3/+8
2003-01-31jni.cc (_Jv_JNI_NewObjectArray): Check that initializer can be cast to elemen...Tom Tromey2-1/+11
2003-01-31Makefile.in: Rebuilt.Tom Tromey3-42/+39
2003-01-31libjava.exp (libjava_prune_warnings): Remove all unreachable bytecode warnings.Mark Wielaard2-3/+14
2003-01-31aclocal.m4, [...]: Rebuilt.Tom Tromey5-267/+345
2003-01-31Window.java (Window(Window,GraphicsConfiguration)): Don't try to find graphic...Tom Tromey93-1309/+16186
2003-01-31Properties.java (load): Ignore backslash before EOF.Julian Dolby2-1/+12
2003-01-30natClass.cc (initializeClass): Check tables when (state == JV_STATE_IN_PROGRE...Jeff Sturm3-10/+31
2003-01-28Component.java (processPaintEvent): Dispose of Graphics object when finished.Oscar Pearce2-13/+25
2003-01-28* libjava/configure.host: Disable can_unwind_signal on darwin.Andreas Tobler2-0/+5
2003-01-28TestEarlyGC.java: Added comment explaining bytecode.Tom Tromey2-0/+15
2003-01-28re PR java/9254 (java::lang::Object::wait(), threads-win32.cc returns wrong r...Ranjit Mathew3-52/+136
2003-01-28configure.in: Specifically define HAVE_BACKTRACE if building for MinGW.Ranjit Mathew5-322/+359
2003-01-28* libjava.jacks/jacks.xfail: More lexer tests now pass.Tom Tromey2-43/+4
2003-01-28consthrow.java: New file.Tom Tromey3-0/+13
2003-01-28configure.in (toolexecdir, [...]): Set and AC_SUBST.Alexandre Oliva5-345/+389
2003-01-28* libjava.lang/pr8823.xfail: New file, add "xfail-byte".Kaveh R. Ghazi2-0/+5
2003-01-24re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead...Ranjit Mathew2-2/+10
2003-01-24defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey5-21/+73
2003-01-24ClassLoader.java (findLoadedClass): Removed erroneous comment.Tom Tromey2-3/+7
2003-01-24calls.c (Java_calls_docall): Define with JNIEXPORT and JNICALL method attribu...Ranjit Mathew13-13/+31
2003-01-22Fix misapplied patch.Andrew Haley1-1/+1
2003-01-22x86_64-signal.h: Add simple handler for x86_64 32-bit mode.Andrew Haley3-1/+20
2003-01-21natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3.Tom Tromey2-2/+10
2003-01-21natFileWin32.cc (isAbsolute): Check path length before looking at any charact...Vladimir Puskas3-8/+17
2003-01-21jacks.xfail: All 8.4.3 tests and 9.4-modifier-10 now pass.Tom Tromey2-5/+5
2003-01-20Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.Mark Wielaard8-33/+102
2003-01-16SocketImpl.java (toString): Don't explicitly call toString() on possible null...Mark Wielaard2-2/+8
2003-01-162003-01-16 Michael Koch <konqueror@gmx.de>Michael Koch2-5/+10
2003-01-15natGC.cc (fillPolygon): New method.Scott Gilbertson6-19/+52
2003-01-15Makefile.in: Rebuilt.Scott Gilbertson3-3/+13
2003-01-15XToolkit.java (getColorModel): Implemented.Scott Gilbertson3-12/+35
2003-01-15CardLayout.java (show): Rewrote.Scott Gilbertson2-21/+34
2003-01-142003-01-14 Michael Koch <konqueror@gmx.de>Michael Koch4-1/+17
2003-01-142003-01-14 Michael Koch <konqueror@gmx.de>Michael Koch16-33/+317
2003-01-14natRuntime.cc (_load): StackTrace access needs to be in a try block.Andrew Haley2-8/+21
2003-01-14dwarf2-signal.h: Remove x86_64.Andrew Haley1-3/+0
2003-01-14dwarf2-signal.h: Remove x86_64.Andrew Haley5-262/+374
2003-01-13re PR libgcj/9139 (mauve tests require installation)Tom Tromey3-20/+27
2003-01-112003-01-10 Michael Koch <konqueror@gmx.de>Michael Koch5-13/+70
2003-01-112003-01-10 Michael Koch <konqueror@gmx.de>Michael Koch2-8/+13