Component.java (show): Set visible to true before showing the peer.
[platform/upstream/gcc.git] / libjava / include /
2004-01-13 David Jee2004-01-13�� David Jee�� <djee@redhat.com>
2003-12-16 Mohan Embarwin32.cc (WSAEventWrapper): Implemented default constru...
2003-12-02 Mohan Embarconfigure.in: Added new MinGW-specific configure flag...
2003-11-12 Danny Smithjni.cc (JNI_CreateJavaVM): Remove JNIEXPORT.
2003-11-07 Mohan Embarwin32.h (_Jv_platform_close_on_exec): Changed signature...
2003-10-26 Bryce McKinlayConstructor.java (toString): Avoid extra whitespace...
2003-10-24 Andrew Haleylang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.
2003-10-22 David Daneymips-signal.h: New file.
2003-10-21 Jerry Quinnposix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll...
2003-10-17 Mohan Embarwin32.cc: (_Jv_pipe) Implemented.
2003-10-01 Andrew Haleyjcf-parse.c (java_parse_file): Write otable and atable.
2003-09-29 Tom Tromeyre PR libgcj/10596 (Reference and String.intern don...
2003-09-19 Mohan Embarwin32-threads.cc: (ensure_interrupt_event_initialized...
2003-09-11 Michael Kochacconfig.h: Removed most items.
2003-08-29 Mohan Embarwin32.cc: fixed tab...
2003-08-28 Tom TromeyMakefile.in: Rebuilt.
2003-08-21 Scott GilbertsonMakefile.am (gtk_awt_peer_sources): Add gnu/java/awt...
2003-08-19 Mohan Embarjvm.h: New class _Jv_TempUTFString (helper class for...
2003-08-18 Tom Tromeyre PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA...
2003-07-30 Andrew Haleyi386-signal.h (RESTORE): New.
2003-07-21 Tom TromeyRuntime.java: Comment fix.
2003-07-07 Rainer Orthconfigure.in: Check for usleep declaration.
2003-06-30 Thomas Fitzsimmonsglib-2.0.m4: New file.
2003-06-18 Franz SirlOops, accidentally committed the 3.3 version to mainlin...
2003-06-17 Franz Sirlpowerpc-signal.h: New File.
2003-06-13 Andrew Haleyprims.cc (catch_segv): Create exception in handler.
2003-06-07 Michael Koch2003-06-07 Michael Koch <konqueror@gmx.de>
2003-06-05 Loren J. Rittleposix.h (O_SYNC): Define if not available and a reasona...
2003-06-05 Bert Deknuydtposix-threads.h: Include <machine/pal.h> on OSF.
2003-06-03 Andrew Haleyx86_64-signal.h (MAKE_THROW_FRAME): Mark sigcontext...
2003-04-25 Mohan Embarjvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added...
2003-03-22 Andreas Toblerposix.h: Add suffix for darwin dynamic libraries.
2003-03-17 Tom Tromeyresolve.cc (ncode): Use _Jv_platform_ffi_abi.
2003-03-10 Andrew Haley[multiple changes]
2003-03-02 Michael Kochconfigure.in: Added check for memory mapping of files.
2003-02-24 Tom TromeyMakefile.in: Rebuilt.
2003-02-19 Rainer OrthnatStackTrace.cc: Include platform.h immediately after...
2003-02-13 Ranjit Mathewwin32.h: Include ws2tcpip.h instead of winsock.h to...
2003-01-31 Tom Tromeyaclocal.m4, [...]: Rebuilt.
2003-01-31 Tom TromeyWindow.java (Window(Window,GraphicsConfiguration))...
2003-01-28 Ranjit Mathewre PR java/9254 (java::lang::Object::wait(), threads...
2003-01-28 Ranjit Mathewconfigure.in: Specifically define HAVE_BACKTRACE if...
2003-01-24 Tom Tromeydefineclass.cc (handleMethodsEnd): Precompute code...
2003-01-22 Andrew Haleyx86_64-signal.h: Add simple handler for x86_64 32-bit...
2003-01-14 Andrew Haleydwarf2-signal.h: Remove x86_64.
2003-01-14 Andrew Haleydwarf2-signal.h: Remove x86_64.
2003-01-07 Tom Tromeyposix.h (_Jv_platform_usleep): Wrap in ifdef JV_HASH_SY...
2002-12-31 Tom Tromeyre PR libgcj/8997 (spin() calls Thread.sleep)
2002-12-28 Mark Mitchellboehm.cc: Remove stray semicolon.
2002-12-19 Tom TromeynatClassLoader.cc (defineClass0): Removed erroneous...
2002-12-10 Tom Tromeywin32.h: Fixed typo in "DISABLE_JAVA_NET".
2002-12-10 Tom Tromeywin32.h (_Jv_platform_solib_prefix): New define.
2002-12-06 Tom Tromeyjava-interp.h (class _Jv_InterpMethod): Added JV_MARKOB...
2002-12-03 Andrew HaleynatClassLoader.cc (_Jv_PrepareCompiledClass): Call...
2002-12-03 Tom Tromeyjni.cc: Added `name' argument.
2002-11-26 Andreas ToblernatPlainDatagramSocketImpl.cc (socklen_t): Don't define.
2002-11-22 Michael Koch2002-11-22 Michael Koch <konqueror@gmx.de>
2002-11-21 Michael Kochposix.h: I put too much into the #ifndef DISABLE_JAVA_NET.
2002-11-21 Michael Kochposic.h: Moved new functions into a #ifndef DISABLE_JAV...
2002-11-21 Michael Koch2002-11-21 Michael Koch <konqueror@gmx.de>
2002-11-19 Ranjit Mathewjni.h: Add missing JNICALL and JNIEXPORT attributes...
2002-11-10 Ranjit Mathewjni.h (JNIIMPORT, [...]): Linker defines for Win32.
2002-10-21 Adam Megaczaclocal.m4 (CHECK_FOR_BROKEN_MINGW_LD): added
2002-10-10 Michael Kochcvsignore: New file to ignore files generated during...
2002-10-01 Tom TromeyObjectInputStream.java (resolveProxyClass): New method...
2002-09-30 Anthony GreenAdd Proxy support.
2002-09-18 Michael KochMatcher.java, [...]: Merge with classpath, new files.
2002-09-14 Adam MegacznatPlainDatagramSocket.cc: removed #include <ws2tcpip...
2002-08-29 Tom TromeynatFileDescriptorPosix.cc (setLength): Handle case...
2002-08-29 Tom Tromeyjvm.h (struct _Jv_frame_info): New structure.
2002-08-27 Tony KimballnatPlainDatagramSocketImpl.cc (NATIVE_CLOSE): New define.
2002-08-26 Adam Megaczwin32.h (getcwd): copied function declaration as tempor...
2002-08-24 Mark WielaardMakefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
2002-07-19 Bo Thorsenieeefp.h: Add x86-64 support.
2002-07-12 Mark WielaardnatThrowable.cc (printRawStackTrace): removed.
2002-06-24 Tom Tromeyverify.cc (branch_prepass): Updated for change to excep...
2002-06-24 Tom Tromeyconfigure: Rebuilt.
2002-06-17 Tom Tromeyjavaprims.h: Updated class declaration list.
2002-06-11 Tom TromeyClass.h (Class::desiredAssertionStatus): Declare.
2002-05-29 Ulrich Weigandconfigure.host [...]: Set can_unwind_signal=yes.
2002-05-03 David BillinghurstnatSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_T...
2002-05-03 Hans Boehmdwarf2-signal.h (INIT_SEGV, [...]): use sigaction inste...
2002-05-02 David S. Millerre PR bootstrap/6525 (libjava won't build on Red Hat...
2002-04-27 David S. Millerre PR target/6422 (libjava failures on sparc-linux)
2002-04-26 Tom Tromeyverify.cc (construct_primitive_array_type): New case.
2002-04-24 Adam Megaczwin32.cc, win32.cc (backtrace): Added this function...
2002-04-22 David S. Millerdwarf2-signal.h (MAKE_THROW_FRAME, sparc32): Document...
2002-04-21 David S. Millerdwarf2-signal.h (SIGNAL_HANDLER): Name siginfo_t pointe...
2002-04-16 Tom Tromeyre PR libgcj/6081 (libjava make install fails: Arg...
2002-04-12 Anthony GreenInstall libgcj.jar as libgcj-VERSION.jar.
2002-04-11 Adam Kingjvm.h (_Jv_ThrowBadArrayIndex, [...]): Mark as noreturn.
2002-04-10 Tom TromeyMakefile.in: Rebuilt.
2002-04-07 Adam KingnatSystem.cc (init_properties): Call new function _Jv_p...
2002-04-05 Adam Megaczwin32.h (_Jv_platform_close_on_exec): added inline...
2002-03-27 Richard Henderson* include/posix-threads.h [alpha] (_Jv_ThreadSelf)...
2002-03-27 Andrew Haleydwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64.
2002-03-27 Anthony Greenlibgcj.spec.in: Add CHECKREFSPEC.
2002-03-26 Hans Boehm* include/dwarf2-signal.h: Temporarily back out last...
2002-03-26 Loren J. Rittle* include/posix-threads.h: Support <.../pal.h> on FreeB...
2002-03-26 Andrew Haleyconfigure.in, configure: enable dwarf2-exception-style...
next