| 2005-12-24 David Daney <ddaney@avtrex.com> |
| Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/9715, PR libgcj/19132: |
| * java/nio/charset/Charset.java (charsetForName): Try default |
| provider first. |
| (availableCharsets): Re-merged. |
| (providers2): Likewise. |
| (defaultCharset): Likewise. |
| * sources.am, Makefile.in: Rebuilt. |
| * gnu/java/nio/charset/Provider.java: Removed. |
| * java/io/OutputStreamWriter.java |
| (OutputStreamWriter(OutputStream,Charset)): New constructor. |
| (OutputStreamWriter(OutputStream,CharsetEncoder)): Likewise. |
| * java/io/InputStreamReader.java |
| (InputStreamReader(InputStream,CharsetDecoder)): New constructor. |
| (InputStreamReader(InputStream,Charset)): Likewise. |
| * gnu/gcj/convert/BytesToUnicode.java (getDecoder): Try a |
| BytesToCharsetAdaptor. |
| * gnu/gcj/convert/UnicodeToBytes.java (getEncoder): Try a |
| CharsetToBytesAdaptor. |
| * gnu/gcj/convert/CharsetToBytesAdaptor.java: New file. |
| * gnu/gcj/convert/BytesToCharsetAdaptor.java: New file. |
| * mauve-libgcj: Remove getEncoding exclusion. |
| |
| 2005-12-28 Anthony Green <green@redhat.com> |
| |
| * gnu/java/net/natPlainSocketImplWin32.cc (connect): Same |
| as previous patch, but for win32. |
| |
| 2005-12-28 Anthony Green <green@redhat.com> |
| |
| * gnu/java/net/natPlainSocketImplPosix.cc (connect): Record |
| address and port before attempting anything. |
| |
| 2005-12-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| |
| * sysdep/pa/locks.h (compare_and_swap): Add ldcw semaphore to make |
| operation atomic. |
| |
| 2005-12-22 Andrew Haley <aph@redhat.com> |
| |
| PR java/25535 |
| * testsuite/libjava.lang/PR25535.java: New test. |
| |
| 2005-12-22 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Don't |
| reference NUM_OBJECT_METHODS. |
| * include/jvm.h (NUM_OBJECT_METHODS): Removed. |
| |
| 2005-12-18 Anthony Green <green@redhat.com> |
| |
| * gnu/java/net/natPlainDatagramSocketImplPosix.cc (getLocalAddress): |
| New helper function. |
| (setOption): Use getLocalAddress. Don't downcast value to |
| InetAddress. |
| (getOption): Use getLocalAddress. |
| |
| 2005-12-16 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/Class.java (getPackage): Get package from |
| VMClassLoader if needed. |
| |
| 2005-12-16 Tom Tromey <tromey@redhat.com> |
| |
| * testsuite/libjava.jacks/jacks.xfail |
| (8.5.2-accessible-static-member-usage-3): Removed. |
| |
| 2005-12-15 Tom Tromey <tromey@redhat.com> |
| |
| * testsuite/libjava.compile/rh175833.java: New file. |
| * testsuite/libjava.compile/pr25429.java: New file. |
| |
| 2005-12-15 Alan Modra <amodra@bigpond.net.au> |
| |
| * testsuite/lib/libjava.exp: Revert 2005-12-01. |
| * testsuite/libjava.lang/Array_3.xfail: Delete. |
| |
| 2005-12-14 Andrew Haley <aph@redhat.com> |
| |
| * gnu/java/rmi/rmic/CompilerProcess.java: Use a new thread to |
| handle stdout from the child process. |
| |
| 2005-12-14 Tom Tromey <tromey@redhat.com> |
| |
| PR classpath/25389: |
| * java/io/File.java (File): Throw IllegalArgumentException if URI is |
| non-hierarchical. |
| |
| 2005-12-12 Andrew Haley <aph@redhat.com> |
| |
| * java/lang/VMCompiler.java: Directly generate a new instance of |
| gnu.java.security.provider.MD5. |
| |
| 2005-12-08 Andrew Haley <aph@redhat.com> |
| |
| PR libgcj/25265 |
| * java/lang/Object.h (throwNoSuchMethodError): New method. |
| * java/lang/Object.java (throwNoSuchMethodError): New method. |
| * include/jvm.h (_Jv_ThrowNoSuchFieldError): Declare. |
| * link.cc (_Jv_ThrowNoSuchFieldError): New. |
| (link_symbol_table): Don't throw a NoSuchFieldError if a field is |
| missing. Instead, set the otable entry to zero. |
| (link_symbol_table): If we don't find a nonstatic method, insert |
| the vtable offset of Object.throwNoSuchMethodError() into the |
| otable. |
| |
| 2005-12-05 Tom Tromey <tromey@redhat.com> |
| |
| * testsuite/libjava.compile/rh174912.java: New file. |
| |
| 2005-12-01 Geoffrey Keating <geoffk@apple.com> |
| |
| * testsuite/lib/libjava.exp (test_libjava_from_javac): Support |
| xfail-byte-exec. |
| * testsuite/libjava.lang/Array_3.xfail: New file. |
| |
| 2005-12-01 Alan Modra <amodra@bigpond.net.au> |
| |
| * stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR |
| to compare _Jv_InterpMethod::run against current func. |
| |
| 2005-11-30 Andrew Haley <aph@redhat.com> |
| |
| * classpath/lib/Makefile.am (resources): Use `cp -p'. |
| Remove `@' from start of line. |
| |
| 2005-11-28 Tom Tromey <tromey@redhat.com> |
| |
| PR java/18278: |
| * testsuite/libjava.jni/pr18278.out: New file. |
| * testsuite/libjava.jni/pr18278.c: New file. |
| * testsuite/libjava.jni/pr18278.java: New file. |
| * include/jvm.h (_Jv_UnwrapJNIweakReference): Declare. |
| * jni.cc (_Jv_UnwrapJNIweakReference): New function. |
| (call): Unwrap return value if needed. |
| |
| 2005-11-25 Mark Wielaard <mark@klomp.org> |
| |
| * standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and |
| gnu/javax/rmi. |
| * scripts/makemake.tcl: Set javax/rmi, org/omg, gnu/CORBA and |
| gnu/javax/rmi to bc. |
| * gnu/CORBA/ObjectCreator.java: New override file for missing |
| VMStackWalker issue. |
| * gnu/CORBA/DynAn/gnuDynValue.java: New override file for bug #24938 |
| * gnu/CORBA/DynAn/RecordAny.java: Likewise |
| * sources.am: Regenerated. |
| * Makefile.in: Regenerated |
| |
| 2005-11-25 Andrew Haley <aph@redhat.com> |
| |
| PR libgcj/25016 |
| * posix-threads.cc (_Jv_CondWait): Rewrite calculation of the |
| struct timespec we pass to pthread_cond_timedwait. |
| |
| 2005-11-25 Ranjit Mathew <rmathew@gcc.gnu.org> |
| |
| * testsuite/libjava.jacks/jacks.xfail: Remove |
| non-jls-argument-expansion-13 and add |
| non-jls-argument-expansion-error-1 in response to the @file support |
| patch in the main GCC driver. |
| |
| 2005-11-24 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * sysdep/ia64-frame.h: Removed. |
| * sysdep/ia64.c: Removed. |
| * sysdep/dwarf2-backtrace.cc: Removed. |
| * configure.ac: Remove references to HAVE_BACKTRACE and |
| SUPPLY_BACKTRACE. |
| * Makefile.am: Remove SUPPLY_BACKTRACE support. |
| * configure: Rebuilt. |
| * Makefile.in: Rebuilt. |
| |
| 2005-11-24 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * gij.cc (nonstandard_opts_help): Add entry for -Xss. |
| |
| 2005-11-17 Mark Wielaard <mark@klomp.org> |
| |
| Imported GNU Classpath gcj-import-20051117. |
| * gnu/java/net/protocol/file/Connection.java: Removed, fully merged. |
| * sources.am: Regenerated. |
| * Makefile.in: Likewise. |
| |
| 2005-11-17 Mark Wielaard <mark@klomp.org> |
| |
| * gnu/java/net/protocol/file/Handler.java: Removed, fully merged now. |
| * java/net/ServerSocket.java: Likewise. |
| * sources.am: Regenerated. |
| * Makefile.in: Regenerated. |
| |
| 2005-11-17 Mark Wielaard <mark@klomp.org> |
| |
| Fixes bug #24006 |
| * java/net/ServerSocket.java (implAccept): Set Socket.bound to true. |
| |
| 2005-11-17 Tom Tromey <tromey@redhat.com> |
| |
| * java/net/ServerSocket.java (accept): Use correct security manager |
| call. |
| |
| 2005-11-17 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/net/ServerSocket.java |
| (bound): Removed. |
| (local): New field. |
| (bind): Cache local socket address. |
| (getInetAddress, getLocalPort, getLocalSocketAddress, isBound): |
| Use cached local socket address. |
| (close): bound field was removed. |
| |
| 2005-11-17 Tom Tromey <tromey@redhat.com> |
| |
| * java/net/URLConnection.java (setDoInput): Javadoc fix. |
| (setDoOutput): Likewise. |
| (setContentHandlerFactory): Likewise. |
| (setFileNameMap): Likewise. |
| |
| 2005-11-17 Mark Wielaard <mark@klomp.org> |
| |
| * java/net/URLClassloader.java (addURLs): Add comment about jboss. |
| |
| 2005-11-17 Mark Wielaard <mark@klomp.org> |
| |
| * java/net/URLClassLoader.java (addURLs): Don't call addURL(), but |
| call urls.add() and addURLImpl() directly on each URL. |
| |
| 2005-11-17 Tom Tromey <tromey@redhat.com> |
| |
| * java/net/URLClassLoader.java (definePackage): Javadoc fixes. |
| |
| 2005-11-17 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/net/URLClassLoader.java |
| (Resource.name): Removed field. |
| (JarURLResource.name): Added field. |
| (FileResource.getURL): Use File.toURL() instead of doing it in |
| a way that breaks on Windows. |
| |
| 2005-11-17 Roman Kennke <roman@kennke.org> |
| |
| Reported by: Ingo Proetel <proetel@aicas.com> |
| * java/net/URLClassLoader.java |
| (findClass): Added null check to avoid NullPointerException. |
| |
| 2005-11-17 David Gilbert <david.gilbert@object-refinery.com> |
| |
| * java/net/URLClassLoader.java: reordered some API doc comments to |
| suppress Eclipse warnings, and fixed API doc link. |
| |
| 2005-11-17 Tom Tromey <tromey@redhat.com> |
| |
| * java/net/URLClassLoader.java (URLClassLoader): Removed |
| unused constructor. |
| |
| 2005-11-17 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/net/URLClassLoader (findClass): Close InputStream after we're |
| done with it. |
| |
| 2005-11-17 Bryce McKinlay <mckinlay@redhat.com> |
| |
| Implement -Xss. |
| * include/jvm.h (gcj::stack_size): Declare. |
| (_Jv_StackSize): Declare. |
| * posix-threads.cc (_Jv_InitThreads): Validate gcj::stack_size. |
| (_Jv_ThreadStart): Set stack size if specified. |
| * prims.cc (gcj::stack_size): Define. |
| (parse_memory_size): Renamed from parse_heap_size. |
| (_Jv_SetStackSize): Parse stack size argument and set |
| gcj::stack_size. |
| |
| 2005-11-17 Mark Wielaard <mark@klomp.org> |
| |
| * java/text/SimpleDateFormat.java: Removed, fully merged now. |
| * sources.am: Regenerated. |
| * Makefile.in: Regenerated. |
| |
| 2005-11-17 Sven de Marothy <sven@physto.se> |
| |
| * java/text/SimpleDateFormat.java |
| (computeOffset): Allow timezone to be first in the parsed String. |
| |
| 2005-11-17 Mark Wielaard <mark@klomp.org> |
| |
| * java/text/SimpleDateFormat.java (field, size): Make package private. |
| |
| 2005-11-17 Tom Tromey <tromey@redhat.com> |
| |
| * java/text/SimpleDateFormat.java (compileFormat): Correctly |
| handle quoted single quotes. PR classspath/23183. |
| |
| 2005-11-17 Tom Tromey <tromey@redhat.com> |
| |
| * java/text/SimpleDateFormat.java (compileFormat): Reformatted. |
| |
| 2005-11-17 Tom Tromey <tromey@redhat.com> |
| |
| * java/text/DateFormat.java (serialVersionUID): New field. |
| |
| 2005-11-17 Mark Wielaard <mark@klomp.org> |
| |
| * java/text/DateFormat.java (equals): Reimplement. |
| |
| 2005-11-17 David Gilbert <david.gilbert@object-refinery.com> |
| |
| * java/text/Collator.java: API doc fixes, |
| * java/text/DateFormat.java: likewise, |
| * java/text/DecimalFormatSymbols.java: likewise, |
| * java/text/DateFormatSymbols.java: likewise, |
| * java/text/SimpleDateFormat.java: likewise. |
| |
| 2005-11-17 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/text/Collator.java (getInstance(Locale)): |
| Added default collation pattern to handle case when resource |
| is missing and throw InternalError instead of returning null |
| should parsing fail. |
| |
| 2005-11-15 Mark Wielaard <mark@klomp.org> |
| |
| * java/util/zip/ZipEntry.java: Removed, fully merged now. |
| * java/util/zip/ZipFile.java: Likewise. |
| * sources.am: Regenerated. |
| * Makefile.in: Regenerated. |
| |
| 2005-11-15 Tom Tromey <tromey@redhat.com> |
| |
| classpath/23890: |
| * java/util/Calendar.java (equals): Include other calendar |
| attributes. |
| (hashCode): Updated. |
| * java/util/GregorianCalendar.java (hashCode): New method. |
| (equals): Use super.equals(). |
| |
| 2005-11-15 Sven de Marothy <sven@physto.se> |
| |
| * java/util/Calendar (setTimeInMillis): Recompute time fields. |
| |
| 2005-11-15 Mark Wielaard <mark@klomp.org> |
| |
| * java/util/SimpleTimeZone.java: Removed, fully merged now. |
| * java/util/Date.java: Likewise. |
| * sources.am: Regenerated. |
| * Makefile.in: Regenerated. |
| |
| 2005-11-15 David Gilbert <david.gilbert@object-refinery.com> |
| |
| * java/util/Calendar.java: fixed minor problems in API docs, |
| * java/util/Date.java: likewise, |
| * java/util/ResourceBundle.java: likewise, |
| * java/util/SimpleTimeZone.java: likewise, |
| |
| 2005-11-15 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/io/ObjectInputStream.java |
| (parseContent): Removed bogus println and fixed bug #24422. |
| |
| 2005-11-15 Mark Wielaard <mark@klomp.org> |
| |
| * java/io/ObjectStreamClass.java: Removed, fully merged now. |
| * sources.am: Regenerated. |
| * Makefile.in: Regenerated. |
| |
| 2005-11-15 Wolfgang Baer <WBaer@gmx.de> |
| |
| * java/io/ObjectInputStream.java |
| (processResolution): Pass Error, RuntimeException and |
| ObjectStreamException through to the caller. |
| (readObject): Documentation update. |
| |
| 2005-11-15 Mark Wielaard <mark@klomp.org> |
| |
| Imported GNU Classpath 0.19 + gcj-import-20051115. |
| * sources.am: Regenerated. |
| * Makefile.in: Likewise. |
| * scripts/makemake.tcl: Use glob -nocomplain. |
| |
| 2005-11-15 Scott Gilbertson <scottg@mantatest.com> |
| |
| * Makefile.in: Re-generated. |
| * gnu/awt/xlib/XGraphicsDevice.java: New file. |
| * gnu/awt/xlib/XToolkit.java |
| (getLocalGraphicsEnvironment): Implemented. |
| * gnu/awt/xlib/XGraphicsEnvironment.java: New file. |
| * sources.am: Re-generated. |
| |
| 2005-15-09 David Daney <ddaney@avtrex.com> |
| |
| PR libgcj/15430 |
| * gnu/java/net/natPlainSocketImplPosix.cc (throw_on_sock_closed): New |
| function. |
| (accept): Call it. |
| (close): Call shutdown before closing. |
| (read()): Call read_helper with proper parameters. |
| (read(buffer, int, int)): Likewise. |
| (read_helper): Pass pointer to the PlainSocketImpl, remove native_fd |
| and timeout parameters. Make prototype to match. Use |
| pointer to PlainSocketImpl to access members. Call throw_on_sock_closed |
| in two places. |
| |
| 2005-11-15 Andrew Haley <aph@redhat.com> |
| |
| * Merge from Classpath head: |
| |
| 2005-09-16 Andrew Haley <aph@redhat.com> |
| |
| * java/io/ObjectStreamClass.java (findAccessibleMethod): Allow |
| protected readResolve(). Rewrite accessibility check. |
| |
| 2005-07-07 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/io/ObjectStreamClass.java |
| (findAccessibleMethod): Added code to make method accessible. |
| |
| 2005-07-03 Daniel Bonniot <bonniot@users.sf.net> |
| |
| * java/io/ObjectStreamClass.java (inSamePackage): New private method. |
| (findAccessibleMethod): Likewise. |
| (cacheMethods): Lookup readResolve and writeReplace using the new |
| findAccessibleMethod(). |
| |
| 2005-11-14 Mohan Embar <gnustuff@thisiscool.com> |
| |
| * java/net/natVMNetworkInterfaceWin32.cc: Include |
| java/net/VMNetworkInterface.h. |
| |
| 2005-11-14 Mohan Embar <gnustuff@thisiscool.com> |
| David Daney <ddaney@avtrex.com> |
| |
| * gnu/java/net/natPlainSocketImplWin32.cc: Updated copyright. |
| (read): Handle count == 0 case. |
| |
| 2005-11-09 Tom Tromey <tromey@redhat.com> |
| |
| * testsuite/libjava.jacks/jacks.xfail (non-jls-zip-2): Now |
| passes. |
| |
| 2005-11-08 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/24587: |
| * gnu/classpath/SystemProperties.java: Set gnu.classpath.version. |
| |
| 2005-11-08 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/23763. From aeby@graeff.com. |
| * java/lang/natPosixProcess.cc (nativeSpawn): Unblock SIGCHLD |
| before exec. |
| |
| 2005-11-08 Mark Wielaard <mark@klomp.org> |
| |
| * scripts/makemake.tcl: Set package gnu/javax/sound/midi to bc. |
| |
| 2005-11-07 David Daney <ddaney@avtrex.com> |
| |
| * mauve-libgcj: Disable javax.rmi.* and |
| java.io.InputStreamReader.getEncoding. |
| |
| 2005-11-04 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/14358, libgcj/24552: |
| * gnu/gcj/convert/IOConverter.java: Regenerate aliases. Add |
| aliases for 'euc_jp' and 'eucjp'. |
| * scripts/encodings.pl: Recognize 'none', not 'NONE'. Include |
| canonical names in output. |
| (%map): Added UnicodeLittle and UnicodeBig. |
| |
| 2005-11-04 Kaz Kojima <kkojima@gcc.gnu.org> |
| |
| * include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace. |
| |
| 2005-11-02 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * testsuite/lib/libjava.exp (libjava_find_lib): Add dylib to the shared |
| library extensions. |
| |
| 2005-10-12 Andrew Haley <aph@redhat.com> |
| |
| PR java/24251 |
| * link.cc (ensure_method_table_complete): Install Miranda methods |
| for interfaces too. |
| |
| 2005-10-10 Tom Tromey <tromey@redhat.com> |
| |
| * testsuite/libjava.lang/ExtraClassLoader.out: New file. |
| * testsuite/libjava.lang/TestProxy.java (MyInvocationHandler): |
| Now static. |
| |
| 2005-10-05 Richard Henderson <rth@redhat.com> |
| |
| PR target/23602 |
| * configure.host (i?86-*): Set -fomit-frame-pointer in libgcj_flags, |
| but not BACKTRACESPEC. |
| (x86_64-*): Similarly. Don't set -ffloat-store in 64-bit mode. |
| |
| 2005-10-02 Andrew Pinski <pinskia@physics.uc.edu> |
| |
| * testsuite/lib/jni.exp (gcj_jni_test_one): For |
| darwin, use -shared-libgcc not -lgcc_s, and explain why. |
| (gcj_jni_invocation_test_one): Likewise. |
| |
| 2005-09-30 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/24051: |
| * Makefile.in: Rebuilt. |
| * Makefile.am (toolexeclib_LTLIBRARIES): Add Qt library if |
| requested. |
| (lib_gnu_java_awt_peer_qt_la_SOURCES): New variable. |
| (lib_gnu_java_awt_peer_qt_la_LIBADD): Likewise. |
| (lib_gnu_java_awt_peer_qt_la_DEPENDENCIES): Likewise. |
| (lib_gnu_java_awt_peer_qt_la_LDFLAGS): Likewise. |
| (lib_gnu_java_awt_peer_qt_la_LINK): Likewise. |
| * configure: Rebuilt. |
| * configure.ac: Pass --enable-qt-peers when qt is requested. |
| |
| 2005-09-29 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * configure.ac: Fix typo. |
| * configure: Regenerate. |
| |
| 2005-09-28 Geoffrey Keating <geoffk@apple.com> |
| |
| * sysdep/powerpc/locks.h: Use 64-bit versions of primitives when |
| __LP64__ is defined rather than __powerpc64__. |
| (compare_and_swap): 'ret' is an obj_addr_t not just an int. |
| (compare_and_swap_release): Likewise. |
| |
| 2005-09-28 David Daney <ddaney@avtrex.com> |
| |
| * HACKING: Update instructions for classpath import. |
| |
| 2005-09-27 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/23367: |
| * include/jvm.h (_Jv_FreeMethodCache): Declare. |
| * java/lang/natClass.cc (MCACHE_SIZE): Conditional on HAVE_TLS. |
| (struct _Jv_mcache): Likewise. |
| (method_cache): Likewise. |
| (_Jv_FindMethodInCache): Do nothing unless TLS is available. |
| (_Jv_AddMethodToCache): Likewise. |
| (_Jv_FreeMethodCache): New function. |
| * java/lang/natThread.cc (finish_): Call _Jv_FreeMethodCache. |
| * aclocal.m4, configure, include/config.h.in: Rebuilt. |
| * configure.ac: Invoke GCC_CHECK_TLS. |
| |
| 2005-09-27 Tom Tromey <tromey@redhat.com> |
| |
| * configure, Makefile.in: Rebuilt. |
| * sources.am: Rebuilt. |
| * scripts/makemake.tcl (emit_bc_rule): Special-case qt. |
| * configure.ac (TOOLKIT): Handle Qt peers properly. |
| |
| 2005-09-23 Tom Tromey <tromey@redhat.com> |
| |
| Imported Classpath 0.18. |
| * sources.am, Makefile.in: Updated. |
| * Makefile.am (nat_source_files): Removed natProxy.cc. |
| * java/lang/reflect/natProxy.cc: Removed. |
| * gnu/classpath/jdwp/VMFrame.java, |
| gnu/classpath/jdwp/VMIdManager.java, |
| gnu/classpath/jdwp/VMVirtualMachine.java, |
| java/lang/reflect/VMProxy.java: New files. |
| |
| 2005-09-23 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * scripts/makemake.tcl (verbose): Add gnu/java/awt/peer/qt to BC |
| list. |
| |
| 2005-09-23 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * gnu/java/net/DefaultContentHandlerFactory.java (getContent): |
| Remove ClasspathToolkit references. |
| |
| 2005-09-23 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * gnu/awt/xlib/XCanvasPeer.java: Add new peer methods. |
| * gnu/awt/xlib/XFramePeer.java: Likewise. |
| * gnu/awt/xlib/XGraphicsConfiguration.java: Likewise. |
| |
| 2005-09-23 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * Makefile.am (libgcjawt_la_SOURCES): Remove jawt.c. Add |
| classpath/native/jawt/jawt.c. |
| * Makefile.in: Regenerate. |
| * jawt.c: Remove file. |
| * include/Makefile.am (tool_include__HEADERS): Remove jawt.h and |
| jawt_md.h. Add ../classpath/include/jawt.h and |
| ../classpath/include/jawt_md.h. |
| * include/Makefile.in: Regenerate. |
| * include/jawt.h: Regenerate. |
| * include/jawt_md.h: Regenerate. |
| |
| 2005-09-21 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * gnu/gcj/runtime/BootClassLoader.java (BootClassLoader): Pass |
| `null' parent ClassLoader to parent constructor. |
| * gnu/gcj/runtime/HelperClassLoader.java (HelperClassLoader): New |
| constructor. |
| |
| 2005-09-21 Ranjit Mathew <rmathew@gcc.gnu.org> |
| |
| * testsuite/libjava.jacks/jacks.xfail: Updated for PR java/23891. |
| |
| 2005-09-17 H.J. Lu <hongjiu.lu@intel.com> |
| |
| * testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one): |
| Use libjava_find_lib to find the proper libgcj. |
| |
| 2005-09-16 Anthony Green <green@redhat.com> |
| |
| PR libgcj/20198 |
| * java/net/URLClassLoader.java (FileURLLoader.getResource): File |
| resources should all have canonicalized names. |
| |
| 2005-09-15 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/16032: |
| * interpret.cc (AVAL1U): Resolve pool entry when not direct |
| threaded. |
| (AVAL2U): Likewise. |
| (compile): Handle 'ldc class' specially. |
| (_Jv_InterpMethod::run): Added special 'ldc class' instruction. |
| * verify.cc (check_constant): Handle 'ldc class' for 1.5 classes. |
| * defineclass.cc (handleCodeAttribute): Set new field. |
| (MAJOR_1_1, MINOR_1_1, MAJOR_1_2, MINOR_1_2, MAJOR_1_3, MINOR_1_3, |
| MAJOR_1_4, MINOR_1_4, MAJOR_1_5, MINOR_1_5): New defines. |
| (parse): Check version numbers. |
| (_Jv_ClassReader::is_15): New field. |
| (_Jv_ClassReader): Initialize it. |
| * include/java-interp.h (_Jv_InterpMethod::is_15): New field. |
| |
| 2005-09-15 Tom Tromey <tromey@redhat.com> |
| |
| For PR libgcj/23288: |
| * java/net/URLClassLoader.java (definePackage): Correctly order |
| arguments to definePackage. Look up per-entry Attributes. |
| (getAttributeValue): New method. |
| |
| 2005-09-12 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| PR libgcj/23762 |
| * shlibpath.m4: New file. |
| * configure.ac: If libltdl is being used call AC_LTDL_SHLIBPATH |
| macro. |
| * gnu/classpath/natSystemProperties.cc (insertSystemProperties) |
| [USE_LTDL]: If it was not defined with -D set java.library.path to |
| the value of LTDL_SHLIBPATH_VAR. |
| |
| 2005-09-08 Andrew Haley <aph@redhat.com> |
| |
| * java/net/URLClassLoader.java (addURLImpl): Synchronize on the |
| loader. |
| (toString): Likewise. |
| |
| 2005-09-08 Andrew Haley <aph@redhat.com> |
| |
| PR java/22084 |
| * include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Bump IP by 1 if |
| R/M field in instruction is 100. |
| |
| 2005-09-08 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| PR libgcj/23761 |
| * include/java-props.h (_Jv_Module_Load_Path): Declare variable. |
| * java/lang/natRuntime.cc (init): Call lt_dlsetsearchpath after |
| lt_dlinit. |
| * gnu/classpath/natSystemProperties.cc (_Jv_Module_Load_Path): |
| Define variable. |
| (_Jv_SetDLLSearchPath): Do not call lt_dlsetsearchpath. Set |
| _Jv_Module_Load_Path. |
| |
| 2005-09-06 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/23739: |
| * testsuite/libjava.jni/pr23739.c: New file. |
| * testsuite/libjava.jni/pr23739.java: New file. |
| * testsuite/libjava.jni/pr23739.out: New file. |
| * jni.cc (_Jv_JNI_IsAssignableFrom): Reversed arguments. |
| * java/lang/reflect/natMethod.cc (invoke): Updated. |
| * java/lang/natClass.cc (isAssignableFrom): Updated. |
| (isInstance): Likewise. |
| (_Jv_IsAssignableFrom): Reversed arguments. |
| (_Jv_IsInstanceOf): Updated. |
| (_Jv_CheckCast): Likewise. |
| (_Jv_CheckArrayStore): Likewise. |
| (_Jv_IsAssignableFromSlow): Reversed arguments. |
| (_Jv_InterfaceAssignableFrom): Likewise. |
| * link.cc (verify_type_assertions): Updated. |
| * prims.cc (_Jv_CheckAccess): Updated. |
| |
| 2005-09-05 Ranjit Mathew <rmathew@hotmail.com> |
| |
| Testsuite changes for PR java/23431. |
| * testsuite/libjava.jacks/jacks.xfail: Remove 8.1.1.1-12 and |
| 8.4.6.2-hiding-5. |
| * testsuite/libjava.compile/PR23431_1.java: New testcase. |
| * testsuite/libjava.compile/PR23431_2.java: Likewise. |
| * testsuite/libjava.compile/PR23431_1.xfail: New file. |
| * testsuite/libjava.compile/PR23431_2.xfail: Likewise. |
| |
| 2005-08-29 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| PR libgcj/23549 |
| * gij.cc (main): Don't expect arguments to -enableassertions, -ea, |
| -disableassertions and -da. |
| |
| 2005-08-29 Andrew Pinski <pinskia@physics.uc.edu> |
| |
| * configure.ac: Replace "*-*-darwin[0-7].*" with |
| "*-*-darwin[[0-7]].*" |
| * configure: Regenerate. |
| |
| 2005-08-24 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * configure.ac (extra_ldflags_libjava): Enable -single_module only for |
| darwin < 8. |
| * configure: Regenerate. |
| |
| 2005-08-23 Roman Kennke <roman@kennke.org> |
| |
| * java/lang/Character.java |
| (toChars(int)): New JDK1.5 method. |
| (toChars(int, char[], int)): New JDK1.5 method. |
| (charCount): New JDK1.5 method. |
| (isSupplementaryCodePoint): New JDK1.5 method. |
| (isValidCodePoint): New JDK1.5 method. |
| |
| 2005-08-23 Tom Tromey <tromey@redhat.com> |
| |
| * aclocal.m4, Makefile.in: Rebuilt. |
| * Makefile.am (property_files): Added META-INF files. |
| (propertyo_files): Changed definition. |
| ($(propertyo_files)): Updated patterns. |
| |
| 2005-08-22 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/22622: |
| * configure: Rebuilt. |
| * configure.ac: Correctly create Configuration.java (for |
| temporary use). |
| |
| 2005-08-22 Kelley Cook <kcook@gcc.gnu.org> |
| |
| * Makefile.am (ACLOCAL_AMFLAGS): Also include "..". |
| * acinclude.m4: Delete. Extract CHECK_FOR_BROKEN_MINGW_LD to ... |
| * mingwld.m4: ... this new file. |
| * aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate. |
| * include/Makefile.in, testsuite/Makfile.in: Regenerate. |
| |
| 2005-08-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| |
| PR libgcj/23507 |
| * stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength |
| assignment. Cast operands of compare to function pointer type. |
| |
| 2005-08-21 Tom Tromey <tromey@redhat.com> |
| |
| * HACKING: Updated for hacking classpath in libgcj. |
| |
| 2005-08-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| |
| PR libgcj/21692 |
| * sysdep/pa/descriptor.h: New file. |
| * configure.host: Use sysdep/pa/descriptor.h on hppa*-*. |
| |
| 2005-08-19 Andrew Pinski <pinskia@physics.uc.edu> |
| |
| * Makefile.am (extra_ldflags_libjava): New variable to |
| substitute in. |
| (LIBLINK): Add extra_ldflags_libjava to it. |
| * configure.ac (extra_ldflags_libjava): Set for *-darwin* to |
| "-Wl,-single_module". |
| * Makefile.in: Regenerate. |
| * aclocal.m4: Regenerate. |
| * configure: Regenerate. |
| * gcj/Makefile.in: Regenerate. |
| * include/Makefile.in: Regenerate. |
| * testsuite/Makefile.in: Regenerate. |
| |
| 2005-08-17 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/Class.h (_Jv_IsBinaryCompatibilityABI): Declare as |
| friend. |
| * include/jvm.h (_Jv_IsBinaryCompatibilityABI): New function. |
| * testsuite/libjava.lang/bclink.java: New file. |
| * testsuite/libjava.lang/bclink.out: New file. |
| * link.cc (print_class_loaded): Changed ABI test to look at |
| various _syms fields. |
| |
| 2005-08-17 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * testsuite/libjava.jacks/jacks.xfail: Remove 15.21-assoc-7, |
| 15.21-assoc-8, 15.21-equal-3, 15.28-string-11. |
| |
| 2005-08-16 Ranjit Mathew <rmathew@hotmail.com> |
| |
| More testsuite adjustments for PR java/19870. |
| * testsuite/libjava.lang/PR19870_2.java: New testcase. |
| * testsuite/libjava.lang/PR19870_2.out: Expected output for the |
| new testcase. |
| * testsuite/libjava.jacks/jacks.xfail: Remove |
| 8.5.2-non-static-member-usage-2 and add 15.12.3-explicit-constructor-9. |
| |
| 2005-08-16 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/xml/xpath/XPathParser.y: Removed. |
| |
| 2005-08-12 Morgan Deters <mdeters@morgandeters.com> |
| |
| PR libgcj/23353: |
| * java/lang/natObject.cc (clone): Clear sync_info. |
| |
| 2005-07-26 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/java/net/protocol/ftp/package.html, |
| gnu/javax/swing/text/html/package.html, |
| gnu/javax/swing/text/html/parser/package.html, |
| gnu/javax/swing/text/html/parser/models/package.html, |
| gnu/javax/swing/text/html/parser/support/package.html, |
| gnu/javax/swing/text/html/parser/support/low/package.html, |
| gnu/xml/aelfred2/package.html, gnu/xml/dom/package.html, |
| gnu/xml/pipeline/package.html, gnu/xml/transform/package.html, |
| gnu/xml/util/package.html, java/awt/geom/doc-files/Area-1.png, |
| java/awt/geom/doc-files/CubicCurve2D-1.png, |
| java/awt/geom/doc-files/CubicCurve2D-2.png, |
| java/awt/geom/doc-files/CubicCurve2D-3.png, |
| java/awt/geom/doc-files/CubicCurve2D-4.png, |
| java/awt/geom/doc-files/CubicCurve2D-5.png, |
| java/awt/geom/doc-files/Ellipse-1.png, |
| java/awt/geom/doc-files/FlatteningPathIterator-1.html, |
| java/awt/geom/doc-files/GeneralPath-1.png, |
| java/awt/geom/doc-files/QuadCurve2D-1.png, |
| java/awt/geom/doc-files/QuadCurve2D-2.png, |
| java/awt/geom/doc-files/QuadCurve2D-3.png, |
| java/awt/geom/doc-files/QuadCurve2D-4.png, |
| java/awt/geom/doc-files/QuadCurve2D-5.png, |
| javax/imageio/package.html, javax/imageio/event/package.html, |
| javax/imageio/metadata/package.html, |
| javax/imageio/spi/package.html, javax/imageio/stream/package.html, |
| javax/swing/border/doc-files/BevelBorder-1.png, |
| javax/swing/border/doc-files/BevelBorder-2.png, |
| javax/swing/border/doc-files/BevelBorder-3.png, |
| javax/swing/border/doc-files/EmptyBorder-1.png, |
| javax/swing/border/doc-files/EtchedBorder-1.png, |
| javax/swing/border/doc-files/EtchedBorder-2.png, |
| javax/swing/border/doc-files/LineBorder-1.png, |
| javax/swing/border/doc-files/MatteBorder-1.png, |
| javax/swing/border/doc-files/MatteBorder-2.png, |
| javax/swing/border/doc-files/MatteBorder-3.png, |
| javax/swing/border/doc-files/MatteBorder-4.png, |
| javax/swing/border/doc-files/MatteBorder-5.png, |
| javax/swing/border/doc-files/MatteBorder-6.png, |
| javax/swing/border/doc-files/SoftBevelBorder-1.png, |
| javax/swing/border/doc-files/SoftBevelBorder-2.png, |
| javax/swing/border/doc-files/SoftBevelBorder-3.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders-1.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders-2.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.ButtonBorder-1.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.FieldBorder-1.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.MarginBorder-1.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.MenuBarBorder-1.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.RadioButtonBorder-1.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneBorder-1.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneBorder-2.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneDividerBorder-1.png, |
| javax/swing/plaf/basic/doc-files/BasicBorders.ToggleButtonBorder-1.png, |
| javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-1.png, |
| javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-2.png, |
| javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-3.png, |
| javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-4.png, |
| javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-5.png, |
| javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-6.png, |
| javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-7.png, |
| javax/swing/plaf/doc-files/ComponentUI-1.dia, |
| javax/swing/plaf/doc-files/ComponentUI-1.png, |
| javax/swing/plaf/doc-files/TreeUI-1.png, |
| javax/xml/datatype/package.html, javax/xml/namespace/package.html, |
| javax/xml/parsers/package.html, javax/xml/transform/package.html, |
| javax/xml/transform/dom/package.html, |
| javax/xml/transform/sax/package.html, |
| javax/xml/transform/stream/package.html, |
| javax/xml/validation/package.html, javax/xml/xpath/package.html: |
| Removed. |
| |
| 2005-07-22 Tom Tromey <tromey@redhat.com> |
| |
| * include/Makefile.in: Rebuilt. |
| * include/Makefile.am (tool_include__HEADERS): Include |
| classpath's jni.h. |
| |
| 2005-07-20 Tom Tromey <tromey@redhat.com> |
| |
| * sources.am, Makefile.in: Rebuilt. |
| * Makefile.am (all_xlib_lo_files): Removed. |
| (all_libgcj_lo_files): Likewise. |
| (lib_gnu_awt_xlib_la_LIBADD): List correct .lo files. |
| (xlib_java_source_files): Removed. |
| (xlib_nat_headers): Updated. |
| * configure: Rebuilt. |
| * configure.ac: Create standard.omit. |
| * standard.omit.in: New file. |
| * standard.omit: Removed. |
| * scripts/makemake.tcl (gnu/gcj/xlib, gnu/awt/xlib): Now |
| 'package'. |
| (emit_package_rule): Special case xlib peers. |
| (emit_source_var): Likewise. |
| Read standard.omit.in. |
| * gnu/awt/xlib/XToolkit.java (createEmbeddedWindow): New method. |
| |
| 2005-07-18 Tom Tromey <tromey@redhat.com> |
| |
| * HACKING: Updated. |
| |
| 2005-07-19 Matthias Klose <doko@debian.org> |
| |
| * classpath/java/awt/im/InputContext.java (clinit): Initialize |
| line, im. |
| |
| 2005-07-18 Tom Tromey <tromey@redhat.com> |
| |
| PR libgj/21058: |
| * sources.am, Makefile.in: Rebuilt. |
| * scripts/makemake.tcl (emit_bc_rule): Create a temporary list |
| file. |
| (emit_source_var): Don't emit patsubst with './'. |
| |
| 2005-07-18 Tom Tromey <tromey@redhat.com> |
| |
| * Makefile.in: Rebuilt. |
| * Makefile.am ($(libgij_la_OBJECTS)): Depend on headers.stamp. |
| |
| 2005-07-17 Andreas Jaeger <aj@suse.de> |
| |
| * defineclass.cc (handleClassBegin): Remove unused variable. |
| |
| 2005-07-16 Andreas Schwab <schwab@suse.de> |
| |
| * scripts/makemake.tcl (emit_package_rule): Emit command to create |
| target directory. |
| * Makefile.am (%.lo): Don't create it here. |
| * sources.am, Makefile.in: Regenerated. |
| |
| 2005-07-15 Tom Tromey <tromey@redhat.com> |
| |
| Major merge with Classpath. |
| Removed many duplicate files. |
| * HACKING: Updated.x |
| * classpath: Imported new directory. |
| * standard.omit: New file. |
| * Makefile.in, aclocal.m4, configure: Rebuilt. |
| * sources.am: New file. |
| * configure.ac: Run Classpath configure script. Moved code around |
| to support. Disable xlib AWT peers (temporarily). |
| * Makefile.am (SUBDIRS): Added 'classpath' |
| (JAVAC): Removed. |
| (AM_CPPFLAGS): Added more -I options. |
| (BOOTCLASSPATH): Simplified. |
| Completely redid how sources are built. |
| Include sources.am. |
| * include/Makefile.am (tool_include__HEADERS): Removed jni.h. |
| * include/jni.h: Removed (in Classpath). |
| * scripts/classes.pl: Updated to look at built classes. |
| * scripts/makemake.tcl: New file. |
| * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Added |
| -I options. |
| (gcj_jni_invocation_compile_c_to_binary): Likewise. |
| |
| 2005-07-15 Scott Gilbertson <scottg@mantatest.com> |
| |
| * gnu/awt/xlib/XCanvasPeer.java (attributes): New field. |
| (eventMask): New field. |
| (XCanvasPeer(Component)): Use attributes field. |
| (setBackground): Implemented. |
| (setEventMask): Process mask only if changed. |
| * gnu/awt/xlib/XEventLoop.java (class): Iplement Runnable. |
| (eventLoopThread): New field. |
| (XEventLoop(Display,EventQueue)): Start eventLoopThread. |
| (interrupt): Removed. |
| (run): New method. |
| * gnu/awt/xlib/XEventQueue.java (getNextEvent): Process Container |
| and Component events. |
| * gnu/awt/xlib/XFramePeer.java (processingConfigureNotify): New |
| field. |
| (configureNotify): Set and clear processingConfigureNotify. |
| (setBounds): Process only if processingConfigureNotify is false. |
| (toBack): Implemented. |
| (toFront): Implemented. |
| * gnu/awt/xlib/XGraphics.java (setColor): Ignore null color. |
| * gnu/awt/xlib/XGraphicsConfiguration.java (getPixel): Ignore null |
| color. |
| * gnu/awt/xlib/XToolkit.java (nativeQueueEmpty): Always return true. |
| (wakeNativeQueue): Do nothing. |
| (iterateNativeQueue): Do queue.wait if blocking. |
| * gnu/gcj/xlib/Font.java (loadFont): New method. |
| (loadFontImpl): Renamed native method, was loadFont. |
| * gnu/gcj/xlib/Window.java (toFront): New method. |
| (toBack): New method. |
| * gnu/gcj/xlib/natFont.cc (loadFontImpl): Renamed method, was |
| loadFont. |
| * gnu/gcj/xlib/natWindow.cc (toBack): New method. |
| (toFront): New method. |
| * gnu/gcj/xlib/natXAnyEvent.cc (loadNext): Removed timeout. |
| |
| 2005-07-14 Andrew Haley <aph@redhat.com> |
| |
| * gnu/java/net/protocol/file/Connection.java (unquote): New |
| method. |
| (connect): Unquote filename. |
| gnu/java/net/protocol/jar/Connection.java (getInputStream): |
| Likewise. |
| (getJarFile): Likewise. |
| |
| * java/net/URLConnection.java (getContentHandler): Guard cast with |
| instaceof. |
| |
| * java/net/URL.java (URL): If the file part of a spec is absolute, |
| ignore the file part of its context. |
| |
| 2005-07-14 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java: |
| Implemented VirtualMachine Command Set. |
| |
| 2005-07-14 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/Class.java (getProtectionDomain): Merged javadoc from |
| Classpath. |
| |
| 2005-07-12 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/processor/FieldCommandSet.java: |
| Implemented the Field CommandSet. |
| * gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java: |
| Implemented the InterfaceType CommandSet. |
| |
| 2005-07-12 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/processor/PacketProcessor.java (run): Send |
| shutdown to jdwp instead of connection. |
| |
| 2005-07-12 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java: |
| New file. |
| |
| 2005-07-08 Colin Walters <walters@verbum.org> |
| |
| * verify.cc (class _Jv_BytecodeVerifier) <op_new>: Don't |
| check for abstract classes or interfaces here; JVM spec |
| says it should throw an exception, so we'll do so later. |
| * interpret.cc (run): Throw an InstantiationException for |
| abstract classes and interfaces. |
| |
| 2005-07-08 Andrew Haley <aph@redhat.com> |
| |
| * posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER |
| (regular, non-realtime scheduling), not SCHED_RR (realtime, |
| round-robin). |
| |
| 2005-07-07 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/util/Signature.java |
| (computeFieldSignature): New Method. |
| |
| 2005-07-07 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java:New |
| file. |
| |
| 2005-07-07 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * testsuite/libjava.jacks/jacks.xfail: Remove 6.5.5.1-nested-4, |
| 6.5.5.1-nested-7, 6.5.5.1-nested-16, 6.5.5.1-nested-17. |
| |
| 2005-07-07 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * testsuite/libjava.compile/PR21045.java: New test. |
| * testsuite/libjava.jacks/jacks.xfail: Remove 15.9.5.1-exception-1, |
| 15.9.5.1-exception-3, 8.3.2-abrupt-6, 8.3.2-abrupt-7. |
| |
| 2005-07-06 Tom Tromey <tromey@redhat.com> |
| |
| * java/io/InputStreamReader.java (refill): Handle no-progress |
| case correctly. |
| * gnu/gcj/convert/IOConverter.java: Add 'utf8' alias. |
| |
| 2005-07-06 Tom Tromey <tromey@redhat.com> |
| |
| * testsuite/libjava.jacks/jacks.xfail: Removed 9.1.3-body-5. |
| |
| 2005-07-05 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * testsuite/libjava.compile/PR19674.java: New test. |
| |
| 2005-07-05 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java: |
| New file. |
| |
| 2005-07-04 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/processor/CommandSet.java: New file. |
| * gnu/classpath/jdwp/processor/PacketProcessor.java: Use |
| CommandSets to handle JdwpCommandPackets. |
| * gnu/classpath/jdwp/transport/JdwpReplyPacket.java: New |
| Constructor. |
| |
| 2005-07-01 Tom Tromey <tromey@redhat.com> |
| |
| * libtool-version: Updated. |
| |
| 2005-06-30 Aaron Luchko <aluchko@redhat.com> |
| |
| * gnu/classpath/jdwp/util/JdwpString.java: New file. |
| |
| 2005-06-30 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/transport/JdwpPacket.java (write): New method. |
| (myWrite): New abstract method. |
| (toBytes): Remove. |
| (myToBytes): Remove. |
| * gnu/classpath/jdwp/transport/JdwpReplyPacket.java (myWrite): New |
| method. |
| * gnu/classpath/jdwp/transport/JdwpCommandPacket.java (myWrite): New |
| method. |
| * gnu/classpath/jdwp/transport/JdwpConnection.java (sendPacket): Use |
| JdwpPacket.write instead of JdwpPacket.toBytes. |
| |
| 2005-06-30 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/transport/JdwpConnection.java (sendEvent): New |
| method. |
| (_bytes): New member. |
| (_doStream): New member. |
| (JdwpConnection): Initialize new members. |
| |
| 2005-06-29 Kelley Cook <kcook@gcc.gnu.org> |
| |
| * all files: Update for new FSF address. |
| |
| 2005-06-29 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/22211: |
| * testsuite/libjava.lang/pr22211.java: New file. |
| * java/lang/natThread.cc (finish_): Synchronize when updating |
| alive_flag. |
| (_Jv_AttachCurrentThread): Likewise. |
| (interrupt): Only call _Jv_ThreadInterrupt if thread is alive. |
| * java/lang/Thread.java (isAlive): Now synchronized. |
| |
| 2005-06-29 Tom Tromey <tromey@redhat.com> |
| |
| * interpret.cc (run) <insn_checkcast, checkcast_resolved>: Use |
| _Jv_CheckCast. |
| |
| 2005-06-28 Robin Green <greenrd@greenrd.org> |
| |
| PR java/22189 |
| * gnu/gcj/runtime/PersistentByteMap.java (init): Fix rounding |
| error. |
| |
| 2005-06-27 Tom Tromey <tromey@redhat.com> |
| |
| PR java/21540, PR java/13788: |
| * testsuite/libjava.compile/pr21540.java: New file. |
| * testsuite/libjava.compile/pr13788.java: New file. |
| * testsuite/libjava.jacks/jacks.xfail: Updated. |
| |
| 2005-06-26 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * testsuite/libjava.mauve/xfails: Updated to reflect current state |
| of mauve and libjava. |
| |
| 2005-06-24 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/natClassLoader.cc (_Jv_UnregisterClass): Handle case |
| where class' name is NULL. |
| (_Jv_FindClass): Don't wait for class state. |
| * java/lang/natVMClassLoader.cc (defineClass): Only unregister if |
| name found. |
| * include/java-interp.h (_Jv_DefineClass): Updated. |
| * defineclass.cc (_Jv_DefineClass): Added 'name_result' argument. |
| (struct _Jv_ClassReader): Likewise. |
| (found_name): New field. |
| (handleClassBegin): Set *found_name. |
| (_Jv_VerifyMethodSignature): Handle case where ptr==NULL. |
| (handleClassBegin): Throw error if super class not set. |
| (read_methods): Correctly call check_tag and prepare_pool_entry. |
| |
| 2005-06-24 Tom Tromey <tromey@redhat.com> |
| |
| * boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL. |
| |
| 2005-06-24 Tom Tromey <tromey@redhat.com> |
| |
| * verify.cc (verify_instructions_0): Correctly handle situation |
| where PC falls off end. |
| |
| 2005-06-24 Tom Tromey <tromey@redhat.com> |
| |
| * interpret.cc (compile): Handle case where table entry is |
| outside of PC range. |
| |
| 2005-06-23 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * testsuite/libjava.compile/PR20697.java: New test-case. |
| |
| 2005-06-22 Kelley Cook <kcook@gcc.gnu.org> |
| |
| * Makefile.am (SUBDIRS): Use append for conditional. |
| (toolexeclib_LTLIBRARIES): Likewise. |
| (lib_gnu_java_awt_peer_gtk_la_SOURCES): Directly define with |
| a conditional append. |
| * Makefile.in: Regenerate. |
| |
| 2005-06-17 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/exception/VmDeadException.java: New file. |
| * gnu/classpath/jdwp/exception/NotImplementedException.java: New file. |
| * gnu/classpath/jdwp/exception/JdwpInternalErrorException.java: New |
| file. |
| * gnu/classpath/jdwp/exception/JdwpException.java: New file. |
| * gnu/classpath/jdwp/exception/InvalidThreadGroupException.java: New |
| file. |
| * gnu/classpath/jdwp/exception/InvalidThreadException.java: New file. |
| * gnu/classpath/jdwp/exception/InvalidStringException.java: New file |
| * gnu/classpath/jdwp/exception/InvalidObjectException.java: New file. |
| * gnu/classpath/jdwp/exception/InvalidEventTypeException.java: New |
| file. |
| * gnu/classpath/jdwp/exception/InvalidCountException.java: New file. |
| * gnu/classpath/jdwp/exception/InvalidClassException.java: New file. |
| |
| 2005-06-16 Kelley Cook <kcook@gcc.gnu.org> |
| |
| * Makefile.am (libgcj_la_SOURCES): Define without conditional sources. |
| (if USING_BOEHMGC): Directly append libgcj_la_SOURCES. |
| (if USING_NOGC, SUPPLY_BACKTRACE, USING_POSIX_PLATFORM, |
| USING_WIN32_PLATFORM, USING_DARWIN_CRT, USING_POSIX_THREADS, |
| USING_WIN32_THREADS, USING_NO_THREADS): Likewise. |
| * Makefile.in: Regenerate. |
| |
| 2005-06-15 Kelley Cook <kcook@gcc.gnu.org> |
| |
| * configure.ac (USING_ECOS_PLATFORM): Remove and merge into... |
| (USING_POSIX_PLATFORM): ... here. |
| * Makefile.am: Delete USING_ECOS_PLATFORM. |
| * configure, Makefile.in, include/Makefile.in, testsuite/Makefile.in, |
| external/Makefile.in, external/sax/Makefile.in, |
| external/w3c_dom/Makefile.in, gcj/Makefile.in: Regenerate. |
| |
| 2005-06-15 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/17536: |
| * testsuite/libjava.lang/pr17536.java: New file. |
| * testsuite/libjava.lang/pr17536.out: New file. |
| |
| 2005-06-15 Goffredo Baroncelli <kreijack@inwind.it> |
| |
| PR libgcj/21074: |
| * gnu/java/net/protocol/http/HTTPURLConnection.java |
| (getHeaderFieldKey): Check index. |
| |
| 2005-06-15 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/21906: |
| * defineclass.cc (handleMethodsEnd): Set ncode for abstract |
| methods. |
| * include/jvm.h (_Jv_ThrowAbstractMethodError): Declare. |
| * link.cc (_Jv_ThrowAbstractMethodError): Renamed. No longer |
| static. |
| (append_partial_itable): Use it. |
| (set_vtable_entries): Likewise. |
| |
| 2005-06-15 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/gcj/runtime/SystemClassLoader.java (init): Clear |
| last_was_sep in loop. |
| |
| 2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| |
| * configure.host: Handle Solaris 10/x86. |
| |
| 2005-06-14 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/id/JdwpIdFactory.java: New file. |
| * gnu/classpath/jdwp/processor/PacketProcessor.java: New file. |
| |
| 2005-06-14 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/id/ArrayId.java: New file. |
| * gnu/classpath/jdwp/id/ArrayReferenceTypeId.java: New file. |
| * gnu/classpath/jdwp/id/ClassLoaderId.java: New file. |
| * gnu/classpath/jdwp/id/ClassObjectId.java: New file. |
| * gnu/classpath/jdwp/id/ClassReferenceTypeId.java: New file. |
| * gnu/classpath/jdwp/id/InterfaceReferenceTypeId.java: New file. |
| * gnu/classpath/jdwp/id/JdwpId.java: New file. |
| * gnu/classpath/jdwp/id/ObjectId.java: New file. |
| * gnu/classpath/jdwp/id/ReferenceTypeId.java: New file. |
| * gnu/classpath/jdwp/id/StringId.java: New file. |
| * gnu/classpath/jdwp/id/ThreadGroupId.java: New file. |
| * gnu/classpath/jdwp/id/ThreadId.java: New file. |
| |
| 2005-06-14 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/19877: |
| * configure, aclocal.m4, Makefile.in: Rebuilt. |
| |
| 2005-06-14 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/Class.java (getClasses): New method. |
| (internalGetClasses): Likewise. |
| (getClassLoader): Updated documentation. |
| (getDeclaredClasses): New overload; old overload no longer |
| native. |
| (_getConstructors): Removed. |
| (resourcePath): Updated. |
| * java/lang/natClass.cc (getClasses): Removed. |
| * java/lang/Class.h (getDeclaredClasses, getDeclaredConstructors): |
| Updated. |
| (_getConstructors): Removed. |
| |
| 2005-06-13 Jim Huang <jserv@kaffe.org> |
| |
| PR libgcj/22036: |
| * jni.cc (_Jv_JNI_NewObjectV): Use chars() method. |
| (_Jv_JNI_NewObject): Likewise. |
| |
| 2005-06-13 Tom Tromey <tromey@redhat.com> |
| |
| PR java/21844: |
| * testsuite/libjava.lang/pr21844.java: New file. |
| * testsuite/libjava.lang/pr21844.out: New file. |
| |
| 2005-06-08 Bryce McKinlay <mckinlay@redhat.com> |
| |
| PR libgcj/21949 |
| * java/rmi/server/RMIClassLoader.java (getClassLoader): Make public. |
| From Gary Benson. |
| |
| 2005-06-08 Ziga Mahkovec <ziga.mahkovec@klika.si> |
| |
| * java/text/MessageFormat.java (parse): When parsing strings, check |
| for an empty pattern trailer. |
| |
| 2005-06-06 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/util/Signature.java: New file. |
| * gnu/classpath/jdwp/transport/JdwpConnection.java: New file. |
| |
| 2005-06-05 Anthony Green <green@redhat.com> |
| |
| * gnu/java/net/natPlainSocketImplPosix.cc (setOption): Fix case |
| fall-through bug. |
| |
| 2005-06-04 Anthony Green <green@redhat.com> |
| |
| * java/net/URLClassLoader.java: import gnu.gcj.Core, |
| and gnu.java.net.protocol.core.CoreInputStream. |
| (CureURLLoader): New class. |
| (CoreResource): New class. |
| (addURLImpl): Add special treatment for the "core" protocol. |
| * gnu/gcj/natCore.cc (find): New method. |
| * gnu/gcj/Core.java (find): New method. |
| |
| 2005-06-03 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/transport/ITransport.java: New file. |
| * gnu/classpath/jdwp/transport/SocketTransport.java: New file. |
| * gnu/classpath/jdwp/transport/TransportFactory.java: New file. |
| |
| 2005-06-03 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * jawt.c: Remove malloc.h, covered by stdlib.h. |
| |
| * testsuite/libjava.jni/jni.exp |
| (gcj_jni_invocation_compile_c_to_binary): Add -bind_at_load to silence |
| the build process. |
| |
| 2005-06-02 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/transport/TransportException.java: New file. |
| |
| 2005-06-02 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * mauve-libgcj: Remove implemented classes from the fail section. |
| Add two new not implemented to it. |
| |
| 2005-06-01 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * configure.ac (BACKTRACESPEC): Remove definition, but continue to |
| AC_SUBST definition from configure.host. |
| * configure.host: Don't use -fno-omit-frame-pointer. Set BACKTRACESPEC |
| to -fomit-frame-pointer on 32-bit x86 targets. |
| |
| 2005-06-01 Tom Tromey <tromey@redhat.com> |
| |
| * java/io/ObjectInputStream.java (currentLoader): Fixed typo. |
| |
| 2005-06-01 Ziga Mahkovec <ziga.mahkovec@klika.si> |
| |
| PR libgcj/20435: |
| * gnu/regexp/RESyntax.java (RE_POSSESSIVE_OPS): New field. |
| (static): Add possessive matching to JAVA_1_4 syntax. |
| * gnu/regexp/RETokenRepeated.java (possessive): New field. |
| (makePossessive, isPossessive): New methods. |
| (match): Don't back off during possessive matching. |
| * gnu/regexp/RE.java (initalize): Accept possessive quantifier. |
| * java/util/regex/Pattern.java (constructor): Switch syntax from PERL5 |
| to JAVA_1_4. |
| |
| 2005-06-01 Keith Seitz <keiths@redhat.com> |
| |
| * gnu/classpath/jdwp/transport/JdwpPacket.java: New file. |
| * gnu/classpath/jdwp/transport/JdwpCommandPacket.java: New file. |
| * gnu/classpath/jdwp/transport/JdwpReplyPacket.java: New file. |
| |
| 2005-06-01 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/21785: |
| * java/io/natObjectInputStream.cc (currentClassLoader): Removed. |
| (currentLoader): New method. |
| * java/io/ObjectInputStream.java (resolveProxyClass): Use |
| currentLoader. |
| (currentLoader): Now native. |
| (currentClassLoader): Removed. |
| * testsuite/libjava.lang/pr21785.java: New file. |
| * testsuite/libjava.lang/pr21785.out: New file. |
| |
| 2005-06-01 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/21753: |
| * java/lang/natString.cc (substring): Changed sharing heuristic. |
| |
| 2005-05-30 Bryce McKinlay <mckinlay@redhat.com> |
| |
| PR libgcj/21821 |
| * gnu/java/nio/channels/natFileChannelPosix.cc (open): Don't use |
| MAXPATHLEN. Format exception message using a StringBuffer instead. |
| |
| 2005-05-29 Michael Koch <konqueror@gmx.de> |
| |
| PR libgcj/20273: |
| * java/util/LinkedHashMap.java (access): Set 'root.pred'. |
| |
| 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si> |
| |
| * ChangeLog: Fix typo. |
| |
| 2005-05-26 Ranjit Mathew <rmathew@hotmail.com> |
| |
| Testsuite adjustments for PR java/19870. |
| * testsuite/libjava.lang/PR19870.java: New testcase. |
| * testsuite/libjava.lang/PR19870.out: Expected output for the |
| testcase. |
| * testsuite/libjava.jacks/jacks.xfail: Add |
| 8.5.2-accessible-static-member-usage-3 and 15.8.4-static-2 |
| |
| |
| 2005-05-26 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * include/jvm.h (FLAG_BINARYCOMPAT_ABI, FLAG_BOOTSTRAP_LOADER): New. |
| (GCJ_BINARYCOMPAT_ADDITION, GCJ_BOOTSTRAP_LOADER_ADDITION): Removed. |
| (OLD_GCJ_40_BC_ABI_VERSION): Renamed. Old-style version ID for BC-ABI |
| classes. |
| (GCJ_CXX_ABI_VERSION): Renamed from GCJ_ABI_VERSION. |
| (GCJ_40_BC_ABI_VERSION): New. Calculate version IDs using new method. |
| (_Jv_CheckABIVersion): Check for both old and new style version IDs. |
| (_Jv_ClassForBootstrapLoader): Use FLAG_BOOTSTRAP_LOADER. |
| |
| 2005-05-25 Richard Henderson <rth@redhat.com> |
| |
| PR libgcj/21692 |
| * sysdep/descriptor-n.h: New file. |
| * sysdep/descriptor-y.h: New file. |
| * sysdep/powerpc/descriptor.h: New file. |
| * configure.host: Set $descriptor_h appropriate for the host. |
| * configure.ac: Link it. |
| * configure: Regenerate. |
| * stacktrace.cc: Include sysdep/descriptor.h. |
| (_Jv_StackTrace::UpdateNCodeMap): Use UNWRAP_FUNCTION_DESCRIPTOR. |
| |
| 2005-05-25 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/dom/ls/SAXEventSink.java: Ignore XML entities in start/ |
| end entity callbacks. |
| |
| 2005-05-24 Gary Benson <gbenson@redhat.com> |
| |
| PR libgcj/21736: |
| * java/text/MessageFormat.java (MessageFormatElement.setLocale): |
| Handle DateFormat.DEFAULT case correctly. |
| |
| 2005-05-21 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/21703: |
| * java/lang/ref/natReference.cc (find_slot): Handle case where |
| table has no NULL entries. |
| * java/lang/natString.cc (_Jv_StringFindSlot): Handle case where |
| table has no NULL entries. |
| |
| 2005-05-22 Andreas Jaeger <aj@suse.de> |
| |
| * java/lang/mprec.c (mult, lshift, b2d, d2b): Add parenthesis to |
| avoid warnings. |
| |
| 2005-05-21 Ranjit Mathew <rmathew@hotmail.com> |
| |
| * testsuite/libjava.jacks/jacks.xfail: Remove 3.10.2-round-6. |
| |
| 2005-05-19 Richard Henderson <rth@redhat.com> |
| |
| * exception.cc: Revert 05-17 gcc_unreachable change. |
| |
| 2005-05-19 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * java/lang/natClassLoader.cc (_Jv_NewClass): Use |
| _Jv_RegisterInitiatingLoader to register array classes, not |
| _Jv_RegisterClass. |
| (_Jv_RegisterInitiatingLoader): Give up if called very early during |
| bootstrapping. Add a FIXME to handle this case better. |
| |
| 2005-05-19 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * Makefile.am (libgcj0_convenience_la): Removed. Don't build a libgcj |
| convenience library. |
| (libgcj_la_SOURCES): New. Move sources here. |
| (libgcj.la): Remove rule. |
| |
| 2005-05-18 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| PR libgcj/19729 |
| * gnu/java/security/provider/DSASignature.java: Import updates |
| from GNU Crypto. |
| |
| 2005-05-18 Anthony Green <green@redhat.com> |
| |
| * jni/gtk-peer/gtk_jawt.c (classpath_jawt_object_lock, |
| classpath_jawt_object_unlock, classpath_jawt_create_lock, |
| classpath_jawt_destroy_lock): New functions. |
| * jni/classpath/classpath_jawt.h (classpath_jawt_object_lock, |
| classpath_jawt_object_unlock, classpath_jawt_create_lock, |
| classpath_jawt_destroy_lock): New functions. |
| * include/jawt.h (struct _JAWT_DrawingSurface): Add lock |
| field. |
| * jawt.c: #include malloc.h. |
| (_Jv_Lock): Use lock. |
| (_Jv_Unlock): Ditto. |
| (_Jv_GetDrawingSurface): Initialize lock. |
| (_Jv_FreeDrawingSurface): Destroy lock. |
| (_Jv_FreeDrawingSurfaceInfo): Free platformInfo. |
| |
| 2005-05-18 Paolo Bonzini <bonzini@gnu.org> |
| |
| * Makefile.am (Makefile.deps): Do not use \0, it is unportable. |
| * Makefile.in: Regenerate. |
| |
| 2005-05-17 Kelley Cook <kcook@gcc.gnu.org> |
| |
| * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. |
| Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF. |
| * aclocal.m4, configure, config.h.in, include/config.h.in, |
| Makefile.in, include/Makefile.in, testsuite/Makefile.in, |
| external/Makefile.in, external/sax/Makefile.in, |
| external/w3c_dom/Makefile.in, gcj/Makefile.in: Regenerate. |
| |
| 2005-05-17 David Daney <ddaney@avtrex.com> |
| |
| PR libgcj/18220 |
| * testsuite/libjava.lang/Process_3.java (run): Exit on error. |
| |
| 2005-05-17 Nathan Sidwell <nathan@codesourcery.com> |
| |
| * exception.cc (abort): Remove std::abort hack. |
| (gcc_unreacheable): Define. |
| |
| 2005-05-17 Paolo Bonzini <bonzini@gnu.org> |
| |
| * Makefile.am (Makefile.deps): Do not create native.list and |
| bytecodes.list. |
| (all_native_compiled_dirs, all_java_dirs): Compute dir list here. |
| * Makefile.in: Regenerate. |
| |
| 2005-05-17 Paolo Bonzini <bonzini@gnu.org> |
| |
| * configure.ac (--enable-libgcj-multifile): Remove. |
| |
| * Makefile.am (all_native_compiled_source_files, |
| (all_native_compiled_dirs, all_java_dirs, all_java_lo_files, |
| all_libgcj_lo_files, all_xlib_lo_files, |
| all_java_deps_files, all_java_stamp_files, |
| all_java_filelist_files): New variables. |
| (EXTRA_DIST): New Automake variable. |
| (CLEANFILES): Add .stamp, .list and .lo files. |
| (%.list, %.lo, %.stamp, Makefile.deps): New rules. |
| (classes.stamp): Depend on $(all_java_stamp_files). |
| (libgcj.la): Pass $(libgcj_la_LIBADD) to the linker without |
| going through write_entries_to_file. |
| |
| (all_java_source_files, all_property_files): Move earlier. |
| (libgcj_la_OBJECTS, javao_files, xlib_javao_files, |
| all_java_class_files): Remove. |
| (gtk_awt_peer_sources): Rename to... |
| (gtk_awt_peer_source_files): ... this. Adjust throughout. |
| |
| (ONESTEP): Remove. |
| (libgcj0_convenience_la_SOURCES): Remove Java source files. |
| (libgcj0_convenience_la_LIBADD): Add $(all_libgcj_lo_files). |
| (libgcj0_convenience_la_DEPENDENCIES): Likewise. |
| (libgcj_la_SOURCES): Remove. |
| (lib_gnu_awt_xlib_la_SOURCES): Remove Java source files. |
| (lib_gnu_awt_xlib_la_LIBADD): Add $(all_xlib_lo_files). |
| (lib_gnu_awt_xlib_la_DEPENDENCIES): Likewise. |
| |
| * configure: Regenerate. |
| * Makefile.in: Regenerate. |
| * external/Makefile.in: Regenerate. |
| * external/sax/Makefile.in: Regenerate. |
| * external/w3c_dom/Makefile.in: Regenerate. |
| * gcj/Makefile.in: Regenerate. |
| * include/Makefile.in: Regenerate. |
| * libltdl/Makefile.in: Regenerate. |
| * testsuite/Makefile.in: Regenerate. |
| |
| 2005-05-16 Tom Tromey <tromey@redhat.com> |
| |
| * java/nio/charset/Charset.java (encode, decode): Synchronize on |
| 'this', not the class. |
| |
| 2005-05-16 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/java/net/protocol/http/Headers.java (parse): Include final |
| character of line. |
| |
| 2005-05-16 Tom Tromey <tromey@redhat.com> |
| |
| PR libgcj/21606: |
| * java/net/URI.java (unquote): Handle lower-case letters as well. |
| |
| 2005-05-16 Ziga Mahkovec <ziga.mahkovec@klika.si> |
| |
| PR libgcj/20504 |
| * gnu/regexp/RE.java: Add support for quoting constructs. |
| |
| 2005-05-15 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/String.java (startsWith): Fixed javadoc. |
| |
| 2005-05-15 Tom Tromey <tromey@redhat.com> |
| |
| PR java/21519: |
| * testsuite/libjava.compile/pr21519.java: New file. |
| * testsuite/libjava.compile/pr21519.no-link: New file. |
| |
| 2005-05-15 Tom Tromey <tromey@redhat.com> |
| |
| * stacktrace.cc (getLineNumberForFrame): Use _Jv_GetSafeArg. |
| |
| 2005-05-13 Bryce McKinlay <mckinlay@redhat.com> |
| |
| PR libgcj/21557 |
| * java/lang/natObject.cc (_Jv_MonitorEnter): Save and clear thread |
| interrupt status flag if _Jv_CondWait is interrupted. |
| |
| 2005-05-13 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/gcj/runtime/SystemClassLoader.java (init): Handle empty |
| element in path. |
| |
| 2005-05-12 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * include/jvm.h (gcj::verifyClasses): Declare. |
| * link.cc (gcj::verbose_class_flag): Moved. |
| * prims.cc (gcj::verifyClasses): Define here. |
| (gcj::verbose_class_flag): Move definition here. |
| (_Jv_Linker::wait_for_state): Don't call verify_class |
| if gcj::verifyClasses is not set. |
| * gij.cc (main): Set gcj::verifyClasses when '-noverify' is given. |
| |
| 2005-05-12 Aaron Luchko <aluchko@redhat.com> |
| |
| * gij.cc (main): Recognize '-verify', '-noverify', and |
| '-verifyremote' |
| |
| 2005-05-12 Kaz Kojima <kkojima@gcc.gnu.org> |
| |
| * configure.host: Set IEEESPEC to -mieee for sh*-*-*. |
| |
| 2005-05-12 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * Makefile.am (cond_gtk_gcjawt_ltlibrary): Rename libjawt.la |
| libgcjawt.la. |
| |
| 2005-05-11 Tom Tromey <tromey@redhat.com> |
| |
| * external/w3c_dom/Makefile.in: Rebuilt. |
| * external/w3c_dom/Makefile.am (libw3c_gcj_la_GCJFLAGS): Added |
| -fbootstrap-classes. |
| * external/sax/Makefile.in: Rebuilt. |
| * external/sax/Makefile.am (libsax_gcj_la_GCJFLAGS): Added |
| -fbootstrap-classes. |
| * java/lang/Class.h (_Jv_CopyClassesToSystemLoader): Declare as |
| friend. |
| * java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal): |
| Call _Jv_CopyClassesToSystemLoader. |
| * java/lang/natClassLoader.cc (system_class_list): New global. |
| (_Jv_RegisterClassHookDefault): Handle bootstrap and system |
| classes differently. |
| (_Jv_CopyClassesToSystemLoader): New function. |
| (SYSTEM_LOADER_INITIALIZED): New define. |
| * include/jvm.h (GCJ_BOOTSTRAP_LOADER_ADDITION): New define. |
| (_Jv_CheckABIVersion): Use it. |
| (_Jv_ClassForBootstrapLoader): New function. |
| * Makefile.in: Rebuilt. |
| * Makefile.am (AM_GCJFLAGS): Added -fbootstrap-classes. |
| |
| 2005-05-10 Tom Tromey <tromey@redhat.com> |
| |
| * gcj/javaprims.h: Updated. |
| * java/lang/String.java (String(StringBuilder)): New constructor. |
| * java/lang/natStringBuilder.cc: New file. |
| * java/lang/StringBuilder.java: New file. |
| * Makefile.in: Rebuilt. |
| * Makefile.am (core_java_source_files): Added StringBuilder.java. |
| (nat_source_files): Added natStringBuilder.cc. |
| |
| 2005-05-10 Paolo Bonzini <bonzini@gnu.org> |
| |
| PR java/21436 |
| * testsuite/libjava.jacks/jacks.xfail: Adjust. |
| |
| 2005-05-09 Mike Stump <mrs@apple.com> |
| |
| * configure: Regenerate. |
| |
| 2005-05-09 David Daney <ddaney@avtrex.com> |
| |
| * java/util/BitSet.java (get(int, int)): Fix breakage when |
| requested set doesn't start on a multiple of 64. |
| |
| 2005-05-07 Matthias Klose <doko@debian.org> |
| |
| * gnu/java/awt/peer/gtk/GtkVolatileImage.java: Add imports. |
| |
| 2005-05-06 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * Makefile.am (gtk_awt_peer_sources): Add GtkVolatileImage.java. |
| * Makefile.in: Regenerate. |
| * gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java |
| (createCompatibleVolatileImage(int,int)): Implement. |
| (createCompatibleVolatileImage(int,int,ImageCapabilities)): |
| Likewise. |
| * gnu/java/awt/peer/gtk/GtkComponentPeer.java (backBuffer, caps): |
| New fields. |
| (createVolatileImage): Implement. |
| (createBuffers): Likewise. |
| (getBackBuffer): Likewise. |
| (flip): Likewise. |
| (destroyBuffers): Likewise. |
| * gnu/java/awt/peer/gtk/GtkVolatileImage.java: New file. |
| * java/awt/Canvas.java (CanvasBltBufferStrategy): New class. |
| (CanvasFlipBufferStrategy): Likewise. |
| (createBufferStrategy(int)): New method. |
| (createBufferStrategy(int,BufferCapabilities)): Likewise. |
| * java/awt/Component.java (BltBufferStrategy): Implement and |
| document class. |
| (FlipBufferStrategy): Likewise. |
| * java/awt/Window.java (WindowBltBufferStrategy): New class. |
| (WindowFlipBufferStrategy): Likewise. |
| (createBufferStrategy(int)): New method. |
| (createBufferStrategy(int,BufferCapabilities)): Likewise. |
| (getBufferStrategy): Likewise. |
| * java/awt/BufferCapabilities.java (BufferCapabilities): Rename |
| front to frontCaps and back to backCaps. |
| |
| 2005-05-06 Michael Koch <konqueror@gmx.de> |
| |
| * java/awt/BufferCapabilities.java |
| (BufferCapabilities): Merged javadoc. |
| |
| 2005-05-06 Michael Koch <konqueror@gmx.de> |
| |
| * java/util/Locale.java |
| (defaultLocale): Use gnu.classpath.SystemProperties to get properties. |
| (getLocale): New methods. Use it everywhere where instances of Locales |
| are needed. |
| (getDisplayLanguage): Merged javadoc. |
| (getDisplayCountry): Likewise. |
| (getDisplayVariant): Likewise. |
| |
| 2005-05-06 Archie Cobbs <archie@dellroad.org> |
| |
| * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c: |
| use DeleteLocalRef() to avoid exhausting local native references. |
| |
| 2005-05-06 Mark Wielaard <mark@klomp.org> |
| |
| * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: |
| (window_delete_cb): Don't use C++ style comments. |
| |
| 2005-05-06 Robert Schuster <thebohemian@gmx.net> |
| |
| * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: Fixed |
| copyright header. |
| |
| 2005-05-06 Robert Schuster <thebohemian@gmx.net> |
| |
| * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: |
| (window_delete_cb): Made the function return TRUE. |
| |
| 2005-05-06 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/PlainView.java |
| (drawUnselectedText): Call Utilities.drawTabbedText() with correct |
| offset parameter. |
| * javax/swing/text/Utilities.java |
| (drawTabbedText): Initilialize local variable pos correctly. |
| |
| 2005-05-06 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/AbstractDocument.java |
| (LeafElement): Made start and end package private fields for |
| effective reindexing. |
| * javax/swing/text/PlainDocument.java |
| (constructor): The field rootElement is always BranchElement, |
| so we handle it as such. |
| (removeUpdate): Rewritten reindexing for removeUpdate so that |
| the actual removal is taken into account. |
| |
| 2005-05-06 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/GapContent.java: |
| Removed debugging output stuff, which I accidentally left in. |
| |
| 2005-05-06 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/GapContent.java: |
| Implemented a real GapContent. Only the public methods have |
| been implemented so far and still no UndoableEdit support. |
| |
| 2005-05-04 H.J. Lu <hongjiu.lu@intel.com> |
| |
| * java/awt/BufferCapabilities.java (BufferCapabilities): Fix |
| the typo. |
| |
| 2005-05-04 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * java/awt/image/BufferStrategy.java: Document. |
| |
| * java/awt/BufferCapabilities.java: Document. |
| |
| 2005-05-04 Tom Tromey <tromey@redhat.com> |
| |
| * java/nio/channels/FileLock.java (toString): Entirely avoid |
| String "+". |
| |
| 2005-05-04 Andrew Overholt <overholt@redhat.com> |
| |
| * java/nio/channels/FileLock.java (toString): Re-implement using |
| StringBuffer. |
| |
| 2005-05-04 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * java/awt/ImageCapabilities.java: Document. |
| |
| * java/awt/image/VolatileImage.java: Unindent copyright header. |
| |
| 2005-05-03 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * java/awt/image/VolatileImage.java: Document. |
| |
| 2005-05-03 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c |
| (init_glib_threads): Check if threading system is already |
| initialized. |
| |
| 2005-05-03 Andrew Overholt <overholt@redhat.com> |
| |
| PR libgcj/21372: |
| * gnu/java/nio/channels/FileChannelImpl.java: Return null if lock |
| could not be acquired. |
| * java/nio/channels/FileLock.java (toString): Re-implement to be |
| in line with other implementations. |
| |
| 2005-05-03 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/VMSecurityManager.java (currentClassLoader): Use |
| 'systemClasssLoader' directly. |
| |
| 2005-05-03 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/VMSecurityManager.java (currentClassLoader): Don't |
| call VMClassLoader.getSystemClassLoader. |
| |
| 2005-04-29 Michael Koch <konqueror@gmx.de> |
| |
| * java/net/NetworkInterface.java |
| (static): Removed. |
| (NetworkInterface(String,InetAddress)): Made package-private. |
| (NetworkInterface(String,InetAddress[])): New constructor. |
| (getRealNetworkInterfaces): Removed. |
| (getByName): Use VMNetworkInterface.getInterfaces(). |
| (getByInetAddress): Likewise. |
| (getNetworkInterfaces): Likewise. |
| * java/net/VMNetworkInterface.java, |
| java/net/natVMNetworkInterfaceNoNet.cc, |
| java/net/natVMNetworkInterfacePosix.c,c |
| java/net/natVMNetworkInterfaceWin32.cc: New files. |
| * java/net/natNetworkInterfaceNoNet.cc, |
| java/net/natNetworkInterfacePosix.cc, |
| java/net/natNetworkInterfaceWin32.cc: Removed. |
| * configure.ac |
| * Makefile.am |
| * configure, Makefile.in: Regenerated. |
| |
| 2005-04-29 Andrew Haley <aph@redhat.com> |
| |
| * java/lang/Class.h (_Jv_ResolvePoolEntry): Declare as friend. |
| |
| 2005-04-29 Dalibor Topic <robilad@kaffe.org> |
| |
| * java/nio/channels/FileChannelImpl.java |
| (FileChannelImpl(String, int)): Removed. |
| (FileChannelImpl(File, int)): Added. Check if opened file is a |
| directory. |
| * java/io/FileInputStream.java(FileInputStream): Fixed javadocs. |
| Call FileChannelImpl(File, int). |
| * java/io/FileOutputStream.java (FileInputStream): Call |
| FileChannelImpl(File, int). |
| * java/io/RandomAccessFile.java (RandomAccessFile): |
| Call FileChannelImpl(File, int). Switched constructors around. |
| |
| 2005-04-27 Andrew Haley <aph@redhat.com> |
| |
| PR java/19285 |
| * prims.cc (_Jv_ResolvePoolEntry): New function. |
| * include/jvm.h (_Jv_Linker::find_field): New arg: found_class. |
| * link.cc (_Jv_Linker::find_field): New arg: found_class. |
| (resolve_pool_entry): Initialize the class in which a field is |
| found. |
| (link_symbol_table): Pass new arg to found_class. |
| |
| 2005-04-29 Michael Koch <konqueror@gmx.de> |
| |
| * java/nio/charset/Charset.java |
| (provider): Reformatted. |
| |
| 2005-04-29 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/net/protocol/http/HTTPConnection.java: |
| (userAgent): Initialize from system properties. |
| (initUserAgent): Removed. |
| |
| 2005-04-29 Mark Wielaard <mark@klomp.org> |
| |
| * java/util/ResourceBundle.java (getObject): Clarify |
| MissingResourceException detailed message. |
| (tryBundle(String,ClassLoader)): Likewise. |
| |
| 2005-04-29 Robert Schuster <thebohemian@gmx.net> |
| |
| * java/beans/FeatureDescriptor.java: |
| (getShortDescription): Implemented fallback mechanism and fixed |
| documentation (fixes bug #12637). |
| (getDisplayName): Dito. |
| |
| 2005-04-29 Robert Schuster <thebohemian@gmx.net> |
| |
| * java/beans/Introspector.java: Fixed bug #12624, BeanDescriptors |
| will now be set correctly. |
| (flushCaches): Now flushes all cached intermediate data. |
| |
| 2005-04-28 Michael Koch <konqueror@gmx.de> |
| |
| * java/net/InetAddress.java |
| (aton): Fixed javadoc. |
| (lookup): Likewise. |
| |
| 2005-04-28 Tom Tromey <tromey@redhat.com> |
| |
| * javax/swing/Timer.java |
| (drainEvents, queueEvent): Now package-private. |
| |
| 2005-04-28 Audrius Meskauskas <audriusa@bluewin.ch> |
| |
| * javax/swing/Timer.java |
| (constructor): Assigning initialDelay. |
| |
| 2005-04-28 Audrius Meskauskas <audriusa@bluewin.ch> |
| |
| * javax/swing/Timer.java |
| (Waker.run): firing the first action event. |
| |
| 2005-04-28 Michael Koch <konqueror@gmx.de> |
| |
| * javax/swing/Timer.java: Reordered all fields and methods, |
| Added more javadocs. |
| |
| 2005-04-28 Michael Koch <konqueror@gmx.de> |
| |
| * javax/swing/Timer.java: Javadocs merged |
| from GNU classpath. |
| |
| 2005-04-28 Jeroen Frijters <jeroen@frijters.net> |
| |
| * gnu/java/net/protocol/file/Connection.java |
| (StaticData): New inner class to contain statics. |
| (connect, getHeaderField): Modified to use StaticData. |
| |
| 2005-04-28 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/net/protocol/file/Connection.java |
| (lineSeparator): Initialize with SystemProperties.getProperty(). |
| |
| 2005-04-27 Chris Burdess <dog@gnu.org> |
| |
| * gnu/java/net/protocol/file/Connection.java: Return correct content |
| length for directory listing. |
| * java/net/URLClassLoader.java: Correction for URLClassLoader, bug |
| #11285: return valid URLs for directories.i |
| |
| 2005-04-27 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * Makefile.am (ordinary_java_source_files): Add |
| gnu/java/net/protocol/https/Handler.java. |
| * Makefile.in: Regenerate. |
| * java/net/URL.java: Remove org.metastatic.jessie from default |
| protocol search path. |
| |
| 2005-04-27 Chris Burdess <dog@gnu.org> |
| |
| * gnu/java/net/protocol/https/Handler.java: New file. |
| |
| 2005-04-27 Jeroen Frijters <jeroen@frijters.net> |
| |
| * javax/imageio/spi/IIORegistry.java (IIORegistry): |
| Don't assume that awt Toolkit is always ClasspathToolkit. |
| |
| 2005-04-27 Chris Burdess <dog@gnu.org> |
| |
| * java/net/protocol/http/HTTPURLConnection.java (connect): Accept |
| absolute and relative paths in Location header. |
| |
| 2005-04-27 Chris Burdess <dog@gnu.org> |
| |
| * gnu/java/net/protocol/http/HTTPURLConnection.java: Throw |
| FileNotFoundException and implement getErrorStream on 404. |
| |
| 2005-04-27 Sven de Marothy <sven@physto.se> |
| |
| * java/util/TimeZone.java, |
| (getDefaultDisplayName): Fix previous fix. |
| |
| 2005-04-27 Sven de Marothy <sven@physto.se> |
| |
| * java/util/TimeZone.java, |
| (getDefaultDisplayName): Don't print zero offsets. |
| |
| 2005-04-27 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicScrollBarUI |
| (getThumbBounds): Do not make thumb smaller than |
| minimumThumbSize. |
| * javax/swing/plaf/metal/MetalLookAndFeel |
| (initComponentDefaults): Added color defaults for ScrollBar. |
| * javax/swing/plaf/metal/MetalScrollBarUI |
| (paintThumb): Added. |
| (getMinimumThumbSize): Added. |
| |
| 2005-04-27 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalLookAndFeel |
| (initComponentDefaults): Added some default colors. |
| |
| 2005-04-27 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicScrollBarUI.java |
| (configureScrollBarColors: Changed key 'ScrollBar.thumbLightShadow' |
| to 'ScrollBar.thumbShadow'. The formes does not exist. |
| (paintThumb): Use BasicGraphicsUtils for painting the thumb. |
| |
| 2005-04-27 Roman Kennke <roman@kennke.org> |
| |
| * java/awt/MediaTracker.java: Added 2005 to copyright statement. |
| * javax/swing/BoxLayout.java: Likewise. |
| * javax/swing/UIManager.java: Likewise. |
| * javax/swing/plaf/basic/BasicButtonListener.java: Likewise. |
| * javax/swing/plaf/basic/BasicGraphicsUtils.java: Likewise. |
| * javax/swing/plaf/basic/BasicLookAndFeel.java: Likewise. |
| * javax/swing/plaf/basic/BasicMenuItemUI.java: Likewise. |
| * javax/swing/plaf/basic/BasicScrollPaneUI.java: Likewise. |
| * javax/swing/plaf/metal/MetalLookAndFeel.java: Likewise. |
| * javax/swing/text/Document.java: Likewise. |
| * javax/swing/text/GapContent.java: Likewise. |
| * javax/swing/text/SimpleAttributeSet.java: Likewise. |
| * javax/swing/tree/DefaultTreeSelectionModel.java: Likewise. |
| |
| 2005-04-27 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicToggleButtonUI.java: |
| (getPropertyPrefix): Added. |
| |
| 2005-04-27 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicButtonUI.java |
| (getPropertyPrefix): Added. |
| (installDefaults): Use getPropertyPrefix instead of hard-coded |
| prefix. |
| |
| 2005-04-27 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/JToggleButton.java |
| (JToggleButton): Removed horizontalAlignment setting, this |
| was wrong. Added setting of an actionCommand, ToggleButtons |
| have "" as default actionCommand. |
| |
| 2005-04-27 Michael Koch <konqueror@gmx.de> |
| |
| * java/nio/charset/Charset.java (providers2): Renamed from 'providers' |
| to work around CNI limitation. |
| |
| 2005-04-27 Sven de Marothy <sven@physto.se> |
| |
| * java/nio/charset/Charset.java: |
| (defaultCharset()): New method. |
| Status updated to 1.5 |
| |
| 2005-04-27 Sven de Marothy <sven@physto.se> |
| |
| * java/nio/charset/Charset.java: Cached encoders shouldn't be static. |
| |
| 2005-04-27 Sven de Marothy <sven@physto.se> |
| |
| * java/nio/charset/Charset.java: Reset cached de/encoders. |
| |
| 2005-04-27 Robert Schuster <thebohemian@gmx.net> |
| |
| * java/nio/charset/Charset.java (forName): Throws |
| IllegalArgumentException when argument is null |
| and added documentation. |
| |
| 2005-04-27 Ito Kazumitsu <kaz@maczuka.gcd.org> |
| |
| * java/nio/charset/Charset.java (providers): |
| New method to make an array of CharsetProviders defined in |
| META-INF/services/java.nio.charset.spi.CharsetProvider. |
| (charsetForName, availableCharsets): Use the |
| new method providers(). |
| |
| 2005-04-26 Michael Koch <konqueror@gmx.de> |
| |
| * java/net/InetAddress.java: Made all hexadecimal numbers lowercase. |
| Fixed typos in javadocs. |
| (isSiteLocalAddress): Fixed handling of byte values. |
| (isMCLinkLocal): Likewise. |
| * java/net/Inet4Address.java |
| (isMulticastAddress): Call super method. |
| (isLoopbackAddress): Likewise. |
| (isAnyLocalAddress): Likewise. |
| (isLinkLocalAddress): Likewise. |
| (isSiteLocalAddress): Likewise. |
| (isMCGlobal): Likewise. |
| (isMCNodeLocal): Likewise. |
| (isMCLinkLocal): Likewise. |
| (isMCSiteLocal): Likewise. |
| (isMCOrgLocal): Likewise. |
| (getHostAddress): Likewise. |
| |
| 2005-04-26 Sven de Marothy <sven@physto.se> |
| |
| * java/net/InetAddress.java |
| (toString): Don't print empty hostnames. |
| |
| 2005-04-26 Luca Barbieri <luca.barbieri@gmail.com> |
| |
| PR libgcj/21136: |
| * gnu/java/nio/channels/FileChannelImpl.java (tryLock): Pass |
| 'false' to native lock(). |
| (lock): Pass 'true' to native lock(). |
| |
| 2005-04-26 Michael Koch <konqueror@gmx.de> |
| |
| * java/net/InetAddress.java: |
| Fixed typos in javadocs. |
| |
| 2005-04-26 Andrew Haley <aph@redhat.com> |
| |
| PR libgcj/21020: |
| * jni.cc (_Jv_JNI_GetAnyFieldID): Use class' loader to find |
| field's type. |
| |
| 2005-04-26 Tom Tromey <tromey@redhat.com> |
| |
| * javax/swing/text/html/parser/ParserDelegator.java (callBack, |
| gnu): Now package-private. |
| * javax/swing/text/html/parser/DocumentParser.java (parser, |
| callBack, gnu): Now package-private. |
| * javax/swing/text/StringContent.java (content, setOffset, |
| checkLocation): Now package-private. |
| * javax/swing/text/JTextComponent.java (doc): Now |
| package-private. |
| * javax/swing/plaf/basic/BasicToolBarUI.java (owner, |
| lastGoodOrientation, origParent, borders, cachedBounds, |
| cachedOrientation, DragWindow): Now package-private. |
| * javax/swing/plaf/basic/BasicTabbedPaneUI.java (incrButton, |
| decrButton, viewport, panel, currentScrollLocation, layoutManager, |
| tabAreaRect, contentRect, createIncreaseButton, |
| createDecreaseButton, findPointForIndex): Now package-private. |
| * javax/swing/plaf/basic/BasicSplitPaneDivider.java |
| (currentDividerLocation, moveDividerTo): Now package-private. |
| * javax/swing/plaf/basic/BasicSliderUI.java (findClosestTick): Now |
| package-private. |
| * javax/swing/plaf/basic/BasicScrollBarUI.java |
| (calculatePreferredSize, valueForYPosition, valueForXPosition): |
| Now package-private. |
| * javax/swing/plaf/basic/BasicPopupMenuUI.java |
| (topWindowListener): Now package-private. |
| * javax/swing/plaf/basic/BasicOptionPaneUI.java (iconSize, |
| OK_STRING, YES_STRING, NO_STRING, CANCEL_STRING): Now constants. |
| (messageAreaContainer, buttonContainer, resetSelectedValue): Now |
| package-private. |
| * javax/swing/plaf/basic/BasicListUI.java (damageLayout): Now |
| package-private. |
| * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java (title): |
| Now package-private. |
| * javax/swing/plaf/basic/BasicDesktopIconUI.java (button): Now |
| package-private. |
| * javax/swing/plaf/basic/BasicComboBoxUI.java (largestItemSize, |
| borderInsets): Now package-private. |
| (arrowButtonWidth): Likewise. Now a constant. |
| * javax/swing/plaf/basic/BasicColorChooserUI.java (chooser, pane, |
| makeTabs, updatePreviewPanel): Now package-private. |
| * javax/swing/plaf/basic/BasicArrowButton.java (shadow, |
| darkShadow, highlight): Now package-private. |
| * javax/swing/colorchooser/DefaultSwatchChooserPanel.java |
| (addColorToQueue): Now package-private. |
| * javax/swing/colorchooser/DefaultRGBChooserPanel.java |
| (spinnerChange, sliderChange, updateChange, R, G, B, RSpinner, |
| GSpinner, BSpinner): Now package-private. |
| * javax/swing/colorchooser/DefaultHSBChooserPanel.java |
| (gradientImage, trackImage, slider, hRadio, sRadio, bRadio, |
| hSpinner, sSpinner, bSpinner, gradientPoint, internalChange, |
| spinnerTrigger, locked, handlingMouse, updateImage, updateSlider, |
| updateTrack): Now package-private. |
| * javax/swing/TransferHandler.java (clipboard): Now |
| package-private. |
| * javax/swing/ToolTipManager.java (showTip, hideTip): Now |
| package-private. |
| * javax/swing/Timer.java (drainEvents, queueEvent): Now |
| package-private. |
| * javax/swing/RepaintManager.java (globalManager): Now |
| package-private. |
| * javax/swing/JFormattedTextField.java (editValid): Now |
| package-private. |
| * javax/swing/JColorChooser.java (makeModal): Now |
| package-private. |
| * java/awt/geom/GeneralPath.java (rule, types, xpoints, ypoints, |
| index, path): Now package-private. |
| * java/awt/geom/Area.java (solids, holes, cubicCubicIntersect, |
| lineQuadIntersect, lineCubicIntersect, linesIntersect, |
| pointEquals): Now package-private. |
| * java/awt/geom/Arc2D.java (type): Now package-private. |
| * java/awt/Window.java (windowFocusOwner): Now package-private. |
| * java/awt/TextComponent.java (editable, selectionStart, |
| selectionEnd, text, getIndexAtPoint, getCharacterBounds): Now |
| package-private. |
| * java/awt/MenuItem.java (actionCommand, enabled, label): Now |
| package-private. |
| * java/awt/MenuComponent.java (focusListener): Now |
| package-private. |
| * java/awt/Frame.java (state): Now package-private. |
| * java/awt/Choice.java (pItems): Now package-private. |
| * java/awt/Checkbox.java (state): Now package-private. |
| * java/awt/Button.java (actionCommand, label): Now |
| package-private. |
| * gnu/javax/swing/text/html/parser/support/Parser.java |
| (attributes, _handleEndTag_remaining, _handleStartTag): Now |
| package-private. |
| * gnu/java/beans/decoder/PersistenceParser.java (javaHandler): Now |
| package-private. |
| * gnu/java/awt/peer/gtk/GdkGraphics2D.java (paint, stroke, fg, bg, |
| clip, transform, font, comp): Now package-private. |
| |
| 2005-04-26 Tom Tromey <tromey@redhat.com> |
| |
| * java/awt/Robot.java (waitForIdle): Call invokeAndWait in a |
| static way. |
| |
| 2005-04-26 Mark Wielaard <mark@klomp.org> |
| |
| * java/net/URL.java (URL(URL,String,URLStreamHandler)): Add spec |
| to MalformedURLException. |
| |
| 2005-04-26 Michael Koch <konqueror@gmx.de> |
| |
| * java/security/AccessControlContext.java: |
| Reformated. |
| (protectedDomains): Renamed from 'protectionDomain'. |
| * java/security/AccessController.java: |
| Reformatted. |
| |
| 2005-04-26 Jeroen Frijters <jeroen@frijters.net> |
| |
| * gnu/java/security/action/GetSecurityPropertyAction.java |
| (GetSecurityPropertyAction): Implement PrivilegedAction instead |
| of extending GetPropertyAction. |
| (name): New field. |
| (value): Likewise. |
| (setParamters): New methods. |
| (GetSecurityPropertyAction): Use new setParameters methods. |
| |
| 2005-04-26 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/security/Security.java, |
| java/security/cert/X509CRLSelector.java, |
| java/security/cert/X509CertSelector.java: |
| Modified to use SystemProperties. |
| |
| 2005-04-26 Michael Koch <konqueror@gmx.de> |
| |
| * java/lang/System.java |
| (setSecurityManager): Fixed comment. |
| (getSecurityManager): Removed obsolete comment. |
| |
| 2005-04-25 Tom Tromey <tromey@redhat.com> |
| |
| * java/awt/AWTKeyStroke.java (vktable): Now package-private. |
| |
| 2005-04-25 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c |
| (connectSignals): Realize the window widget after connecting |
| signals. |
| |
| 2005-04-25 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/awt/GraphicsEnvironment.java |
| (localGraphicsEnvironment): New field. |
| (getLocalGraphicsEnvironment): Added support for java.awt.graphicsenv |
| property. |
| (isHeadless): Added support for java.awt.headless property. |
| (isHeadlessInstance): Call headless(). |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java |
| (getDisplayMode): Added. Returns the current display mode. |
| (isFullScreenSupported): Added. |
| * java/awt/GraphicsDevice.java |
| (setFullScreenWindow): Implemented a primitive fullscreen mode. |
| This resizes and relocates the fullscreen window so that it uses |
| the whole screen. This is not a fully accelerated fullscreen |
| exclusive mode. |
| |
| 2005-04-25 Michael Koch <konqueror@gmx.de> |
| |
| * java/lang/Runtime.java, |
| java/lang/SecurityManager.java, |
| java/lang/System.java, |
| java/lang/ThreadGroup.java: |
| Replaced java.lang.Runtime.securityManager by |
| java.lang.SecurityManager.current (as used in GNU classpath). |
| |
| 2005-04-25 David Gilbert <david.gilbert@object-refinery.com> |
| |
| * java/awt/Transparency.java |
| (getTransparency): fixed API docs. |
| |
| 2005-04-25 Archie Cobbs <archie@dellroad.org> |
| |
| * java/lang/Throwable.java: simplify initializing cause in constructor |
| |
| 2005-04-25 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/classpath/SystemProperties.java: New file. |
| * gnu/classpath/natSystemProperties.cc: New file. |
| * java/lang/Runtime.java |
| (defaultProperties): Removed. |
| (static): Likewise. |
| (): Made thrown exceptions more verbose. |
| (insertSystemProperties): Removed. |
| * java/lang/System.java |
| (static): Likewise. |
| (properties): Likewise. |
| (setSecurityManager): Reordered modifiers. |
| (getenv): Improved javadoc. |
| (): Likewise. |
| (isWordsBigEndian): Removed. |
| * java/lang/natRuntime.cc |
| (_Jv_SetDLLSearchPath): Likewise. |
| (file_encoding): Likewise. |
| (default_file_encoding): Likewise. |
| (getpwuid_adaptor): Likewise. |
| (insertSystemProperties): Likewise. |
| * java/lang/natSystem.cc |
| (isWordsBigEndian): Likewise. |
| * Makefile.am |
| (ordinary_java_source_files): |
| Added gnu/classpath/SystemProperties.java. |
| (nat_source_files): Added gnu/classpath/natSystemProperties.cc. |
| * Makefile.in: Regenerated. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicScrollBarUI.java |
| (initDefaults): Initialize thumb*Color fields correctly. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/GapContent.java: |
| Added API comments. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalBorders.java: |
| Added inner class ScrollPaneBorder. |
| * javax/swing/plaf/metal/MetalLookAndFeel.java |
| (initComponentDefaults): Added default for "ScrollPane.border" |
| to use the new ScrollPaneBorder. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/AbstractDocument.java: |
| Added FIXME comments. This class still has to be |
| implemented thread-safe. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/tree/DefaultTreeSelectionModel.java |
| (DefaultTreeSelectionModel): Initialize listenerList here. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalTextFieldUI.java |
| (createUI): Return one instance per Component instead of a |
| shared instance. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/Document.java: |
| Added API documentation comments. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/AbstractDocument.java |
| (getDocumentProperties): Implemented. |
| (setDocumentProperties): Implemented. |
| (getProperty): Implemented. |
| (putProperty): Implemented. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/BoxLayout |
| (preferredLayoutSize): Fixed computation so that it correctly |
| adds the top and bottom insets of the container. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicMenuItemUI.java |
| (paintText): Make use of the 'selectionForeground' UI default |
| for text painting. |
| |
| 2005-04-25 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicLookAndFeel.java |
| (initSystemColorDefaults): Modified colors to match the |
| BasicLookAndFeel in the reference implementation. |
| (initComponentDefaults): Likewise. |
| |
| 2005-04-25 Tom Tromey <tromey@redhat.com> |
| |
| * include/jni.h (_Jv_va_list): Removed. |
| Moved configuration code... |
| * include/jni_md.h: ... here. New file. |
| * include/Makefile.in: Rebuilt. |
| * include/Makefile.am (tool_include__HEADERS): Added jni_md.h. |
| |
| 2005-04-23 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/io/FileInputStream.java (FileInputStream(File)), |
| java/io/FileOutputStream.java (FileOutputStream(File)): |
| Removed unnecessary File.isDirectory() check. |
| |
| 2005-04-22 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * testsuite/lib/libjava.exp (libjava_find_gij): Use $objdir/.. to find |
| gij if get_multilibs fails. |
| |
| 2005-04-22 Anthony Green <green@redhat.com> |
| |
| * jni.cc (natrehash): Don't bother clearing memory again. |
| * interpret.cc (do_allocate_static_fields): Ditto. |
| * java/lang/natString.cc (rehash): Ditto. |
| |
| 2005-04-22 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicLookAndFeel.java |
| (initComponentDefaults): Changed Button.border to be |
| BasicBorders.getButtonBorder as it should be. |
| |
| 2005-04-22 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicTabbedPaneUI.java: |
| (getMaximumSize): Return (Short.MAX_VALUE, Short.MAX_VALUE) as it |
| should according to a mauve testcase, instead of the preferred |
| size. |
| |
| 2005-04-22 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/JMenu.java |
| (add): add(Component) now calls PopupMenu.insert(..) instead of |
| PopupMenu.add(..). add(..) is not implemented for Component, |
| so JComponent.add(..) is called instead, adding the component |
| in the wrong place. |
| |
| 2005-04-22 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicButtonListener.java |
| (mousePressed): replaced query to getModifiersEx with getModifiers. |
| This method relied on faulty behaviour in getModifierEx. |
| (mouseReleased): replaced query to getModifiersEx with getModifiers. |
| This method relied on faulty behaviour in getModifierEx. |
| |
| 2005-04-22 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalLookAndFeel.java |
| (getDefaults): Call addCustomEntriesToTable on the theme. |
| |
| 2005-04-22 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/tree/DefaultTreeSelectionModel.java |
| (constructor): Added implementation. |
| (getRowMapper): Added implementation. |
| (setSelectionMode): Added implementation. |
| (getSelectionMode): Added implementation. |
| (getSelectionPath): Added implementation. |
| (getSelectionPaths): Added implementation. |
| (getSelectionCount): Added implementation. |
| (isSelectionEmpty): Added implementation. |
| (getSelectionRows): Added implementation. |
| (getMinSelectionRow): Added implementation. |
| (getMaxSelectionRow): Added implementation. |
| (getLeadSelectionRow): Added implementation. |
| (getLeadSelectionPath): Added implementation. |
| |
| 2005-04-22 Casey Marshall <csm@gnu.org> |
| |
| * gnu/java/security/der/DERValue.java |
| (getValueAs): new method. |
| * gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java |
| (<init>): read both dates with 'DERValue.getValueAs', with |
| 'GENERALIZED_TIME' as the argument. |
| |
| 2005-04-22 Andrew Pinski <pinskia@physics.uc.edu> |
| |
| * gnu/gcj/runtime/NameFinder.java (close): IN, OUT, and PROC can all |
| be null, check for that case and don't deference it. |
| |
| 2005-04-22 Sven de Marothy <sven@physto.se> |
| |
| * java/util/logging/LogManager.java: Reformatted. |
| (readConfiguration): If a logger for a key is not found, create one. |
| |
| 2005-04-22 Andrew John Hughes <gnu_andrew@member.fsf.org> |
| |
| * java/rmi/Naming.java: |
| Added class documentation. |
| (lookup(String)): Call parseURL and getName. |
| (bind(String,java.rmi.Remote)): Likewise. |
| (unbind(String)): Likewise. |
| (rebind(String, java.rmi.Remote)): Likewise. |
| (list(String)): Call parseURL. |
| (parseURL(String)): New method to handle parsing and defaults. |
| (getName(java.net.URL)): New method to handle finding the service name. |
| |
| 2005-04-21 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/natClass.cc (initializeClass): Link class. |
| |
| 2005-04-21 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/AssertionError.java: Typo fix. |
| |
| 2005-04-21 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/VMClassLoader.java (transformException): Removed. |
| (resolveClass): No longer native. Now does nothing. |
| * java/lang/natVMClassLoader.cc (resolveClass): Removed. |
| |
| 2005-04-21 Anthony Green <green@redhat.com> |
| |
| PR libgcj/21115 |
| * testsuite/libjava.special/special.exp, |
| testsuite/libjava.special/pr21115I.java, |
| testsuite/libjava.special/pr21115.java, |
| testsuite/libjava.special/pr21115.out: New files. |
| |
| 2005-04-21 Chris Burdess <dog@gnu.org> |
| |
| * gnu/java/net/CRLFInputStream.java: Rewrite to return |
| CRLF-delimited chunks. |
| |
| 2005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org> |
| |
| * java/net/URI.java: |
| Added class documentation. |
| (parseURI(String)): Only handle scheme-specific parts |
| if URI is not opaque. Allow for parts that can't be null. |
| (toString()): Output the scheme-specific part whole, rather |
| than as its possibly non-existent components. |
| |
| 2005-04-20 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/net/URI.java (AUTHORITY_REGEXP): Corrected regexp. |
| (AUTHORITY_USERINFO_GROUP,AUTHORITY_HOST_GROUP,AUTHORITY_PORT_GROUP): |
| Adjusted to match new regexp. |
| |
| 2005-04-20 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/net/protocol/file/Connection.java, |
| gnu/java/net/protocol/jar/Connection.java: |
| Reorganized import statements. Fixed @author tags. |
| |
| 2005-04-20 Chris Burdess <dog@gnu.org> |
| |
| * java/io/DataOutputStream.java (writeUTF): Use block write for |
| output. |
| |
| 2005-04-20 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/io/DataInputStream.java (ignoreInitialNewline): Removed |
| (readLine): Changed newline handling. |
| |
| 2005-04-20 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/awt/image/PixelGrabber.java (setPixels(int,int,int,int, |
| ColorModel,byte[],int,int): Fixed byte to int conversion. |
| |
| 2005-04-20 Michael Koch <konqueror@gmx.de> |
| |
| * java/io/FilePermission.java |
| (serialVersionUID): Made private. |
| (ALL_FILES): New constant. |
| (implies): Handle '<<ALL FILES>>' case. |
| |
| 2005-04-20 Sven de Marothy <sven@physto.se> |
| |
| * gnu/java/awt/peer/gtk/GdkGraphics.java: |
| (drawImage): Don't notify the image observer for offscreen images. |
| * gnu/java/awt/peer/gtk/GtkImagePainter.java: |
| (setPixels): Don't notify the image observer. |
| |
| 2005-04-20 Sven de Marothy <sven@physto.se> |
| |
| * java/nio/ByteBufferImpl.java: |
| (putChar): Inlined for speed. |
| (put, get): Bulk methods can use arraycopy. |
| * java/nio/CharBufferImpl.java: |
| (put, get): Bulk methods can use arraycopy. |
| |
| 2005-04-20 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/nio/ByteBufferImpl.java (get(), put(byte)): Inlined checks |
| and field updates. |
| * java/nio/CharBufferImpl.java |
| (CharBufferImpl(CharBufferImpl)): Copy array_offset field. |
| (get(), put(char)): Inlined checks and field updates. Fixed to |
| take array_offset into account. |
| (get(int), put(int, char)): Fixed to take array_offset into account. |
| |
| 2005-04-20 Sven de Marothy <sven@physto.se> |
| |
| * java/text/SimpleDateFormat.java: |
| (formatWithAttribute): Pad year before truncating digits. |
| |
| 2005-04-20 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/net/PlainDatagramSocketImpl.java: |
| Merged copyright header. |
| * gnu/java/net/PlainSocketImpl.java: |
| Reorganized import statements. Fixed @author tags. |
| |
| 2005-04-20 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/lang/ClassHelper.java, |
| gnu/java/lang/reflect/TypeSignature.java: |
| Fixed @author tag. |
| |
| 2005-04-20 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/beans/IntrospectionIncubator.java: |
| Fixed HTML tags in javadocs. |
| |
| 2005-04-20 Jeroen Frijters <jeroen@frijters.net> |
| |
| * gnu/java/beans/IntrospectionIncubator.java |
| (addToPropertyHash, addToListenerHash): Don't confuse get(), |
| set(), is(), add() and remove() with properties or events. |
| |
| 2005-04-20 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/awt/image/XBMDecoder.java: |
| Fixed modifier order. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicButtonUI.java |
| (paint): This should not care about margin and insets |
| at the same time, as insets already include the margin |
| through the border. |
| * javax/swing/plaf/basic/BasicGraphicsUtils.java |
| (getPreferredButtonSize): Likewise. |
| * javax/swing/plaf/metal/MetalBorders.java |
| (getBorderInsets): Likewise. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicOptionPaneUI.java |
| (createMessageArea): The JPanel that holds the message area |
| doesn't need to override getPreferredSize. This prevents some |
| message components from rendering nicely. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalInternalFrameUI.java |
| (createUI): Do not share instances between components. |
| * javax/swing/plaf/metal/MetalSliderUI.java |
| (createUI): Do not share instances between components. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalBorders: |
| (PopupMenuBorder): Added. |
| * javax/swing/plaf/metal/MetalLookAndFeel |
| (initComponentDefaults): Added PopupMenuBorder. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/tree/DefaultTreeSelectionModel.java: |
| Added API documentation all over the class. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicScrollPaneUI.java |
| (installDefaults): Link managed JScrollPane in instance field. |
| (uninstallDefaults): Unlink managed JScrollPane in instance field. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicScrollBarUI.java |
| (PropertyChangeHandler.propertyChange): Add default |
| to switch statement to avoid errors with unusual values |
| for orientation. |
| (installComponents): Likewise. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalScrollBarUI.java: |
| (createUI): Instances cannot be shared among JScrollPanes. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalLookAndFeel.java |
| (initComponentDefaults): Added defaults for Menu, MenuBar |
| MenuEntry fonts. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicScrollBarUI.java |
| (installUI): Install listeners after everything all, otherwise |
| we get strange NPEs in some situations, especially with |
| custom L&Fs. |
| (createIncreaseButton): Orientation is expected to be |
| SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not |
| HORIZONTAL or VERTICAL. |
| (createDecreaseButton): Orientation is expected to be |
| SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not |
| HORIZONTAL or VERTICAL. |
| (installComponents): Orientation for buttons is expected to be |
| SwingConstants.NORTH, ..SOUTH, ..WEST or ..EAST and not |
| HORIZONTAL or VERTICAL. |
| |
| 2005-04-20 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/JToolBar.java |
| (addImpl): Adjust added AbstractButtons to look and feel like |
| toolbar buttons. |
| * javax/swing/plaf/metal/MetalBorders.java: |
| Adjusted insets of ButtonBorder. |
| (RolloverMarginBorder): Added class for toolbar buttons. |
| (getButtonBorder): Adjusted factory method to return a shared |
| instance of button border. |
| (getToolbarButtonBorder): Added factory method to return a shared |
| instance of toolbar button border. |
| (getMarginBorder): Added factory method to return a shared |
| instance of margin border. |
| * javax/swing/plaf/metal/MetalButtonUI.java |
| (installDefauls): If button is child of a JToolBar then set |
| special border on this button. |
| |
| 2005-04-20 Michael Koch <konqueror@gmx.de> |
| |
| * java/net/URLConnection.java |
| (getContent): Fixed javadoc comment. |
| |
| 2005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org> |
| |
| * java/net/URL.java: |
| (toURI()): Implemented. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/net/InetAddress.java |
| (InetAddress): Fixed javadoc comment. |
| (aton): Likewise. |
| (lookup): Added javadoc. |
| (getFamily): Likewise. |
| * java/net/ServerSocket.java |
| (getChannel): Improved javadoc comment. |
| |
| 2005-04-19 Andrew John Hughes <gnu_andrew@member.fsf.org> |
| |
| * gnu/xml/dom/html2/DomHTMLParser.java: |
| Changed 'enum' references to become 'enumeration'. |
| |
| 2005-04-19 Audrius Meskauskas <audriusa@bluewin.ch> |
| |
| * gnu/xml/dom/html2/DomHTMLParser.java: New file. |
| |
| 2005-04-19 Andrew John Hughes <gnu_andrew@member.fsf.org> |
| |
| * gnu/javax/swing/text/html/parser/htmlAttributeSet.java: |
| (getAttributeNames()): Replaced 'enum' with 'enumeration'. |
| * gnu/javax/swing/text/html/parser/htmlValidator.java: |
| (validateParameters(TagElement,htmlAttributeSet)): |
| Replaced 'enum' with 'enumeration'. |
| (validateAttribute(TagElement,htmlAttributeSet,Enumeration,Enumeration)): |
| Likewise. |
| |
| 2005-04-19 Audrius Meskauskas <audriusa@bluewin.ch> |
| |
| * javax/swing/text/html/parser/Entity.java (getType): New method. |
| * javax/swing/text/html/parser/DocumentParser.java: |
| Inherit from javax.swing.text.html.parser.Parser. |
| |
| 2005-04-19 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/dom/html2/DomHTMLDocument.java: Fixed element creation and |
| check for HTML/XHTML namespace. |
| |
| 2005-04-19 Audrius Meskauskas <audriusa@bluewin.ch> |
| |
| * javax/swing/text/html/parser/Parser.java, |
| javax/swing/text/html/parser/Entity.java: |
| Inheriting from DTDConstants. |
| * javax/swing/text/html/parser/AttributeList.java |
| (getValues): Changed return type. |
| * javax/swing/text/html/parser/DocumentParser |
| (parse): Adding the callback parameter that receives |
| the parsing events. |
| |
| 2005-04-19 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/dom/DomImpl.java, |
| gnu/xml/dom/html2/DomHTMLAnchorElement.java, |
| gnu/xml/dom/html2/DomHTMLDocument.java, |
| gnu/xml/dom/html2/DomHTMLElement.java, |
| gnu/xml/dom/html2/DomHTMLFormElement.java, |
| gnu/xml/dom/html2/DomHTMLFrameElement.java, |
| gnu/xml/dom/html2/DomHTMLIFrameElement.java, |
| gnu/xml/dom/html2/DomHTMLImpl.java, |
| gnu/xml/dom/html2/DomHTMLInputElement.java, |
| gnu/xml/dom/html2/DomHTMLObjectElement.java, |
| gnu/xml/dom/html2/DomHTMLOptionElement.java, |
| gnu/xml/dom/html2/DomHTMLSelectElement.java, |
| gnu/xml/dom/html2/DomHTMLTableCellElement.java, |
| gnu/xml/dom/html2/DomHTMLTableElement.java, |
| gnu/xml/dom/html2/DomHTMLTableRowElement.java, |
| gnu/xml/dom/html2/DomHTMLTableSectionElement.java, |
| gnu/xml/dom/html2/DomHTMLTextAreaElement.java: JAXP integration, |
| UI events, and tree utility functions. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/javax/swing/text/html/parser/HTML_401F.java, |
| gnu/javax/swing/text/html/parser/gnuDTD.java, |
| gnu/javax/swing/text/html/parser/models/node.java: |
| Reworked import statements. |
| |
| 2005-04-19 Audrius Meskauskas, Lithuania <AudriusA@Bioinformatics.org> |
| |
| * javax/swing/text/html/HTMLDocument.java: New file. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * javax/swing/text/html/HTMLFrameHyperlinkEvent.java: |
| Reformatted. |
| * javax/swing/text/html/parser/AttributeList.java: |
| Fixed order of modifiers. |
| (AttributeList): Made final. |
| * javax/swing/text/html/parser/ContentModel.java: |
| Fixed html characters in javadocs. |
| * javax/swing/text/html/parser/DTD.java |
| (DTD): Don't implement java.io.Serializable directly. |
| (getElement): Simplified. |
| * javax/swing/text/html/parser/DTDConstants.java: |
| Reformatted file. |
| * javax/swing/text/html/parser/Element.java: |
| Fixed order of modifiers. |
| * javax/swing/text/html/parser/Parser.java: |
| Reformatted. Don't use fully-qualified class names. |
| * javax/swing/text/html/parser/ParserDelegator.java: |
| Fixed order of modifiers. |
| * javax/swing/text/rtf/RTFParser.java: |
| Re-ordered import statements. |
| * javax/swing/text/rtf/RTFScanner.java: |
| Removed unused import statement. |
| |
| 2005-04-19 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/dom/html2/DomHTMLButtonElement.java, |
| gnu/xml/dom/html2/DomHTMLCollection.java, |
| gnu/xml/dom/html2/DomHTMLDocument.java, |
| gnu/xml/dom/html2/DomHTMLElement.java: Extensions for new element |
| types. |
| * gnu/xml/dom/html2/DomHTMLDListElement.java, |
| gnu/xml/dom/html2/DomHTMLDirectoryElement.java, |
| gnu/xml/dom/html2/DomHTMLDivElement.java, |
| gnu/xml/dom/html2/DomHTMLFieldSetElement.java, |
| gnu/xml/dom/html2/DomHTMLFontElement.java, |
| gnu/xml/dom/html2/DomHTMLFormElement.java, |
| gnu/xml/dom/html2/DomHTMLFrameElement.java, |
| gnu/xml/dom/html2/DomHTMLFrameSetElement.java, |
| gnu/xml/dom/html2/DomHTMLHRElement.java, |
| gnu/xml/dom/html2/DomHTMLHeadElement.java, |
| gnu/xml/dom/html2/DomHTMLHeadingElement.java, |
| gnu/xml/dom/html2/DomHTMLHtmlElement.java, |
| gnu/xml/dom/html2/DomHTMLIFrameElement.java, |
| gnu/xml/dom/html2/DomHTMLImageElement.java, |
| gnu/xml/dom/html2/DomHTMLInputElement.java, |
| gnu/xml/dom/html2/DomHTMLIsIndexElement.java, |
| gnu/xml/dom/html2/DomHTMLLIElement.java, |
| gnu/xml/dom/html2/DomHTMLLabelElement.java, |
| gnu/xml/dom/html2/DomHTMLLegendElement.java, |
| gnu/xml/dom/html2/DomHTMLLinkElement.java, |
| gnu/xml/dom/html2/DomHTMLMapElement.java, |
| gnu/xml/dom/html2/DomHTMLMenuElement.java, |
| gnu/xml/dom/html2/DomHTMLMetaElement.java, |
| gnu/xml/dom/html2/DomHTMLModElement.java, |
| gnu/xml/dom/html2/DomHTMLOListElement.java, |
| gnu/xml/dom/html2/DomHTMLObjectElement.java, |
| gnu/xml/dom/html2/DomHTMLOptGroupElement.java, |
| gnu/xml/dom/html2/DomHTMLOptionElement.java, |
| gnu/xml/dom/html2/DomHTMLParagraphElement.java, |
| gnu/xml/dom/html2/DomHTMLParamElement.java, |
| gnu/xml/dom/html2/DomHTMLPreElement.java, |
| gnu/xml/dom/html2/DomHTMLQuoteElement.java, |
| gnu/xml/dom/html2/DomHTMLScriptElement.java, |
| gnu/xml/dom/html2/DomHTMLSelectElement.java, |
| gnu/xml/dom/html2/DomHTMLStyleElement.java, |
| gnu/xml/dom/html2/DomHTMLTableCaptionElement.java, |
| gnu/xml/dom/html2/DomHTMLTableCellElement.java, |
| gnu/xml/dom/html2/DomHTMLTableColElement.java, |
| gnu/xml/dom/html2/DomHTMLTableElement.java, |
| gnu/xml/dom/html2/DomHTMLTableRowElement.java, |
| gnu/xml/dom/html2/DomHTMLTableSectionElement.java, |
| gnu/xml/dom/html2/DomHTMLTextAreaElement.java, |
| gnu/xml/dom/html2/DomHTMLTitleElement.java, |
| gnu/xml/dom/html2/DomHTMLUListElement.java: New files. |
| |
| 2005-04-19 Audrius Meskauskas <audriusa@bluewin.ch> |
| |
| * javax/swing/text/ChangedCharSetException.java, |
| javax/swing/text/html/HTMLEditorKit.java, |
| javax/swing/text/html/HTMLFrameHyperlinkEvent.java, |
| javax/swing/text/html/parser/AttributeList.java, |
| javax/swing/text/html/parser/ContentModel.java, |
| javax/swing/text/html/parser/DocumentParser.java, |
| javax/swing/text/html/parser/DTD.java, |
| javax/swing/text/html/parser/DTDConstants.java, |
| javax/swing/text/html/parser/Element.java, |
| javax/swing/text/html/parser/Entity.java, |
| javax/swing/text/html/parser/Parser.java, |
| javax/swing/text/html/parser/TagElement.java, |
| gnu/javax/swing/text/html/package.html, |
| gnu/javax/swing/text/html/parser/gnuDTD.java, |
| gnu/javax/swing/text/html/parser/HTML_401F.java, |
| gnu/javax/swing/text/html/parser/htmlAttributeSet.java, |
| gnu/javax/swing/text/html/parser/htmlValidator.java, |
| gnu/javax/swing/text/html/parser/package.html, |
| gnu/javax/swing/text/html/parser/models/list.java, |
| gnu/javax/swing/text/html/parser/models/node.java, |
| gnu/javax/swing/text/html/parser/models/noTagModel.java, |
| gnu/javax/swing/text/html/parser/models/package.html, |
| gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java, |
| gnu/javax/swing/text/html/parser/models/TableRowContentModel.java, |
| gnu/javax/swing/text/html/parser/models/transformer.java, |
| gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java, |
| gnu/javax/swing/text/html/parser/support/package.html, |
| gnu/javax/swing/text/html/parser/support/parameterDefaulter.java, |
| gnu/javax/swing/text/html/parser/support/Parser.java, |
| gnu/javax/swing/text/html/parser/support/textPreProcessor.java, |
| gnu/javax/swing/text/html/parser/support/low/Buffer.java, |
| gnu/javax/swing/text/html/parser/support/low/Constants.java, |
| gnu/javax/swing/text/html/parser/support/low/Location.java, |
| gnu/javax/swing/text/html/parser/support/low/node.java, |
| gnu/javax/swing/text/html/parser/support/low/package.html, |
| gnu/javax/swing/text/html/parser/support/low/ParseException.java, |
| gnu/javax/swing/text/html/parser/support/low/pattern.java, |
| gnu/javax/swing/text/html/parser/support/low/Queue.java, |
| gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java: |
| New files. |
| * javax/swing/text/html/HTML.java, |
| javax/swing/text/html/parser/ParserDelegator.java: |
| New files (replacing). |
| * javax/swing/text/html/package.html, |
| javax/swing/text/html/parser/package.html: Documenting the |
| packages. |
| |
| 2005-04-19 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/dom/html2/DomHTMLAnchorElement.java, |
| gnu/xml/dom/html2/DomHTMLAppletElement.java, |
| gnu/xml/dom/html2/DomHTMLAreaElement.java, |
| gnu/xml/dom/html2/DomHTMLBaseElement.java, |
| gnu/xml/dom/html2/DomHTMLBaseFontElement.java, |
| gnu/xml/dom/html2/DomHTMLBodyElement.java, |
| gnu/xml/dom/html2/DomHTMLBRElement.java, |
| gnu/xml/dom/html2/DomHTMLButtonElement.java, |
| gnu/xml/dom/html2/DomHTMLCollection.java, |
| gnu/xml/dom/html2/DomHTMLDocument.java, |
| gnu/xml/dom/html2/DomHTMLElement.java: New files. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * Makefile.am: Added new files. |
| * Makefile.in: Regenerated. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/JTextComponent.java |
| (JTextComponent): Added repaintListener which issues repaint |
| requests when the underlying document changes. |
| (setDocument): Adds repaintListener to document when the |
| document is changed. |
| * javax/swing/text/DefaultEditorKit.java: |
| Removed repaint calls on JTextComponent. This is now handled |
| through a DocumentListener in JTextComponent that repaints |
| the component when needed. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| PR libgcj/21064 |
| * javax/swing/text/StyleContext.java |
| (NamedStyle.setResolveParent): Added null |
| pointer check. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/rmi/server/RemoteObject.java: |
| Removed unused import statement. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/net/URL.java: Formatting cleanups. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/awt/FontMetrics.java: Reformatted. |
| (getFontRenderContext): Handle case when java.awt.Graphics context is |
| given. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/awt/FontMetrics.java |
| (getStringBounds): New methods. |
| |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/security/x509/X509Certificate.java |
| (parse): Handle val == null case. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalLookAndFeel.java |
| (initComponentDefaults): Added defaults for Menu, MenuBar |
| MenuEntry fonts. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalLookAndFeel.java |
| (initComponentDefaults): Added Label.font. |
| (initSystemColorDefaults): Added this method and adjusted the |
| general control color. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalBorders.java: |
| Added. |
| * javax/swing/plaf/metal/MetalButtonUI.java: |
| (installDefaults): Install button font. |
| * javax/swing/plaf/metal/MetalLookAndFeel.java: |
| (initComponentDefaults): Added button border, font and margin. |
| Changed components background color to the Metal current themes |
| standard color. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalLookAndFeel.java |
| (initComponentDefaults): Added to set Metal specific component |
| defaults. |
| |
| 2005-04-19 Mark Wielaard <mark@klomp.org> |
| |
| * javax/swing/plaf/metal/MetalLookAndFeel.java |
| (initClassDefaults): Call super.initClassDefaults(). |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalLookAndFeel.java |
| (initClassDefaults): Added to include the *UI classes. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalComboBoxUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalDesktopIconUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalInternalFrameUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalProgressBarUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalRootPaneUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalScrollBarUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalSeparatorUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalSliderUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalSplitPaneUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalTextFieldUI.java: |
| Added. |
| * javax/swing/plaf/metal/MetalToggleButtonUI.java: |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/metal/MetalButtonUI.java: |
| Added skeleton class. |
| * javax/swing/plaf/metal/MetalCheckBoxUI.java: |
| Added skeleton class. |
| * javax/swing/plaf/metal/MetalLabelUI.java: |
| Added skeleton class. |
| * javax/swing/plaf/metal/MetalRadioButtonUI.java: |
| Added skeleton class. |
| * javax/swing/plaf/metal/MetalScrollPaneUI.java: |
| Added skeleton class. |
| * javax/swing/plaf/metal/MetalTabbedPaneUI.java: |
| Added skeleton class. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/UIDefaults.java: |
| Added API documentation for all methods. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/UIDefaults.java |
| (put): Now uses new checkAndPut method instead of checking |
| directly. |
| (putDefaults): Fixed so that it accepts null-values and |
| treats them like remove(key). |
| (checkAndPut): Added. This checks for null-values and calls |
| put or remove. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * Makefile.am: Added new files. |
| * Makefile.in: Regenerated. |
| |
| 2005-04-19 Mark Wielaard <mark@klomp.org> |
| |
| * java/lang/natRuntime.cc (insertSystemProperties): Set |
| java.class.path to CLASSPATH only when not empty. Fall back to |
| default path "." when java.class.path is empty. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * javax/swing/text/rtf/ControlWordToken.java, |
| javax/swing/text/rtf/RTFEditorKit.java, |
| javax/swing/text/rtf/RTFParseException.java, |
| javax/swing/text/rtf/RTFParser.java, |
| javax/swing/text/rtf/RTFScanner.java, |
| javax/swing/text/rtf/TextToken.java, |
| javax/swing/text/rtf/Token.java: New files. |
| * Makefile.am: Added new files. |
| * Makefile.in: Regenerated. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/awt/geom/QuadCurve2D.java: |
| Fixed Brian Gough's name for real. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/UIManager.java: |
| Make the UIManager respect the swing.defaultlaf system |
| property. |
| |
| 2005-04-19 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/natVMClassLoader.cc (loadClass): Call resolveClass, |
| not _Jv_InitClass. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicMenuBarUI.java: |
| Fixed tabs to spaces. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/plaf/basic/BasicMenuUI.java |
| (getMaximumSize): Now returns preferredSize because JMenu should |
| never be bigger than that. |
| * javax/swing/JRootPane |
| (RootLayout.layoutContainer): Make JMenuBars take the whole width. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/JRootPane.java: |
| Fixed various tabs to be spaces. |
| (RootLayout.layoutContainer): Made menubar left aligned. |
| |
| 2005-04-19 Roman Kennke <roman@ontographics.com> |
| |
| * javax/swing/JList.java |
| (getPreferredScrollableViewportSize): |
| The previous implementation was merely guessing the size, |
| now it respects layoutOrientation, visibleRowCount |
| and preferredSize. |
| (getScrollableTracksViewportHeight): |
| Reimplemented so that layoutOrientation, visibleRowCount |
| and preferred size are respected. |
| (getScrollableTracksViewportWidth): |
| Reimplemented so that layoutOrientation, visibleRowCount |
| and preferred size are respected. |
| * javax/swing/plaf/basic/BasicListUI.java |
| (getPreferredSize): |
| Improved calculation of preferredSize when JList is |
| set to HORIZONTAL_WRAP or VERTICAL_WRAP. |
| (getCellBounds): |
| The previous implementation assumed a layoutOrientation of |
| JList.VERTICAL, now also ok with JList.HORIZONTAL_WRAP and |
| JList.VERTICAL_WRAP. |
| |
| 2005-04-19 Roman Kennke <roman@ontographics.com> |
| |
| * javax/swing/plaf/basic/BasicListUI.java |
| (paintCell): use CellRendererPane for painting the cells. |
| |
| 2005-04-19 Roman Kennke <roman@ontographics.com> |
| |
| * javax/swing/plaf/basic/BasicListUI: |
| fixed modifiers of several fields, methods and inner |
| classes to match the 'spec'. |
| (getMaximumSize): removed. It's not in the spec and the |
| implementations was superfluous. |
| |
| 2005-04-19 Roman Kennke <roman@ontographics.com> |
| |
| * javax/swing/plaf/basic/BasicListUI: |
| make BasicListUI capable of wrapping lists |
| (layoutOrientation property of javax.swing.JList) |
| |
| 2005-04-19 Roman Kennke <roman@ontographics.com> |
| |
| * javax/swing/plaf/basic/BasicListUI |
| (updateLayoutState,paint): make BasicListUI aware of the |
| width of the rendered JList. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/ImageIcon.java |
| Added API documentation. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/text/ImageIcon.java |
| (ImageIcon): Use setImage instead of direct assignment. |
| (setImage): Call loadImage to make sure that the image is loaded. |
| (loadImage): Waits for the image to complete loading. |
| (getImageLoadStatus): Added. Returns the load status of the |
| image. |
| |
| 2005-04-19 Audrius Meskauskas <audriusa@bluewin.ch> |
| |
| * javax/swing/JTextArea.java (replaceRange): |
| Fixing doc.remove(start, length) misinterpretation. |
| |
| 2005-04-19 Roman Kennke <roman@ontographics.com> |
| |
| * javax/swing/CellRendererPane.java: |
| implemented all methods of this class. |
| reformatted all wrong formatted code. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/BoxLayout.java: |
| (layoutContainer): Made this layout manager respect the |
| minimum, maximum and preferred size more correctly. |
| |
| 2005-04-19 Roman Kennke <roman@ontographics.com> |
| |
| * javax/swing/BoxLayout.java: |
| (preferredLayoutSize,minimumLayoutSize,maximumLayoutSize, |
| layoutContainer): Make these methods and thereby the |
| BoxLayout respect the insets (like borders) of the |
| component that is laid out. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * javax/swing/JComponent.java: |
| Modified alignmentX and alignmentY to be 0.5 instead of 0.0. |
| Untabified the file. |
| |
| 2005-04-19 Audrius Meskauskas <audriusa@bluewin.ch> |
| |
| * javax/swing/JComboBox.java (constructors): selecting the |
| first item if the box was constructed from the provided |
| non - empty array or vector. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/awt/peer/gtk/GdkGraphics.java |
| (getClipBounds): Handle clip being null. |
| (setClip): Likewise. |
| * java/beans/beancontext/BeanContextSupport.java |
| (add): Implemented. |
| (addAll): Likewise. |
| (clear): Likewise. |
| (removeAll): Likewise. |
| (retainAll): Likewise. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/beans/beancontext/BeanContextServicesSupport.java |
| (BeanContextServicesSupport): Reimplemented. |
| (addBeanContextServicesListener): Implemented. |
| (initialize): Likewise. |
| (removeBeanContextServicesListener): Likewise. |
| * java/beans/beancontext/BeanContextSupport.java |
| (add): Likewise. |
| (addBeanContextMembershipListener): Likewise. |
| (getLocale): Likewise. |
| (initialize): Likewise. |
| (iterator): Likewise. |
| (remove): Likewise. |
| (toArray): Likewise. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * java/awt/MediaTracker.java: |
| Reindented tabs to spaces. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * java/awt/MediaTracker.java |
| (MediaEntry.imageUpdate): Removed check for SOMEBITS, this |
| confused the media tracker and lead to lockups. The LOADING |
| bit is handled on other places. |
| (addImage): Removed the 'start image tracking' stuff. This |
| is not necessary and could confuse the media tracker. |
| (checkAll): Improved the check for image status so that |
| images that already complete images are detected. Also now |
| are really all images checked and if necessary loaded. Before |
| the method bailed out after the first incomplete image. |
| (statusAll): Detect images that are complete after the |
| call to Component.prepareImage(..). |
| (checkID): The same as in checkAll. |
| (statusID): The same as in statusAll. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * java/awt/MediaTracker.java |
| (addImage): Synchronized list access. |
| (waitForAll): Fixed comparison of time (changed < to >). |
| (waitForID): Fixed comparison of time (changed < to >). |
| (removeImage): Synchronized list access. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * java/awt/MediaTracker.java |
| Added API documentation. |
| |
| 2005-04-19 Roman Kennke <roman@kennke.org> |
| |
| * java/awt/MediaTracker.java |
| (MediaEntry.imageUpdate): Fixed flags. The different flags |
| must not be ORed together. |
| (checkAll): Modified to handle different meaning of the flags. |
| (waitForAll): Fixed so that it waits maximum the |
| specified amount of milliseconds. |
| (statusAll): Modified to handle different meaning of the flags. |
| (waitForID): Fixed so that it waits maximum the |
| specified amount of milliseconds. |
| |
| 2005-04-19 vid Gilbert <david.gilbert@object-refinery.com> |
| |
| * java/awt/Font.java (decode): Handle null argument and allow |
| space as delimiter. |
| |
| 2005-04-19 Robert Schuster <thebohemian@gmx.net> |
| |
| * java/beans/EventHandler.java: Reworked documentation. |
| (invoke): Fixed behavior to match spec. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/awt/print/PrinterJob.java |
| (pageDialog): New method. |
| (printDialog): Implemented. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/awt/image/ConvolveOp.java: |
| Removed comment added by eclipse. |
| |
| 2005-04-19 Guilhem Lavaux <guilhem@kaffe.org> |
| |
| * java/awt/image/IndexColorModel.java |
| (getRGB): Check if pixel is negative. |
| |
| 2005-04-19 Michael Koch <konqueror@gmx.de> |
| |
| * java/awt/image/RasterOp.java: |
| Fixed wrong formatting. |
| |
| 2005-04-18 Roman Kennke <roman@kennke.org> |
| |
| * java/awt/Compmonent.java |
| (setComponentOrientation): Made this property firing a |
| PropertyChangeEvent. |
| |
| 2005-04-18 Roman Kennke <roman@kennke.org> |
| |
| * java/awt/BorderLayout.java |
| (calcSize): Check for overflow when component sizes are added. |
| |
| 2005-04-18 Robert Schuster <thebohemian@gmx.net> |
| |
| * java/awt/AWTEvent.java (toString): Added case |
| for source not being an AWT component. |
| |
| 2005-04-18 Chris Burdess <dog@gnu.org> |
| |
| * gnu/java/net/BASE64.java: Truncate encoded byte array. |
| |
| 2005-04-18 Michael Koch <konqueror@gmx.de> |
| |
| gnu/java/awt/EmbeddedWindowSupport.java, |
| gnu/java/net/HeaderFieldHelper.java, |
| gnu/java/net/URLParseError.java, |
| gnu/java/net/protocol/file/Handler.java, |
| gnu/java/net/protocol/jar/Handler.java: |
| Fixed usage of @author tag. |
| |
| 2005-04-18 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/xml/aelfred2/XmlParser.java: |
| Reverted my typo fix. |
| |
| 2005-04-18 Michael Koch <konqueror@gmx.de> |
| |
| * java/awt/geom/CubicCurve2D.java, |
| java/awt/geom/QuadCurve2D.java: |
| Fixed mentioning of Brian Gouph. |
| |
| 2005-04-18 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/awt/Buffers.java, |
| gnu/java/awt/image/ImageDecoder.java, |
| gnu/java/awt/image/XBMDecoder.java, |
| gnu/java/awt/peer/ClasspathFontPeer.java, |
| gnu/java/net/CRLFInputStream.java, |
| gnu/java/net/EmptyX509TrustManager.java, |
| gnu/java/net/LineInputStream.java, |
| gnu/java/net/protocol/ftp/ActiveModeDTP.java, |
| gnu/java/net/protocol/ftp/BlockInputStream.java, |
| gnu/java/net/protocol/ftp/CompressedInputStream.java, |
| gnu/java/net/protocol/ftp/DTP.java, |
| gnu/java/net/protocol/ftp/DTPInputStream.java, |
| gnu/java/net/protocol/ftp/FTPConnection.java, |
| gnu/java/net/protocol/ftp/FTPURLConnection.java, |
| gnu/java/net/protocol/ftp/PassiveModeDTP.java, |
| gnu/java/net/protocol/ftp/StreamInputStream.java, |
| gnu/java/net/protocol/http/ChunkedInputStream.java, |
| gnu/java/net/protocol/http/HTTPConnection.java, |
| gnu/java/net/protocol/http/HTTPURLConnection.java, |
| gnu/java/net/protocol/http/Headers.java, |
| gnu/java/net/protocol/http/Request.java, |
| gnu/java/nio/ChannelInputStream.java, |
| gnu/java/nio/ChannelOutputStream.java, |
| gnu/java/nio/InputStreamChannel.java, |
| gnu/java/nio/OutputStreamChannel.java, |
| gnu/java/nio/SelectorProviderImpl.java, |
| gnu/java/rmi/RMIMarshalledObjectInputStream.java, |
| gnu/java/rmi/RMIMarshalledObjectOutputStream.java, |
| gnu/java/rmi/dgc/DGCImpl.java, |
| gnu/java/rmi/registry/RegistryImpl.java, |
| gnu/java/rmi/server/ProtocolConstants.java, |
| gnu/java/rmi/server/RMIDefaultSocketFactory.java, |
| gnu/java/rmi/server/RMIIncomingThread.java, |
| gnu/java/rmi/server/RMIObjectInputStream.java, |
| gnu/java/rmi/server/RMIObjectOutputStream.java, |
| gnu/java/rmi/server/RMIVoidValue.java, |
| gnu/java/rmi/server/UnicastConnectionManager.java, |
| gnu/java/rmi/server/UnicastRef.java, |
| gnu/java/rmi/server/UnicastRemoteCall.java, |
| gnu/java/rmi/server/UnicastRemoteStub.java, |
| gnu/java/rmi/server/UnicastServerRef.java, |
| gnu/java/security/OID.java, |
| gnu/java/security/der/DERReader.java, |
| gnu/java/security/provider/CollectionCertStoreImpl.java, |
| gnu/java/security/provider/DSAParameterGenerator.java, |
| gnu/java/security/provider/DefaultPolicy.java, |
| gnu/java/security/provider/EncodedKeyFactory.java, |
| gnu/java/security/provider/GnuDHPublicKey.java, |
| gnu/java/security/provider/GnuDSAPrivateKey.java, |
| gnu/java/security/provider/GnuDSAPublicKey.java, |
| gnu/java/security/provider/GnuRSAPrivateKey.java, |
| gnu/java/security/provider/GnuRSAPublicKey.java, |
| gnu/java/security/provider/PKIXCertPathValidatorImpl.java, |
| gnu/java/security/provider/RSA.java, |
| gnu/java/security/provider/SHA1PRNG.java, |
| gnu/java/security/provider/SHA1withRSA.java, |
| gnu/java/security/provider/X509CertificateFactory.java, |
| gnu/java/security/x509/GnuPKIExtension.java, |
| gnu/java/security/x509/X500DistinguishedName.java, |
| gnu/java/security/x509/X509CRL.java, |
| gnu/java/security/x509/X509CRLEntry.java, |
| gnu/java/security/x509/X509CertPath.java, |
| gnu/java/security/x509/X509CertSelectorImpl.java, |
| gnu/java/security/x509/X509Certificate.java, |
| gnu/java/security/x509/ext/AuthorityKeyIdentifier.java, |
| gnu/java/security/x509/ext/BasicConstraints.java, |
| gnu/java/security/x509/ext/CRLNumber.java, |
| gnu/java/security/x509/ext/CertificatePolicies.java, |
| gnu/java/security/x509/ext/ExtendedKeyUsage.java, |
| gnu/java/security/x509/ext/Extension.java, |
| gnu/java/security/x509/ext/GeneralNames.java, |
| gnu/java/security/x509/ext/IssuerAlternativeNames.java, |
| gnu/java/security/x509/ext/KeyUsage.java, |
| gnu/java/security/x509/ext/PolicyConstraint.java, |
| gnu/java/security/x509/ext/PolicyMappings.java, |
| gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java, |
| gnu/java/security/x509/ext/ReasonCode.java, |
| gnu/java/security/x509/ext/SubjectAlternativeNames.java, |
| gnu/java/security/x509/ext/SubjectKeyIdentifier.java: |
| Reorganized import statements. |
| |
| 2005-04-18 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/java/awt/color/CieXyzConverter.java, |
| gnu/java/awt/color/ClutProfileConverter.java, |
| gnu/java/awt/color/ColorLookUpTable.java, |
| gnu/java/awt/color/ColorSpaceConverter.java, |
| gnu/java/awt/color/GrayProfileConverter.java, |
| gnu/java/awt/color/GrayScaleConverter.java, |
| gnu/java/awt/color/LinearRGBConverter.java, |
| gnu/java/awt/color/ProfileHeader.java, |
| gnu/java/awt/color/PyccConverter.java, |
| gnu/java/awt/color/RgbProfileConverter.java, |
| gnu/java/awt/color/SrgbConverter.java, |
| gnu/java/awt/color/TagEntry.java, |
| gnu/java/awt/color/ToneReproductionCurve.java: |
| Standardized file headers. |
| |
| 2005-04-16 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/xml/pipeline/ValidationConsumer.java (Recognizer): Make |
| 'ANY' package-private. |
| |
| 2005-04-15 Tom Tromey <tromey@redhat.com> |
| |
| * Makefile.in: Rebuilt. |
| * Makefile.am (libgij_la_LIBADD): Moved SAX and DOM... |
| (libgcj0_convenience_la_LIBADD): ... here. |
| |
| 2005-04-14 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * gij.cc (version): Properly quote java version. |
| (main): Fix typo in comment. |
| |
| 2005-04-13 Mark Wielaard <mark@klomp.org> |
| |
| * java/lang/natRuntime.cc (insertSystemProperties): Set |
| java.class.path to CLASSPATH if not already set. |
| |
| 2005-04-07 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * prims.cc (parse_verbose_args): Fix verbose argument parsing. |
| |
| 2005-04-12 Mike Stump <mrs@apple.com> |
| |
| * configure: Regenerate. |
| |
| 2005-04-12 Aaron Luchko <aluchko@redhat.com> |
| |
| PR libgcj/20958 |
| * gnu/gcj/runtime/PersistentByteMap.java (close): Throw IOException. |
| * gnu/gcj/tools/gcj_dbtool/Main.java (addJar): Make 'length' an int. |
| |
| 2005-04-12 Aaron Luchko <aluchko@redhat.com> |
| |
| PR libgcj/20975 |
| * scripts/TexinfoDoclet.java: Removed. |
| * Makefile.am (texinfo): Removed. |
| * Makefile.in: Regenerated. |
| |
| 2005-04-11 Michael Koch <konqueror@gmx.de> |
| |
| * javax/imageio/ImageIO.java (ReaderFormatFilter.filter): |
| Fixed wrong casting. |
| |
| 2005-04-06 Andrew Haley <aph@redhat.com> |
| |
| * testsuite/libjava.lang/bytearray.java: New file. |
| * testsuite/libjava.lang/bytearray.out: New file. |
| * java/lang/ClassLoader.java (loadClassFromSig): Declare |
| (loadClass): Use it. |
| * java/lang/natClassLoader.cc (loadClassFromSig): New method. |
| |
| 2005-04-06 Mohan Embar <gnustuff@thisiscool.com> |
| |
| * Makefile.am ($(db_name)): Add $(EXEEXT) suffix to |
| gcj-dbtool dependency |
| * Makefile.in: Regenerated |
| |
| 2005-04-06 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * java/util/logging/natLogger.cc (getCallerStackFrame): Don't crash on |
| NULL klass and meth values from _Jv_StackTrace::GetCallerInfo(). |
| |
| 2005-04-05 Andrew Haley <aph@redhat.com> |
| |
| * gnu/gcj/tools/gcj_dbtool/Main.java (Fileset): New class. |
| (Tokenizer): New class. |
| (getFiles): New method. |
| (main): Add "-" argument. |
| Add "-0" argument. |
| Read list of files from stdin when merging map databases. |
| (usage): Add "-" argument. |
| Add "-0" argument. |
| Minor corrections. |
| |
| 2005-04-05 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| PR libgcj/20750 |
| * Makefile.am (AM_CXXFLAGS): Define JAVA_HOME. |
| * Makefile.in: Regenerate. |
| * configure.ac: Add --with-java-home option. |
| * configure: Regenerate. |
| * external/Makefile.in: Regenerate. |
| * external/sax/Makefile.in: Regenerate. |
| * external/w3c_dom/Makefile.in: Regenerate. |
| * gcj/Makefile.in: Regenerate. |
| * include/Makefile.in: Regenerate. |
| * testsuite/Makefile.in: Regenerate. |
| * java/lang/natRuntime.cc (insertSystemProperties): Set java.home |
| to JAVA_HOME macro. |
| |
| 2005-04-05 Tom Tromey <tromey@redhat.com> |
| |
| * jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. |
| * java/lang/reflect/natMethod.cc (_Jv_GetTypesFromSignature): |
| Rewrote to use _Jv_FindClassFromSignature. |
| * verify.cc (resolve): throw NoClassDefFoundError. |
| * link.cc (resolve_field): Throw NoClassDefFoundError. |
| (find_field): Likewise. |
| * prims.cc (_Jv_FindClassFromSignature): Removed recursion. |
| Handle error cases. Added 'endp' argument. |
| * include/jvm.h (_Jv_FindClassFromSignature): Updated prototype. |
| |
| 2005-04-05 Tom Tromey <tromey@redhat.com> |
| |
| * Makefile.in: Rebuilt. |
| * Makefile.am (lib_gnu_java_awt_peer_gtk_la_SOURCES): Removed |
| gtk_awt_peer_sources. |
| (lib_gnu_java_awt_peer_gtk_la_LIBADD): Added gtk-awt-peer.lo. |
| (lib_gnu_java_awt_peer_gtk_la_DEPENDENCIES): Likewise. |
| ($(gtk_awt_peer_sources:.java=.lo)): Removed. |
| (gtk-awt-peer.lo): New target. |
| |
| 2005-04-04 Steve Pribyl <steve@netfuel.com> |
| |
| PR libgcj/20761 |
| * configure.ac: Fix fastjar definition for cross builds. |
| * configure: Rebuilt. |
| |
| 2005-04-04 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/ClassLoader.java (loadClass): Resolve class even if |
| it was already found. |
| |
| 2005-04-04 Tom Tromey <tromey@redhat.com> |
| |
| * java/net/URL.java (DEFAULT_SEARCH_PATH): Added |
| org.metastatic.jessie. |
| |
| 2005-04-02 Anthony Green <green@redhat.com> |
| |
| PR libgcj/20727 |
| * java/nio/DirectByteBufferImpl.java: Fix buffer ownership bug. |
| |
| 2005-04-02 Mark Wielaard <mark@klomp.org> |
| |
| * javax/naming/directory/BasicAttributes.java (equals): Compare to any |
| Attributes and attribute order doesn't matter. |
| (BasicAttributesEnumeration.where): Initialize to zero. |
| (BasicAttributesEnumeration.nextElement): Update and compare where |
| appropriately (zero based). |
| |
| 2005-04-01 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| PR libgcj/20090, PR libgcj/20526 |
| * gij.cc (nonstandard_opts_help): New function. |
| (add_option): New function. |
| (main): Support java options. Set java.class.path. Don't set |
| _Jv_Jar_Class_Path. |
| * prims.cc (parse_x_arg): New function. |
| (parse_init_args): Call parse_x_arg for -X and _ options, when |
| ignoreUnrecognized is true. |
| (new _Jv_RunMain): New vm_args variant. |
| (old _Jv_RunMain): Call new vm_args _Jv_RunMain. |
| (_Jv_Jar_Class_Path): Remove variable. |
| * include/java-props.h: Likewise. |
| * include/cni.h (JvRealloc): New function. |
| * include/jvm.h (_Jv_RunMain): Declare vm_args variant. |
| * java/lang/natRuntime.cc (insertSystemProperties): Remove |
| _Jv_Jar_Class_Path logic. Use JV_VERSION and JV_API_VERSION |
| macros. |
| * configure.ac (JV_VERSION): Define. |
| (JV_API_VERSION): Likewise. |
| * configure: Regenerate. |
| * include/config.h.in: Regenerate. |
| |
| 2005-04-01 Mark Anderson <mark@panonet.net> |
| |
| * java/lang/natDouble.cc (parseDouble): Handle NaN, Infinity and |
| -Infinity as parameters. |
| |
| 2005-04-01 Michael Koch <konqueror@gmx.de> |
| |
| * java/io/PipedInputStream.java |
| (read): Make sure a positive byte value is returned. Revised javadoc. |
| Thanks to Olafur Bragason for reporting these bugs. |
| |
| 2005-04-01 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal): |
| Updated for name change. |
| (nativeFindClass): New method. |
| (loadClass): Use nativeFindClass. |
| * java/lang/natClassLoader.cc (_Jv_FindClass): Use single-argument |
| form of loadClass. |
| * java/lang/VMClassLoader.java (tried_libraries, lib_control, |
| LIB_FULL, LIB_CACHE, LIB_NEVER): New fields from old |
| VMClassLoader. |
| (initialize): New method. |
| (nativeFindClass): Declare. |
| * gnu/gcj/runtime/natVMClassLoader.cc: Removed. |
| * gnu/gcj/runtime/VMClassLoader.java: Removed. |
| * gnu/gcj/runtime/ExtensionClassLoader.java: Renamed from |
| VMClassLoader.java. |
| (definePackageForNative): Removed. |
| (tried_libraries, LIB_CACHE, LIB_FULL, LIB_NEVER, lib_control): |
| Moved to VMClassLoader.java. |
| * prims.cc (_Jv_CreateJavaVM): Updated for renaming. |
| * Makefile.am (gnu/gcj/runtime/ExtensionClassLoader.h): Renamed. |
| (ordinary_java_source_files): Added ExtensionClassLoader.java, |
| removed VMClassLoader.java. |
| (nat_source_files): Removed natVMClassLoader.cc. |
| |
| 2005-04-01 Tom Tromey <tromey@redhat.com> |
| |
| * Makefile.in: Rebuilt. |
| * Makefile.am (db_pathtail): Use $(gcc_version), not |
| @gcc_version@. |
| |
| 2005-04-01 Jeroen Frijters <jeroen@frijters.net> |
| |
| * java/util/Timer.java |
| (run): Stop the queue if a task throws an exception. |
| |
| 2005-03-31 Thomas Fitzsimmons <fitzsim@redhat.com> |
| |
| * javax/swing/text/JTextComponent.java (viewToModel): New method. |
| |
| 2005-03-29 Ian Lance Taylor <ian@airs.com> |
| |
| * external/sax/Makefile.am (GCJ_WITH_FLAGS): Add "-fclasspath=". |
| * external/sax/Makefile.in: Rebuild. |
| * external/w3c_dom/Makefile.am (GCJ_WITH_FLAGS): Add |
| "-fclasspath=". |
| * external/w3c_dom/Makefile.in: Rebuild. |
| |
| 2005-03-29 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/natRuntime.cc (insertSystemProperties): Set |
| gnu.gcj.runtime.endorsed.dirs. |
| * Makefile.in: Rebuilt. |
| * Makefile.am (ordinary_java_source_files): Added |
| HelperClassLoader.java. |
| (AM_CXXFLAGS): Define GCJ_ENDORSED_DIRS. |
| * gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Extends |
| HelperClassLoader. |
| (init): Use addDirectoriesFromProperty. |
| * gnu/gcj/runtime/BootClassLoader.java (BootClassLoader): Extends |
| HelperClassLoader. Use addDirectoriesFromProperty. Handle |
| gnu.gcj.runtime.endorsed.dirs. |
| * gnu/gcj/runtime/HelperClassLoader.java: New file. |
| |
| 2005-03-26 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/dom/DomNode.java (notifyNode): grow listener array as |
| required. |
| |
| 2005-03-13 Michael Koch <konqueror@gmx.de> |
| |
| * gnu/xml/aelfred2/XmlParser.java: Fixed typo. |
| |
| 2005-03-11 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI |
| warnings. |
| |
| 2005-02-27 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/aelfred2/JAXPFactory.java, |
| gnu/xml/aelfred2/SAXDriver.java, |
| gnu/xml/aelfred2/XmlParser.java, |
| gnu/xml/aelfred2/XmlReader.java: Applied GNU Classpath source code |
| formatting conventions. Replaced arrays of Object with struct-like |
| classes for easier maintainability. Made SAXDriver.stringInterning |
| package private to allow access from XmlParser inside the loop without |
| a method call overhead. |
| |
| 2005-03-11 Chris Burdess <dog@gnu.org> |
| |
| * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI |
| warnings. |
| |
| 2005-03-28 Alexandre Oliva <aoliva@redhat.com> |
| |
| * configure.ac: Revert 2005-03-25's patch. Propagate MULTIlib |
| settings to sub Makefiles. |
| (GCJH, ZIP): Prefix with top_builddir. |
| * configure: Rebuild. |
| * external/w3c_dom/Makefile.am (MULTIBUILDTOP): Don't override. |
| * external/w3c_dom/Makefile.in: Rebuild. |
| * external/sax/Makefile.am (MULTIBUILDTOP): Don't override. |
| * external/sax/Makefile.in: Rebuild. |
| |
| 2005-03-28 Eric Botcazou <ebotcazou@libertysurf.fr> |
| |
| * testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one): Add |
| libsocket to the libraries to link for Solaris. |
| |
| 2005-03-28 Per Bothner <per@bothner.com> |
| |
| * boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field, |
| which can happen if class is JV_STATE_LOADED but not JV_STATE_PREPARED. |
| |
| 2005-03-27 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * Makefile.am (classes.stamp): Add gnu/gcj/tools/gcj_dbtool/Main.java |
| to fix a ONESTEP fallout. |
| * Makefile.in: Regenerate. |
| |
| 2005-03-25 Mike Stump <mrs@apple.com> |
| |
| * configure.ac: Fix ZIP and GCJH at configure time to absolute |
| paths like we do for the compiler, as we use it in external/sax |
| and it doesn't get MULTIBUILDTOP right when multilibing. |
| |
| 2005-03-24 Anthony Green <green@redhat.com> |
| |
| * gnu/gcj/tools/gcj_dbtool/Main.java: Accept libdir argument with |
| -p option. |
| (usage): Add [LIBDIR] to help output. |
| * gnu/gcj/tools/gcj_dbtool/natMain.cc: New file. |
| * Makefile.am (AM_CXXFLAGS): Define |
| LIBGCJ_DEFAULT_DATABASE_PATH_TAIL. |
| (db_pathtail): New macro. |
| |
| 2005-03-24 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/gcj/runtime/BootClassLoader.java (BootClassLoader): Don't |
| add sax and w3c libraries. |
| * Makefile.am (libgij_la_LIBADD): Added libsax-gcj.la and |
| libw3c-gcj.la. |
| * external/w3c_dom/Makefile.in: Rebuilt. |
| * external/w3c_dom/Makefile.am (libw3c_gcj_la_GCJFLAGS): Include |
| AM_GCJFLAGS. |
| (libw3c_gcj_la_LDFLAGS): New variable. |
| (noinst_LTLIBRARIES): Renamed. |
| * external/sax/Makefile.in: Rebuilt. |
| * external/sax/Makefile.am (libsax_gcj_la_GCJFLAGS): Include |
| AM_GCJFLAGS. |
| (libsax_gcj_la_LDFLAGS): New variable. |
| (noinst_LTLIBRARIES): Renamed. |
| |
| 2005-03-23 Tom Tromey <tromey@redhat.com> |
| |
| * Makefile.in: Rebuilt. |
| * Makefile.am (AM_CXXFLAGS): Define TOOLEXECLIBDIR. |
| (libgcj0_convenience_la_SOURCES): Don't include |
| gnu_xml_source_files. |
| (libgcj0_convenience_la_LIBADD): New variable. |
| (libgcj_la_LIBADD): Don't include sax or w3c_dom. |
| (all_java_source_files): javax_imageio_source_files, |
| javax_xml_source_files, and gnu_java_beans_source_files. |
| ($(gnu_xml_source_files:.java=.lo)): Removed target. |
| (gnu-xml.lo): New target. |
| (javax-imageio.lo): Likewise. |
| (javax-xml.lo): Likewise. |
| (gnu-java-beans.lo): Likewise. |
| (gnu_java_beans_source_files): New variable. |
| (javax_imageio_source_files): Likewise. |
| (javax_xml_source_files): Likewise. |
| (javax_source_files): Moved files to other variable. |
| (awt_java_source_files): Likewise. |
| (ordinary_java_source_files): Added BootClassLoader.java. |
| * java/lang/natVMClassLoader.cc (defineClass): Use boot loader, |
| not system class loader. |
| (initBootLoader): New method. |
| (loadClass): Search bootLoader. |
| * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use |
| boot loader, not system class loader. |
| (_Jv_UnregisterInitiatingLoader): Likewise. |
| (_Jv_FindClass): Likewise. Ensure entries in |
| bootstrap_class_list are unique. |
| * java/lang/natClass.cc (getClassLoader): Don't special case |
| system class loader. |
| * java/lang/VMClassLoader.java (bootLoader): New field. |
| (getResource): Use bootLoader. |
| (getResources): Likewise. |
| (initBootLoader): Declare. |
| * gnu/gcj/runtime/BootClassLoader.java: New file. |
| * external/sax/org/xml/sax/helpers/NamespaceSupport.java |
| (EMPTY_ENUMERATION): Now package-private. |
| * external/w3c_com/Makefile.in: Rebuilt. |
| * external/w3c_com/Makefile.am (MULTIBUILDTOP): New variable. |
| (w3c.jar): New target. |
| (classes.stamp): Updated. |
| (toolexeclib_LTLIBRARIES): Renamed from noinst_LTLIBRARIES. |
| Changed name of library. |
| (libw3c_gcj_la_SOURCES): New variable. |
| (libw3c_gcj_la_GCJFLAGS): Likewise. |
| (source_files): Renamed from lib3c_convenience_la_SOURCES. |
| * external/sax/Makefile.in: Rebuilt. |
| * external/sax/Makefile.am (MULTIBUILDTOP): New variable. |
| (sax.jar): New target. |
| (classes.stamp): Updated. |
| (toolexeclib_LTLIBRARIES): Renamed from noinst_LTLIBRARIES. |
| Changed name of library. |
| (libsax_gcj_la_SOURCES): New variable. |
| (libsax_gcj_la_GCJFLAGS): Likewise. |
| (source_files): Renamed from libsax_convenience_la_SOURCES. |
| * stacktrace.cc (non_system_trace_fn): Don't look at system class |
| loader. |
| * prims.cc (_Jv_CreateJavaVM): Initialize the bootstrap class |
| loader. |
| (_Jv_RunMain): Handle case where 'runtime' is NULL at exit. |
| |
| 2005-03-23 Sven de Marothy <sven@physto.se> |
| |
| PR libgcj/2641, PR libgcj/9854, PR libgcj/14892, PR libgcj/18083, |
| PR libgcj/11085: |
| * java/util/Calendar.java |
| (set): Use starting day of week when one is needed if none is given. |
| * java/text/SimpleDateFormat.java |
| (parse): Handle 1-12 and 1-24 timestamps correctly. |
| * java/util/GregorianCalendar.java |
| (computeTime, computeFields): HOUR should be in 0-11 format. |
| (nonLeniencyCheck): Adjust leniency checking to that fact. |
| (getLinearDay): Should be private. |
| |
| 2005-03-23 Tom Tromey <tromey@redhat.com> |
| |
| * include/jvm.h (GCJ_40_BC_ABI_VERSION): New define. |
| (_Jv_CheckABIVersion): Use it. |
| |
| 2005-03-22 Mike Stump <mrs@apple.com> |
| |
| * stacktrace.cc: Delete unused _Jv_FindCallingClassState. |
| |
| * include/posix.h: .dylib is used on all Apple MACH platforms. |
| * java/lang/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN. |
| |
| 2005-03-22 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output. |
| |
| 2005-03-21 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/VMCompiler.java (static block): Also catch |
| BufferUnderflowException. |
| |
| 2005-03-21 Zack Weinberg <zack@codesourcery.com> |
| |
| * configure.ac: Do not invoke TL_AC_GCC_VERSION. Do not |
| set tool_include_dir. In all substitutions, leave $(gcc_version) |
| to be expanded by the Makefile. |
| * aclocal.m4, configure: Regenerate. |
| * Makefile.am: Set gcc_version. Replace all uses of |
| @gcc_version@ with $(gcc_version). |
| * external/Makefile.am, external/sax/Makefile.am |
| * external/w3c_dom/Makefile.am, gcj/Makefile.am |
| * testsuite/Makefile.am: Set gcc_version. |
| * include/Makefile.am: Set gcc_version and tool_include_dir. |
| * Makefile.in, external/Makefile.in, external/sax/Makefile.in |
| * external/w3c_dom/Makefile.in, gcj/Makefile.in, include/Makefile.in |
| * testsuite/Makefile.in: Regenerate. |
| |
| 2005-03-17 Andrew Haley <aph@redhat.com> |
| |
| * java/lang/natVMSecurityManager.cc (getClassContext): Add new |
| arg: klass. |
| Pass klass to _Jv_StackTrace::GetClassContext(). |
| * java/lang/ClassLoader.java (getParent): Pass class to |
| VMSecurityManager.getClassContext() |
| (getSystemClassLoader): Likewise. |
| * java/lang/Package.java (getPackage): Likewise. |
| (getPackages): Likewise. |
| * java/lang/SecurityManager.java (getClassContext): Likewise. |
| (currentClassLoader): Likewise. |
| * java/lang/VMSecurityManager.java: (getClassContext): Likewise. |
| (currentClassLoader) Add new arg: caller. |
| Pass caller to VMSecurityManager.getClassContext. |
| |
| * stacktrace.cc (GetClassContext): Correct calculation of |
| jframe_count. |
| |
| * boehm.cc (_Jv_MarkObj): (_Jv_MarkObj): Mark |
| im->source_file_name. |
| |
| 2005-03-16 Andrew Haley <aph@redhat.com> |
| |
| * boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table. |
| |
| 2005-03-16 Tom Tromey <tromey@redhat.com> |
| |
| * link.cc (ensure_class_linked): Removed #ifdef. |
| (print_class_loaded): Likewise. |
| (wait_for_state): Likewise. |
| * java/lang/Class.h (_Jv_IsInterpretedClass): Always declare. |
| * include/jvm.h (_Jv_IsInterpretedClass): Moved from... |
| * include/java-interp.h: ... here. |
| |
| 2005-03-16 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/java/lang/MainThread.java (run): Load main class using |
| system class loader. |
| |
| 2005-03-16 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one): Add |
| lgcc_s to the libraries to link for Darwin. |
| |
| 2005-03-15 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect |
| interpreter-specific code with #ifdef INTERPRETER. |
| (_Jv_StackTrace::getLineNumberForFrame): Likewise. |
| (_Jv_StackTrace::FillInFrameInfo): Likewise. |
| (_Jv_StackTrace::non_system_trace_fn): Likewise. |
| * include/java-stack.h (struct _Jv_InterpFrameInfo): Protect with |
| #ifdef INTERPRETER. Also protect declarations that use it. |
| * java/lang/Class.h: Move _Jv_StackTrace friend declaration outside |
| #ifdef INTERPRETER block. |
| |
| 2005-03-15 Jakub Jelinek <jakub@redhat.com> |
| |
| PR libgcj/20251 |
| * Makefile.am (libjawt_la_LIBADD): Add -L$(here)/.libs. |
| * Makefile.in: Rebuilt. |
| |
| 2005-03-15 David Daney <ddaney@avtrex.com> |
| |
| * gnu/java/net/natPlainSocketImplPosix.cc (read_helper): Handle |
| count == 0 case. |
| |
| 2005-03-15 David Daney <ddaney@avtrex.com> |
| |
| * java/io/BufferedInputStream.java (available): Use 'in' instead |
| of 'super' for underlying stream access. |
| (close): Ditto. |
| (read(byte[], int, int)): Ditto. |
| (refill): Ditto. |
| (skip): Call skip on underlying stream when possible. |
| |
| 2005-03-12 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * stacktrace.cc (GetCallerInfo): Return nothing in case of |
| SJLJ_EXCEPTIONS is defined. |
| |
| 2005-03-12 Ranjit Mathew <rmathew@hotmail.com> |
| |
| * testsuite/libjava.jacks/jacks.xfail: Add XFAILs for new JSR-201 |
| tests. |
| |
| 2005-03-11 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * testsuite/lib/libjava.exp (libjava_init): Use the same target |
| check for Darwin. |
| (libjava_arguments): Likewise. |
| |
| * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Likewise. |
| (gcj_jni_test_one): Likewise. |
| (gcj_jni_invocation_compile_c_to_binary): Likewise. |
| Add flags to keep the Darwin linker quiet. |
| (gcj_jni_invocation_test_one): Use the same target check for Darwin. |
| Add -liconv for Darwin. |
| |
| 2005-03-11 Tom Tromey <tromey@redhat.com> |
| |
| * include/jvm.h (GCJ_40_BC_ABI_VERSION): New define. |
| (_Jv_CheckABIVersion): Use it. |
| |
| 2005-03-11 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/gcj/tools/gcj_dbtool/Main.java (main): Handle '-p'. |
| (usage): Document '-p'. |
| * Makefile.in: Rebuilt. |
| * Makefile.am (dbexecdir): New variable. |
| (db_name): Likewise. |
| (dbexec_DATA): Likewise. |
| ($(db_name)): New target. |
| (AM_CXXFLAGS): Define LIBGCJ_DEFAULT_DATABASE. |
| * java/lang/natRuntime.cc (insertSystemProperties): Set default |
| system database. |
| |
| 2005-03-10 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * exception.cc: Remove stray MethodRef.h include. |
| * java/lang/natClass.cc: Likewise. |
| * gnu/gcj/runtime/MethodRef.java: Removed. |
| * gnu/gcj/runtime/StackTrace.java, gnu/gcj/runtime/natNameFinder.cc, |
| gnu/gcj/runtime/natStackTrace.cc: Really removed. |
| * java/lang/natRuntime.cc (_load): Remove unsed variable. |
| * Makefile.am (ordinary_java_source_files): Remove MethodRef.java. |
| * Makefile.in: Rebuilt. |
| |
| 2005-03-10 Tom Tromey <tromey@redhat.com> |
| |
| * Makefile.in: Rebuilt. |
| * Makefile.am (ordinary_java_source_files): Added MethodRef.java. |
| |
| 2005-03-10 Chris Burdess <dog@bluezoo.org> |
| |
| * gnu/xml/dom/ls/SAXEventSink.java: Ignore element declarations if |
| not currently parsing the DTD. |
| |
| 2005-03-10 Bryce McKinlay <mckinlay@redhat.com> |
| |
| New Stack Trace infrastructure. |
| * Makefile.am (libgcj0_convenience_la_SOURCES): Add stacktrace.cc. |
| (gnu/gcj/runtime/StackTrace.java): Removed. |
| (ordinary_java_source_files): Remove obsolete files. |
| (nat_source_files): Remove obsolete files. Add natVMThrowable.cc. |
| * configure.host (fallback_backtrace_h): Set backtrace header |
| for mingw and cygwin targets. |
| * configure.ac: Make symlink for fallback backtrace headers. |
| * Makefile.in, configure: Rebuilt. |
| * defineclass.cc (_Jv_ClassReader::read_one_code_attribute): |
| Read 'LineNumberTable' attribute. |
| (_Jv_ClassReader::read_one_class_attribute): Read 'SourceFile' |
| attribute. |
| (_Jv_ClassReader::handleCodeAttribute): Initialize method line |
| table fields. |
| * exception.cc: Remove unused include. |
| * interpret.cc (DIRECT_THREADED, insn_slot): Moved to java-interp.h. |
| (SAVE_PC): New macro. Save current PC in the interpreter frame. |
| (NULLCHECK, NULLARRAYCHECK): Use SAVE_PC. |
| (_Jv_InterpMethod::compile): Translate bytecode PC values in the line |
| table to direct threaded instruction values. |
| (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): Removed. |
| (_Jv_InterpMethod::run): No longer member function. All |
| callers updated. Remove _Unwind calls. Call SAVE_PC whenever a call |
| is made or where an instruction could throw. |
| (_Jv_InterpMethod::get_source_line): New. Look up source line numbers |
| in line_table. |
| * prims.cc (catch_segv): Construct exception after MAKE_THROW_FRAME. |
| (catch_fpe): Likewise. |
| * stacktrace.cc: New file. Stack trace code now here. |
| * gnu/gcj/runtime/MethodRef.java: |
| * gnu/gcj/runtime/NameFinder.java: Mostly reimplemented. Now simply |
| calls addr2line to look up PC addresses in a given binary or shared |
| library. |
| * gnu/gcj/runtime/StackTrace.java, gnu/gcj/runtime/natNameFinder.cc, |
| gnu/gcj/runtime/natStackTrace.cc: Removed. |
| * gnu/java/lang/MainThread.java (call_main): Add comment warning that |
| this function name is specially recognised by the stack trace code |
| and shouldn't be changed. |
| * include/java-interp.h (DIRECT_THREADED, insn_slot): Moved here. |
| (struct _Jv_LineTableEntry, line_table, line_table_len): New. |
| (_Jv_InterpMethod::run): Update declaration. |
| (_Jv_StackTrace_): New friend. NameFinder and StackTrace no longer |
| friends. |
| (_Jv_InterpFrame): Renamed from _Jv_MethodChain. Add PC field. |
| * include/java-stack.h: New file. Declarations for stack tracing. |
| * include/jvm.h (_Jv_Frame_info): Removed. |
| * java/lang/Class.h: Update friend declarations. |
| * java/lang/VMClassLoader.java (getSystemClassLoader): Simplify |
| exception message. |
| * java/lang/VMThrowable.java (fillInStackTrace): Now native. |
| (getStackTrace): Now native. |
| (data): New RawDataManaged field. |
| * java/lang/natClass.cc: Update includes. |
| (forName): Use _Jv_StackTrace::GetCallingClass for |
| calling-classloader check. |
| (getClassLoader): Likewise. |
| * java/lang/natRuntime.cc: Update includes. |
| (_load): Use _Jv_StackTrace::GetFirstNonSystemClassLoader. |
| * java/lang/natVMSecurityManager.cc: Update includes. |
| (getClassContext): Use _Jv_StackTrace::GetClassContext. |
| * java/lang/natVMThrowable.cc: New file. Native methods for |
| VMThrowable. |
| * java/lang/reflect/natArray.cc: Update includes. |
| (newInstance): Use _Jv_StackTrace::GetCallingClass to implement |
| accessibility check. |
| * java/lang/reflect/natConstructor.cc: Update includes. |
| (newInstance): Use _Jv_StackTrace::GetCallingClass to implement |
| accessibility check. |
| * java/lang/reflect/natField.cc: Update includes. |
| (getAddr): Use _Jv_StackTrace::GetCallingClass to implement |
| accessibility check. |
| * java/lang/reflect/natMethod.cc: Update includes. |
| (invoke): Use _Jv_StackTrace::GetCallingClass to implement |
| accessibility check. |
| * java/util/natResourceBundle.cc: Update includes. |
| (getCallingClassLoader): Use _Jv_StackTrace::GetCallingClass. |
| * java/util/logging/natLogger.cc: Update includes. Use |
| _Jv_StackTrace::GetCallerInfo to get call-site info. |
| * sysdep/generic/backtrace.h: Fallback backtrace code. Stub |
| implementation. |
| * sysdep/i386/backtrace.h: New. Fallback backtrace code. i386 |
| implementation. |
| |
| 2005-03-10 Ranjit Mathew <rmathew@hotmail.com> |
| |
| * testsuite/libjava.compile/PR20312.java: New file. |
| * testsuite/libjava.compile/PR20312.xfail: Likewise. |
| * testsuite/libjava.jacks/jacks.xfail: Remove 9.2-implicit-15. |
| |
| 2005-03-09 Andrew Haley <aph@redhat.com> |
| |
| * gnu/java/nio/channels/FileChannelImpl.java (smallTransferFrom): |
| New. |
| (smallTransferTo): New. |
| (transferFrom): Loop around smallTransferFrom, copying pageSize |
| bytes each time. |
| (transferTo): Likewise. |
| |
| 2005-03-09 David Daney <ddaney@avtrex.com> |
| |
| PR libgcj/20389 |
| Merge BufferedInputStream from GNU Classpath. |
| * java/io/BufferedInputStream.java (marktarget): Field removed. |
| (CHUNKSIZE): Field removed. |
| (bufferSize): New field. |
| (BufferedInputStream): Initialize fields. |
| (close): Invalidate mark and buffer indexes. |
| (mark): Rewritten. |
| (read()): Move mark handling code to refill. |
| (read(byte[], int, int)): Ditto. |
| (skip): Ditto and simplify EOF testing. |
| (refill): Rewritten. |
| * java/io/InputStreamReader.java (refill): Removed mark and reset |
| of internal BufferedInputStream. |
| |
| 2005-03-09 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/natVMClassLoader.cc (defineClass): Reference |
| 'systemClassLoader' field directly. |
| * java/lang/natRuntime.cc (_load): Reference 'systemClassLoader' |
| field directly. |
| * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): |
| Reference 'systemClassLoader' field directly. |
| (_Jv_UnregisterInitiatingLoader): Likewise. |
| (_Jv_FindClass): Likewise. |
| |
| 2005-03-09 Andreas Tobler <a.tobler@schweiz.ch> |
| |
| * java/lang/fdlibm.h: Merge an AIX define from GNU Classpath. |
| |
| * java/lang/mprec.h: Remove commented headers. Fix comment to match |
| the file in GNU Classpath style. |
| |
| 2005-03-09 Tom Tromey <tromey@redhat.com> |
| |
| * java/net/URLClassLoader.java (addURLImpl): Reset 'thisString'. |
| (toString): Synchronize. |
| |
| 2005-03-08 Bryce McKinlay <mckinlay@redhat.com> |
| |
| * testsuite/libjava.lang/pr13107_2.xfail: Remove xfail. |
| * testsuite/libjava.lang/pr13107_3.xfail: Likewise. |
| |
| 2005-03-07 Tom Tromey <tromey@redhat.com> |
| |
| * gnu/gcj/tools/gcj_dbtool/Main.java (main): Recognize '-f'. |
| (usage): Document '-f'. |
| |
| 2005-03-07 Tom Tromey <tromey@redhat.com> |
| |
| * java/lang/VMCompiler.java (md5Digest): New field. |
| (compileClass): Clone md5Digest instead of looking up a new one. |
| |
| 2005-03-07 Tom Tromey <tromey@redhat.com> |
| |
| PR java/20215: |
| * include/jvm.h (_Jv_Linker::find_field_helper): Updated. |
| * link.cc (find_field_helper): Added 'type' argument. |
| (find_field): Updated. |
| |
| 2005-04-07 Scott Gilbertson <scottg@mantatest.com> |
| * gnu/gcj/xlib/natXAnyEvent.cc (loadNext): Added timeout. |
| * gnu/awt/xlib/XCanvasPeer.java (setBackground): Removed |
| throw UnsupportedOperationException, fixed comments. |
|