From 0febb9e5557904300a3fb72fc59ff0764f09d04d Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 4 May 2005 18:29:28 +0000 Subject: [PATCH] Shuffle ChangeLog entries into new files ChangeLog-1998, ChangeLog-2000, and ChangeLog-2004. Correct some typos. This change does not itself get a ChangeLog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99225 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 30332 +++++++-------------------- libjava/{ChangeLog-1999 => ChangeLog-1998} | 3507 ---- libjava/ChangeLog-1999 | 3601 ---- libjava/{ChangeLog-2001 => ChangeLog-2000} | 4260 +--- libjava/ChangeLog-2001 | 5078 +---- libjava/ChangeLog-2002 | 4 +- libjava/ChangeLog-2003 | 16 +- libjava/{ChangeLog => ChangeLog-2004} | 7204 +------ 8 files changed, 7210 insertions(+), 46792 deletions(-) rewrite libjava/ChangeLog (68%) copy libjava/{ChangeLog-1999 => ChangeLog-1998} (51%) copy libjava/{ChangeLog-2001 => ChangeLog-2000} (53%) copy libjava/{ChangeLog => ChangeLog-2004} (68%) diff --git a/libjava/ChangeLog b/libjava/ChangeLog dissimilarity index 68% index 8d9b5a81e01..47a7ef53c9c 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,23140 +1,7192 @@ -2005-05-04 Thomas Fitzsimmons - - * java/awt/ImageCapabilities.java: Document. - - * java/awt/image/VolatileImage.java: Unindent copyright header. - -2005-05-03 Thomas Fitzsimmons - - * java/awt/image/VolatileImage.java: Document. - -2005-05-03 Thomas Fitzsimmons - - * 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 - - 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 - - * java/lang/VMSecurityManager.java (currentClassLoader): Use - 'systemClasssLoader' directly. - -2005-05-03 Tom Tromey - - * java/lang/VMSecurityManager.java (currentClassLoader): Don't - call VMClassLoader.getSystemClassLoader. - -2005-04-29 Michael Koch - - * 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 - - * java/lang/Class.h (_Jv_ResolvePoolEntry): Declare as friend. - -2005-04-29 Dalibor Topic - - * 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 - - 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 - - * java/nio/charset/Charset.java - (provider): Reformatted. - -2005-04-29 Michael Koch - - * gnu/java/net/protocol/http/HTTPConnection.java: - (userAgent): Initialize from system properties. - (initUserAgent): Removed. - -2005-04-29 Mark Wielaard - - * java/util/ResourceBundle.java (getObject): Clarify - MissingResourceException detailed message. - (tryBundle(String,ClassLoader)): Likewise. - -2005-04-29 Robert Schuster - - * java/beans/FeatureDescriptor.java: - (getShortDescription): Implemented fallback mechanism and fixed - documentation (fixes bug #12637). - (getDisplayName): Dito. - -2005-04-29 Robert Schuster - - * 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 - - * java/net/InetAddress.java - (aton): Fixed javadoc. - (lookup): Likewise. - -2005-04-28 Tom Tromey - - * javax/swing/Timer.java - (drainEvents, queueEvent): Now package-private. - -2005-04-28 Audrius Meskauskas - - * javax/swing/Timer.java - (constructor): Assigning initialDelay. - -2005-04-28 Audrius Meskauskas - - * javax/swing/Timer.java - (Waker.run): firing the first action event. - -2005-04-28 Michael Koch - - * javax/swing/Timer.java: Reordered all fields and methods, - Added more javadocs. - -2005-04-28 Michael Koch - - * javax/swing/Timer.java: Javadocs merged - from GNU classpath. - -2005-04-28 Jeroen Frijters - - * 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 - - * gnu/java/net/protocol/file/Connection.java - (lineSeparator): Initialize with SystemProperties.getProperty(). - -2005-04-27 Chris Burdess - - * 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 - - * 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 - - * gnu/java/net/protocol/https/Handler.java: New file. - -2005-04-27 Jeroen Frijters - - * javax/imageio/spi/IIORegistry.java (IIORegistry): - Don't assume that awt Toolkit is always ClasspathToolkit. - -2005-04-27 Chris Burdess - - * java/net/protocol/http/HTTPURLConnection.java (connect): Accept - absolute and relative paths in Location header. - -2005-04-27 Chris Burdess - - * gnu/java/net/protocol/http/HTTPURLConnection.java: Throw - FileNotFoundException and implement getErrorStream on 404. - -2005-04-27 Sven de Marothy - - * java/util/TimeZone.java, - (getDefaultDisplayName): Fix previous fix. - -2005-04-27 Sven de Marothy - - * java/util/TimeZone.java, - (getDefaultDisplayName): Don't print zero offsets. - -2005-04-27 Roman Kennke - - * 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 - - * javax/swing/plaf/metal/MetalLookAndFeel - (initComponentDefaults): Added some default colors. - -2005-04-27 Roman Kennke - - * 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 - - * 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 - - * javax/swing/plaf/basic/BasicToggleButtonUI.java: - (getPropertyPrefix): Added. - -2005-04-27 Roman Kennke - - * javax/swing/plaf/basic/BasicButtonUI.java - (getPropertyPrefix): Added. - (installDefaults): Use getPropertyPrefix instead of hard-coded - prefix. - -2005-04-27 Roman Kennke - - * 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 - - * java/nio/charset/Charset.java (providers2): Renamed from 'providers' - to work around CNI limitation. - -2005-04-27 Sven de Marothy - - * java/nio/charset/Charset.java: - (defaultCharset()): New method. - Status updated to 1.5 - -2005-04-27 Sven de Marothy - - * java/nio/charset/Charset.java: Cached encoders shouldn't be static. - -2005-04-27 Sven de Marothy - - * java/nio/charset/Charset.java: Reset cached de/encoders. - -2005-04-27 Robert Schuster - - * java/nio/charset/Charset.java (forName): Throws - IllegalArgumentException when argument is null - and added documentation. - -2005-04-27 Ito Kazumitsu - - * 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 - - * 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 - - * java/net/InetAddress.java - (toString): Don't print empty hostnames. - -2005-04-26 Luca Barbieri - - 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 - - * java/net/InetAddress.java: - Fixed typos in javadocs. - -2005-04-26 Andrew Haley - - PR libgcj/21020: - * jni.cc (_Jv_JNI_GetAnyFieldID): Use class' loader to find - field's type. - -2005-04-26 Tom Tromey - - * 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 - - * java/awt/Robot.java (waitForIdle): Call invokeAndWait in a - static way. - -2005-04-26 Mark Wielaard - - * java/net/URL.java (URL(URL,String,URLStreamHandler)): Add spec - to MalformedURLException. - -2005-04-26 Michael Koch - - * java/security/AccessControlContext.java: - Reformated. - (protectedDomains): Renamed from 'protectionDomain'. - * java/security/AccessController.java: - Reformatted. - -2005-04-26 Jeroen Frijters - - * 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 - - * java/security/Security.java, - java/security/cert/X509CRLSelector.java, - java/security/cert/X509CertSelector.java: - Modified to use SystemProperties. - -2005-04-26 Michael Koch - - * java/lang/System.java - (setSecurityManager): Fixed comment. - (getSecurityManager): Removed obsolete comment. - -2005-04-25 Tom Tromey - - * java/awt/AWTKeyStroke.java (vktable): Now package-private. - -2005-04-25 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (connectSignals): Realize the window widget after connecting - signals. - -2005-04-25 Jeroen Frijters - - * 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 - - * 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 - - * 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 - - * java/awt/Transparency.java - (getTransparency): fixed API docs. - -2005-04-25 Archie Cobbs - - * java/lang/Throwable.java: simplify initializing cause in constructor - -2005-04-25 Michael Koch - - * 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 - - * javax/swing/plaf/basic/BasicScrollBarUI.java - (initDefaults): Initialize thumb*Color fields correctly. - -2005-04-25 Roman Kennke - - * javax/swing/text/GapContent.java: - Added API comments. - -2005-04-25 Roman Kennke - - * 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 - - * javax/swing/text/AbstractDocument.java: - Added FIXME comments. This class still has to be - implemented thread-safe. - -2005-04-25 Roman Kennke - - * javax/swing/tree/DefaultTreeSelectionModel.java - (DefaultTreeSelectionModel): Initialize listenerList here. - -2005-04-25 Roman Kennke - - * javax/swing/plaf/metal/MetalTextFieldUI.java - (createUI): Return one instance per Component instead of a - shared instance. - -2005-04-25 Roman Kennke - - * javax/swing/text/Document.java: - Added API documentation comments. - -2005-04-25 Roman Kennke - - * javax/swing/text/AbstractDocument.java - (getDocumentProperties): Implemented. - (setDocumentProperties): Implemented. - (getProperty): Implemented. - (putProperty): Implemented. - -2005-04-25 Roman Kennke - - * javax/swing/BoxLayout - (preferredLayoutSize): Fixed computation so that it correctly - adds the top and bottom insets of the container. - -2005-04-25 Roman Kennke - - * javax/swing/plaf/basic/BasicMenuItemUI.java - (paintText): Make use of the 'selectionForeground' UI default - for text painting. - -2005-04-25 Roman Kennke - - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initSystemColorDefaults): Modified colors to match the - BasicLookAndFeel in the reference implementation. - (initComponentDefaults): Likewise. - -2005-04-25 Tom Tromey - - * 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 - - * java/io/FileInputStream.java (FileInputStream(File)), - java/io/FileOutputStream.java (FileOutputStream(File)): - Removed unnecessary File.isDirectory() check. - -2005-04-22 Bryce McKinlay - - * testsuite/lib/libjava.exp (libjava_find_gij): Use $objdir/.. to find - gij if get_multilibs fails. - -2005-04-22 Anthony Green - - * 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 - - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initComponentDefaults): Changed Button.border to be - BasicBorders.getButtonBorder as it should be. - -2005-04-22 Roman Kennke - - * 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 - - * 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 - - * 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 - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (getDefaults): Call addCustomEntriesToTable on the theme. - -2005-04-22 Roman Kennke - - * 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 - - * gnu/java/security/der/DERValue.java - (getValueAs): new method. - * gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java - (): read both dates with 'DERValue.getValueAs', with - 'GENERALIZED_TIME' as the argument. - -2005-04-22 Andrew Pinski - - * 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 - - * java/util/logging/LogManager.java: Reformatted. - (readConfiguration): If a logger for a key is not found, create one. - -2005-04-22 Andrew John Hughes - - * 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 - - * java/lang/natClass.cc (initializeClass): Link class. - -2005-04-21 Tom Tromey - - * java/lang/AssertionError.java: Typo fix. - -2005-04-21 Tom Tromey - - * java/lang/VMClassLoader.java (transformException): Removed. - (resolveClass): No longer native. Now does nothing. - * java/lang/natVMClassLoader.cc (resolveClass): Removed. - -2005-04-21 Anthony Green - - 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 - - * gnu/java/net/CRLFInputStream.java: Rewrite to return - CRLF-delimited chunks. - -2005-04-20 Andrew John Hughes - - * 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 - - * 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 - - * 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 - - * java/io/DataOutputStream.java (writeUTF): Use block write for - output. - -2005-04-20 Jeroen Frijters - - * java/io/DataInputStream.java (ignoreInitialNewline): Removed - (readLine): Changed newline handling. - -2005-04-20 Jeroen Frijters - - * java/awt/image/PixelGrabber.java (setPixels(int,int,int,int, - ColorModel,byte[],int,int): Fixed byte to int conversion. - -2005-04-20 Michael Koch - - * java/io/FilePermission.java - (serialVersionUID): Made private. - (ALL_FILES): New constant. - (implies): Handle '<>' case. - -2005-04-20 Sven de Marothy - - * 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 - - * 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 - - * 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 - - * java/text/SimpleDateFormat.java: - (formatWithAttribute): Pad year before truncating digits. - -2005-04-20 Michael Koch - - * gnu/java/net/PlainDatagramSocketImpl.java: - Merged copyright header. - * gnu/java/net/PlainSocketImpl.java: - Reorganized import statements. Fixed @author tags. - -2005-04-20 Michael Koch - - * gnu/java/lang/ClassHelper.java, - gnu/java/lang/reflect/TypeSignature.java: - Fixed @author tag. - -2005-04-20 Michael Koch - - * gnu/java/beans/IntrospectionIncubator.java: - Fixed HTML tags in javadocs. - -2005-04-20 Jeroen Frijters - - * 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 - - * gnu/java/awt/image/XBMDecoder.java: - Fixed modifier order. - -2005-04-20 Roman Kennke - - * 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 - - * 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 - - * 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 - - * javax/swing/plaf/metal/MetalBorders: - (PopupMenuBorder): Added. - * javax/swing/plaf/metal/MetalLookAndFeel - (initComponentDefaults): Added PopupMenuBorder. - -2005-04-20 Roman Kennke - - * javax/swing/tree/DefaultTreeSelectionModel.java: - Added API documentation all over the class. - -2005-04-20 Roman Kennke - - * 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 - - * 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 - - * javax/swing/plaf/metal/MetalScrollBarUI.java: - (createUI): Instances cannot be shared among JScrollPanes. - -2005-04-20 Roman Kennke - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initComponentDefaults): Added defaults for Menu, MenuBar - MenuEntry fonts. - -2005-04-20 Roman Kennke - - * 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 - - * 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 - - * java/net/URLConnection.java - (getContent): Fixed javadoc comment. - -2005-04-20 Andrew John Hughes - - * java/net/URL.java: - (toURI()): Implemented. - -2005-04-19 Michael Koch - - * 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/xml/dom/html2/DomHTMLParser.java: - Changed 'enum' references to become 'enumeration'. - -2005-04-19 Audrius Meskauskas - - * gnu/xml/dom/html2/DomHTMLParser.java: New file. - -2005-04-19 Andrew John Hughes - - * 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 - - * 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 - - * gnu/xml/dom/html2/DomHTMLDocument.java: Fixed element creation and - check for HTML/XHTML namespace. - -2005-04-19 Audrius Meskauskas - - * 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 - - * 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 - - * 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 - - * javax/swing/text/html/HTMLDocument.java: New file. - -2005-04-19 Michael Koch - - * 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 - - * 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 - - * 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 - - * 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 - - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-04-19 Roman Kennke - - * 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 - - PR libgcj/21064 - * javax/swing/text/StyleContext.java - (NamedStyle.setResolveParent): Added null - pointer check. - -2005-04-19 Michael Koch - - * java/rmi/server/RemoteObject.java: - Removed unused import statement. - -2005-04-19 Michael Koch - - * java/net/URL.java: Formatting cleanups. - -2005-04-19 Michael Koch - - * java/awt/FontMetrics.java: Reformatted. - (getFontRenderContext): Handle case when java.awt.Graphics context is - given. - -2005-04-19 Michael Koch - - * java/awt/FontMetrics.java - (getStringBounds): New methods. - - -2005-04-19 Michael Koch - - * gnu/java/security/x509/X509Certificate.java - (parse): Handle val == null case. - -2005-04-19 Roman Kennke - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initComponentDefaults): Added defaults for Menu, MenuBar - MenuEntry fonts. - -2005-04-19 Roman Kennke - - * 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 - - * 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 - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initComponentDefaults): Added to set Metal specific component - defaults. - -2005-04-19 Mark Wielaard - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initClassDefaults): Call super.initClassDefaults(). - -2005-04-19 Roman Kennke - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initClassDefaults): Added to include the *UI classes. - -2005-04-19 Roman Kennke - - * 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 - - * 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 - - * javax/swing/UIDefaults.java: - Added API documentation for all methods. - -2005-04-19 Roman Kennke - - * 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 - - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-04-19 Mark Wielaard - - * 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 - - * 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 - - * java/awt/geom/QuadCurve2D.java: - Fixed Brian Gough's name for real. - -2005-04-19 Roman Kennke - - * javax/swing/UIManager.java: - Make the UIManager respect the swing.defaultlaf system - property. - -2005-04-19 Tom Tromey - - * java/lang/natVMClassLoader.cc (loadClass): Call resolveClass, - not _Jv_InitClass. - -2005-04-19 Roman Kennke - - * javax/swing/plaf/basic/BasicMenuBarUI.java: - Fixed tabs to spaces. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/JRootPane.java: - Fixed various tabs to be spaces. - (RootLayout.layoutContainer): Made menubar left aligned. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/plaf/basic/BasicListUI.java - (paintCell): use CellRendererPane for painting the cells. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/plaf/basic/BasicListUI: - make BasicListUI capable of wrapping lists - (layoutOrientation property of javax.swing.JList) - -2005-04-19 Roman Kennke - - * javax/swing/plaf/basic/BasicListUI - (updateLayoutState,paint): make BasicListUI aware of the - width of the rendered JList. - -2005-04-19 Roman Kennke - - * javax/swing/ImageIcon.java - Added API documentation. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/JTextArea.java (replaceRange): - Fixing doc.remove(start, length) misinterpretation. - -2005-04-19 Roman Kennke - - * javax/swing/CellRendererPane.java: - implemented all methods of this class. - reformatted all wrong formatted code. - -2005-04-19 Roman Kennke - - * javax/swing/BoxLayout.java: - (layoutContainer): Made this layout manager respect the - minimum, maximum and preferred size more correctly. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/JComponent.java: - Modified alignmentX and alignmentY to be 0.5 instead of 0.0. - Untabified the file. - -2005-04-19 Audrius Meskauskas - - * 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 - - * 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 - - * 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 - - * java/awt/MediaTracker.java: - Reindented tabs to spaces. - -2005-04-19 Roman Kennke - - * 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 - - * 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 - - * java/awt/MediaTracker.java - Added API documentation. - -2005-04-19 Roman Kennke - - * 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 - - * java/awt/Font.java (decode): Handle null argument and allow - space as delimiter. - -2005-04-19 Robert Schuster - - * java/beans/EventHandler.java: Reworked documentation. - (invoke): Fixed behavior to match spec. - -2005-04-19 Michael Koch - - * java/awt/print/PrinterJob.java - (pageDialog): New method. - (printDialog): Implemented. - -2005-04-19 Michael Koch - - * java/awt/image/ConvolveOp.java: - Removed comment added by eclipse. - -2005-04-19 Guilhem Lavaux - - * java/awt/image/IndexColorModel.java - (getRGB): Check if pixel is negative. - -2005-04-19 Michael Koch - - * java/awt/image/RasterOp.java: - Fixed wrong formatting. - -2005-04-18 Roman Kennke - - * java/awt/Compmonent.java - (setComponentOrientation): Made this property firing a - PropertyChangeEvent. - -2005-04-18 Roman Kennke - - * java/awt/BorderLayout.java - (calcSize): Check for overflow when component sizes are added. - -2005-04-18 Robert Schuster - - * java/awt/AWTEvent.java (toString): Added case - for source not being an AWT component. - -2005-04-18 Chris Burdess - - * gnu/java/net/BASE64.java: Truncate encoded byte array. - -2005-04-18 Michael Koch - - 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 - - * gnu/xml/aelfred2/XmlParser.java: - Reverted my typo fix. - -2005-04-18 Michael Koch - - * java/awt/geom/CubicCurve2D.java, - java/awt/geom/QuadCurve2D.java: - Fixed mentioning of Brian Gouph. - -2005-04-18 Michael Koch - - * 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 - - * 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 - - * gnu/xml/pipeline/ValidationConsumer.java (Recognizer): Make - 'ANY' package-private. - -2005-04-15 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (libgij_la_LIBADD): Moved SAX and DOM... - (libgcj0_convenience_la_LIBADD): ... here. - -2005-04-14 Thomas Fitzsimmons - - * gij.cc (version): Properly quote java version. - (main): Fix typo in comment. - -2005-04-13 Mark Wielaard - - * java/lang/natRuntime.cc (insertSystemProperties): Set - java.class.path to CLASSPATH if not already set. - -2005-04-07 Thomas Fitzsimmons - - * prims.cc (parse_verbose_args): Fix verbose argument parsing. - -2005-04-12 Mike Stump - - * configure: Regenerate. - -2005-04-12 Aaron Luchko - - 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 - - PR libgcj/20975 - * scripts/TexinfoDoclet.java: Removed. - * Makefile.am (texinfo): Removed. - * Makefile.in: Regenerated. - -2005-04-11 Michael Koch - - * javax/imageio/ImageIO.java (ReaderFormatFilter.filter): - Fixed wrong casting. - -2005-04-06 Andrew Haley - - * 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 - - * Makefile.am ($(db_name)): Add $(EXEEXT) suffix to - gcj-dbtool dependency - * Makefile.in: Regenerated - -2005-04-06 Bryce McKinlay - - * java/util/logging/natLogger.cc (getCallerStackFrame): Don't crash on - NULL klass and meth values from _Jv_StackTrace::GetCallerInfo(). - -2005-04-05 Andrew Haley - - * 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 - - 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 - - * 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 - - * 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 - - PR libgcj/20761 - * configure.ac: Fix fastjar definition for cross builds. - * configure: Rebuilt. - -2005-04-04 Tom Tromey - - * java/lang/ClassLoader.java (loadClass): Resolve class even if - it was already found. - -2005-04-04 Tom Tromey - - * java/net/URL.java (DEFAULT_SEARCH_PATH): Added - org.metastatic.jessie. - -2005-04-02 Anthony Green - - PR libgcj/20727 - * java/nio/DirectByteBufferImpl.java: Fix buffer ownership bug. - -2005-04-02 Mark Wielaard - - * 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 - - 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 - - * java/lang/natDouble.cc (parseDouble): Handle NaN, Infinity and - -Infinity as parameters. - -2005-04-01 Michael Koch - - * 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 - - * 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 - - * Makefile.in: Rebuilt. - * Makefile.am (db_pathtail): Use $(gcc_version), not - @gcc_version@. - -2005-04-01 Jeroen Frijters - - * java/util/Timer.java - (run): Stop the queue if a task throws an exception. - -2005-03-31 Thomas Fitzsimmons - - * javax/swing/text/JTextComponent.java (viewToModel): New method. - -2005-03-29 Ian Lance Taylor - - * 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 - - * 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 - - * gnu/xml/dom/DomNode.java (notifyNode): grow listener array as - required. - -2005-03-13 Michael Koch - - * gnu/xml/aelfred2/XmlParser.java: Fixed typo. - -2005-03-11 Chris Burdess - - * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI - warnings. - -2005-02-27 Chris Burdess - - * 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 - - * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI - warnings. - -2005-03-28 Alexandre Oliva - - * 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 - - * testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one): Add - libsocket to the libraries to link for Solaris. - -2005-03-28 Per Bothner - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - 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 - - * include/jvm.h (GCJ_40_BC_ABI_VERSION): New define. - (_Jv_CheckABIVersion): Use it. - -2005-03-22 Mike Stump - - * 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 - - * gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output. - -2005-03-21 Tom Tromey - - * java/lang/VMCompiler.java (static block): Also catch - BufferUnderflowException. - -2005-03-21 Zack Weinberg - - * 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 - - * 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 - - * boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table. - -2005-03-16 Tom Tromey - - * 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 - - * gnu/java/lang/MainThread.java (run): Load main class using - system class loader. - -2005-03-16 Andreas Tobler - - * 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 - - * 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 - - PR libgcj/20251 - * Makefile.am (libjawt_la_LIBADD): Add -L$(here)/.libs. - * Makefile.in: Rebuilt. - -2005-03-15 David Daney - - * gnu/java/net/natPlainSocketImplPosix.cc (read_helper): Handle - count == 0 case. - -2005-03-15 David Daney - - * 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 - - * stacktrace.cc (GetCallerInfo): Return nothing in case of - SJLJ_EXCEPTIONS is defined. - -2005-03-12 Ranjit Mathew - - * testsuite/libjava.jacks/jacks.xfail: Add XFAILs for new JSR-201 - tests. - -2005-03-11 Andreas Tobler - - * 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 - - * include/jvm.h (GCJ_40_BC_ABI_VERSION): New define. - (_Jv_CheckABIVersion): Use it. - -2005-03-11 Tom Tromey - - * 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 - - * 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 - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added MethodRef.java. - -2005-03-10 Chris Burdess - - * gnu/xml/dom/ls/SAXEventSink.java: Ignore element declarations if - not currently parsing the DTD. - -2005-03-10 Bryce McKinlay - - 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 - - * 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 - - * 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 - - 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 - - * 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 - - * 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 - - * java/net/URLClassLoader.java (addURLImpl): Reset 'thisString'. - (toString): Synchronize. - -2005-03-08 Bryce McKinlay - - * testsuite/libjava.lang/pr13107_2.xfail: Remove xfail. - * testsuite/libjava.lang/pr13107_3.xfail: Likewise. - -2005-03-07 Tom Tromey - - * gnu/gcj/tools/gcj_dbtool/Main.java (main): Recognize '-f'. - (usage): Document '-f'. - -2005-03-07 Tom Tromey - - * java/lang/VMCompiler.java (md5Digest): New field. - (compileClass): Clone md5Digest instead of looking up a new one. - -2005-03-07 Tom Tromey - - 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 - * gnu/gcj/xlib/natXAnyEvent.cc (loadNext): Added timeout. - * gnu/awt/xlib/XCanvasPeer.java (setBackground): Removed - throw UnsupportedOperationException, fixed comments. - (setFont, setForeground): Fixed comments. - * gnu/awt/xlib/XEventLoop.java (postNextEvent): Changed - return type to boolean. - (getNextEvent): Fixed javadocs. - * gnu/awt/xlib/XToolkit.java (interrupted): Removed field. - (nativeQueueEmpty): Removed unused code. - (iterateNativeQueue): Removed outer loop. - -2005-03-06 Roger Sayle - - PR libgcj/20155 - * Makefile.am (libgcj0_convenience.la): Revert last change. - * Makefile.in: Regenerate. - -2005-03-05 Anthony Green - - * jni/gtk-peer/gtk_jawt.c (classpath_jawt_get_drawable, - classpath_jawt_lock, classpath_jawt_unlock): New functions. - * jawt.c (_Jv_AWTLock, _Jv_AWTUnlock): New functions. - (_Jv_GetDrawingSurface): Set visualID. - (_Jv_FreeDrawingSurfaceInfo): Clear visualID. - (JAWT_GetAWT): Set Lock and Unlock. - * include/jawt_md.h (struct _JAWT_X11DrawingSurfaceInfo): Add - visualID. - * include/jawt.h (JAWT_VERSION_1_4, JAWT_LOCK_ERROR, - JAWT_LOCK_CLIP_CHANGED, JAWT_LOCK_BOUNDS_CHANGED, - JAWT_LOCK_SURFACE_CHANGED): New macros. - (struct _JAWT): Add Lock and Unlock. - -2005-03-05 Roger Sayle - Alexandre Oliva - Kelley Cook - - PR libgcj/20155 - * Makefile.am (libgcj0_convenience.la): New rule to create a file - of the object files to link to avoid exceeding the command line - length limits on some platforms. - (clean-local): Clean up objectlist files. - * Makefile.in: Regenerate. - -2005-03-05 Andreas Tobler - - * java/lang/dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and - spec_case. Initialize pointer mlo. - - * java/lang/strtod.c (_strtod_r): Initialize pointers bb, bd, ds and - delta. - - * java/lang/e_asin.c (__ieee754_asin): Initialize variable t. - - * java/lang/e_exp.c (__ieee754_exp): Initialize variables hi, lo - and k. - - * java/lang/e_rem_pio2.c (__ieee754_rem_pio2): Initialize - uninitialized variable z. - - * gnu/java/net/natPlainDatagramSocketImplPosix.cc (mcastGrp): Ifdef - possible unused variables. - - * gnu/java/nio/natPipeImplPosix.cc (init): Remove self. - - * jawt.c: Include to fix implict declaration of malloc. - -2005-03-03 Thomas Fitzsimmons - - PR libgcj/20292 - * testsuite/libjava.jni/jni.exp - (gcj_jni_invocation_compile_c_to_binary): Add -I. -I.. to compile - flags. - (gcj_jni_invocation_test_one): Add -L../.libs to cxx flags. - -2005-02-23 David Daney - - * configure.host: Don't use -mxgot for MIPS builds. - -2005-02-28 Paolo Bonzini - - PR bootstrap/17383 - * configure.ac: Call GCC_TOPLEV_SUBDIRS. - (COMPPATH): Removed. - (ZIP, GCJH): Replace it with ../$(host_subdir). - (built_gcc_dir): Add $(host_subdir). - * configure: Regenerate. - * Makefile.in, include/Makefile.in, testsuite/Makefile.in, - gcj/Makefile.in, external/Makefile.in, external/sax/Makefile.in, - external/w3c_dom/Makefile.in: Regenerate. - -2005-02-24 David Gilbert - - * java/awt/font/TextAttribute.java: changed names to lower case; - (readResolve): implemented. - Added doc comments all over. - -2005-02-23 Thomas Fitzsimmons - - PR libgcj/16923 - * jni.cc (JNI_CreateJavaVM): Check JNI version. Cast args to - JvVMInitArgs. Pass args to _Jv_CreateJavaVM and check return - value. Move argument parsing code to prims.cc. - * prims.cc (no_properties): Remove. - (_Jv_Compiler_Properties): Initialize to NULL. - (_Jv_Properties_Count): Initialize to 0. - (parse_verbose_args): New function. - (parse_init_args): New function. - (_Jv_CreateJavaVM): Call parse_init_args. - (_Jv_RunMain): Check return value of _Jv_CreateJavaVM. - * gcj/cni.h (JvVMOption): New struct. - (JvVMInitArgs): Likewise. - (JvCreateJavaVM): Declare vm_args as JvVMInitArgs* rather than - void*. - * libjava/gcj/javaprims.h (_Jv_VMOption): New struct. - (_Jv_VMInitArgs): Likewise. - * include/java-props.h (_Jv_Properties_Count): Declare. - * java/lang/natRuntime.cc (insertSystemProperties): Use - _Jv_Properties_Count in for loop exit condition. - * testsuite/libjava.jni/jni.exp - (gcj_invocation_compile_c_to_binary): New procedure. - (gcj_invocation_test_one): Likewise. - (gcj_jni_run): Run JNI invocation API tests. - * testsuite/libjava.jni/invocation/PR16923.c, - testsuite/libjava.jni/invocation/PR16923.java, - testsuite/libjava.jni/invocation/PR16923.out: New test. - -2005-02-23 Michael Koch - - * Makefile.am: Added new file gnu/java/nio/ChannelReader.java. - * Makefile.in: Regenerated. - -2005-02-23 Robert Schuster - - * gnu/java/nio/ChannelReader: Fixed comments. - -2005-02-23 Robert Schuster - - * java/nio/channels/Channels: Added FIXMEs about - stub method implementation. - (newReader): Implemented. - * gnu/java/nio/ChannelReader: New class. - -2005-02-23 Michael Koch - - * java/text/SimpleDateFormat.java: - Removed unused import. - -2005-02-22 Thomas Fitzsimmons - - PR libgcj/20029: - * Makefile.am (lib_gnu_java_awt_peer_gtk_la_CFLAGS): Add X_CFLAGS. - (lib_gnu_java_awt_peer_gtk_la_LDFLAGS): Add X_LIBS and -lXtst. - * Makefile.in: Regenerate. - * configure.ac: Check for libXtst. - * configure: Regenerate. - -2005-02-22 Mark Wielaard - - * java/security/AlgorithmParameterGenerator.java (getInstance): - Mention provider when throwing NoSuchProviderException. - * java/security/AlgorithmParameters.java (getInstance): Likewise. - * java/security/KeyFactory.java (getInstance): Likewise. - * java/security/KeyStore.java (getInstance): Likewise. - * java/security/SecureRandom.java (getInstance): Likewise. - * java/security/cert/CertificateFactory.java (getInstance): Likewise. - -2005-02-22 Jeroen Frijters - - * java/lang/reflect/Proxy.java, - java/net/URL.java, - java/security/SecureRandom.java, - java/util/Timer.java, - java/util/prefs/AbstractPreferences.java: - Don't catch java.lang.ThreadDeath. - -2005-02-22 David Gilbert - - * java/awt/font/TransformAttribute.java, - (TransformAttribute(AffineTransform)): throw - IllegalArgumentException for null transform. - (getTransform): return a copy of transform. - Added doc comments to all. - -2005-02-22 Jeroen Frijters - - * java/io/Externalizable.java, - java/io/Serializable.java - (serialVersionUID): Removed. - * java/rmi/server/RemoteObject.java, - java/rmi/server/UID.java - (serialVersionUID): Made private. - * java/rmi/server/RemoteRef.java, - java/rmi/server/ServerRef.java - (serialVersionUID): Set proper value. - * java/security/interfaces/DSAPrivateKey.java, - java/security/interfaces/DSAPublicKey.java, - java/security/interfaces/RSAMultiPrimePrivateCrtKey.java, - java/security/interfaces/RSAPrivateCrtKey.java, - java/security/interfaces/RSAPrivateKey.java, - java/security/interfaces/RSAPublicKey.java, - javax/crypto/SecretKey.java - (serialVersionUID): Added. - -2005-02-22 Tom Tromey - - * java/lang/Object.h (_JvObjectPrefix): Declare as extern "Java". - -2005-02-22 Tom Tromey - - PR java/20056: - * verify.cc (type::EITHER): New constant. - (check_field_constant): Use it. - (type::compatible): Handle it. - -2005-02-22 Michael Koch - - * gnu/java/security/PolicyFile.java, - gnu/java/security/pkcs/PKCS7SignedData.java, - gnu/java/security/pkcs/SignerInfo.java: - Fixed copyright header. - -2005-02-22 Jeroen Frijters - - * java/beans/PropertyDescriptor.java - (PropertyDescriptor,setReadMethod): Set propertyType. - -2005-02-22 Michael Koch - - * java/nio/DirectByteBufferImpl.java - (owner): Fixed formatting of javadoc. - * java/text/DateFormat.java - (getAvailableLocales): Fixed formatting. - * java/text/SimpleDateFormat.java: - Fixed formatting and import statement order. - * java/util/Calendar.java - (Calendar): Fixed javadoc to be HTML compliant. - * java/util/SimpleTimeZone.java: - Fixed javadocs. - -2005-02-22 Roman Kennke - - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initComponentDefaults): Fixed Button left and right margin. - -2005-02-22 Thomas Fitzsimmons - - * java/awt/Robot.java (waitForIdle): Call invokeAndWait on an - empty Runnable. - - PR libgcj/17952: - * gnu/java/awt/peer/gtk/GtkWindowPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (getWidth): New method. - (getHeight): Likewise. - (create): Remove width, height and insets parameters. Move size - setup ... - (realize_cb): ... here. New function. - (connectSignals): Connect realize_cb. - (request_frame_extents): Remove FIXME. Move - postInsetsChangedEvent lookup ... - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c (gtkInit): - ... here. Look up GtkWindowPeer getWidth and getHeight methods. - * jni/gtk-peer/gtkpeer.h (postInsetsChangedEventID): Declare - jmethodID. - (windowGetWidthID): Likewise. - (windowGetHeightID): Likewise. - -2005-02-21 Thomas Fitzsimmons - - PR libgcj/19842 - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (button_to_awt_mods): Return BUTTON masks, not BUTTON_DOWN masks. - -2005-02-21 Bryce McKinlay - - Merge serialization from GNU Classpath. - * gcj/method.h: Add missing #includes. - * java/io/ObjectInputStream.java (readClassDescriptor): Check for - primitive class IDs on the stream here... - (resolveClass): ...not here. - * java/io/ObjectStreamField.java: Use VMObjectStream class calls to set - fields. - * java/io/VMObjectStreamClass.java (setDoubleNative, setFloatNative, - setLongNative, setIntNative, setShortNative, setCharNative, - setByteNative, setBooleanNative, setObjectNative): New native methods. - * java/io/natVMObjectStreamClass.java (setDoubleNative, setFloatNative, - setLongNative, setIntNative, setShortNative, setCharNative, - setByteNative, setBooleanNative, setObjectNative): Implement them. - * java/io/natObjectInputStream.cc (allocateObject): Add new parameters - from Classpath's version. Use _Jv_FromReflectedConstructor(). Call - the constructor here. - (callConstructor): Removed. - (getCallersClassLoader): Removed. - * java/lang/reflect/Field.java (setByte, setShort, setInt, setLong, - setFloat, setDouble, setChar, setBoolean): Add 'checkFinal' parameter - to control whether setting final field values is permitted. Call - getAddr() with checkFinal parameter instead of setAddr(). - * java/lang/reflect/natField.cc (getType): Lookup and resolve field - only if not done already. - (getAddr): Add checkFinal parameter. Do the final field check only if - checkFinal is set. - (setAddr): Removed. - -2005-02-21 Mark Wielaard - - # Fixes bug #11957 - * java/io/ObjectInputStream.java (resolveClass): Don't check "void" - twice. - -2005-02-21 Mark Wielaard - - Fixes bug #11618. - * java/io/ObjectInputStream.java (readClassDescriptor): Handle classes - without a super class and us ObjectStreamClass.lookupForClassObject(). - (resolveClass): Check for primitive types. - (lookupClass): Return null when argument is null. - -2005-02-21 Jeroen Frijters - - * java/io/ObjectInputStream.java - (readObject): Fix to consume TC_ENDBLOCKDATA after readExternal. - -2005-02-21 Jeroen Frijters - - * java/io/ObjectOutputStream.java - (writeObject, callWriteMethod): Replaced reflection with accessing - cached info in ObjectStreamClass. - (getMethod): Removed. - * java/io/ObjectStreamClass.java - (findMethod): Added check to make sure the method found has the - right modifiers. - (cacheMethods): Added writeReplace and writeObject methods. - (setFlags): Look at new writeObjectMethod field instead of doing - reflection again. - (writeReplaceMethod): New field. - (writeObjectMethod): New field. - -2005-02-21 Guilhem Lavaux - Jeroen Frijters - - * java/io/ObjectInputStream.java - (newObject): Changed prototype. Get a constructor reflect object - directly. - (callConstructor): Removed. - (allocateObject): Changed prototype. - (readClassDescriptor): Build the constructor reflection directly. - (readObject): Invoke newObject using the new prototype. - - * java/io/ObjectStreamClass.java - (firstNonSerializableParent): Removed. - (firstNonSerializableParentConstructor): Added. - -2005-02-21 Mark Wielaard - - * gnu/java/locale/LocaleInformation_en.java: Extend - localPatternChars to "GyMdkHmsSEDFwWahKzYeugAZ". - -2005-02-21 Mark Wielaard - - * java/text/SimpleDateFormat.java - (SimpleDateFormat(String, DateFormatSymbols)): Throw - NullPointerException when formatData is null. - -2005-02-21 Mark Wielaard - - * java/util/SimpleTimeZone.java (getOffset): Calculate beforeEnd by - taking dstSavings into account. - -2005-02-21 Sven de Marothy - - * java/text/SimpleDateFormat.java, - (parse): Set correct DST_OFFSET to the correct value. - -2005-02-21 Mark Wielaard - - * java/util/SimpleTimeZone.java (checkRule): Throw - IllegalArgumentException when month out of range. - -2005-02-21 Sven de Marothy - - * java/util/GregorianCalendar.java, - (add): Don't set fields directly anymore. Use set() - -2005-02-21 Mark Wielaard - - * java/text/SimpleDateFormat.java (CompiledField.toString): - Use StringBuffer, not StringBuilder. - (toString): Likewise. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java - (clear): Dates should clear to local time. - * java/util/GregorianCalendar.java - (computeTime): Fix priority problem with DAY_OF_WEEK, - Handle non-sunday-startig weeks and minimumDaysInFirstWeek. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java - (Calendar): Constructor should clear fields. - -2005-02-21 Sven de Marothy - - * java/text/SimpleDateFormat.java - (parse): Tweak handling of 2-year dates - * java/util/Calendar.java - (clear): Clear fields to correct value. - * java/util/GregorianCalendar.java - (computeTime): Correct handling of time zones. - Correct field minimum values. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java - (set) Invalidate all fields on first call to set(). - -2005-02-21 Sven de Marothy - - * java/util/GregorianCalendar.java - (computeTime): Fixed handling of time zones. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java - (clear): Set values to Epoch instead of zero. - (set): Set isSet to the relevant field pattern instead of just - the field. - * java/util/GregorianCalendar.java - (getBundle): Removed. - (getDayOfYear): Removed. - (getFirstDayOfMonth): New private method. - (nonLeniencyCheck): New private method. - (computeTime): Correct handling of insufficient data. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java: Invalidate ERA field on setting - the YEAR. - * java/util/SimpleTimeZone.java: - (getDaysInMonth): Reimplemented. - * java/util/GregorianCalendar.java: - (getLinearTime): Removed. - (isLeapYear(int,boolean)): Removed. - (before(), after()): Removed. - (computeTime): Reimplemented. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java: Reformatted. - * java/util/GregorianCalendar.java: Reformatted. - * java/util/SimpleTimeZone.java: Reformatted. - -2005-02-21 Sven de Marothy - - * java/util/GregorianCalendar.java - (GregorianCalendar): Update fields in the constructor - -2005-02-21 Noa Resare - - * java/util/Calendar.java (explicitDSTOffset): New instance field. - (set(int,int)): Set and use new field. - (set(int,int,int)): Check new field. - -2005-02-21 Noa Resare - - * java/util/Calendar.java(set): - Fix for DST related regression. - -2005-02-21 Jeroen Frijters - - * java/util/Calendar.java - (setTimeInMillis): Added call to clear, removed computeFields call. - * java/util/Date.java - (Date(int,int,int,int,int,int)): Removed workaround for - GregorianCalendar bug. - * java/util/GregorianCalendar.java - (GregorianCalendar): Chained all constructors to a (new) - common constructor. - (computeTime): Fixed support for lenient month treatment. - (getLinearDay): Return long instead of int. - (calculateDay): Added fields argument and changed day argument - to long. - -2005-02-21 Andrew John Hughes - - * java/text/SimpleDateFormat.java - Lots of documentation updates. - (readObject(java.io.ObjectInputStream)): Wraps - IllegalArgumentException as specified. - (compileFormat(String)): Uses standardChars - rather than the local pattern characters. - Throws IllegalArgumentException rather than - storing a -1 field. - (toString()): Extended to include all variables - in a better format. - (translateLocalizedPattern(String, String, String)): - Renamed to better define the use of this method. - -2005-02-21 Andrew John Hughes - - * java/text/DateFormat.java: - Documented pattern character offset constants and - added new ones. - (Field): Added new static fields for new pattern chars. - * java/text/SimpleDateFormat.java: - (CompiledField): Changed name of FieldSizePair class - to CompiledField after adding the character as an - attribute. Changed fields to private and added - accessors to give encapsulation. - (CompiledField.CompiledField(int,int,char)): Extended - with character field. - (CompiledField.getField()): New accessor method. - (CompiledField.getSize()): New acceessor method. - (CompiledField.getCharacter()): New accessor method. - (CompiledField.toString()): Added primarily for debugging. - (standardChars): Now uses extended 24 character sequence. - (compileFormat(String)): Changed to use CompiledField. - (formatWithAttribute(java.util.Date, gnu.java.text.FormatBuffer, - java.text.FieldPosition)): Changed to use CompiledField. - New handler for RFC 822 timezones added. - -2005-02-21 Andrew John Hughes - - * java/text/SimpleDateFormat.java: - (parse(String, java.text.ParsePosition)): - Changed 'E' and 'M' cases to use both - short and long names. Extended 'z' - case to also handle 'Z', and deal - with simple GMT offsets such as +0100. - (computeOffset(String)): New private method, - which converts a GMT offset specification, - such as GMT-0500 to a numeric offset in - milliseconds. - * java/util/TimeZone.java: - (timezones()): Added "CEST", the daylight - savings time version of "CET", or Central - European Time. - -2005-02-21 Ito Kazumitsu - - * java/text/SimpleDateFormat.java: - (parse): Set the DST offset to 0 when parsing - GMT offset timezones. - -2005-02-21 Ito Kazumitsu - - * java/text/SimpleDateFormat.java: - (parse): Use offset to set ZONE_OFFSET - rather than the DST_OFFSET, so that - GMT offset timezones change the right - one. - -2005-02-21 Andrew John Hughes - - * java/text/SimpleDateFormat.java: - (getDateFormatSymbols()): return a copy - (setDateFormatSymbols(java.text.DateFormatSymbols)): - throw exception on null input - (clone()): implemented to clone - internal fields - -2005-02-21 Sven de Marothy - - * java/text/SimpleDateFormat.java - (parse): comparison should be case-insensitive, ignore null - strings. - -2005-02-21 Robert Schuster - - * gnu/java/beans/IntrospectionIncubator.java - (addMethod) Reverts the patch that ntroduced a regression (see bug - https://savannah.gnu.org/bugs/?func=detailitem&item_id=10938). - -2005-02-21 Michael Koch - - * java/awt/Checkbox.java - (next_checkbox_number): New static variable. - (generateName): New method. - (getUniqueLong): Likewise. - * java/awt/Window.java - (next_window_number): New static variable. - (generateName): New method. - (getUniqueLong): Likewise. - -2005-02-21 Mark Wielaard - - * java/util/jar/JarFile.java (verifyHashes): Check whether ZipEntry - exists. - -2005-02-21 Andrew Haley - - * Makefile.in: Rebuilt. - * Makefile.am (nat_source_files): Added natLogger.cc. - * java/util/logging/natLogger.cc: New file. - * java/util/logging/Logger.java (getCallerStackFrame): Now - native. - -2005-02-21 Andreas Tobler - - * Makefile.am (all_property_files): Remove left over. - (classes.stamp): Add stamp for the ONESTEP build, also known as - --enable-libgcj-multifile. - * Makefile.in: Regenerated. - -2005-02-21 Michael Koch - - * java/awt/Button.java, - java/awt/Container.java, - java/awt/Font.java, - java/awt/Frame.java, - java/text/CollationElementIterator.java, - java/text/RuleBasedCollator.java, - java/util/PropertyPermission.java: - Fixed formatting issues all over. - -2005-02-21 Mark Wielaard - - * java/io/FileDescriptor.java (sync): Add real exception to - SyncFailedException. - -2005-02-21 Michael Koch - - * java/io/InputStreamReader.java: - Fixed @author tag. - -2005-02-20 Rutger Ovidius - - PR libgcj/19728: - * gnu/java/security/provider/Gnu.java (Gnu): Add SHA-160 alias. - -2005-02-20 Dalibor Topic - - * libraries/javalib/gnu/regexp/RE.java, - libraries/javalib/java/io/ObjectInputStream.java, - libraries/javalib/java/security/AllPermission.java, - libraries/javalib/java/security/BasicPermission.java, - libraries/javalib/java/security/Permissions.java, - libraries/javalib/java/text/MessageFormat.java: - Made 'inner' classes real public static inner classes, - and made them final where possible, or removed them - where unused. - -2005-02-20 Michael Koch - - * gnu/java/text/FormatCharacterIterator.java: - Removed redundant modifiers. - -2005-02-19 Thomas Fitzsimmons - - * jni/gtk-peer/gthread-jni.c (throw): Call g_snprintf instead of - snprintf. - -2005-02-19 Michael Koch - - * Makefile.am: Added new files in gnu/java/beans and - java/beans/XMLDecoder.java. - * Makefile.in: Regenerated. - -2005-02-19 Robert Schuster - - * gnu/java/beans/decoder/GrowableArrayContext.java: Fixed - assignment behavior by using java.lang.reflect.Array.set() - directly. - -2005-02-19 Dalibor Topic - - * gnu/java/beans/EmptyBeanInfo.java, - gnu/java/beans/info/ComponentBeanInfo.java: - Removed unused files. - -2005-02-19 Robert Schuster - - * gnu/java/beans/DummyAppletStub.java: Add dummy implementation - of AppletStub for java.beans.Beans.instantiate. - * gnu/java/beans/DummyAppletContext.java: Add dummy implementation - of AppletContext. - * java/beans/Beans: Added 1.4 functionality, fixed user documentation - to be conformant with Javadoc guidelines. - (instantiate): Added two more overloaded variants, reworked user - documentation, fixed exception behavior, fixed behavior when - deserializing null. - -2005-02-19 Mark Wielaard - - * gnu/java/beans/decoder/DummyHandler.java: Add return statements for - failing methods. - * gnu/java/beans/decoder/DummyContext.java: Likewise. - -2005-02-19 Robert Schuster - - * gnu/java/beans/decoder/AbstractContext.java, - gnu/java/beans/decoder/AbstractCreatableContext.java, - gnu/java/beans/decoder/AbstractElementHandler.java, - gnu/java/beans/decoder/AbstractObjectContext.java, - gnu/java/beans/decoder/ArrayContext.java, - gnu/java/beans/decoder/ArrayHandler.java, - gnu/java/beans/decoder/AssemblyException.java, - gnu/java/beans/decoder/BooleanHandler.java, - gnu/java/beans/decoder/ByteHandler.java, - gnu/java/beans/decoder/CharHandler.java, - gnu/java/beans/decoder/ClassHandler.java, - gnu/java/beans/decoder/ConstructorContext.java, - gnu/java/beans/decoder/Context.java, - gnu/java/beans/decoder/DecoderContext.java, - gnu/java/beans/decoder/DefaultExceptionListener.java, - gnu/java/beans/decoder/DoubleHandler.java, - gnu/java/beans/decoder/DummyContext.java, - gnu/java/beans/decoder/DummyHandler.java, - gnu/java/beans/decoder/ElementHandler.java, - gnu/java/beans/decoder/FloatHandler.java, - gnu/java/beans/decoder/GrowableArrayContext.java, - gnu/java/beans/decoder/IndexContext.java, - gnu/java/beans/decoder/IntHandler.java, - gnu/java/beans/decoder/JavaHandler.java, - gnu/java/beans/decoder/LongHandler.java, - gnu/java/beans/decoder/MethodContext.java, - gnu/java/beans/decoder/MethodFinder.java, - gnu/java/beans/decoder/NullHandler.java, - gnu/java/beans/decoder/ObjectContext.java, - gnu/java/beans/decoder/ObjectHandler.java, - gnu/java/beans/decoder/PersistenceParser.java, - gnu/java/beans/decoder/PropertyContext.java, - gnu/java/beans/decoder/ShortHandler.java, - gnu/java/beans/decoder/SimpleHandler.java, - gnu/java/beans/decoder/StaticMethodContext.java, - gnu/java/beans/decoder/StringHandler.java, - gnu/java/beans/decoder/VoidHandler.java: New class - implementing java.beans.XMLDecoder decoding functionality. - * java/beans/XMLDecoder.java: New class. - -2005-02-19 Michael Koch - - * javax/swing/JTextField.java - (notfiyAction): Added javadoc. - -2005-02-19 Sven de Marothy - - * javax/swing/SpinnerDateModel.java: Implemented. - -2005-02-19 Michael Koch - - * Makefile.am: Added javax/swing/SpinnerDateModel.java. - * Makefile.in: Regenerated. - -2005-02-19 Michael Koch - - * gnu/java/nio/SelectorImpl.java: - Reworked import statements. - (register): Removed unused code. - * java/nio/channels/Channels.java: Reformatted. - * java/nio/charset/Charset.java: Likewise. - * java/rmi/server/RemoteObject.java - (serialVersionUID): Made private. - * java/rmi/server/UID.java - (serialVersionUID): Likewise. - -2005-02-19 Michael Koch - - * gnu/java/net/protocol/ftp/ActiveModeDTP.java, - gnu/java/net/protocol/ftp/BlockInputStream.java, - gnu/java/net/protocol/ftp/BlockOutputStream.java, - gnu/java/net/protocol/ftp/CompressedInputStream.java, - gnu/java/net/protocol/ftp/CompressedOutputStream.java, - gnu/java/net/protocol/ftp/DTPInputStream.java, - gnu/java/net/protocol/ftp/DTP.java, - gnu/java/net/protocol/ftp/DTPOutputStream.java, - gnu/java/net/protocol/ftp/FTPConnection.java, - gnu/java/net/protocol/ftp/FTPException.java, - gnu/java/net/protocol/ftp/FTPResponse.java, - gnu/java/net/protocol/ftp/FTPURLConnection.java, - gnu/java/net/protocol/ftp/Handler.java, - gnu/java/net/protocol/ftp/PassiveModeDTP.java, - gnu/java/net/protocol/ftp/StreamInputStream.java, - gnu/java/net/protocol/ftp/StreamOutputStream.java, - gnu/java/net/CRLFInputStream.java, - gnu/java/net/CRLFOutputStream.java, - gnu/java/net/GetLocalHostAction.java, - gnu/java/net/protocol/ftp/package.html: New files. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-02-18 Tom Tromey - - * link.cc (make_vtable): Remove abstract method check. - (append_partial_itable): Likewise. - - PR java/20056: - * verify.cc (type::equals): Fixed test. - * testsuite/libjava.lang/PR20056.out: New file. - * testsuite/libjava.lang/PR20056.java: New file. - -2005-02-18 Bryce McKinlay - - * java/util/LinkedHashMap (addEntry): Call remove() with key argument, - not the HashEntry. Reported by Jean-Marie White. - -2005-02-18 Tom Tromey - - PR java/20056: - * include/jvm.h (_Jv_Linker::has_field_p): Declare. - * link.cc (has_field_p): New function. - * verify.cc (check_field_constant): Added 'putfield' argument. - (verify_instructions_0): Updated. - (type::equals): New method. - -2005-02-18 Anthony Green - - * NEWS: Draft of libgcj NEWS for 4.0. - -2005-02-18 Anthony Green - - * java/lang/natRuntime.cc (insertSystemProperties): Normalize x86 - architecture names to "i386" for compatibility reasons. Win32 - still uses "x86". - -2005-02-18 Anthony Green - - * gij.cc (version): Change year for '--version' to 2005. - * gnu/gcj/convert/Convert.java: Ditto. - * gnu/java/rmi/rmic/RMIC.java: Ditto. - * gnu/java/rmi/registry/RegistryImpl.java: Ditto. - - * gnu/gcj/tools/gcj_dbtool/Main.java: Only show the most - recent copyright year in `--version' output. - -2005-02-18 Robert Schuster - - * java/nio/charset/Charset.java (forName): Throws - IllegalArgumentException when argument is null - and added documentation. - -2005-02-17 Ito Kazumitsu - - * gnu/java/nio/channels/FileChannelImpl.java (write(ByteBuffer)): - Move the position of the source buffer forward. - -2005-02-17 Tom Tromey - - * java/lang/Class.h (_Jv_GetMethodString): Updated declaration. - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Updated. - * java/lang/natClass.cc (_Jv_LookupInterfaceMethod): Updated. - * link.cc (_Jv_GetMethodString): Added 'derived' argument. - Changed type of second argument. Rewrote. - (make_vtable): Use it. - (append_partial_itable): Updated. - (layout_vtable_methods): Updated. - -2005-02-17 Michael Koch - - * gnu/java/net/PlainSocketImpl.java - (shutdownInput): Added javadoc. - (shutdownOutput): Likewise. - -2005-02-17 Michael Koch - - * javax/print/attribute/standard/Chromaticity.java, - javax/print/attribute/standard/Destination.java, - javax/print/attribute/standard/MediaPrintableArea.java, - javax/print/attribute/standard/MediaSize.java: New files. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-02-17 Andrew John Hughes - Michael Koch - - * gnu/java/net/protocol/http/Cookie.java, - gnu/java/net/protocol/http/HTTPConnection.java, - gnu/java/net/protocol/http/HTTPDateFormat.java, - gnu/java/net/protocol/http/Request.java, - gnu/java/nio/PipeImpl.java, - gnu/java/rmi/dgc/DGCImpl.java, - gnu/java/rmi/server/ConnectionRunnerPool.java, - gnu/java/rmi/server/UnicastConnectionManager.java, - gnu/java/security/der/DERWriter.java, - gnu/java/security/pkcs/SignerInfo.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/PKIXCertPathValidatorImpl.java, - gnu/java/security/x509/X500DistinguishedName.java, - gnu/java/security/x509/X509CRL.java, - gnu/java/security/x509/X509CRLEntry.java, - gnu/java/security/x509/X509Certificate.java, - gnu/java/security/x509/ext/AuthorityKeyIdentifier.java, - gnu/java/security/x509/ext/CertificatePolicies.java, - gnu/java/security/x509/ext/PolicyConstraint.java, - gnu/xml/dom/Consumer.java, - gnu/xml/dom/DomCharacterData.java, - gnu/xml/dom/DomDocument.java, - gnu/xml/dom/DomDocumentBuilder.java, - gnu/xml/dom/DomIterator.java, - gnu/xml/dom/DomNode.java, - gnu/xml/dom/DomXPathExpression.java, - gnu/xml/dom/DomXPathResult.java, - gnu/xml/dom/JAXPFactory.java, - gnu/xml/pipeline/CallFilter.java, - gnu/xml/pipeline/DomConsumer.java, - gnu/xml/pipeline/LinkFilter.java, - gnu/xml/pipeline/NSFilter.java, - gnu/xml/pipeline/TeeConsumer.java, - gnu/xml/pipeline/ValidationConsumer.java, - gnu/xml/pipeline/WellFormednessFilter.java, - gnu/xml/pipeline/XIncludeFilter.java, - gnu/xml/pipeline/XsltFilter.java, - gnu/xml/transform/ApplyImportsNode.java, - gnu/xml/transform/Bindings.java, - gnu/xml/transform/DocumentFunction.java, - gnu/xml/transform/FormatNumberFunction.java, - gnu/xml/transform/NodeNumberNode.java, - gnu/xml/transform/NumberNode.java, - gnu/xml/transform/Stylesheet.java, - gnu/xml/transform/SystemPropertyFunction.java, - gnu/xml/transform/Template.java, - gnu/xml/transform/TemplatesImpl.java, - gnu/xml/transform/TransformerImpl.java, - gnu/xml/transform/ValueOfNode.java, - gnu/xml/transform/XSLURIResolver.java, - gnu/xml/util/DoParse.java, - gnu/xml/util/Resolver.java, - gnu/xml/xpath/Expr.java, - gnu/xml/xpath/FunctionCall.java, - gnu/xml/xpath/RelationalExpr.java, - gnu/xml/xpath/Selector.java, - gnu/xml/xpath/XPathParser.java: - Reworked import statements, fixed modifier order and some little - formatting issues. - -2005-02-17 Ito Kazumitsu - - * java/nio/ByteBufferImpl.java (compact): - Set position and limit even if no bytes were moved. - -2005-02-17 Michael Koch - - * java/nio/CharViewBufferImpl.java (compact): Likewise. - * java/nio/DirectByteBufferImpl.java (compact): Likewise. - * java/nio/DoubleViewBufferImpl.java (compact): Likewise. - * java/nio/FloatViewBufferImpl.java (compact): Likewise. - * java/nio/IntViewBufferImpl.java (compact): Likewise. - * java/nio/LongViewBufferImpl.java (compact): Likewise. - * java/nio/MappedByteBufferImpl.java (compact): Likewise. - * java/nio/ShortViewBufferImpl.java (compact): Likewise. - * java/nio/FloatBufferImpl.java (compact): Set position. - * java/nio/CharBufferImpl.java (compact): Likewise. - * java/nio/DoubleBufferImpl.java (compact): Likewise. - * java/nio/IntBufferImpl.java (compact): Likewise. - * java/nio/LongBufferImpl.java (compact): Likewise. - * java/nio/ShortBufferImpl.java (compact): Likewise. - -2005-02-17 Jeroen Frijters - - * java/nio/ByteBufferImpl.java, - java/nio/CharBufferImpl.java, - java/nio/DirectByteBufferImpl.java, - java/nio/DoubleBufferImpl.java, - java/nio/FloatBufferImpl.java, - java/nio/IntBufferImpl.java, - java/nio/LongBufferImpl.java, - java/nio/MappedByteBufferImpl.java, - java/nio/ShortBufferImpl.java - (compact): Added explicit read-only check and invalidate mark. - -2005-02-17 Michael Koch - - * gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java, - gnu/java/awt/peer/gtk/GdkFontPeer.java, - gnu/java/awt/peer/gtk/GdkGlyphVector.java, - gnu/java/awt/peer/gtk/GdkGraphics.java, - gnu/java/awt/peer/gtk/GdkGraphics2D.java, - gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java, - gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, - gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, - gnu/java/awt/peer/gtk/GdkRobotPeer.java, - gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java, - gnu/java/awt/peer/gtk/GdkTextLayout.java, - gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java, - gnu/java/awt/peer/gtk/GtkChoicePeer.java, - gnu/java/awt/peer/gtk/GtkClipboard.java, - gnu/java/awt/peer/gtk/GtkComponentPeer.java, - gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, - gnu/java/awt/peer/gtk/GtkFontPeer.java, - gnu/java/awt/peer/gtk/GtkLabelPeer.java, - gnu/java/awt/peer/gtk/GtkMenuBarPeer.java, - gnu/java/awt/peer/gtk/GtkMenuItemPeer.java, - gnu/java/awt/peer/gtk/GtkMenuPeer.java, - gnu/java/awt/peer/gtk/GtkScrollPanePeer.java, - gnu/java/awt/peer/gtk/GtkScrollbarPeer.java, - gnu/java/awt/peer/gtk/GtkToolkit.java, - gnu/java/awt/peer/gtk/GtkWindowPeer.java, - java/applet/Applet.java, - java/awt/AWTError.java, - java/awt/AWTEvent.java, - java/awt/AWTEventMulticaster.java, - java/awt/AWTException.java, - java/awt/AWTKeyStroke.java, - java/awt/AWTPermission.java, - java/awt/ActiveEvent.java, - java/awt/Adjustable.java, - java/awt/AlphaComposite.java, - java/awt/AttributeValue.java, - java/awt/BorderLayout.java, - java/awt/BufferCapabilities.java, - java/awt/Button.java, - java/awt/Canvas.java, - java/awt/CheckboxGroup.java, - java/awt/CheckboxMenuItem.java, - java/awt/Color.java, - java/awt/ColorPaintContext.java, - java/awt/Component.java, - java/awt/ComponentOrientation.java, - java/awt/Composite.java, - java/awt/CompositeContext.java, - java/awt/Container.java, - java/awt/ContainerOrderFocusTraversalPolicy.java, - java/awt/DefaultFocusTraversalPolicy.java, - java/awt/Dialog.java, - java/awt/Dimension.java, - java/awt/DisplayMode.java, - java/awt/EventQueue.java, - java/awt/FileDialog.java, - java/awt/FontFormatException.java, - java/awt/Graphics.java, - java/awt/Graphics2D.java, - java/awt/GraphicsConfigTemplate.java, - java/awt/GraphicsConfiguration.java, - java/awt/GraphicsDevice.java, - java/awt/GridBagLayout.java, - java/awt/GridBagLayoutInfo.java, - java/awt/GridLayout.java, - java/awt/HeadlessException.java, - java/awt/IllegalComponentStateException.java, - java/awt/Image.java, - java/awt/Insets.java, - java/awt/ItemSelectable.java, - java/awt/JobAttributes.java, - java/awt/KeyEventDispatcher.java, - java/awt/KeyEventPostProcessor.java, - java/awt/KeyboardFocusManager.java, - java/awt/Label.java, - java/awt/LayoutManager.java, - java/awt/MenuBar.java, - java/awt/MenuComponent.java, - java/awt/MenuContainer.java, - java/awt/PageAttributes.java, - java/awt/Paint.java, - java/awt/PaintContext.java, - java/awt/Panel.java, - java/awt/Point.java, - java/awt/Polygon.java, - java/awt/PrintGraphics.java, - java/awt/PrintJob.java, - java/awt/Rectangle.java, - java/awt/RenderingHints.java, - java/awt/Shape.java, - java/awt/Stroke.java, - java/awt/SystemColor.java, - java/awt/Toolkit.java, - java/awt/Transparency.java, - java/awt/Window.java, - java/awt/color/CMMException.java, - java/awt/color/ColorSpace.java, - java/awt/color/ICC_ColorSpace.java, - java/awt/color/ICC_Profile.java, - java/awt/color/ProfileDataException.java, - java/awt/datatransfer/FlavorTable.java, - java/awt/datatransfer/MimeTypeParseException.java, - java/awt/datatransfer/Transferable.java, - java/awt/datatransfer/UnsupportedFlavorException.java, - java/awt/dnd/Autoscroll.java, - java/awt/dnd/DnDConstants.java, - java/awt/dnd/DragGestureListener.java, - java/awt/dnd/DragSourceAdapter.java, - java/awt/dnd/DragSourceDropEvent.java, - java/awt/dnd/DragSourceListener.java, - java/awt/dnd/DragSourceMotionListener.java, - java/awt/dnd/DropTargetAdapter.java, - java/awt/dnd/DropTargetContext.java, - java/awt/dnd/DropTargetListener.java, - java/awt/dnd/InvalidDnDOperationException.java, - java/awt/dnd/MouseDragGestureRecognizer.java, - java/awt/dnd/peer/DropTargetContextPeer.java, - java/awt/event/AWTEventListener.java, - java/awt/event/AWTEventListenerProxy.java, - java/awt/event/ActionEvent.java, - java/awt/event/AdjustmentEvent.java, - java/awt/event/AdjustmentListener.java, - java/awt/event/ComponentAdapter.java, - java/awt/event/ComponentEvent.java, - java/awt/event/ComponentListener.java, - java/awt/event/ContainerAdapter.java, - java/awt/event/ContainerEvent.java, - java/awt/event/ContainerListener.java, - java/awt/event/FocusAdapter.java, - java/awt/event/FocusEvent.java, - java/awt/event/FocusListener.java, - java/awt/event/InputEvent.java, - java/awt/event/InputMethodEvent.java, - java/awt/event/InputMethodListener.java, - java/awt/event/InvocationEvent.java, - java/awt/event/ItemEvent.java, - java/awt/event/ItemListener.java, - java/awt/event/KeyAdapter.java, - java/awt/event/KeyEvent.java, - java/awt/event/KeyListener.java, - java/awt/event/MouseAdapter.java, - java/awt/event/MouseEvent.java, - java/awt/event/MouseListener.java, - java/awt/event/MouseMotionAdapter.java, - java/awt/event/MouseMotionListener.java, - java/awt/event/MouseWheelEvent.java, - java/awt/event/MouseWheelListener.java, - java/awt/event/PaintEvent.java, - java/awt/event/TextEvent.java, - java/awt/event/TextListener.java, - java/awt/event/WindowAdapter.java, - java/awt/event/WindowEvent.java, - java/awt/event/WindowFocusListener.java, - java/awt/event/WindowListener.java, - java/awt/event/WindowStateListener.java, - java/awt/font/TextHitInfo.java, - java/awt/geom/CubicCurve2D.java, - java/awt/geom/Dimension2D.java, - java/awt/geom/Ellipse2D.java, - java/awt/geom/IllegalPathStateException.java, - java/awt/geom/Line2D.java, - java/awt/geom/NoninvertibleTransformException.java, - java/awt/geom/PathIterator.java, - java/awt/geom/Point2D.java, - java/awt/geom/QuadCurve2D.java, - java/awt/geom/RectangularShape.java, - java/awt/geom/RoundRectangle2D.java, - java/awt/im/InputContext.java, - java/awt/im/InputMethodHighlight.java, - java/awt/im/InputMethodRequests.java, - java/awt/im/InputSubset.java, - java/awt/im/spi/InputMethod.java, - java/awt/im/spi/InputMethodDescriptor.java, - java/awt/image/BandCombineOp.java, - java/awt/image/BandedSampleModel.java, - java/awt/image/ByteLookupTable.java, - java/awt/image/ComponentSampleModel.java, - java/awt/image/DataBuffer.java, - java/awt/image/DataBufferByte.java, - java/awt/image/DataBufferDouble.java, - java/awt/image/DataBufferFloat.java, - java/awt/image/DataBufferInt.java, - java/awt/image/DataBufferShort.java, - java/awt/image/DataBufferUShort.java, - java/awt/image/ImagingOpException.java, - java/awt/image/Kernel.java, - java/awt/image/LookupTable.java, - java/awt/image/MultiPixelPackedSampleModel.java, - java/awt/image/PackedColorModel.java, - java/awt/image/PixelInterleavedSampleModel.java, - java/awt/image/RGBImageFilter.java, - java/awt/image/Raster.java, - java/awt/image/RasterFormatException.java, - java/awt/image/SampleModel.java, - java/awt/image/ShortLookupTable.java, - java/awt/image/SinglePixelPackedSampleModel.java, - java/awt/image/WritableRaster.java, - java/awt/print/PrinterAbortException.java, - java/awt/print/PrinterException.java, - java/awt/print/PrinterIOException.java, - java/beans/AppletInitializer.java, - java/beans/ExceptionListener.java, - java/beans/PropertyChangeEvent.java, - java/beans/PropertyChangeListenerProxy.java, - java/beans/PropertyChangeSupport.java, - java/beans/PropertyDescriptor.java, - java/beans/VetoableChangeListenerProxy.java, - java/beans/VetoableChangeSupport.java, - java/io/BufferedReader.java, - java/io/ByteArrayInputStream.java, - java/io/ByteArrayOutputStream.java, - java/io/CharArrayReader.java, - java/io/CharArrayWriter.java, - java/io/CharConversionException.java, - java/io/DataInput.java, - java/io/DataInputStream.java, - java/io/DataOutput.java, - java/io/DataOutputStream.java, - java/io/EOFException.java, - java/io/FileInputStream.java, - java/io/FileNotFoundException.java, - java/io/FileOutputStream.java, - java/io/FilenameFilter.java, - java/io/FilterInputStream.java, - java/io/FilterOutputStream.java, - java/io/FilterReader.java, - java/io/FilterWriter.java, - java/io/IOException.java, - java/io/InputStream.java, - java/io/InterruptedIOException.java, - java/io/LineNumberInputStream.java, - java/io/LineNumberReader.java, - java/io/ObjectInputStream.java, - java/io/ObjectStreamException.java, - java/io/OptionalDataException.java, - java/io/OutputStream.java, - java/io/OutputStreamWriter.java, - java/io/PrintStream.java, - java/io/PrintWriter.java, - java/io/PushbackInputStream.java, - java/io/PushbackReader.java, - java/io/RandomAccessFile.java, - java/io/Reader.java, - java/io/SequenceInputStream.java, - java/io/Serializable.java, - java/io/StreamCorruptedException.java, - java/io/StreamTokenizer.java, - java/io/StringBufferInputStream.java, - java/io/StringWriter.java, - java/io/SyncFailedException.java, - java/io/UTFDataFormatException.java, - java/io/UnsupportedEncodingException.java, - java/io/WriteAbortedException.java, - java/io/Writer.java, - java/lang/AbstractMethodError.java, - java/lang/ArithmeticException.java, - java/lang/ArrayIndexOutOfBoundsException.java, - java/lang/ArrayStoreException.java, - java/lang/AssertionError.java, - java/lang/Boolean.java, - java/lang/Byte.java, - java/lang/Class.java, - java/lang/ClassCastException.java, - java/lang/ClassCircularityError.java, - java/lang/ClassLoader.java, - java/lang/ClassNotFoundException.java, - java/lang/CloneNotSupportedException.java, - java/lang/Cloneable.java, - java/lang/Comparable.java, - java/lang/Compiler.java, - java/lang/Double.java, - java/lang/Error.java, - java/lang/Exception.java, - java/lang/ExceptionInInitializerError.java, - java/lang/Float.java, - java/lang/IllegalAccessError.java, - java/lang/IllegalAccessException.java, - java/lang/IllegalArgumentException.java, - java/lang/IllegalMonitorStateException.java, - java/lang/IllegalStateException.java, - java/lang/IllegalThreadStateException.java, - java/lang/IncompatibleClassChangeError.java, - java/lang/IndexOutOfBoundsException.java, - java/lang/InheritableThreadLocal.java, - java/lang/InstantiationError.java, - java/lang/InstantiationException.java, - java/lang/Integer.java, - java/lang/InternalError.java, - java/lang/InterruptedException.java, - java/lang/LinkageError.java, - java/lang/Long.java, - java/lang/NegativeArraySizeException.java, - java/lang/NoClassDefFoundError.java, - java/lang/NoSuchFieldError.java, - java/lang/NoSuchFieldException.java, - java/lang/NoSuchMethodError.java, - java/lang/NoSuchMethodException.java, - java/lang/NullPointerException.java, - java/lang/Number.java, - java/lang/NumberFormatException.java, - java/lang/OutOfMemoryError.java, - java/lang/Process.java, - java/lang/Runnable.java, - java/lang/Runtime.java, - java/lang/RuntimeException.java, - java/lang/RuntimePermission.java, - java/lang/SecurityException.java, - java/lang/SecurityManager.java, - java/lang/Short.java, - java/lang/StackOverflowError.java, - java/lang/StackTraceElement.java, - java/lang/StringBuffer.java, - java/lang/StringIndexOutOfBoundsException.java, - java/lang/ThreadDeath.java, - java/lang/ThreadGroup.java, - java/lang/Throwable.java, - java/lang/UnsatisfiedLinkError.java, - java/lang/UnsupportedOperationException.java, - java/lang/VerifyError.java, - java/lang/VirtualMachineError.java, - java/lang/reflect/AccessibleObject.java, - java/lang/reflect/Array.java, - java/lang/reflect/InvocationTargetException.java, - java/lang/reflect/Member.java, - java/lang/reflect/Modifier.java, - java/lang/reflect/Proxy.java, - java/lang/reflect/ReflectPermission.java, - java/lang/reflect/UndeclaredThrowableException.java, - java/math/BigInteger.java, - java/net/NetworkInterface.java, - java/nio/ByteBufferHelper.java, - java/nio/ByteBufferImpl.java, - java/nio/DirectByteBufferImpl.java, - java/nio/DoubleBufferImpl.java, - java/nio/FloatBufferImpl.java, - java/nio/IntBufferImpl.java, - java/nio/LongBufferImpl.java, - java/nio/ShortBufferImpl.java, - java/nio/channels/Channel.java, - java/nio/channels/IllegalBlockingModeException.java, - java/nio/charset/spi/CharsetProvider.java, - java/security/AccessControlException.java, - java/security/BasicPermission.java, - java/security/DigestException.java, - java/security/DigestInputStream.java, - java/security/DigestOutputStream.java, - java/security/GeneralSecurityException.java, - java/security/Guard.java, - java/security/GuardedObject.java, - java/security/InvalidAlgorithmParameterException.java, - java/security/InvalidKeyException.java, - java/security/InvalidParameterException.java, - java/security/Key.java, - java/security/KeyException.java, - java/security/KeyManagementException.java, - java/security/KeyStoreException.java, - java/security/MessageDigestSpi.java, - java/security/NoSuchAlgorithmException.java, - java/security/NoSuchProviderException.java, - java/security/Permission.java, - java/security/PermissionCollection.java, - java/security/Permissions.java, - java/security/Principal.java, - java/security/PrivateKey.java, - java/security/PrivilegedActionException.java, - java/security/ProviderException.java, - java/security/PublicKey.java, - java/security/SecureRandom.java, - java/security/SecureRandomSpi.java, - java/security/SignatureException.java, - java/security/SignatureSpi.java, - java/security/SignedObject.java, - java/security/Signer.java, - java/security/UnrecoverableKeyException.java, - java/security/UnresolvedPermission.java, - java/security/acl/AclNotFoundException.java, - java/security/acl/LastOwnerException.java, - java/security/acl/NotOwnerException.java, - java/security/cert/CertPath.java, - java/security/cert/CertPathBuilderException.java, - java/security/cert/CertPathValidatorException.java, - java/security/cert/CertStoreException.java, - java/text/BreakIterator.java, - java/text/ChoiceFormat.java, - java/text/CollationElementIterator.java, - java/text/CollationKey.java, - java/text/Collator.java, - java/text/DateFormat.java, - java/text/DateFormatSymbols.java, - java/text/DecimalFormat.java, - java/text/DecimalFormatSymbols.java, - java/text/FieldPosition.java, - java/text/Format.java, - java/text/NumberFormat.java, - java/text/ParseException.java, - java/text/ParsePosition.java, - java/text/StringCharacterIterator.java, - java/util/AbstractCollection.java, - java/util/AbstractList.java, - java/util/AbstractMap.java, - java/util/AbstractSequentialList.java, - java/util/AbstractSet.java, - java/util/ArrayList.java, - java/util/Arrays.java, - java/util/BitSet.java, - java/util/Collection.java, - java/util/Collections.java, - java/util/Comparator.java, - java/util/ConcurrentModificationException.java, - java/util/Currency.java, - java/util/Date.java, - java/util/EmptyStackException.java, - java/util/Enumeration.java, - java/util/EventListener.java, - java/util/EventListenerProxy.java, - java/util/EventObject.java, - java/util/HashMap.java, - java/util/HashSet.java, - java/util/Hashtable.java, - java/util/IdentityHashMap.java, - java/util/Iterator.java, - java/util/LinkedHashSet.java, - java/util/LinkedList.java, - java/util/List.java, - java/util/ListIterator.java, - java/util/ListResourceBundle.java, - java/util/Map.java, - java/util/MissingResourceException.java, - java/util/NoSuchElementException.java, - java/util/Observable.java, - java/util/Observer.java, - java/util/Properties.java, - java/util/PropertyPermissionCollection.java, - java/util/RandomAccess.java, - java/util/Set.java, - java/util/SortedMap.java, - java/util/SortedSet.java, - java/util/Stack.java, - java/util/StringTokenizer.java, - java/util/TooManyListenersException.java, - java/util/TreeMap.java, - java/util/TreeSet.java, - java/util/Vector.java, - java/util/logging/FileHandler.java, - java/util/logging/Level.java, - java/util/prefs/BackingStoreException.java, - java/util/prefs/InvalidPreferencesFormatException.java, - java/util/prefs/Preferences.java, - javax/accessibility/Accessible.java, - javax/accessibility/AccessibleAction.java, - javax/accessibility/AccessibleBundle.java, - javax/accessibility/AccessibleComponent.java, - javax/accessibility/AccessibleContext.java, - javax/accessibility/AccessibleEditableText.java, - javax/accessibility/AccessibleExtendedComponent.java, - javax/accessibility/AccessibleExtendedTable.java, - javax/accessibility/AccessibleHyperlink.java, - javax/accessibility/AccessibleHypertext.java, - javax/accessibility/AccessibleIcon.java, - javax/accessibility/AccessibleKeyBinding.java, - javax/accessibility/AccessibleRelation.java, - javax/accessibility/AccessibleRelationSet.java, - javax/accessibility/AccessibleResourceBundle.java, - javax/accessibility/AccessibleRole.java, - javax/accessibility/AccessibleSelection.java, - javax/accessibility/AccessibleState.java, - javax/accessibility/AccessibleStateSet.java, - javax/accessibility/AccessibleTable.java, - javax/accessibility/AccessibleTableModelChange.java, - javax/accessibility/AccessibleText.java, - javax/accessibility/AccessibleValue.java, - javax/imageio/IIOException.java, - javax/imageio/ImageIO.java, - javax/imageio/spi/IIOServiceProvider.java, - javax/imageio/spi/ImageInputStreamSpi.java, - javax/imageio/spi/ImageOutputStreamSpi.java, - javax/imageio/spi/ImageReaderWriterSpi.java, - javax/imageio/spi/ImageTranscoderSpi.java, - javax/imageio/spi/RegisterableService.java, - javax/imageio/spi/ServiceRegistry.java, - javax/imageio/stream/IIOByteBuffer.java, - javax/imageio/stream/ImageInputStream.java, - javax/imageio/stream/ImageOutputStream.java, - javax/naming/Binding.java, - javax/naming/CannotProceedException.java, - javax/naming/CompositeName.java, - javax/naming/CompoundName.java, - javax/naming/LinkException.java, - javax/naming/LinkRef.java, - javax/naming/NameClassPair.java, - javax/naming/Reference.java, - javax/naming/ReferralException.java, - javax/naming/directory/Attribute.java, - javax/naming/directory/AttributeModificationException.java, - javax/naming/directory/Attributes.java, - javax/naming/directory/DirContext.java, - javax/naming/directory/ModificationItem.java, - javax/naming/directory/SearchControls.java, - javax/naming/directory/SearchResult.java, - javax/naming/event/EventContext.java, - javax/naming/event/EventDirContext.java, - javax/naming/event/NamespaceChangeListener.java, - javax/naming/event/NamingExceptionEvent.java, - javax/naming/event/NamingListener.java, - javax/naming/event/ObjectChangeListener.java, - javax/naming/ldap/Control.java, - javax/naming/ldap/ExtendedResponse.java, - javax/naming/ldap/HasControls.java, - javax/naming/ldap/LdapContext.java, - javax/naming/ldap/UnsolicitedNotification.java, - javax/naming/ldap/UnsolicitedNotificationEvent.java, - javax/naming/ldap/UnsolicitedNotificationListener.java, - javax/naming/spi/DirectoryManager.java, - javax/naming/spi/ResolveResult.java, - javax/naming/spi/Resolver.java, - javax/security/auth/callback/Callback.java, - javax/security/auth/callback/CallbackHandler.java, - javax/security/auth/callback/ChoiceCallback.java, - javax/security/auth/callback/ConfirmationCallback.java, - javax/security/auth/callback/LanguageCallback.java, - javax/security/auth/callback/NameCallback.java, - javax/security/auth/callback/PasswordCallback.java, - javax/security/auth/callback/TextInputCallback.java, - javax/security/auth/callback/TextOutputCallback.java, - javax/security/auth/callback/UnsupportedCallbackException.java, - javax/security/sasl/Sasl.java, - javax/security/sasl/SaslServerFactory.java, - javax/swing/DefaultBoundedRangeModel.java, - javax/swing/JComponent.java, - javax/swing/JList.java, - javax/swing/JProgressBar.java, - javax/swing/JRadioButton.java, - javax/swing/JTextArea.java, - javax/swing/JTextField.java, - javax/swing/JToggleButton.java, - javax/swing/JTree.java, - javax/swing/SpinnerListModel.java, - javax/swing/event/EventListenerList.java, - javax/swing/text/JTextComponent.java, - javax/swing/text/StringContent.java, - javax/swing/text/Utilities.java, - javax/swing/undo/UndoManager.java, - javax/swing/undo/UndoableEditSupport.java, - javax/transaction/HeuristicCommitException.java, - javax/transaction/HeuristicMixedException.java, - javax/transaction/HeuristicRollbackException.java, - javax/transaction/InvalidTransactionException.java, - javax/transaction/NotSupportedException.java, - javax/transaction/RollbackException.java, - javax/transaction/Status.java, - javax/transaction/Synchronization.java, - javax/transaction/SystemException.java, - javax/transaction/Transaction.java, - javax/transaction/TransactionManager.java, - javax/transaction/TransactionRequiredException.java, - javax/transaction/TransactionRolledbackException.java, - javax/transaction/UserTransaction.java, - javax/transaction/xa/XAException.java, - javax/transaction/xa/XAResource.java, - javax/transaction/xa/Xid.java, - javax/xml/XMLConstants.java, - javax/xml/datatype/DatatypeConfigurationException.java, - javax/xml/datatype/DatatypeConstants.java, - javax/xml/datatype/DatatypeFactory.java, - javax/xml/datatype/Duration.java, - javax/xml/datatype/XMLGregorianCalendar.java, - javax/xml/namespace/NamespaceContext.java, - javax/xml/namespace/QName.java, - javax/xml/parsers/DocumentBuilder.java, - javax/xml/parsers/DocumentBuilderFactory.java, - javax/xml/parsers/FactoryConfigurationError.java, - javax/xml/parsers/ParserConfigurationException.java, - javax/xml/parsers/SAXParser.java, - javax/xml/parsers/SAXParserFactory.java, - javax/xml/transform/ErrorListener.java, - javax/xml/transform/OutputKeys.java, - javax/xml/transform/Result.java, - javax/xml/transform/Source.java, - javax/xml/transform/SourceLocator.java, - javax/xml/transform/Templates.java, - javax/xml/transform/Transformer.java, - javax/xml/transform/TransformerConfigurationException.java, - javax/xml/transform/TransformerException.java, - javax/xml/transform/TransformerFactory.java, - javax/xml/transform/TransformerFactoryConfigurationError.java, - javax/xml/transform/URIResolver.java, - javax/xml/transform/dom/DOMLocator.java, - javax/xml/transform/dom/DOMResult.java, - javax/xml/transform/dom/DOMSource.java, - javax/xml/transform/sax/SAXResult.java, - javax/xml/transform/sax/SAXSource.java, - javax/xml/transform/sax/SAXTransformerFactory.java, - javax/xml/transform/sax/TemplatesHandler.java, - javax/xml/transform/sax/TransformerHandler.java, - javax/xml/transform/stream/StreamResult.java, - javax/xml/transform/stream/StreamSource.java, - javax/xml/validation/Schema.java, - javax/xml/validation/SchemaFactory.java, - javax/xml/validation/TypeInfoProvider.java, - javax/xml/validation/Validator.java, - javax/xml/validation/ValidatorHandler.java, - javax/xml/xpath/XPathConstants.java, - javax/xml/xpath/XPathException.java, - javax/xml/xpath/XPathExpression.java, - javax/xml/xpath/XPathExpressionException.java, - javax/xml/xpath/XPathFactory.java, - javax/xml/xpath/XPathFactoryConfigurationException.java, - javax/xml/xpath/XPathFunction.java, - javax/xml/xpath/XPathFunctionException.java, - javax/xml/xpath/XPathFunctionResolver.java: - Fixed usage of @author tag, reworked import statements, - removed CVS tags, changed the modifier order and fixed - HTML usage in javadocs. - -2005-02-16 Julian Scheid - - * gnu/java/nio/charset/UTF_8.java (decodeLoop): Set inPos to - in.position(). - (encodeLoop): Likewise. - -2005-02-16 Mark Wielaard - - * Makefile.am (ordinary_java_source_files): Add new files - gnu/java/security/ber/BER.java, - gnu/java/security/ber/BEREncodingException.java, - gnu/java/security/ber/BERReader.java, - gnu/java/security/ber/BERValue.java, - gnu/java/security/pkcs/PKCS7SignedData.java and - gnu/java/security/pkcs/SignerInfo.java. - * Makefile.in: Regenerated. - -2005-02-16 Casey Marshall - - * gnu/java/security/provider/GnuDSAPrivateKey.java - (encodedKey): new field. - (getFormat): return "PKCS#8". - (getEncoded): implemented. - (toString): check for 'null' values. - * gnu/java/security/provider/GnuDSAPublicKey.java - (encodedKey): new field. - (getFormat): return "X.509". - (getEncoded): implemented. - (toString): check for 'null' values. - -2005-02-16 Michael Koch - - * java/util/jar/JarFile.java: Imports reworked. - -2005-02-16 Mark Wielaard - - * java/util/jar/JarFile.java (verify): Make package private. - (signaturesRead): Likewise. - (verified): Likewise. - (entryCerts): Likewise. - (DEBUG): Likewise. - (debug): Likewise. - (entries): Construct new JarEnumeration with reference to this. - (JarEnumeration): Make static. - (JarEnumeration.jarfile): New field. - (JarEnumeration.nextElement): Use and synchronize on jarfile. - Compare verified value to Boolean.TRUE or Boolean.False only - when verify is true. - (getEntry): Make synchronized. Compare value of verified to - Boolean.TRUE. - (getInputStream): Construct EntryInputStream with reference to this. - (getManifest): Make synchronized. - (EntryInputStream): Make static. - (EntryInputStream.jarfile): New field. - (EntryInputStream.EntryInputStream): Check if manifest exists, - before getting attributes. - (eof): Synchronize on jarfile. - -2005-02-16 Casey Marshall - - * java/util/jar/JarFile.java (verify): return if the jar is signed - with an unsupported algorithm. - -2005-02-16 Mark Wielaard - - * java/util/jar/JarFile.java (EntryInputStream): Add actual - InputStream as argument. - (getInputStream): Construct a new EntryInputStream with the result of - super.getInputStream(entry). - -2005-02-16 Casey Marshall - - Signed JAR file support. - * java/net/URLClassLoader.java - (JarURLResource.getCertificates): re-read jar entry to ensure - certificates are picked up. - (findClass): fill in class `signers' field, too. - * java/util/jar/JarFile.java (META_INF): new constant. - (PKCS7_DSA_SUFFIX): new constant. - (PKCS7_RSA_SUFFIX): new constant. - (DIGEST_KEY_SUFFIX): new constant. - (SF_SUFFIX): new constant. - (MD2_OID): new constant. - (MD4_OID): new constant. - (MD5_OID): new constant. - (SHA1_OID): new constant. - (DSA_ENCRYPTION_OID): new constant. - (RSA_ENCRYPTION_OID): new constant. - (signaturesRead): new field. - (verified): new field. - (entryCerts): new field. - (DEBUG): new constant. - (debug): new method. - (JarEnumeration.nextElement): fill in entry certificates, read - signatures if they haven't been read. - (getEntry): likewise. - (getInputStream): verify stream if it hasn't been verified yet. - (readSignatures): new method. - (verify): new method. - (verifyHashes): new method. - (readManifestEntry): new method. - (EntryInputStream): new class. - * gnu/java/io/Base64InputStream.java (decode): new class - method. - * gnu/java/security/der/DERReader.java don't make class - final. - (in): made protected. - (encBuf): likewise. - (readLength): likewise. - * gnu/java/security/ber/BER.java, - * gnu/java/security/ber/BEREncodingException.java, - * gnu/java/security/ber/BERReader.java, - * gnu/java/security/ber/BERValue.java, - * gnu/java/security/pkcs/PKCS7SignedData.java, - * gnu/java/security/pkcs/SignerInfo.java: - new files. - -2005-02-16 Tom Tromey - - * gnu/gcj/runtime/SharedLibHelper.java (findHelper): Delete - copied file on exit. - -2005-02-15 Mark Wielaard - - * java/awt/BasicStroke.java (hashCode): Check for null dash. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GtkArg.java, - gnu/java/awt/peer/gtk/GtkArgList.java: - Removed. - -2005-02-15 Craig Black - - * gnu/java/awt/peer/gtk/GtkCheckboxMenuItem.java - (postMenuActionEvent): Implement to notify ItemListeners. - * java/awt/CheckboxMenuItem.java - (dispatchEventImpl): Update state on ItemEvent. - * java/awt/MenuItem.java - (processActionEvent): Retarget event source. - -2005-02-15 Andrew John Hughes - - * gnu/java/awt/color/ClutProfileConverter.java, - gnu/java/awt/peer/ClasspathTextLayoutPeer.java, - gnu/java/awt/peer/gtk/GdkFontPeer.java, - gnu/java/awt/peer/gtk/GdkGlyphVector.java, - gnu/java/awt/peer/gtk/GdkGraphics2D.java, - gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, - gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, - gnu/java/awt/peer/gtk/GdkRobotPeer.java, - gnu/java/awt/peer/gtk/GdkTextLayout.java, - gnu/java/awt/peer/gtk/GtkButtonPeer.java, - gnu/java/awt/peer/gtk/GtkCheckboxPeer.java, - gnu/java/awt/peer/gtk/GtkChoicePeer.java, - gnu/java/awt/peer/gtk/GtkComponentPeer.java, - gnu/java/awt/peer/gtk/GtkContainerPeer.java, - gnu/java/awt/peer/gtk/GtkDialogPeer.java, - gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, - gnu/java/awt/peer/gtk/GtkFontPeer.java, - gnu/java/awt/peer/gtk/GtkFramePeer.java, - gnu/java/awt/peer/gtk/GtkLabelPeer.java, - gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java, - gnu/java/awt/peer/gtk/GtkMenuItemPeer.java, - gnu/java/awt/peer/gtk/GtkScrollPanePeer.java, - gnu/java/awt/peer/gtk/GtkTextComponentPeer.java, - gnu/java/awt/peer/gtk/GtkToolkit.java, - gnu/java/awt/peer/gtk/GtkWindowPeer.java, - javax/swing/JPopupMenu.java, - javax/swing/JSpinner.java, - javax/swing/SortingFocusTraversalPolicy.java, - javax/swing/SwingUtilities.java, - javax/swing/plaf/basic/BasicComboBoxEditor.java, - javax/swing/plaf/basic/BasicComboBoxRenderer.java, - javax/swing/tree/DefaultMutableTreeNode.java: - Removed unused imports and expanded starred - imports. - -2005-02-15 Mark Wielaard - - * java/awt/AWTKeyStroke.java (getAWTKeyStroke(String)): Throw - IllegalArgumentException when the given String is null. - - * javax/swing/KeyStroke.java (getKeyStroke(String)): Return null - when given keystoke sequence cannot be parsed. - - * javax/swing/JRootPane.java (setJMenuBar): Remove current menubar - if one is installed. Only install the given menubar is not null. - - * javax/swing/JViewport.java (getViewSize): Return an empty - Dimension when the view isn't set or preferred component size when - no viewSize is set. - - * javax/swing/ViewportLayout.java (preferredLayoutSize): Return an - empty Dimension when there is no view set. - (minimumLayoutSize): Likewise. - (layoutContainer): Don't try to layout when there is no view. - -2005-02-15 Thomas Fitzsimmons - - * jawt.c: New file. - * include/jawt.h: Likewise. - * include/jawt_md.h: Likewise. - * include/Makefile.am (tool_include__HEADERS): Add jawt.h and - jawt_md.h files. - * jni/classpath/classpath_jawt.h: Likewise. - * jni/gtk-peer/gtk_jawt.c: Likewise. - * Makefile.am: Build libjawt.so. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: - Merged file header with classpath CVS head. - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: - Merged code formatting with classpath CVS head. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c: - Removed debug code. - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getGlyphVector): - Handle special JNI strings with 2 '\0' at the end. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - Merged file header with classpath CVS head. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c: - Merged code formatting with classpath CVS head. - -2005-02-15 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c (create): - Use GTK's built-in file system backend. Use GTK_RESPONSE_ACCEPT. - (handle_response): Use GTK_RESPONSE_ACCEPT. - -2005-02-15 Graydon Hoare - - * Makefile.am: Fix library build breakage. - * Makefile.in: Regenerate. - -2005-02-15 Michael Koch - - * javax/swing/JTabbedPane.java - (Page.setDisplayedMnemonicIndex): Handle empty menmonic. - -2005-02-15 Michael Koch - - * javax/swing/tree/DefaultMutableTreeNode.java: - Reworked Javadocs all over. - (getPathToRoot): Fixed direction of result array initialization. - -2005-02-15 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - Fix includes for cairo 0.3.0 snappshot. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: - Merged file header from classpath CVS HEAD. - -2005-02-15 Craig Black - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c - (copyState): Pass a JNI global reference to signal handler. - (realize_cb): Use and free JNI global reference. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c - (create): Pass a JNI global reference to signal handler. - (selection_changed): Match declaration. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c - (dispose): Do not remove entries from state tables until after widget is - destroyed. - -2005-02-15 Michael Koch - - * java/awt/Container.javai (paramString): - If layoutMgr is null just return result of super.paramString(). - * java/awt/Scrollbar.java: Reformatted. - * java/awt/im/InputContext.java (static): - Removed redundant initializations. - -2005-02-15 Michael Koch - - * javax/swing/ImageIcon.java, - javax/swing/UIManager.java, - javax/swing/text/EditorKit.java, - javax/swing/text/Segment.java: - More whitespace cleanups. - -2005-02-15 Michael Koch - - * gnu/java/awt/EmbeddedWindow.java, - gnu/java/awt/image/ImageDecoder.java, - gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, - java/awt/DefaultKeyboardFocusManager.java, - java/awt/Frame.java, - java/awt/image/RGBImageFilter.java, - javax/swing/AbstractButton.java, - javax/swing/ActionMap.java, - javax/swing/ComponentInputMap.java, - javax/swing/DefaultDesktopManager.java, - javax/swing/ImageIcon.java, - javax/swing/InputMap.java, - javax/swing/JButton.java, - javax/swing/JCheckBox.java, - javax/swing/JCheckBoxMenuItem.java, - javax/swing/JEditorPane.java, - javax/swing/JMenu.java, - javax/swing/JMenuItem.java, - javax/swing/JOptionPane.java, - javax/swing/JRootPane.java, - javax/swing/JTable.java, - javax/swing/MenuSelectionManager.java, - javax/swing/RepaintManager.java, - javax/swing/ScrollPaneLayout.java, - javax/swing/SortingFocusTraversalPolicy.java, - javax/swing/UIManager.java, - javax/swing/ViewportLayout.java, - javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java, - javax/swing/plaf/basic/BasicInternalFrameUI.java, - javax/swing/plaf/basic/BasicLabelUI.java, - javax/swing/plaf/basic/BasicListUI.java, - javax/swing/plaf/basic/BasicMenuItemUI.java, - javax/swing/plaf/basic/BasicMenuUI.java, - javax/swing/plaf/basic/BasicOptionPaneUI.java, - javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java, - javax/swing/plaf/basic/BasicRootPaneUI.java, - javax/swing/plaf/basic/BasicScrollPaneUI.java, - javax/swing/plaf/basic/BasicSplitPaneDivider.java, - javax/swing/plaf/basic/BasicTextUI.java, - javax/swing/table/TableColumnModel.java, - javax/swing/text/AbstractDocument.java, - javax/swing/text/EditorKit.java, - javax/swing/text/Position.java, - javax/swing/text/Segment.java, - javax/swing/text/StyledEditorKit.java, - javax/swing/text/ViewFactory.java: - Cleanup whitespace differences to classpath CVS HEAD. - -2005-02-15 Graydon Hoare - - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: - (finalize): Call finish from here. - (produce): Not from here. - * Makefile.am (gtk_c_source_files): - Remove jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c. - * Makefile.in: Regenerate. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (cairoSetFont): - (cairoDrawGdkTextLayout): - (cairoDrawString): - (getPeerTextMetrics): - (getPeerFontMetrics): Remove. - (setFont): Don't call cairoSetFont. - (cairoDrawGlyphVector): Accept font peer argument. - (drawGlyphVector): Pass font peer to cairoDrawGlyphVector. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (ensure_metrics_cairo): - (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoSetFont): - (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoDrawString): - (gnu_java_awt_peer_gtk_GdkGraphics2D_getPeerFontMetrics): - (gnu_java_awt_peer_gtk_GdkGraphics2D_getPeerTextMetrics): - (metrics_cairo): - (metrics_surface): Remove. - (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoDrawGlyphVector): - Pass and install font peer. - -2005-02-15 Graydon Hoare - - * Makefile.am: Create "split library" structure. - * Makefile.in: Regenerate. - -2005-02-15 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: - Release GDK lock during upcalls. - -2005-02-15 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c: Remove. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getGlyphVector): - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getFontMetrics): - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getTextMetrics): New methods. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: Remove. - * gnu/java/awt/peer/gtk/GdkFontPeer.java - (getGlyphVector): - (getFontMetrics): - (getTextMetrics): New native methods. - * gnu/java/awt/peer/gtk/GdkFontMetrics.java: Remove native parts. - * gnu/java/awt/peer/gtk/GdkGlyphVector.java: Likewise. - * Makefile.am: Remove native entries for GdkFontMetrics, GdkGlyphVector. - * Makefile.in: Regenerate. - -2005-02-15 Andrew John Hughes - - * javax/swing/SwingUtilities.java: - (getAccessibleAt(java.awt.Component, java.awt.Point)): - Implemented and documented. - (getAccessibleChild(java.awt.Component, int)): Likewise. - (getAccessibleChildrenCount(java.awt.Component)): Likewise. - (getAccessibleIndexInParent(java.awt.Component)): Likewise. - (getAccessibleStateSet(java.awt.Component)): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/SwingUtilities.java - (getFontMetrics): Removed. - -2005-02-15 Michael Koch - - * java/awt/Container.java - (paramString): Implemented. - * javax/swing/AbstractButton.java - (paramString): Implemented. - * javax/swing/JComponent.java - (paramString): Implemented. - * javax/swing/JMenu.java - (paramString): Implemented. - * javax/swing/JMenuBar.java - (paramString): Implemented. - * javax/swing/JMenuItem.java - (paramString): Implemented. - * javax/swing/JPopupMenu.java - (paramString): Implemented. - -2005-02-15 Michael Koch - - * javax/swing/JMenu.java - (uiClassID): Removed. - (JMenu): Set invoker on popup menu. - (getUIClassID): Return id directly. - (getItemCount): Simply return getMenuComponentCount(). - Fixed javadoc. - (isTopLevelMenu): Simplified. - * javax/swing/JMenuItem.java - (uiClassID): Removed. - (getUIClassID): Return id directly. - * javax/swing/JPopupMenu.java - (uiClassID): Removed. - (JPopupMenu): Always initialize correctly. - (getSubElements): Only return components implementing MenuElement - interface. - (HeavyWeightPopup.hide): Removed. - -2005-02-15 Michael Koch - - * java/awt/image/ReplicateScaleFilter.java - (replicatePixels): Made private. - * javax/swing/colorchooser/DefaultRGBChooserPanel.java - (DefaultRGBChooserPanel): Made package private. - * javax/swing/colorchooser/DefaultSwatchChooserPanel.java - (RecentSwatchPanel): Likewise. - * javax/swing/event/MouseInputAdapter.java: Reformatted. - (MouseInputAdapter): Made abstract. - * javax/swing/tree/DefaultMutableTreeNode.java - (random): Removed. - (growTree): Likewise. - -2005-02-15 Michael Koch - - * java/awt/dnd/DropTarget.java (addDropTargetListener): - Clarified comments. - -2005-02-15 Michael Koch - - * javax/swing/JComponent.java (getComponentGraphics): - Removed accidently commited code. - -2005-02-15 Graydon Hoare - - * java/awt/dnd/DropTarget.java - (addDropTargetListener): Despite documentation, do not throw. - * javax/swing/JComponent.java: Set a default DropTarget. - -2005-02-15 Michael Koch - - * javax/swing/AbstractAction.java - (ENABLED_PROPERTY): Removed. - (setEnabled): Replaced constant with real string. - * javax/swing/AbstractButton.java - (createActionPropertyChangeListener.propertyChange): Likewise. - * javax/swing/JComboBox.java - (DEFAULT_MAXIMUM_ROW_COUNT): Made private. - (EDITABLE_CHANGED_PROPERTY): Removed. - (MAXIMUM_ROW_COUNT_CHANGED_PROPERTY):Likewise. - (ENABLED_CHANGED_PROPERTY):Likewise. - (RENDERER_CHANGED_PROPERTY):Likewise. - (EDITOR_CHANGED_PROPERTY):Likewise. - (MODEL_CHANGED_PROPERTY):Likewise. - (uiClassID):Likewise. - (getUIClassID): Replaced constant with real string. - (setModel):Likewise. - (setEditable):Likewise. - (setMaximumRowCount):Likewise. - (setRenderer):Likewise. - (setEditor):Likewise. - (setEnabled):Likewise. - * javax/swing/JLabel.java - (DISABLED_ICON_CHANGED_PROPERTY): Removed. - (DISPLAYED_MNEMONIC_CHANGED_PROPERTY): Likewise. - (DISPLAYED_MNEMONIC_INDEX_CHANGED_PROPERTY): Likewise. - (HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY): Likewise. - (HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY): Likewise. - (ICON_CHANGED_PROPERTY): Likewise. - (ICON_TEXT_GAP_CHANGED_PROPERTY): Likewise. - (LABEL_FOR_CHANGED_PROPERTY): Likewise. - (TEXT_CHANGED_PROPERTY): Likewise. - (VERTICAL_ALIGNMENT_CHANGED_PROPERTY): Likewise. - (VERTICAL_TEXT_POSITION_CHANGED_PROPERTY): Likewise. - (setText): Replaced constant with real string. - (setIcon): Likewise. - (setDisabledIcon): Likewise. - (setDisplayedMnemonic): Likewise. - (setIconTextGap): Likewise. - (setVerticalAlignment): Likewise. - (setHorizontalAlignment): Likewise. - (setVerticalTextPosition): Likewise. - (setHorizontalTextPosition): Likewise. - (setLabelFor): Replaced constant with real string. - Fire property change event after property got changed. - * javax/swing/JList.java - (CELL_RENDERER_PROPERTY_CHANGED): Likewise. - (FIXED_CELL_HEIGHT_PROPERTY_CHANGED): Likewise. - (FIXED_CELL_WIDTH_PROPERTY_CHANGED): Likewise. - (LAYOUT_ORIENTATION_PROPERTY_CHANGED): Likewise. - (MODEL_PROPERTY_CHANGED): Likewise. - (PROTOTYPE_CELL_VALUE_PROPERTY_CHANGED): Likewise. - (SELECTION_BACKGROUND_PROPERTY_CHANGED): Likewise. - (SELECTION_FOREGROUND_PROPERTY_CHANGED): Likewise. - (SELECTION_MODEL_PROPERTY_CHANGED): Likewise. - (setFixedCellWidth): Reimplemented. - (setFixedCellHeight): Exit if new value is identical. - Replaced constant with real string. - (setSelectionBackground): Likewise. - (setSelectionForeground): Likewise. - (setPrototypeCellValue): Likewise. - (setCellRenderer): Replaced constant with real string. - (setModel): Likewise. - (setSelectionModel): Likewise. - * javax/swing/JMenuBar.java - (BORDER_PAINTED_CHANGED_PROPERTY): Removed. - (MODEL_CHANGED_PROPERTY): Likewise. - (MARGIN_CHANGED_PROPERTY): Likewise. - (setBorderPainted): Reimplemented. - (setMargin): Likewise. - (setSelectionModel): Replaced constant with real string. - * javax/swing/JPopupMenu.java - (LABEL_CHANGED_PROPERTY): Removed. - (VISIBLE_CHANGED_PROPERTY): Likewise. - (borderPainted): Likewise. - (setLabel): Replaced constant with real string. - (setVisible): Exit if new value is identical. - Replaced constant with real string. - * javax/swing/JProgressBar.java - (BORDER_PAINTED_CHANGED_PROPERTY): Removed. - (ORIENTATION_CHANGED_PROPERTY): Likewise. - (STRING_CHANGED_PROPERTY): Likewise. - (STRING_PAINTED_CHANGED_PROPERTY): Likewise. - (INDETERMINATE_CHANGED_PROPERTY): Likewise. - (setOrientation): Replaced constant with real string. - (setStringPainted): Likewise. - (setString): Likewise. - (setBorderPainted): Likewise. - (setIndeterminate): Likewise. - * javax/swing/JScrollBar.java - (BLOCK_INCREMENT_CHANGED_PROPERTY): Removed. - (MODEL_CHANGED_PROPERTY): Likewise. - (ORIENTATION_CHANGED_PROPERTY): Likewise. - (setOrientation): Replaced constant with real string. - (setModel): Likewise. - (setUnitIncrement): Likewise. - (setBlockIncrement): Likewise. - * javax/swing/JScrollPane.java - (COLUMN_HEADER_CHANGED_PROPERTY): Removed. - (COMPONENT_ORIENTATION_CHANGED_PROPERTY): Likewise. - (HORIZONTAL_SCROLLBAR_CHANGED_PROPERTY): Likewise. - (HORIZONTAL_SCROLLBAR_POLICY_CHANGED_PROPERTY): Likewise. - (LAYOUT_CHANGED_PROPERTY): Likewise. - (ROW_HEADER_CHANGED_PROPERTY): Likewise. - (VERTICAL_SCROLLBAR_CHANGED_PROPERTY): Likewise. - (VERTICAL_SCROLLBAR_POLICY_CHANGED_PROPERTY): Likewise. - (VIEWPORT_CHANGED_PROPERTY): Likewise. - (VIEWPORT_BORDER_CHANGED_PROPERTY): Likewise. - (WHEEL_SCROLLING_ENABLED_CHANGED_PROPERTY): Likewise. - (setComponentOrientation): Replaced constant with real string. - (setColumnHeader): Likewise. - (setHorizontalScrollBar): Likewise. - (setHorizontalScrollBarPolicy): Likewise. - (setRowHeader): Likewise. - (setVerticalScrollBar): Likewise. - (setVerticalScrollBarPolicy): Likewise. - (setWheelScrollingEnabled): Likewise. - (setViewport): Likewise. - (setViewportBorder): Likewise. - * javax/swing/JSlider.java - (INVERTED_CHANGED_PROPERTY): Removed. - (LABEL_TABLE_CHANGED_PROPERTY): Likewise. - (MAJOR_TICK_SPACING_CHANGED_PROPERTY): Likewise. - (MINOR_TICK_SPACING_CHANGED_PROPERTY): Likewise. - (MODEL_CHANGED_PROPERTY): Likewise. - (ORIENTATION_CHANGED_PROPERTY): Likewise. - (PAINT_LABELS_CHANGED_PROPERTY): Likewise. - (PAINT_TICKS_CHANGED_PROPERTY): Likewise. - (setModel): Replaced constant with real string. - (setOrientation): Likewise. - (setLabelTable): Likewise. - (setInverted): Likewise. - (setMajorTickSpacing): Likewise. - (setMinorTickSpacing): Likewise. - (setPaintTicks): Likewise. - (setPaintLabels): Likewise. - * javax/swing/JTabbedPane.java - (MODEL_CHANGED_PROPERTY): Removed. - (TAB_PLACEMENT_CHANGED_PROPERTY): Likewise. - (TAB_LAYOUT_POLICY_CHANGED_PROPERTY): Likewise. - (setModel): Replaced constant with real string. - (setTabPlacement): Likewise. - (setTabLayoutPolicy): Likewise. - * javax/swing/JToolBar.java - (ORIENTATION_CHANGED_PROPERTY): Removed. - (FLOATABLE_CHANGED_PROPERTY): Likewise. - (BORDER_PAINTED_CHANGED_PROPERTY): Likewise. - (MARGIN_CHANGED_PROPERTY): Likewise. - (ROLLOVER_CHANGED_PROPERTY): Likewise. - (setRollover): Replaced constant with real string. - (setMargin): Likewise. - (setBorderPainted): Likewise. - (setFloatable): Likewise. - (setOrientation): Likewise. - * javax/swing/plaf/basic/BasicComboBoxUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicComboPopup.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicMenuBarUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicProgressBarUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicScrollBarUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicSliderUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicToolBarUI.java - (PropertyChangeHandler.propertyChange): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/DefaultButtonModel.java - (changeState): Made private. - * javax/swing/DefaultDesktopManager.java - (setWasIcon): Fixed second argument to be java.lang.Boolean. - * javax/swing/JLayeredPane.java - (layerToRange): Made private. - (incrLayer): Likewise. - (decrLayer): Likewise. - * javax/swing/JTable.java - (dragEnabled): Likewise. - (preferredViewportSize): Renamed from preferredScrollableViewportSize. - * javax/swing/KeyStroke.java - (Keystroke): Made private. - * javax/swing/TransferHandler.java - (COMMAND_COPY): Likewise. - (COMMAND_CUT): Likewise. - (COMMAND_PASTE): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTextField.java - (postActionEvent): Use text in field when actionCommand is null. - (getActionCommand): Removed. - -2005-02-15 Michael Koch - - * javax/swing/AbstractSet.java: Removed. - * Makefile.am: Removed javax/swing/AbstractSet.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * java/awt/Window.java - (AccessibleWindow.getAccessibleStateSet): Fixed method name. - * java/awt/dnd/DnDConstants.java - (DnDConstants): New private constructor. - -2005-02-15 Michael Koch - - * javax/swing/DefaultCellRenderer.java: Removed. - * Makefile.am: Removed javax/swing/DefaultCellRenderer.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/AbstractButton.java - (fireItemStateChanged): Made protected. - (fireActionPerformed): Likewise. - (fireStateChanged): Likewise. - * javax/swing/DefaultButtonModel.java - (fireItemStateChanged): Likewise. - (fireActionPerformed): Likewise. - (fireStateChanged): Likewise. - * javax/swing/JApplet.java - (JApplet): Removed. - (frameInit): Likewise. - (setRootPane): Made protected. - (createRootPane): Likewise. - * javax/swing/JComponent.java - (getClientProperty): Likewise. - (putClientProperty): Likewise. - * javax/swing/JEditorPane.java - (getContentType): Likewise. - (setContentType): Likewise. - * javax/swing/JFrame.java - (setRootPane): Likewise. - (createRootPane): Likewise. - * javax/swing/JInternalFrame.java - (getFocusCycleRootAncestor): Made final. Added @since tag. - (isFocusCycleRoot): Likewise. - (getWarningString): Made final. - * javax/swing/JScrollBar.java - (changeListener): Removed. - (changeEvent): Likewise. - (createChangeListener): Likewise. - (fireStateChanged): Likewise. - (addChangeListener): Likewise. - (removeChangeListener): Likewise. - (getChangeListeners): Likewise. - * javax/swing/JScrollPane.java - (createViewport): Made protected. - * javax/swing/JViewport.java - (addImpl): Likewise. - (setBorder): New method. - * javax/swing/JWindow.java - (setRootPane): Made protected. - (createRootPane): Likewise. - * javax/swing/plaf/basic/BasicButtonUI.java - (installListeners): Likewise. - (uninstallListeners): Likewise. - * javax/swing/plaf/basic/BasicProgressBarUI.java - (incrementAnimationIndex): Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (createLayoutManager): Likewise. - * javax/swing/table/DefaultTableCellRenderer.java - (firePropertyChange): Likewise. - * javax/swing/table/JTableHeader.java - (AccessibleJTableHeaderEntry.AccessibleJTableHeaderEntry): - New constructor. - * javax/swing/text/PlainDocument.java - (reindex): Made private. - * javax/swing/text/PlainView.java - (drawLine): Made protected. - (getTabSize): Likewise. - * javax/swing/text/View.java - (setSize): Removed. - (preferenceChanged): New method. - (getBreakWeight): Likewise. - (breakView): Likewise. - (getViewIndex): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JScrollPane.java - (ScrollBar): Made class protected. - * javax/swing/JSpinner.java - (JSpinner): Added @since tag. - (listenerList): Removed. - * javax/swing/JTable.java - (setValueAt): New method. - (getColumn): Likewise. - * javax/swing/JWindow.java - (rootPaneCheckingEnabled): Renamed from checking. - -2005-02-15 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (RootView.modelToView): Made it public and return a java.awt.Shape. - Handle null subview. - (uninstall): Set textComponent to null when its not possible used - anymore. - * javax/swing/text/View.java - (setParent): Use better argument name. - (getContainer): Get parent via getParent(). - (getViewFactory): Likewise. - (getAttributes): Get element via getElement(). - (getStartOffset): Likewise. - (getEndOffset): Likewise. - (getResizeWeight): New method. - (getMaximumSpan): Likewise. - (getMinimumSpan): Likewise. - (setSize): Likewise. - (getGraphics): Likewise. - -2005-02-15 Andrew John Hughes - - * java/awt/Checkbox.java: - (AccessibleAWTCheckbox()): Added public constructor - to call superclass. - * java/awt/Choice.java: - (AccessibleAWTChoice): Added class documentation. - (AccessibleAWTChoice()): Added public constructor - to call superclass. - (AccessibleAWTChoice.getAccessibleAction()): Documented. - (AccessibleAWTChoice.getAccessibleRole()): Documented, - and changed role to COMBO_BOX. - (AccessibleAWTChoice.getAccessibleActionCount()): Documented. - (AccessibleAWTChoice.getAccessibleActionDescription(int)): Documented. - (AccessibleAWTChoice.doAccessibleAction(int)): Documented. - -2005-02-15 Graydon Hoare - Michael Koch - - * javax/swing/LayoutFocusTraversalPolicy.java, - javax/swing/SortingFocusTraversalPolicy.java: - New classes. - * Makefile.am: Added new classes. - * Makefike.in: Regenerated. - - -2005-02-15 Michael Koch - - * javax/swing/DebugGraphics.java: Mostly implemented. - -2005-02-15 Michael Koch - - * javax/swing/SwingUtilities.java - (findFocusOwner): New method. - -2005-02-15 Michael Koch - - * javax/swing/text/DefaultEditorKit.java - (read): Added '\n' after each line. - * javax/swing/text/PlainView.java - (modelToView): Update metrics. - (drawLine): Use offsets from element. - (paint): Update metrics. Draw all lines. - -2005-02-15 Andrew John Hughes - - * java/awt/Checkbox.java: - (AccessibleAWTCheckbox): Added class documentation - * java/awt/Scrollbar.java: - (AccessibleAWTScrollBar): typo corrected and docs added - (AccessibleAWTScrollBar.getAccessibleRole()): documented - (AccessibleAWTScrollBar.getAccessibleStateSet()): likewise - (AccessibleAWTScrollBar.getAccessibleValue()): likewise - (AccessibleAWTScrollBar.getCurrentAccessibleValue()): likewise - (AccessibleAWTScrollBar.setCurrentAccessibleValue(int)): likewise - (AccessibleAWTScrollBar.getMinimumAccessibleValue()): likewise - (AccessibleAWTScrollBar.getMaximumAccessibleValue()): likewise - (getAccessibleContext()): name of accessible class corrected - -2005-02-15 Mark Wielaard - - * java/awt/BasicStroke.java (hashCode): Implement. - (equals): Document. - -2005-02-15 Michael Koch - - * java/awt/print/PrinterJob.java - (pageDialog): Throws java.awt.HeadlessException. - (printDialog): Likewise. - -2005-02-15 Mark Wielaard - - * jni/gtk-peer/gtkpeer.h (gdk_env): Fix prototype. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java - (getValueAt): New method. - * javax/swing/table/JTableHeader.java - (columnAtPoint): New method. - -2005-02-15 Michael Koch - - * javax/swing/JTextField.java - (actions): New field. - (static): Initalize actions field. - (getActions): New method. - -2005-02-15 Andrew John Hughes - - * java/awt/Checkbox.java: - (AccessibleAWTCheckbox): name capitalization corrected - and serialization UID added. - (AccessibleAWTCheckbox.itemStateChanged(java.awt.event.ItemEvent)): - documented. - (AccessibleAWTCheckbox.getAccessibleAction()): likewise - (AccessibleAWTCheckbox.getAccessibleValue()): likewise - (AccessibleAWTCheckbox.getAccessibleActionCount()): likewise - (AccessibleAWTCheckbox.getAccessibleActionDescription(int)): likewise - (AccessibleAWTCheckbox.doAccessibleAction(int)): likewise - (AccessibleAWTCheckbox.getCurrentAccessibleValue()): likewise - (AccessibleAWTCheckbox.setCurrentAccessibleValue(int)): likewise - (AccessibleAWTCheckbox.getMinimumAccessibleValue()): likewise - (AccessibleAWTCheckbox.getMaximumAccessibleValue()): likewise - (AccessibleAWTCheckbox.getAccessibleRole()): likewise - (AccessibleAWTCheckbox.getAccessibleStateSet()): implemented and - documented - (getAccessibleContext()): name of accessible class corrected - -2005-02-15 Sven de Marothy - - * java/awt/geom/doc-files/Area-1.png, - java/awt/geom/doc-files/Ellipse-1.png, - java/awt/geom/doc-files/GeneralPath-1.png: - New files. - -2005-02-15 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c (env_union): - Use union to avoid type-punning warning. - -2005-02-15 Michael Koch - - * javax/swing/DefaultListSelectionModel.java - (clone): New method. - -2005-02-15 Mark Wielaard - - Reported by Martin Platter - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_nativeSetFile): - Correct method signature of gtkSetFilename. - -2005-02-15 Arnaud Vandyck - - * javax/swing/text/StringContent.java: New file. - -2005-02-15 Michael Koch - - * Makefile.am: Added javax/swing/text/StringContent.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * gnu/java/awt/ClasspathToolkit.java: - Import statements reworked. - (imageCache): Made it of type java.util.HashMap. - -2005-02-15 Michael Koch - - * javax/imageio/stream/MemoryCacheImageInputStream.java: - Reworked import statements. - -2005-02-15 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: - Rewrite uses of extern variable to be function calls. - * jni/gtk-peer/gtkpeer.h (gdk_env): Change declaration to - function, from extern variable. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c - (gdk_env): Remove variable, add new function. - (java_vm): Add new variable. - (Java_gnu_java_awt_peer_gtk_GtkToolkit_gtkInit): Initialize - java_vm rather than old gdk_env variable. - -2005-02-15 David Gilbert - - * javax/swing/DefaultListModel.java - (add): fire correct event, - (addElement): corrected interval indices in event, - (clear): corrected upper bound for interval, only fire event if - list is not empty, - (setSize): fire appropriate event. - -2005-02-15 Graydon Hoare - - * gnu/awt/xlib/XEventLoop.java: Add non-blocking event mode. - * gnu/awt/xlib/XToolkit.java: Likewise. - * gnu/gcj/xlib/XAnyEvent.java: Likewise. - * gnu/gcj/xlib/natXAnyEvent.cc: Likewise. - * gnu/java/awt/ClasspathToolkit.java: Likewise. - * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise. - * java/awt/EventQueue.java (getNextEvent): - Adjust event loop to switch to native mode after 100ms. - * javax/swing/Timer.java (drainEvents): Reuse Runnable. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c - (Java_gnu_java_awt_peer_gtk_GtkGenericPeer_dispose): - Wake up event thread. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c - (Java_gnu_java_awt_peer_gtk_GtkToolkit_iterateNativeQueue): - Adjust event loop to switch to java mode after 100ms. - -2005-02-15 Graydon Hoare - - * jni.cc (_Jv_JNI_RegisterNatives): Re-add sync, which was - accidentally removed in last change. - -2005-02-15 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c, - gnu/java/awt/peer/gtk/GtkMainThread.java: Removed. - -2005-02-15 Graydon Hoare - - * include/jni.h (_Jv_JNIEnv::bottom_locals): New field. - * include/jvm.h (_Jv_FreeJNIEnv): Declare. - * java/lang/natThread.cc (finalize_native): Call _Jv_FreeJNIEnv. - * jni.cc: Reuse bottom frame between calls, avoid clearing - frame when no local references are made. - -2005-02-15 Michael Koch - - * javax/swing/UIDefaults.java (UIDefaults): - Fixed typo in javadoc (Thanks to Thomas Zander for reporting) - Fixed HTML entity and removed a redundant comma. - -2005-02-15 Michael Koch - - * javax/swing/text/DefaultEditorKit.java - (deinstall): Removed. - (install): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/UIDefaults.java (put): Handle value of null. - -2005-02-15 Michael Koch - - * java/awt/Robot.java, - java/awt/Scrollbar.java, - java/awt/print/PrinterJob.java, - javax/swing/JTable.java, - javax/swing/text/AbstractDocument.java: - Reworked import statements. - -2005-02-15 Michael Koch - - * javax/swing/JEditorPane.java - (read): Implemented. - (write): Likewise. - * javax/swing/text/DefaultEditorKit.java - (page): Renamed from page_url. Made private. - (editorKit): Renamed from kit. Made private. - (ctype): Removed. - (JEditorPane): All constructors reimplemented. - (getContentType): Use content type from editor kit. - (getEditorKit): Return editorKit. - (getEditorKitForContentType):Likewise. - (getPage): Return page. - (setContentType): Reimplemented. - (setEditorKit): Likewise. - (setEditorKitForContentType): Removed wrong implementation. - (setPage): Implemented. - -2005-02-15 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c - (nativeSetIconImageFromData): Re-add native implementation. - -2005-02-15 David Gilbert - - * javax/swing/table/DefaultTableModel.java - (DefaultTableModel()): Added Javadocs. - (DefaultTableModel(int, int)): Fixed implementation. - (DefaultTableModel(Vector, int)): Throw IllegalArgumentException - for negative rowCount. - (DefaultTableModel(Object[], int)): Added Javadocs. - (DefaultTableModel(Vector, Vector)): Likewise. - (DefaultTableModel(Object[][], Object[])): Likewise. - (getDataVector): Likewise. - (setDataVector(Vector, Vector)): Likewise. - (setDataVector(Object[][], Object[])): Likewise. - (newDataAvailable): Likewise. - (newRowsAdded): Likewise. - (rowsRemoved): Likewise. - (setColumnIdentifiers(Vector)): Allow for null argument. - (setColumnIdentifiers(Object[])): Added Javadocs. - (setNumRows): Likewise. - (setRowCount): Adds new rows if necessary, and sends more specific - TableModelEvent. - (setColumnCount): Allow for null columnIdentifiers. - (addColumn(Object)): Added Javadocs. - (addColumn(Object, Vector)): Handle null columnData. - (addColumn(Object, Object[])): Handle columnData with more or less - entries than rows in the table. - (addRow(Vector)): Fire appropriate event. - (addRow(Object[])): Added Javadocs. - (insertRow(int, Vector)): Fire appropriate event. - (insertRow(int, Object[])): Added Javadocs. - (moveRow): Reimplemented. - (removeRow(int)): Fire appropriate event. - (getColumnCount): Allow for null columnIdentifiers. - (getColumnName): Now returns empty string when column index is too - large. - (isCellEditable): Added Javadocs. - (getValueAt): Likewise. - (setValueAt): Fire more specific event. - (convertToVector): Added Javadocs. - * javax/swing/table/TableModel.java - Added Javadocs. - -2005-02-15 Thomas Fitzsimmons - - * libgcj.spec.in (lib): Add -l-javax-imageio. - -2005-02-15 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java: Replace direct - references to event queue q with method call q(). - * gnu/java/awt/peer/gtk/GtkDialogPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkFramePeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkScrollbarPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkTextComponentPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkWindowPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkGenericPeer.java: Likewise. - (q): New method. - -2005-02-15 Graydon Hoare - - * gnu/java/awt/ClasspathToolkit.java - (registerImageIOSpis): New method. - * gnu/java/awt/image/ImageDecoder.java - (imageDecoder): New constructor using InputStream - (startProduction): Handle existing InputStream. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (findSimpleIntegerArray): Make public and static. - (updateBufferedImage): Set each pixel, in a loop. - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: - Implement ImageIO SPI classes. - (createBufferedImage): Rewrite in terms of SPI classes. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (registerImageIOSpis): New method. - * java/lang/reflect/natMethod.cc - (_Jv_CallAnyMethodA): Borrow a patch from aph, applied to trunk, - which lets JNI call interface methods properly. - * javax/imageio/ImageIO.java - (WriterFormatFilter.filter): Fix copy-and-paste typos. - (WriterMIMETypeFilter.filter): Likewise. - (ImageReaderIterator): Pass extension argument through to SPI. - (getReadersByFilter): Likewise. - (getWritersByFilter): Likewise. - (getImageReadersByFormatName): Likewise. - (getImageReadersByMIMEType): Likewise. - (getImageReadersBySuffix): Likewise. - (getImageWritersByFormatName): Likewise. - (getImageWritersByMIMEType): Likewise. - (getImageWritersBySuffix): Likewise. - (read): Implement. - (write): Implement. - * javax/imageio/ImageReader.java - (progressListeners): Initialize. - (setInput): Implement. - * javax/imageio/ImageWriter.java - (progressListeners): Initialize. - (warningListeners): Likewise. - (warningLocales): Likewise. - (setOutput): Test "isInstance" rather than class equality. - * javax/imageio/spi/IIORegistry.java - (static): Add reader and writer SPIs. - (IIORegistry): Call ClasspathToolkit.registerImageIOSpis. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c - (query_formats): New function. - (save_to_stream): Likewise. - (Java_gnu_java_awt_peer_gtk_GdkPixbufDecoder_streamImage): Likewise. - -2005-02-15 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c (mouseWheel): - Call XFlush. - (keyPress): Likewise. - (keyRelease): Likewise. - -2005-02-15 Olga Rodimina - - * javax/swing/JTable.java - (columnAtPoint): New Method. Implemented. - (rowAtPoint): Likewise. - (countSelections): Fixed few small count errors. - (getSelections): Likewise. - (setSelectionMode): Set selection mode for column - selection model in addition to row selection model. - * javax/swing/plaf/basic/BasicTableUI.java: - (getRowForPoint): Removed. Replaced by - JTable.rowAtPoint(). - (getColForPoint): Removed. Replaced by - JTable.columnAtPoint(). - (updateSelection): Updated to call JTable.columnAtPoint - and JTable.rowAtPoint. - * javax/swing/table/DefaultTableColumnModel.java: - (getSelectedColumns): Implemented. - (getSelectedColumnCount): Implemented. - -2005-02-15 Graydon Hoare - - * Makefile.am - (jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c) - (gnu/java/awt/peer/gtk/GtkMainThread.java) : Remove. - * Makefile.in: Regenerate. - * gnu/awt/xlib/XEventLoop.java: Fix to match thread model. - * gnu/awt/xlib/XFramePeer.java: Likewise. - * gnu/awt/xlib/XToolkit.java: Likewise. - * gnu/gcj/xlib/XAnyEvent.java: Likewise. - * gnu/gcj/xlib/natXAnyEvent.cc: Likewise. - * gnu/java/awt/ClasspathToolkit.java - (nativeQueueEmpty) - (wakeNativeQueue) - (iterateNativeQueue): New methods. - * gnu/java/awt/peer/gtk/GtkMainThread.java: Remove. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (gtkInit): Absorb from defunct GtkMainThread class. - (static): Run gtkInit in static startup block. - (GtkToolkit): Remove construction of GtkMainThread and queue. - (getSystemEventQueueImpl): Construct queue when requested. - (nativeQueueEmpty) - (wakeNativeQueue) - (iterateNativeQueue): New methods. - * java/awt/Component.java (removeNotify): Remove race. - * java/awt/EventDispatchThread.java - (EventDispatchThread): Don't start on construction. - (run): Remove isInterrupted check. - * java/awt/EventQueue.java (shutdown): New flag. - (isShutdown): New method checking J2SE shutdown condition. - (setShutdown): New method. - (getNextEvent): Restructure to use ClasspathToolkit. - (postEvent): Activate new thread on posting, wake thread on - post of possible shutdown condition event. - * java/awt/Frame.java - (Frame): Call noteFrame in all constructors. - (fireDummyEvent): New helper method. - (addNotify): Fire a dummy event to wake up queue. - (removeNotify): Fire a dummy event to wake up queue. - (noteFrame): New method. - (weakFrames): New static field. - (getFrames): Implement. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c: - Remove. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c: - Move everything from GtkMainThread into this file - (Java_gnu_java_awt_peer_gtk_GtkToolkit_iterateNativeQueue) - (Java_gnu_java_awt_peer_gtk_GtkToolkit_wakeNativeQueue) - (Java_gnu_java_awt_peer_gtk_GtkToolkit_nativeQueueEmpty): - New functions to implement single-threaded queue semantics. - -2005-02-15 Michael Koch - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (getControlTextFont): New method. - (getMenuTextFont): Likewise. - (getSubTextFont): Likewise. - (getSystemTextFont): Likewise. - (getUserTextFont): Likewise. - (getWindowTitleFont): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/text/AbstractDocument.java - (documentFilter): New field. - (getDocumentFilter): New method. - (setDocumentFilter): Likewise. - (dump): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTree.java - (DynamicUtilTreeNode.hasChildren): Clarify javadoc. - -2005-02-15 Michael Koch - - * javax/swing/text/AbstractDocument.java - (AbstractElement.getLength): Fixed off-by-one error. - (AbstractElement.children): Made abstract. - (AbstractElement.getAllowsChildren): Likewise. - (AbstractElement.getElement): Likewise. - (AbstractElement.dumpElement): New private method. - (AbstractElement.dump): New method. - (BranchElememt.getName): Fixed implementation. - (BranchElememt.toString): Likewise. - (BranchElememt.getElement): Fixed arguments. - (LeafElement.getName): Fixed implementation. - (LeafElement.toString): Likewise. - * javax/swing/text/GapContent.java - (GapContent): Put default content into buffer. - * javax/swing/text/PlainDocument.java - (reindex): Use empty attribute sets instead of null. - (createDefaultRoot): Reimplemented. - (insertUpdate): Call super method. - (removeUpdate): Likewise. - (getParagraphElement): Implemented. - -2005-02-15 Michael Koch - - * gnu/java/awt/ClasspathToolkit.java - (createRobot): Throws java.awt.AWTException. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c: - Added '__attribute__((unused))' to all unused method arguments. - -2005-02-15 Michael Koch - - * javax/swing/DefaultBoundedRangeModel.java - (fireValueChanged): Fixed off-by-one error. - -2005-02-15 Thomas Fitzsimmons - - * Makefile.am (gtk_c_source_files): Add GdkRobotPeer.c. - (gtk_awt_peer_sources): Add GdkScreenGraphicsDevice.java and - GdkRobotPeer.java. - (lib_gnu_java_awt_peer_gtk_la_CFLAGS): Add X flags. - (lib_gnu_java_awt_peer_gtk_la_LDFLAGS): Add XTest flags. - * gnu/awt/xlib/XToolkit.java (createRobot): New method. - * gnu/java/awt/ClasspathToolkit.java (createRobot): New method. - * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java - (getDefaultScreenDevice): Implement. - * gnu/java/awt/peer/gtk/GdkRobotPeer.java: New file. - * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise. - * gnu/java/awt/peer/gtk/GtkToolkit.java (createRobot): New method. - * java/awt/Robot.java: Implement. - * java/awt/peer/RobotPeer.java: Rename parameters. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c: New file. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (awt_keycode_to_keysym): Make non-static. - * jni/gtk-peer/gtkpeer.h (AWT_BUTTON1_MASK, AWT_BUTTON2_MASK, - AWT_BUTTON3_MASK): Declare constants. - (awt_keycode_to_keysym): Declare. - - * Makefile.am (AM_MAKEFLAGS): Set KEYS variable. - * testsuite/libjava.mauve/mauve.exp (test_mauve): If KEYS exists - and is non-empty pass its value to "make check". - (test_mauve_sim): Likewise. - -2005-02-15 Michael Koch - - * javax/imageio/IIOParam.java - (setSourceBands): New method. - (setSourceSubsampling): Likewise. - * javax/imageio/ImageReadParam.java - (setDestination): Likewise. - (setDestinationBands): Likewise. - (setSourceProgressivePasses): Likewise. - * javax/imageio/metadata/IIOInvalidTreeException.java - (serialVersionUID): New static field. - * javax/imageio/metadata/IIOMetadataNode.java - (IIOMetadataNode): Don't explicitely implement org.w3c.dom.Node. - (parent): Dont initailize with default value explicitely. - (Object): Likewise. - (removeAttribute): Doesn't throws org.w3c.dom.DOMException. - (removeAttributeNode): Likewise. - (removeAttributeNS): Likewise. - (setAttribute): Likewise. - (setAttributeNode): Likewise. - (setAttributeNodeNS): Likewise. - (setAttributeNS): Likewise. - (appendChild): Likewise. - (getNodeValue): Likewise. - (insertBefore): Likewise. - (removeChild): Likewise. - (replaceChild): Likewise. - (setPrefix): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/LookAndFeel.java - (getDesktopPropertyValue): New method. - -2005-02-15 Michael Koch - - * javax/swing/JTree.java - (hasChildren): New instance field. - -2005-02-15 Michael Koch - - * javax/swing/JComponent.java - (getToolTipText): New method. - (getTitledBorderText): Likewise. - (getAccessibleKeyBinding): Likewise. - (getVerifyInputWhenFocusTarget): Likewise. - (setVerifyInputWhenFocusTarget): Likewise. - (verifyInputWhenFocusTarget): New instance field. - -2005-02-15 Michael Koch - - * javax/swing/DefaultListSelectionModel.java - (fireValueChanged): New method. - -2005-02-15 Michael Koch - - * javax/swing/DefaultBoundedRangeModel.java: - Fixed javadocs all over. - (fireStateChanged): Simplified. - * javax/swing/BoundedRangeModel.java: - Reformatted. - -2005-02-15 Michael Koch - - * javax/swing/JRootPane.java - (setMenuBar): Added @deprecated tag. - (getMenuBar): Likewise. - * javax/swing/JTable.java - (sizeColumnsToFit): Likewise. - -2005-02-15 Paul Jenner - - * javax/swing/ImageIcon.java (setImage): Implemented. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java: - Removed unused imports. - -2005-02-15 Olga Rodimina - - (prepareRenderer): Get column's index in dataModel instead - of column's view index. - (getColumnCount): return count of the columns in ColumnModel, - not in dataModel. - (removeColumn): Implemented. - (moveColumm): Likewise. - (setRowHeight): throw IllegalArgumentException if height is - less then 1. - * javax/swing/table/DefaultTableColumnModel.java: Add javadocs. - (DefaultTableColumnModel):Add call to createSelectionModel(). - (addColumn): Fire columnAdded event to registered listeners. - (removeColumn): Fire columnRemoved event to registered listeners. - (moveColumn): Fire columnMoved event to registered listeners. - (setColumnMargin): Fire ColumnMarginChanged event to registered listeners. - (getColumnIndex): Changed parameter name. - (setColumnSelectionAllowed): Likewise. - (fireColumnAdded): Implemented. - (fireColumnRemoved): Likewise. - (fireColumnMoved): Likewise. - (fireColumnMarginChanged): Likewise. - (getListeners): Changed parameter name. - (propertyChange): Implemented. - (valueChanged): Changed parameter name. - (createSelectionModel): Implemented. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GtkToolkit.java: - Explicitely import used classes. - (getLocalGraphicsEnvironment): Simplify. - * java/awt/Window.java (Window): - Enable code to get the default GraphicsConfiguration. - -2005-02-15 Michael Koch - - * javax/swing/plaf/metal/DefaultMetalTheme.java - (CONTROL_TEXT_FONT): New static field. - (MENU_TEXT_FONT): Likewise. - (SUB_TEXT_FONT): Likewise. - (SYSTEM_TEXT_FONT): Likewise. - (USER_TEXT_FONT): Likewise. - (WINDOW_TITLE_FONT): Likewise. - (getControlTextFont): New method. - (getMenuTextFont): Likewise. - (getSubTextFont): Likewise. - (getSystemTextFont): Likewise. - (getUserTextFont): Likewise. - (getWindowTitleFont): Likewise. - * javax/swing/plaf/metal/MetalTheme.java - (BLACK): Initialize with Color.BLACK. - (WHITE): Initialize with Color.WHITE. - (getInactiveControlTextColor): Return getControlDisabled(). - (getMenuDisabledForeground): Return getSecondary3(). - (getControlTextFont): New abstract method. - (getMenuTextFont): Likewise. - (getSubTextFont): Likewise. - (getSystemTextFont): Likewise. - (getUserTextFont): Likewise. - (getWindowTitleFont): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JFormattedTextField.java - (getFocusLostBehavior): Fixed typo in method name. - (setFocusLostBehavior): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/TransferHandler.java: - Reworked import statements. - -2005-02-15 Jerry Quinn - - * java/awt/Button.java, - java/awt/Canvas.java, - java/awt/Checkbox.java, - java/awt/CheckboxMenuItem.java, - java/awt/Choice.java, - java/awt/Dialog.java, - java/awt/Frame.java, - java/awt/Label.java, - java/awt/List.java, - java/awt/Menu.java, - java/awt/MenuBar.java, - java/awt/MenuItem.java, - java/awt/PopupMenu.java, - java/awt/ScrollPane.java, - java/awt/Scrollbar.java, - java/awt/TextArea.java, - java/awt/Window.java (getAccessibleContext): Clean up comments. - Reformat. - * java/awt/Button.java, - java/awt/Checkbox.java, - java/awt/Choice.java, - java/awt/Menu.java, - java/awt/PopupMenu.java, - java/awt/TextArea.java (getAccessibleContext): Only create new - accessible once. - * java/awt/TextComponent.java (getAccessibleContext): Implement. - -2005-02-15 Michael Koch - - * java/awt/Button.java, - javax/swing/JApplet.java, - javax/swing/JFormattedTextField.java, - javax/swing/JWindow.java, - javax/swing/JTree.java, - javax/swing/plaf/basic/BasicEditorPaneUI.java, - javax/swing/plaf/basic/BasicTextPaneUI.java, - javax/swing/plaf/basic/BasicTreeUI.java: - Reworked import statements. - -2005-02-15 Michael Koch - - * Makefile.am: Put javax.imageio into its own library and link it - against lib-org-w3c-dom.la to fix bootstrapping. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/text/TextAction.java - (getTextComponent): Simplified. Added Javadoc. - (augmentList): Implemented. Added Javadoc. - (getFocusedComponent): Added javadoc. - -2005-02-15 Jerry Quinn - - * java/awt/Scrollbar.java (AccessibleAWTScrollbar, - getAccessibleContext): Implement. - * java/awt/ScrollPane.java (AccessibleAWTScrollPane, - getAccessibleContext): Implement. - -2005-02-15 Jerry Quinn - - * java/awt/Dialog.java (AccessibleAWTFrame, getAccessibleContext): - Implement. - * java/awt/Frame.java (AccessibleAWTFrame, getAccessibleContext): - Implement. - * java/awt/Window.java (getAccessibleContext): Fix comment. - Remove extra import. - -2005-02-15 Jerry Quinn - - * java/awt/Window.java (AccessibleAWTWindow): Implement. - (isActive, isFocused, getAccessibleContext): Implement. - -2005-02-15 Jerry Quinn - - * java/awt/MenuItem.java (getAccessibleContext): Implement. - * java/awt/MenuComponent.java (accessibleContext): Make package - visible. - * java/awt/CheckboxMenuItem.java (getAccessibleContext, - AccessibleAWTCheckboxMenuItem): Implement. - -2005-02-15 Jerry Quinn - - * java/awt/List.java: Implement AccessibleAWTList, - AccessibleAWTListChild. - -2005-02-15 Jerry Quinn - - * java/awt/Choice.java: Add implements declaration for - Accessible. - -2005-02-15 Jerry Quinn - - * javax/imageio/metadata/IIOInvalidTreeException.java: Use Node - instead of Object. - -2005-02-15 Jerry Quinn - - * javax/imageio/metadata/IIOMetadataNode.java: Add Node to - implemented interface list. - -2005-02-15 Jerry Quinn - - * javax/imageio/metadata/IIOMetadataNode.java: Implement. - * javax/imageio/metadata/IIOAttr.java: New class. - * javax/imageio/metadata/IIONamedNodeMap.java: New class. - * javax/imageio/metadata/IIONodeList.java: New class. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/AbstractAction.java, - javax/swing/AbstractCellEditor.java, - javax/swing/AbstractListModel.java, - javax/swing/DefaultBoundedRangeModel.java, - javax/swing/DefaultButtonModel.java, - javax/swing/DefaultCellEditor.java, - javax/swing/DefaultComboBoxModel.java, - javax/swing/DefaultDesktopManager.java, - javax/swing/JMenu.java, - javax/swing/JSlider.java, - javax/swing/KeyStroke.java, - javax/swing/OverlayLayout.java, - javax/swing/ScrollPaneLayout.java, - javax/swing/SizeRequirements.java, - javax/swing/ViewportLayout.java: - Made serialVersionUID private. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java: - Reformatted. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: More reformatting. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Reformatted. - -2005-02-15 Jeroen Frijters - - * java/awt/EventDispatchThread.java, - java/awt/Toolkit.java: - Don't catch java.lang.ThreadDeath. - -2005-02-15 Michael Koch - - * javax/swing/text/PasswordView.java - (drawEchoCharacter): Added javadoc. - (drawSelectedText): Likewise. - (drawUnselectedText): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JRootPane.java - (windowDecorationStyle): New field. - (setMenuBar): New method. - (getMenuBar): Likewise. - (getWindowDecorationStyle): Likewise. - (setWindowDecorationStyle): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/DefaultListSelectionModel.java - (leadAnchorNotificationEnabled): Made protected. - -2005-02-15 Michael Koch - - * javax/swing/InternalFrameFocusTraversalPolicy.java: New file. - * Makefile.am: Added InternalFrameFocusTraversalPolicy.java. - * Makefile.in: Regenerated. - - -2005-02-15 Michael Koch - - * javax/swing/JFormattedTextField.java: Implemented. - * javax/swing/JWindow.java - (JWindow): New constructors. - (initWindow): Renamed from initFrame. - * javax/swing/UIDefaults.java - (ActiveValue): Made interface static. - (LazyValue): Likewise. - * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java - (TitlePaneLayout.TitlePaneLayout): New constructor. - * javax/swing/plaf/basic/BasicSliderUI.java - (ChangeHandler): Made public. - (FocusHandler): Likewise. - (PropertyChangeHandler): Likewise. - (ScrollListener): Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (FocusHandler): Likewise. - (MouseHandler): Likewise. - * javax/swing/plaf/basic/BasicTextPaneUI.java - (BasicTextPaneUI): Extend BasicEditorPaneUI. - * javax/swing/plaf/basic/BasicToolBarUI.java - (BasicToolBarUI): Simplified. Reworked javadoc. - (canDock): Simplified. Make public. - (DockingListener): Made public. - * javax/swing/text/JTextComponent.java - (navigationFilter): New field. - (getNavigationFilter): New method. - (setNavigationFilter): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/plaf/metal/MetalTheme.java - (getControlTextColor): Return getControlInfo(). - (getHighlightedTextColor): Return getControlTextColor(). - -2005-02-15 Michael Koch - - * javax/swing/plaf/basic/BasicButtonListener.java - (BasicButtonListener): New constructor. - * javax/swing/plaf/basic/BasicButtonUI.java - (createButtonListener): Usw new BasicButtonListener constructor. - -2005-02-15 Michael Koch - - * javax/imageio/event/package.html, - javax/imageio/metadata/package.html: New files. - -2005-02-15 Michael Koch - - * java/awt/image/MemoryImageSource.java: Reformatted. - -2005-02-15 Michael Koch - - * javax/swing/tree/TreeCellEditor.java: Refomatted. - -2005-02-15 Jeroen Frijters - - * java/awt/color/ICC_Profile.java - (finalize): Removed pointless field assignments. - -2005-02-15 Michael Koch - - * javax/swing/plaf/basic/BasicEditorPaneUI.java: New file. - * Makefile.am: Added javax/swing/plaf/basic/BasicEditorPaneUI.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/text/DefaultStyledDocument.java: New file. - * Makefile.am: Added javax/swing/text/DefaultStyledDocument.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/JFileChooser.java - (showDialog): Return CANCEL_OPTION for now. - (showOpenDialog): Likewise. - (showSaveDialog): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JApplet.java - (HIDE_ON_CLOSE): Removed. - (EXIT_ON_CLOSE): Likewise. - (DISPOSE_ON_CLOSE): Likewise. - (DO_NOTHING_ON_CLOSE): Likewise. - (close_action): Likewise. - (getDefaultCloseOperation): Likewise. - (setDefaultCloseOperation): Likewise. - (processWindowEvent): Likewise. - (getPreferredSize): Simplified. - * javax/swing/JInternalFrame.java - (setDefaultCloseOperation): Fixed throwing exception on wrong argument - value. - * javax/swing/JWindow.java - (HIDE_ON_CLOSE): Removed. - (EXIT_ON_CLOSE): Likewise. - (DISPOSE_ON_CLOSE): Likewise. - (DO_NOTHING_ON_CLOSE): Likewise. - (close_action): Likewise. - (processKeyEvent): Likewise. - (setDefaultCloseOperation): Likewise. - (getPreferredSize): Simplified. - -2005-02-15 Michael Koch - - * javax/swing/JTextField.java - (getPreferredSize): Re-implemented. - -2005-02-15 Michael Koch - - * javax/swing/JLabel.java - (setDisplayedMnemonic): Use only upper case characters. - (setDisplayedMnemonicIndex): Handle index == -1 and fire - PropertyChangeEvent after property got set to the new index. - -2005-02-15 Robert Schuster - - * javax/swing/JComboBox.java: - (JComboBox): Removed selection of the - first item in the model. - -2005-02-15 Robert Schuster - - * javax/swing/JComboBox.java - added support for no item being selected - (JComboBox): select first or nothing depending on element count - (setModel): cleaned up unneeded "this." usage, added more - docs, made exception behavior match that of the JDK - (setLighWeightPopupEnabled): removed unneeded "this." usage - (setEditable): dito - (setMaximumRowCount): dito - (setRenderer): dito - (setPrototypeDisplayValue): dito - (getSelectedItem): simplified, added more user doc - (setSelectedIndex): corrected exception behavior, added more user doc - (getSelectedIndex): fixed hardcoded dependency on DefaultComboBoxModel, - added performance warning to user doc - (addItem): fixed exception behavior, added user doc - (insertItemAt): dito - (removeItem): dito - (removeItemAt): dito - (removeAll): fixed exception behavior, added user doc, added support - for model not being instance of DefaultComboBoxModel - (getSelectedItemObjects): simplified - (getItemCount): fixed dependency on DefaultComboBoxModel - (getItemAt): fixed dependency on MutableComboBoxModel - * javax/swing/DefaultComboBoxModel.java: - (setSelectedItem): updates selected item only if new - value is null or known (match JDK behavior) - * javax/swing/plaf/basic/BasicComboBoxUI.java: - (paintCurrentValue): renders "" if no item is selected - -2005-02-15 Michael Koch - - * javax/swing/plaf/metal/MetalTheme.java, - javax/swing/plaf/metal/DefaultMetalTheme.java: - New files. - * javax/swing/plaf/metal/MetalLookAndFeel.java - * Makefile.am: Added the new files. - * Makefile.in: Regenerated. - -2005-02-15 Olga Rodimina - - * javax/swing/JTable.java - (editorComp): New field. - (JTable): Initialize local variables and call updateUI - (selectionBackground): Make protected. - (selectionForeground): Likewise. - (initializeLocalVars): Create default editors and renderers, - initialize editingColumn, editingRow variables. - (createDefaultEditors): New Method. - (createDefaultRenderers): Likewise. - (createDefaultListSelectionModel): Removed - (createDefaultSelectionModel): New Method. - (createDefaultTableHeader): Likewise - (removeColumn): Likewise. - (getEditingColumn): Likewise. - (setEditingColumn): Likewise. - (getEditingRow): Likewise. - (setEditingRow): Likewise. - (getEditorComponent): Likewise. - (isEditing): Likewise. - (setDefaultEditor): Likewise. - (addColumnSelectionInterval): Likewise. - (addRowSelectionInterval): Likewise. - (setColumnSelectionInterval): Likewise. - (setRowSelectionInterval): Likewise. - (removeColumnSelectionInterval): Likewise. - (removeRowSelectionInterval): Likewise. - (isColumnSelected): Likewise. - (isRowSelected): Likewise. - (isCellSelected): Likewise. - (selectAll): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java - (addColumn): New method. - (getColumnClass): Likewise. - (getColumnName): Likewise. - -2005-02-15 Paul Jenner - - * javax/swing/TransferHandler.java - (createTransferable): Made protected. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java, - javax/swing/plaf/basic/BasicTableHeaderUI.java, - javax/swing/plaf/basic/BasicTableUI.java: - Use fixed get/setIntercellSpacing() methods. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java - (getIntercellSpacing): Fixed typo in method name. - (setIntercellSpacing): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/text/JTextComponent.java - (focusAccelerator): New variable. - (getFocusAccelerator): New method. - (setFocusAccelerator): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JComponent.java - (setTransferHandler): Made public. Fire property change event. - * javax/swing/TransferHandler.java: Implemented. - * javax/swing/text/JTextComponent.java - (DefaultTransferHandler): New inner class. - (defaultTransferHandler): New variable. - (copy): New method. - (cut): Likewise. - (paste): Likewise. - (doTransferAction): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTree.java - (collapsePath): New method. - (collapseRow): Likewise. - (expandPath): Likewise. - (expandRow): Likewise. - (checkExpandParents): Likewise. - (doExpandParents): Likewise. - (setExpandedState): Likewise. - (makeVisible): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JPasswordField.java: Updated javadocs. - -2005-02-15 Michael Koch - - * javax/swing/JLayeredPane.java - (getLayer): Fixed return type, made public. - (getPosition): Use new getLayer(). - (SetPosition): Likewise. - (getIndexOf): Likewise. - (remove): Likewise. - * javax/swing/JInternalFrame.java - (getLayer): Use new JLayeredPane.getLayer(). - - -2005-02-15 Michael Koch - - * javax/swing/table/TableColumn.java: Added/fixed javadocs over all. - (setHeaderValue): Simplified. Do nothing when old value == new value. - -2005-02-15 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GdkGraphics.java (setClip): Protect - against null clip region. - * gnu/java/awt/peer/gtk/GtkFramePeer.java (create): Call - gtkWindowSetResizable. - (postConfigureEvent): Only revalidate if frame size has changed. - * gnu/java/awt/peer/gtk/GtkWindowPeer.java (postConfigureEvent): - Only revalidate if frame size has changed. - * java/awt/Component.java (reshape): Only repaint and post - component events if component is showing. - * java/awt/Container.java (addImpl): Only post container event if - container is showing. - (remove): Likewise. - * java/awt/Window.java (setLocationRelativeTo): Implement. - (setBoundsCallback): Only post component events if component is - showing. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (clearRect): - Protect against null graphics structure. Flush gdk event queue. - -2005-02-15 Michael Koch - - * javax/imageio/ImageReader.java, - javax/imageio/ImageTranscoder.java, - javax/imageio/ImageWriter.java, - javax/imageio/spi/ImageInputStreamSpi.java, - javax/imageio/spi/ImageOutputStreamSpi.java, - javax/imageio/spi/ServiceRegistry.java, - javax/imageio/stream/ImageInputStream.java, - javax/imageio/stream/ImageOutputStream.java: Updated. - * javax/imageio/IIOException.java, - javax/imageio/IIOImage.java, - javax/imageio/IIOParam.java, - javax/imageio/IIOParamController.java, - javax/imageio/ImageIO.java, - javax/imageio/ImageReadParam.java, - javax/imageio/ImageTypeSpecifier.java, - javax/imageio/ImageWriteParam.java, - javax/imageio/spi/IIORegistry.java, - javax/imageio/spi/ImageReaderSpi.java, - javax/imageio/spi/ImageWriterSpi.java, - javax/imageio/stream/FileCacheImageInputStream.java, - javax/imageio/stream/FileCacheImageOutputStream.java, - javax/imageio/stream/FileImageInputStream.java, - javax/imageio/stream/FileImageOutputStream.java, - javax/imageio/stream/ImageInputStreamImpl.java, - javax/imageio/stream/ImageOutputStreamImpl.java, - javax/imageio/stream/MemoryCacheImageInputStream.java, - javax/imageio/stream/MemoryCacheImageOutputStream.java, - javax/imageio/event/IIOReadProgressListener.java, - javax/imageio/event/IIOReadUpdateListener.java, - javax/imageio/event/IIOReadWarningListener.java, - javax/imageio/event/IIOWriteProgressListener.java, - javax/imageio/event/IIOWriteWarningListener.java, - javax/imageio/metadata/IIOMetadata.java, - javax/imageio/metadata/IIOMetadataController.java, - javax/imageio/metadata/IIOMetadataFormat.java, - javax/imageio/metadata/IIOInvalidTreeException.java, - javax/imageio/metadata/IIOMetadataFormatImpl.java, - javax/imageio/metadata/IIOMetadataNode.java: New files. - * Makefile.am (javax_source_files): Added new files - * Makefile.in: Regenerated. - -2005-02-15 Graydon Hoare - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: - Rework painting into BufferedImages - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: - Construct BufferedImage with alpha only when alpha is - present in colormodel. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - Rework painting into client-side jint arrays. - * jni/gtk-peer/gtkcairopeer.h: - Likewise. - -2005-02-15 Michael Koch - - * javax/swing/DefaultListCellRenderer.java - (serialVersionUID): Made private. - (getListCellRendererComponent): Set horizontal alignment. - * javax/swing/JLabel.java - (setVerticalAlignment): Re-implemented. - (setHorizontalAlignment): Do nothing if old value = new value. - * javax/swing/JList.java - (setCellRenderer): Likewise. - (setModel): Re-implemented. - (setSelectionModel): Likewise. - -2005-02-15 David Gilbert - - * java/awt/Component.java, - java/awt/geom/Rectangle2D.java: - Javadoc fixes. - -2005-02-15 Michael Koch - - * javax/swing/AbstractListModel.java - (fireContentsChanged): Simplified. - (fireIntervalAdded): Likewise. - (fireIntervalRemoved): Likewise. - * javax/swing/DefaultSingleSelectionModel.java: - Reformatted. - (fireStateChanged): Simplified. - * javax/swing/JPopupMenu.java - (setSelectionModel): Set property. - -2005-02-15 Michael Koch - - * java/awt/print/Book.java: Reformatted. - -2005-02-15 Michael Koch - - * java/awt/geom/Area.java - (QuadSegment.curveArea): Remove unused variables. - (CubicSegment.curveArea): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTree.java - (ANCHOR_SELECTION_PATH_PROPERTY): Added @since tag. - (LEAD_SELECTION_PATH_PROPERTY): Likewise. - (EXPANDS_SELECTED_PATHS_PROPERTY): Likewise. - (EXPANDED): New constant. - (COLLAPSED): Likewise. - (nodeStates): New field. - (cellEditor): New method. - (cellRenderer): Likewise. - (selectionModel): Likewise. - (treeModel): Likewise. - (scrollPathToVisible): Likewise. - (scrollRowToVisible): Likewise. - (isCollapsed): Likewise. - (isExpanded): Likewise. - (clearToggledPaths): Likewise. - (getDescendantToggledPaths): Likewise. - (hasBeenExpanded): Likewise. - (isVisible): Likewise. - (isPathEditable): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JLayeredPane.java: Reformatted. - -2005-02-15 Michael Koch - - * javax/swing/tree/DefaultMutableTreeNode.java: - Completely Revised. - * javax/swing/tree/MutableTreeNode.java: - Reformatted. - -2005-02-15 Michael Koch - - * javax/swing/JFormattedTextField.java - (setDocument): Call setDocument of super class. Don't fire property - change event. - -2005-02-15 Sven de Marothy - - * java/awt/image/IndexColorModel.java: - Add FIXME with respect to alpha handling. - (getAlpha): Default to returning opaque pixels. - * java/awt/image/MultiPixelPackedSampleModel.java - (MultiPixelPackedSampleModel): Corrected parameters, order of - bit shifts and masks, stride length off by one. - -2005-02-15 Michael Koch - - * javax/swing/JList.java, javax/swing/JTree.java: - Added much new methods and fixed much methods setting bound properties. - -2005-02-16 Mark Wielaard - - * Makefile.am (gnu_xml_source_files): Removed - gnu/xml/dom/DomCDATA.java, gnu/xml/dom/DomEx.java, - gnu/xml/dom/DomFragment.java, gnu/xml/dom/DomPI.java and - gnu/xml/dom/ls/DomLSEx.java. Replaced by adding - gnu/xml/dom/DomCDATASection.java, gnu/xml/dom/DomDOMException.java, - gnu/xml/dom/DomDocumentFragment.java, - gnu/xml/dom/DomProcessingInstruction.java and - gnu/xml/dom/ls/DomLSException.java. - * Makefile.in: Regenerated. - -2005-02-16 Tom Tromey - - * gnu/xml/aelfred2/SAXDriver.java: Ensure that null is returned when - attribute index is out of bounds. - -2005-02-16 Chris Burdess - - * gnu/xml/aelfred2/SAXDriver.java: Corrected implementation of - isDeclared methods. Improved performance of isSpecified methods. - -2005-02-16 Chris Burdess - - Fixes bug libgcj/19864 - * gnu/xml/dom/DomAttr.java, - gnu/xml/dom/DomCDATA.java, - gnu/xml/dom/DomCDATASection.java, - gnu/xml/dom/DomCharacterData.java, - gnu/xml/dom/DomDOMException.java, - gnu/xml/dom/DomDoctype.java, - gnu/xml/dom/DomDocument.java, - gnu/xml/dom/DomDocumentConfiguration.java, - gnu/xml/dom/DomDocumentFragment.java, - gnu/xml/dom/DomElement.java, - gnu/xml/dom/DomEx.java, - gnu/xml/dom/DomFragment.java, - gnu/xml/dom/DomImpl.java, - gnu/xml/dom/DomIterator.java, - gnu/xml/dom/DomNamedNodeMap.java, - gnu/xml/dom/DomNode.java, - gnu/xml/dom/DomNsNode.java, - gnu/xml/dom/DomPI.java, - gnu/xml/dom/DomProcessingInstruction.java, - gnu/xml/dom/DomText.java, - gnu/xml/dom/DomLSEx.java, - gnu/xml/dom/DomLSException.java, - gnu/xml/dom/DomLSParser.java, - gnu/xml/dom/DomLSSerializer.java: Refactoring of exception and DOM - implementation class names to conform to Classpath guidelines. Make - DomLSException use JDK 1.4+ exception chaining. - * gnu/xml/util/SAXNullTransformerFactory.java, - gnu/xml/xpath/Predicate.java: Use constants relative to - declaring class or interface. - -2005-02-16 Andrew Haley - - * javax/security/auth/Subject.java (doAsPrivileged): If acc is - null, create a new AccessControlContext. - * java/security/SecureClassLoader.java (protectionDomainCache): - new field. - (defineClass): Create a new protection domain and add it to our - cache. - - * java/rmi/server/UnicastRemoteObject.java (exportObject): Call - addStub() to keep track of the stub we've exported. - (unexportObject): Call deleteStub(). - * java/rmi/server/RemoteObject.java (stubs): New field. - (addStub): New method. - (deleteStub): New method. - (toStub): Rewrite. - - * java/lang/VMCompiler.java (loadSharedLibrary): Pass - true to findHelper (tryParents). - * gnu/gcj/runtime/SharedLibLoader.java (SharedLibLoader): - Likewise. - * java/net/URLClassLoader.java (SoURLLoader): Likewise. - * gnu/gcj/runtime/SharedLibHelper.java (SharedLibHelper): Pass - ProtectionDomain. - If tryParents is false, don't scan parent class loaders. - - * java/security/Permissions.java (PermissionsHash.implies): - Iterate over the collection and invoke implies() on each - element. - -2005-02-16 Andrew Haley - - * gnu/gcj/runtime/PersistentByteMap.java (name, values, fc): new - fields. - (PersistentByteMap): Set name - Magic number changed to 0x67636a64 ("gcjd"). - (init): Force the map to be prime. - (emptyPersistentByteMap): File name was a string, now a File. - (addBytes): Share srings between entries. - (stringTableSize): New method. - (capacity): Scale by load factor. - (force): New method. - (getFile): New method. - (close): New method. - (putAll): New method. - (ByteWrapper): New class. - * gnu/gcj/tools/gcj_dbtool/Main.java (verbose): New field. - (main): Guess the average string size as 32, not 64. - Copy a database before modifying it, so that we can update a - database in a running system. - If a database isn't big enough, resize it. - "-m": new option: merges databases. - "-a": Create a new detabase if it doesn't exist. - (usage): Correct, add new option. - (addJar): Copy a database before modifying it. - (resizeMap): New method. - -2005-02-15 David Daney - Bryce McKinlay - - * prims.cc (_Jv_CreateJavaVM): Add comment about initialization order. - * posix-threads.cc (_Jv_InitThreads): Call block_sigchld() here to - ensure that GC threads inherit the new signal mask. - (block_sigchld): Call JvFail rather than throwing exception if - pthread_sigmask() fails. - -2005-02-15 Mark Wielaard - - * java/util/jar/Attributes.java (Name.CLASS_PATH): Document that - file path elements are separated by spaces. - -2005-02-15 Mark Wielaard - - * java/util/jar/Attributes.java (Attributes.Name): Add documentation - to describe attributes without a constant field value in this class. - -2005-02-15 Michael Koch - - * java/util/jar/Attributes.java - (CREATED_BY, JAVA_BEAN, MAGIC): Removed. - -2005-02-15 Mark Wielaard - - * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Just use - space for parsing CLASS_PATH attribute. - -2005-02-15 Mark Wielaard - - * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Don't look - aside for "GCJLIBS" in directory where jarfiles are loaded. - (JarURLLoader.getClass): Removed method. - (JarURLLoader.toString): Removed method. - (FileResource.toString): Removed method. - -2005-02-15 Mark Wielaard - - * javax/net/ssl/SSLContext.java (getInstance): Add exception message - and/or cause before throwing. - -2005-02-15 Richard Henderson - - * Makefile.am (libgcj_la_SOURCES): Move all sources ... - (libgcj0_convenience_la_SOURCES): ... here. - (libgcj_la_LIBADD): Add libgcj0_convenience.la. - (libgcj_la_DEPENDENCIES): Include libgcj_la_LIBADD. - * Makefile.in: Regenerate. - -2005-02-14 Thomas Fitzsimmons - - * jawt.c: New file. - * include/jawt.h: Likewise. - * include/jawt_md.h: Likewise. - * include/Makefile.am (tool_include__HEADERS): Add jawt.h and - jawt_md.h files. - * include/Makefile.in: Regenerate. - * jni/classpath/classpath_jawt.h: Likewise. - * jni/gtk-peer/gtk_jawt.c: Likewise. - * Makefile.am: Build libjawt.so. - * Makefile.in: Regenerate. - -2005-02-14 Tom Tromey - - * testsuite/libjava.lang/PR19921.java: Use correct class name. - -2005-02-14 Tom Tromey - - * testsuite/libjava.lang/PR19921.out: Renamed from PR19929.out. - * testsuite/libjava.lang/PR19921.java: Renamed from PR19929.java. - -2005-02-14 Tom Tromey - - For PR java/19929: - * testsuite/libjava.lang/PR19929.out: New file. - * testsuite/libjava.lang/PR19929.java: New file. - -2005-02-14 Anthony Green - - PR libgcj/18116 - * testsuite/libjava.jni/PR18116.c: New file. - * testsuite/libjava.jni/PR18116.java: New file. - * testsuite/libjava.jni/PR18116.out: New file. - -2005-02-13 Anthony Green - - PR libgcj/18116 - * jni.cc (nathash_add): Don't strdup the method signature. - (_Jv_JNI_RegisterNatives): Convert the slashes to dots in the - method signature. - Update copyright. - -2005-02-12 Mark Wielaard - - Fixes bug libgcj/8170 - * java/lang/ClassLoader.java (loadClass): Don't rewrap - ClassNotFoundException. - * gnu/java/lang/MainThread.java (run): Chain NoClassDefFoundError. - * gnu/gcj/runtime/NameFinder.java (remove_interpreter): Removed. - (remove_internal): New field superceding remove_interpreter. - (sanitizeStack): Remove all no-package classes starting with "_Jv_". - Remove no-class methods starting with "_Jv_". And Replace null - class or method names with the empty string. Stop at either the - MainThread or a real Thread run() method. - (newElement): Made static. - * java/net/URLClassLoader.java (findClass): Throw - ClassNotFoundExceptions including urls, plus parent using toString(). - (thisString): New field. - (toString): New method. - -2005-02-10 Tom Tromey - - * external/sax/Makefile.in: Rebuilt. - * external/sax/Makefile.am (all-local): Removed. - (BUILT_SOURCES): New variable. - (mostlyclean-local): No error if no classes to delete. - * external/w3c_dom/Makefile.in: Rebuilt. - * external/w3c_dom/Makefile.am (all-local): Removed. - (BUILT_SOURCES): New variable. - (mostlyclean-local): No error if no classes to delete. - -2005-02-10 Bryce McKinlay - - * testsuite/libjava.mauve/xfails: Updated to reflect current state - of mauve and libjava. - -2005-02-09 Tom Tromey - - * gnu/java/net/protocol/jar/Connection.java (getJarFile): Open - jar file with OPEN_DELETE. - * java/util/zip/ZipFile.java (ZipFile): Call deleteOnExit when - OPEN_DELETE is used. - -2005-02-09 Tom Tromey - - * java/util/zip/InflaterInputStream.java (markSupported): - Override. - (mark, reset): Likewise. - -2005-02-08 Tom Tromey - - * java/net/URI.java (AUTHORITY_REGEXP): Handle case where user - name or port is missing. - (AUTHORITY_USERINFO_GROUP, AUTHORITY_HOST_GROUP, - AUTHORITY_PORT_GROUP): Updated. - -2005-02-08 Tom Tromey - - * configure: Rebuilt. - * configure.ac: Reduce number of calls to AC_CHECK_FUNCS and - AC_CHECK_HEADERS. - -2005-02-07 Tom Tromey - - * java/lang/natRuntime.cc (insertSystemProperties): Set - sun.boot.class.path earlier. - -2005-02-07 Tom Tromey - - * defineclass.cc (handleClassBegin): Use - _Jv_RegisterInitiatingLoader. - * java/lang/Class.h (_Jv_UnregisterInitiatingLoader): Declare. - * java/lang/natVMClassLoader.cc (resolveClass): Don't register - class. Use _Jv_UnregisterInitiatingLoader. - * java/lang/natClassLoader.cc (_Jv_UnregisterInitiatingLoader): - New function. - -2005-02-07 Mark Wielaard - - Reported by Timo Lindfors - java/util/regex/Matcher.java (lookingAt): Set position when match - found. - (matches): Implemented through lookingAt(). - -2005-02-07 Mark Wielaard - - Fix suggested by Timo Lindfors - * java/util/regex/Pattern.java (split(CharSequence,int)): - Fix while empties > 0 loops. - -2005-02-07 Robert Schuster - - * gnu/java/nio/charset/ISO_8859_1.java, - gnu/java/nio/charset/US_ASCII.java, - gnu/java/nio/charset/UTF_16.java, - gnu/java/nio/charset/UTF_16_LE.java, - gnu/java/nio/charset/UTF_16_BE.java, - gnu/java/nio/charset/UTF_8.java: Fixed canonical names - and aliases according to - "http://www.iana.org/assignments/character-sets", - "http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html" - and "http://oss.software.ibm.com/cgi-bin/icu/convexp?s=ALL". - * gnu/java/nio/charset/Provider.java: Made charset lookup - case-insensitive which fixes bug #11740. - -2005-02-07 Tom Tromey - - PR libgcj/19611: - * Makefile.in: Rebuilt. - * Makefile.am (src.zip): New target. - (install-src.zip): Likewise. - (sourcesdir): New variable. - -2005-02-06 Jerry Quinn - - * javax/imageio/metadata/IIOMetadataNode.java: - Implemented. - * javax/imageio/metadata/IIOAttr.java, - javax/imageio/metadata/IIONamedNodeMap.java, - javax/imageio/metadata/IIONodeList.java: - New files - -2005-02-06 Graydon Hoare - - * gnu/java/awt/ClasspathToolkit.java - (registerImageIOSpis): New method. - * javax/imageio/ImageIO.java - (WriterFormatFilter.filter): Fix copy-and-paste typos. - (WriterMIMETypeFilter.filter): Likewise. - (ImageReaderIterator): Pass extension argument through to SPI. - (getReadersByFilter): Likewise. - (getWritersByFilter): Likewise. - (getImageReadersByFormatName): Likewise. - (getImageReadersByMIMEType): Likewise. - (getImageReadersBySuffix): Likewise. - (getImageWritersByFormatName): Likewise. - (getImageWritersByMIMEType): Likewise. - (getImageWritersBySuffix): Likewise. - (read): Implement. - (write): Implement. - * javax/imageio/ImageReader.java - (progressListeners): Initialize. - (setInput): Implement. - * javax/imageio/ImageWriter.java - (progressListeners): Initialize. - (warningListeners): Likewise. - (warningLocales): Likewise. - (setOutput): Test "isInstance" rather than class equality. - * javax/imageio/spi/IIORegistry.java - (static): Add reader and writer SPIs. - (IIORegistry): Call ClasspathToolkit.registerImageIOSpis. - -2004-02-06 Michael Koch - - * javax/imageio/metadata/IIOInvalidTreeException.java - (IIOInvalidTreeException): Reformatted. - * javax/imageio/spi/IIORegistry.java - (static): Register ImageReaderSpi.class and ImageWriterSpi.class. - * javax/imageio/stream/MemoryCacheImageInputStream.java: - Reworked import statements. - -2004-02-06 Michael Koch - - * javax/imageio/stream/FileImageOutputStream.java: - Implemented. - -2004-02-06 Michael Koch - - * javax/imageio/stream/FileCacheImageInputStream.java, - javax/imageio/stream/FileCacheImageOutputStream.java, - javax/imageio/stream/FileImageInputStream.java, - javax/imageio/stream/ImageInputStreamImpl.java, - javax/imageio/stream/ImageOutputStreamImpl.java, - javax/imageio/stream/MemoryCacheImageInputStream.java, - javax/imageio/stream/MemoryCacheImageOutputStream.java: - Added all missing methods in javax.imageio.stream. - -2005-02-02 David Daney - - * java/net/InetAddress.java (InetAddress): Make a private copy of - the address. - * java/net/Inet4Address.java (getAddress): Return a copy of the - address. - * java/net/Inet6Address.java (Inet6Address): Use private copy of - the address - (getAddress): Return a copy of the address. - (equals): Rewrote. - -2005-02-02 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (classes.stamp): New target, broken out from - libgcj.jar target. - ($(all_java_class_files)): Depend on it. - (libgcj-@gcc_version@.jar): Likewise. - (all-recursive): Likewise. - (CLEANFILES): Include classes.stamp. - -2005-02-02 Hans Boehm - - * link.cc: Include - -2005-02-02 Tom Tromey - - PR libgcj/19681: - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added new class. - * java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal): - Use system_instance, not instance. - * gnu/gcj/runtime/SystemClassLoader.java: New file. - * gnu/gcj/runtime/VMClassLoader.java (init): Don't search - java.class.path. - (system_instance): New field. - (initialize): Initialize the system loader as well. - (VMClassLoader): Default to LIB_CACHE. - -2005-02-02 Tom Tromey - - * gnu/gcj/runtime/PersistentByteMap.java: Fixed typo. - * prims.cc: Fixed comment. - -2005-02-01 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (BOOTCLASSPATH): Added sax and w3c_dom. - (.java.class): Use BOOTCLASSPATH. - -2005-02-01 Tom Tromey - - * external/w3c_dom/Makefile.am: New file. - * external/w3c_dom/Makefile.in: New file. - * external/sax/Makefile.am: New file. - * external/sax/Makefile.in: New file. - * external/Makefile.in: New file. - * external/Makefile.am: New file. - * external/README: New file from Classpath. - * configure, aclocal.m4, Makefile.in: Rebuilt. - * configure.ac (AC_CONFIG_FILES): Create new Makefiles. - * Makefile.am (SUBDIRS): Added external. - (toolexeclib_LTLIBRARIES): Removed lib-org-xml-sax.la, - lib-org-w3c-dom.la, lib-org-ietf-gss.la. - (BOOTCLASSPATH): New variable. - (AM_GCJFLAGS): Use it. - (gnu_xml_source_files): New variable. - (libgcj_la_SOURCES): Use it. - (libgcj_la_LDADD): Include new convenience libraries. - (lib_org_ietf_jgss_la_SOURCES): Removed. - (lib_org_ietf_jgss_la_DEPENDENCIES): Likewise. - (lib_org_ietf_jgss_la_LIBADD): Likewise. - (lib_org_w3c_dom_la_SOURCES): Removed. - (lib_org_w3c_dom_la_DEPENDENCIES): Likewise. - (lib_org_w3c_dom_la_LIBADD): Likewise. - (lib_org_xml_sax_la_SOURCES): Removed. - (lib_org_xml_sax_la_DEPENDENCIES): Likewise. - (lib_org_xml_sax_la_LIBADD): Likewise. - (all_java_source_files): Updated. - (property_files): Likewise. - (libgcj-@gcc_version@.jar): Include classes from external/. - (javax_source_files): Updated. - (ordinary_java_source_files): Updated. - * javax/xml/XMLConstants.java, - javax/xml/datatype/DatatypeConfigurationException.java, - javax/xml/datatype/DatatypeConstants.java, - javax/xml/datatype/DatatypeFactory.java, - javax/xml/datatype/Duration.java, - javax/xml/datatype/XMLGregorianCalendar.java, - javax/xml/datatype/package.html, - javax/xml/namespace/NamespaceContext.java, - javax/xml/namespace/QName.java, javax/xml/namespace/package.html, - javax/xml/parsers/DocumentBuilder.java, - javax/xml/parsers/DocumentBuilderFactory.java, - javax/xml/parsers/FactoryConfigurationError.java, - javax/xml/parsers/ParserConfigurationException.java, - javax/xml/parsers/SAXParser.java, - javax/xml/parsers/SAXParserFactory.java, - javax/xml/parsers/package.html, - javax/xml/transform/ErrorListener.java, - javax/xml/transform/OutputKeys.java, - javax/xml/transform/Result.java, javax/xml/transform/Source.java, - javax/xml/transform/SourceLocator.java, - javax/xml/transform/Templates.java, - javax/xml/transform/Transformer.java, - javax/xml/transform/TransformerConfigurationException.java, - javax/xml/transform/TransformerException.java, - javax/xml/transform/TransformerFactory.java, - javax/xml/transform/TransformerFactoryConfigurationError.java, - javax/xml/transform/URIResolver.java, - javax/xml/transform/package.html, - javax/xml/transform/dom/DOMLocator.java, - javax/xml/transform/dom/DOMResult.java, - javax/xml/transform/dom/DOMSource.java, - javax/xml/transform/dom/package.html, - javax/xml/transform/sax/SAXResult.java, - javax/xml/transform/sax/SAXSource.java, - javax/xml/transform/sax/SAXTransformerFactory.java, - javax/xml/transform/sax/TemplatesHandler.java, - javax/xml/transform/sax/TransformerHandler.java, - javax/xml/transform/sax/package.html, - javax/xml/transform/stream/StreamResult.java, - javax/xml/transform/stream/StreamSource.java, - javax/xml/transform/stream/package.html, - javax/xml/validation/Schema.java, - javax/xml/validation/SchemaFactory.java, - javax/xml/validation/TypeInfoProvider.java, - javax/xml/validation/Validator.java, - javax/xml/validation/ValidatorHandler.java, - javax/xml/validation/package.html, javax/xml/xpath/XPath.java, - javax/xml/xpath/XPathConstants.java, - javax/xml/xpath/XPathException.java, - javax/xml/xpath/XPathExpression.java, - javax/xml/xpath/XPathExpressionException.java, - javax/xml/xpath/XPathFactory.java, - javax/xml/xpath/XPathFactoryConfigurationException.java, - javax/xml/xpath/XPathFunction.java, - javax/xml/xpath/XPathFunctionException.java, - javax/xml/xpath/XPathFunctionResolver.java, - javax/xml/xpath/XPathVariableResolver.java, - javax/xml/xpath/package.html: New files, from GNU JAXP. - * org/w3c/dom/Attr.java, org/w3c/dom/CDATASection.java, - org/w3c/dom/CharacterData.java, org/w3c/dom/Comment.java, - org/w3c/dom/DOMException.java, org/w3c/dom/DOMImplementation.java, - org/w3c/dom/Document.java, org/w3c/dom/DocumentFragment.java, - org/w3c/dom/DocumentType.java, org/w3c/dom/Element.java, - org/w3c/dom/Entity.java, org/w3c/dom/EntityReference.java, - org/w3c/dom/NamedNodeMap.java, org/w3c/dom/Node.java, - org/w3c/dom/NodeList.java, org/w3c/dom/Notation.java, - org/w3c/dom/ProcessingInstruction.java, org/w3c/dom/Text.java, - org/w3c/dom/ranges/DocumentRange.java, - org/w3c/dom/ranges/Range.java, - org/w3c/dom/ranges/RangeException.java, - org/w3c/dom/traversal/DocumentTraversal.java, - org/w3c/dom/traversal/NodeFilter.java, - org/w3c/dom/traversal/NodeIterator.java, - org/w3c/dom/traversal/TreeWalker.java, - org/xml/sax/AttributeList.java, org/xml/sax/Attributes.java, - org/xml/sax/ContentHandler.java, org/xml/sax/DTDHandler.java, - org/xml/sax/DocumentHandler.java, org/xml/sax/EntityResolver.java, - org/xml/sax/ErrorHandler.java, org/xml/sax/HandlerBase.java, - org/xml/sax/InputSource.java, org/xml/sax/Locator.java, - org/xml/sax/Parser.java, org/xml/sax/SAXException.java, - org/xml/sax/SAXNotRecognizedException.java, - org/xml/sax/SAXNotSupportedException.java, - org/xml/sax/SAXParseException.java, org/xml/sax/XMLFilter.java, - org/xml/sax/XMLReader.java, org/xml/sax/package.html, - org/xml/sax/ext/DeclHandler.java, - org/xml/sax/ext/LexicalHandler.java, org/xml/sax/ext/package.html, - org/xml/sax/helpers/AttributeListImpl.java, - org/xml/sax/helpers/AttributesImpl.java, - org/xml/sax/helpers/DefaultHandler.java, - org/xml/sax/helpers/LocatorImpl.java, - org/xml/sax/helpers/NamespaceSupport.java, - org/xml/sax/helpers/NewInstance.java, - org/xml/sax/helpers/ParserAdapter.java, - org/xml/sax/helpers/ParserFactory.java, - org/xml/sax/helpers/XMLFilterImpl.java, - org/xml/sax/helpers/XMLReaderAdapter.java, - org/xml/sax/helpers/XMLReaderFactory.java, - org/xml/sax/helpers/package.html: Moved to external/. - * external/sax/README, - external/sax/org/xml/sax/AttributeList.java, - external/sax/org/xml/sax/Attributes.java, - external/sax/org/xml/sax/ContentHandler.java, - external/sax/org/xml/sax/DTDHandler.java, - external/sax/org/xml/sax/DocumentHandler.java, - external/sax/org/xml/sax/EntityResolver.java, - external/sax/org/xml/sax/ErrorHandler.java, - external/sax/org/xml/sax/HandlerBase.java, - external/sax/org/xml/sax/InputSource.java, - external/sax/org/xml/sax/Locator.java, - external/sax/org/xml/sax/Parser.java, - external/sax/org/xml/sax/SAXException.java, - external/sax/org/xml/sax/SAXNotRecognizedException.java, - external/sax/org/xml/sax/SAXNotSupportedException.java, - external/sax/org/xml/sax/SAXParseException.java, - external/sax/org/xml/sax/XMLFilter.java, - external/sax/org/xml/sax/XMLReader.java, - external/sax/org/xml/sax/package.html, - external/sax/org/xml/sax/ext/Attributes2.java, - external/sax/org/xml/sax/ext/Attributes2Impl.java, - external/sax/org/xml/sax/ext/DeclHandler.java, - external/sax/org/xml/sax/ext/DefaultHandler2.java, - external/sax/org/xml/sax/ext/EntityResolver2.java, - external/sax/org/xml/sax/ext/LexicalHandler.java, - external/sax/org/xml/sax/ext/Locator2.java, - external/sax/org/xml/sax/ext/Locator2Impl.java, - external/sax/org/xml/sax/ext/package.html, - external/sax/org/xml/sax/helpers/AttributeListImpl.java, - external/sax/org/xml/sax/helpers/AttributesImpl.java, - external/sax/org/xml/sax/helpers/DefaultHandler.java, - external/sax/org/xml/sax/helpers/LocatorImpl.java, - external/sax/org/xml/sax/helpers/NamespaceSupport.java, - external/sax/org/xml/sax/helpers/NewInstance.java, - external/sax/org/xml/sax/helpers/ParserAdapter.java, - external/sax/org/xml/sax/helpers/ParserFactory.java, - external/sax/org/xml/sax/helpers/XMLFilterImpl.java, - external/sax/org/xml/sax/helpers/XMLReaderAdapter.java, - external/sax/org/xml/sax/helpers/XMLReaderFactory.java, - external/sax/org/xml/sax/helpers/package.html, - external/w3c_dom/COPYRIGHT.html, external/w3c_dom/README, - external/w3c_dom/org/w3c/dom/Attr.java, - external/w3c_dom/org/w3c/dom/CDATASection.java, - external/w3c_dom/org/w3c/dom/CharacterData.java, - external/w3c_dom/org/w3c/dom/Comment.java, - external/w3c_dom/org/w3c/dom/DOMConfiguration.java, - external/w3c_dom/org/w3c/dom/DOMError.java, - external/w3c_dom/org/w3c/dom/DOMErrorHandler.java, - external/w3c_dom/org/w3c/dom/DOMException.java, - external/w3c_dom/org/w3c/dom/DOMImplementation.java, - external/w3c_dom/org/w3c/dom/DOMImplementationList.java, - external/w3c_dom/org/w3c/dom/DOMImplementationSource.java, - external/w3c_dom/org/w3c/dom/DOMLocator.java, - external/w3c_dom/org/w3c/dom/DOMStringList.java, - external/w3c_dom/org/w3c/dom/Document.java, - external/w3c_dom/org/w3c/dom/DocumentFragment.java, - external/w3c_dom/org/w3c/dom/DocumentType.java, - external/w3c_dom/org/w3c/dom/Element.java, - external/w3c_dom/org/w3c/dom/Entity.java, - external/w3c_dom/org/w3c/dom/EntityReference.java, - external/w3c_dom/org/w3c/dom/NameList.java, - external/w3c_dom/org/w3c/dom/NamedNodeMap.java, - external/w3c_dom/org/w3c/dom/Node.java, - external/w3c_dom/org/w3c/dom/NodeList.java, - external/w3c_dom/org/w3c/dom/Notation.java, - external/w3c_dom/org/w3c/dom/ProcessingInstruction.java, - external/w3c_dom/org/w3c/dom/Text.java, - external/w3c_dom/org/w3c/dom/TypeInfo.java, - external/w3c_dom/org/w3c/dom/UserDataHandler.java, - external/w3c_dom/org/w3c/dom/bootstrap/DOMImplementationRegistry.java, - external/w3c_dom/org/w3c/dom/css/CSS2Properties.java, - external/w3c_dom/org/w3c/dom/css/CSSCharsetRule.java, - external/w3c_dom/org/w3c/dom/css/CSSFontFaceRule.java, - external/w3c_dom/org/w3c/dom/css/CSSImportRule.java, - external/w3c_dom/org/w3c/dom/css/CSSMediaRule.java, - external/w3c_dom/org/w3c/dom/css/CSSPageRule.java, - external/w3c_dom/org/w3c/dom/css/CSSPrimitiveValue.java, - external/w3c_dom/org/w3c/dom/css/CSSRule.java, - external/w3c_dom/org/w3c/dom/css/CSSRuleList.java, - external/w3c_dom/org/w3c/dom/css/CSSStyleDeclaration.java, - external/w3c_dom/org/w3c/dom/css/CSSStyleRule.java, - external/w3c_dom/org/w3c/dom/css/CSSStyleSheet.java, - external/w3c_dom/org/w3c/dom/css/CSSUnknownRule.java, - external/w3c_dom/org/w3c/dom/css/CSSValue.java, - external/w3c_dom/org/w3c/dom/css/CSSValueList.java, - external/w3c_dom/org/w3c/dom/css/Counter.java, - external/w3c_dom/org/w3c/dom/css/DOMImplementationCSS.java, - external/w3c_dom/org/w3c/dom/css/DocumentCSS.java, - external/w3c_dom/org/w3c/dom/css/ElementCSSInlineStyle.java, - external/w3c_dom/org/w3c/dom/css/RGBColor.java, - external/w3c_dom/org/w3c/dom/css/Rect.java, - external/w3c_dom/org/w3c/dom/css/ViewCSS.java, - external/w3c_dom/org/w3c/dom/events/DocumentEvent.java, - external/w3c_dom/org/w3c/dom/events/Event.java, - external/w3c_dom/org/w3c/dom/events/EventException.java, - external/w3c_dom/org/w3c/dom/events/EventListener.java, - external/w3c_dom/org/w3c/dom/events/EventTarget.java, - external/w3c_dom/org/w3c/dom/events/MouseEvent.java, - external/w3c_dom/org/w3c/dom/events/MutationEvent.java, - external/w3c_dom/org/w3c/dom/events/UIEvent.java, - external/w3c_dom/org/w3c/dom/html2/HTMLAnchorElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLAppletElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLAreaElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLBRElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLBaseElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLBaseFontElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLBodyElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLButtonElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLCollection.java, - external/w3c_dom/org/w3c/dom/html2/HTMLDListElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLDirectoryElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLDivElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLDocument.java, - external/w3c_dom/org/w3c/dom/html2/HTMLElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFieldSetElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFontElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFormElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFrameElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFrameSetElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLHRElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLHeadElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLHeadingElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLHtmlElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLIFrameElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLImageElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLInputElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLIsIndexElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLLIElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLLabelElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLLegendElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLLinkElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLMapElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLMenuElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLMetaElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLModElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLOListElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLObjectElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLOptGroupElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLOptionElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLOptionsCollection.java, - external/w3c_dom/org/w3c/dom/html2/HTMLParagraphElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLParamElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLPreElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLQuoteElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLScriptElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLSelectElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLStyleElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableCaptionElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableCellElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableColElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableRowElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableSectionElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTextAreaElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTitleElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLUListElement.java, - external/w3c_dom/org/w3c/dom/ls/DOMImplementationLS.java, - external/w3c_dom/org/w3c/dom/ls/LSException.java, - external/w3c_dom/org/w3c/dom/ls/LSInput.java, - external/w3c_dom/org/w3c/dom/ls/LSLoadEvent.java, - external/w3c_dom/org/w3c/dom/ls/LSOutput.java, - external/w3c_dom/org/w3c/dom/ls/LSParser.java, - external/w3c_dom/org/w3c/dom/ls/LSParserFilter.java, - external/w3c_dom/org/w3c/dom/ls/LSProgressEvent.java, - external/w3c_dom/org/w3c/dom/ls/LSResourceResolver.java, - external/w3c_dom/org/w3c/dom/ls/LSSerializer.java, - external/w3c_dom/org/w3c/dom/ls/LSSerializerFilter.java, - external/w3c_dom/org/w3c/dom/ranges/DocumentRange.java, - external/w3c_dom/org/w3c/dom/ranges/Range.java, - external/w3c_dom/org/w3c/dom/ranges/RangeException.java, - external/w3c_dom/org/w3c/dom/stylesheets/DocumentStyle.java, - external/w3c_dom/org/w3c/dom/stylesheets/LinkStyle.java, - external/w3c_dom/org/w3c/dom/stylesheets/MediaList.java, - external/w3c_dom/org/w3c/dom/stylesheets/StyleSheet.java, - external/w3c_dom/org/w3c/dom/stylesheets/StyleSheetList.java, - external/w3c_dom/org/w3c/dom/traversal/DocumentTraversal.java, - external/w3c_dom/org/w3c/dom/traversal/NodeFilter.java, - external/w3c_dom/org/w3c/dom/traversal/NodeIterator.java, - external/w3c_dom/org/w3c/dom/traversal/TreeWalker.java, - external/w3c_dom/org/w3c/dom/views/AbstractView.java, - external/w3c_dom/org/w3c/dom/views/DocumentView.java, - external/w3c_dom/org/w3c/dom/xpath/XPathEvaluator.java, - external/w3c_dom/org/w3c/dom/xpath/XPathException.java, - external/w3c_dom/org/w3c/dom/xpath/XPathExpression.java, - external/w3c_dom/org/w3c/dom/xpath/XPathNSResolver.java, - external/w3c_dom/org/w3c/dom/xpath/XPathNamespace.java, - external/w3c_dom/org/w3c/dom/xpath/XPathResult.java: New files - from Classpath. - -2005-01-31 Anthony Green - - * gnu/java/net/natPlainDatagramSocketImplPosix.cc (getOption): - Support IP_MULTICAST_LOOP. - (setOption): Support IP_MULTICAST_LOOP. - - * gnu/java/net/natPlainSocketImplPosix.cc (setOption): Add - SO_REUSEADDR support. - (getOption): Support SO_REUSEADDR. - -2004-01-28 Jeroen Frijters - - PR libgcj/19649 - * java/util/Date.java - (Date(int,int,int), Date(int,int,int,int,int)): Delegate to other - constructor. - (Date(int,int,int,int,int,int)): Fixed to handle out-of-range - arguments. - (getTimezoneOffset): Inverted sign. - -2005-01-26 Ranjit Mathew - - * testsuite/libjava.jacks/jacks.xfail: Update for PR java/19070, - remove other passing tests and add new XFAILs. - -2005-01-24 Tom Tromey - - * java/lang/Class.h (next): Updated documentation. Renamed to - 'next_or_version'. - * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Use - _Jv_CheckABIVersion. - (_Jv_RegisterClasses_Counted): Likewise. - (_Jv_RegisterClassHookDefault): Fix starting condition of - duplicate-checking loop. - * include/jvm.h (GCJ_VERSION): New define. - (GCJ_BINARYCOMPAT_ADDITION): Likewise. - (_Jv_CheckABIVersion): New function. - -2005-01-24 Jakub Jelinek - - * Makefile.am (libgij_la_LIBADD): Add -L$(here)/.libs. - (libgij_la_LDFLAGS): Add. - * Makefile.in: Rebuilt. - -2005-01-24 Roger Sayle - - PR java/19295 - * testsuite/libjava.compile/PR19295.java: New test case. - -2005-01-19 Tom Tromey - - * java/lang/VMCompiler.java (compileClass): Ignore UnknownError. - * gnu/gcj/runtime/natSharedLibLoader.cc (finalize): Only dlclose - if 'handler' is valid. - -2005-01-17 Tom Tromey - - * java/text/MessageFormat.java (scanString): Changed how quoting - is handled. - (scanFormatElement): Likewise. - -2004-12-07 Mark Wielaard - - * java/text/MessageFormat.java (scanFormat): Chain thrown exception. - -2005-01-15 Michael Koch - - PR libgcj/19444 - * java/net/URI.java - (AUTHORITY_REGEXP): New regexp constant. - (AUTHORITY_USERINFO_GROUP): New constant. - (AUTHORITY_HOST_GROUP): Likewise. - (AUTHORITY_PORT_GROUP): Likewise. - (port): Changed default value to -1. - (parseURI): Parse authority part and initialize host, - port and userInfo. - -2005-01-14 Robin Green - - * java/io/File.java (toURI): Generate a URI which we understand. - -2005-01-13 Graydon Hoare - - * include/jni.h (_Jv_JNIEnv::bottom_locals): New field. - * include/jvm.h (_Jv_FreeJNIEnv): Declare. - * java/lang/natThread.cc (finalize_native): Call _Jv_FreeJNIEnv. - * jni.cc: Reuse bottom frame between calls, avoid clearing - frame when no local references are made. - -2005-01-13 Michael Koch - - PR libgcj/17784 - * java/lang/Thread.java - (Thread): Call checkAccess(). - (stop): Fixed argument name to match javadoc. - * java/lang/natThread.cc - (interrupt): Call checkAccess(). - (stop): Likewise. - -2005-01-11 Michael Koch - - PR libgcj/13972 - * java/net/URL.java (URL): Handle specs like - "/redir?http://domain2.com/index.html" which start with a slash. - -2005-01-11 Michael Koch - - PR libgcj/14012, PR libgcj/14013, PR libgcj/15157, PR libgcj/15509 - * gnu/java/net/BASE64.java, - gnu/java/net/EmptyX509TrustManager.java, - gnu/java/net/LineInputStream.java, - gnu/java/net/protocol/http/Authenticator.java, - gnu/java/net/protocol/http/ByteArrayRequestBodyWriter.java, - gnu/java/net/protocol/http/ByteArrayResponseBodyReader.java, - gnu/java/net/protocol/http/ChunkedInputStream.java, - gnu/java/net/protocol/http/Cookie.java, - gnu/java/net/protocol/http/CookieManager.java, - gnu/java/net/protocol/http/Credentials.java, - gnu/java/net/protocol/http/HTTPConnection.java, - gnu/java/net/protocol/http/HTTPDateFormat.java, - gnu/java/net/protocol/http/HTTPURLConnection.java, - gnu/java/net/protocol/http/Headers.java, - gnu/java/net/protocol/http/Request.java, - gnu/java/net/protocol/http/RequestBodyWriter.java, - gnu/java/net/protocol/http/Response.java, - gnu/java/net/protocol/http/ResponseBodyReader.java, - gnu/java/net/protocol/http/ResponseHeaderHandler.java, - gnu/java/net/protocol/http/SimpleCookieManager.java, - gnu/java/net/protocol/http/event/ConnectionEvent.java, - gnu/java/net/protocol/http/event/ConnectionListener.java, - gnu/java/net/protocol/http/event/RequestEvent.java, - gnu/java/net/protocol/http/event/RequestListener.java: New files. - * gnu/java/net/protocol/http/Connection.java: Removed. - * gnu/java/net/protocol/http/Handler.java, - javax/net/ssl/HttpsURLConnection.java: Updated. - * Makefile.am: Added new files and remove old ones. - * Makefile.in: Regenerated. - -2005-01-11 Tom Tromey - - PR libgcj/18840: - * java/io/BufferedInputStream.java (read): Repeatedly read to - fill buffer. - (refill): Change test to see if buffer must be grown. - -2005-01-10 Tom Tromey - - * mauve-libgcj: Exclude some swing tests. - -2005-01-10 Tom Tromey - - PR libgcj/12016, PR libgcj/18405, PR libgcj/17738: - * java/lang/Package.java (getPackages): Use VMClassLoader when - appropriate. - (getPackage): Likewise. - * prims.cc (_Jv_CreateJavaVM): Call - _Jv_RegisterBootstrapPackages. - * include/jvm.h (_Jv_RegisterBootstrapPackages): Declare. - * java/lang/VMClassLoader.java (getPackage): Rewrote. - (getPackages): Likewise. - (definedPackages): New field. - (definePackageForNative): New method. - * java/lang/Class.h (_Jv_FindClassInCache): Updated. - * java/lang/natVMClassLoader.cc (loadClass): Updated. - * defineclass.cc (handleClassBegin): Use - ClassLoader.findLoadedClass. - * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): - Rewrote. - (struct _Jv_LoaderInfo): Removed. - (initiated_classes): Likewise. - (_Jv_UnregisterClass): Don't use initiated_classes. - (_Jv_FindClassInCache): Likewise. Removed 'loader' argument. - (_Jv_FindClass): Register classes found during boostrap. - (BOOTSTRAP_CLASS_LIST_SIZE): New define. - (bootstrap_class_list): New global. - (bootstrap_index): Likewise. - (_Jv_RegisterBootstrapPackages): New function. - * gnu/gcj/runtime/natVMClassLoader.cc (findClass): Call - definePackageForNative. - (findClass): Updated. - * gnu/gcj/runtime/VMClassLoader.java (definePackageForNative): - New method. - -2005-01-10 Tom Tromey - - PR libgcj/18868: - * include/jvm.h (_Jv_Linker::find_field): Declare. - (_Jv_Linker::find_field_helper): Likewise. - * link.cc (find_field_helper): New method. - (find_field): Likewise. - (resolve_pool_entry): Use it. Throw NoSuchFieldError when field - not found. - (link_symbol_table): Use find_field. - -2005-01-10 Michael Koch - - PR libgcj/18014 - * java/util/Locale.java (Locale): Don't uppercase variant. - (getISOCountries): Fixed typo in javadoc. - -2005-01-10 Michael Koch - - * java/util/SimpleTimeZone.java (checkRule): - Throw IllegalArgumentException on invalid month values. - * java/util/TimeZone.java (setID): - Throw NullPointerException if needed. - -2005-01-10 Andrew John Hughes - - * java/util/SimpleTimeZone.java (getOffset): - offset end date with daylight savings - -2005-01-10 Ranjit Mathew - - * testsuite/libjava.compile/PR19277.java: New file for PR java/19277. - * testsuite/libjava.compile/PR19277.xfail: Likewise. - -2005-01-09 Michael Koch - - PR libgcj/17069 - * java/net/InetAddress.java (getLocalHost): - Throw UnknownHostException if local hostname cannot be determined. - -2005-01-06 Tom Tromey - - * java/lang/ClassLoader.java (findClass): Fixed documentation. - -2005-01-07 Michael Koch - - PR libgcj/18115 - * java/nio/Buffer.java (address): New field. - * java/nio/DirectByteBufferImpl.java (address): Removed. - * java/nio/MappedByteBufferImpl.java (address): Likewise. - * java/nio/CharViewBufferImpl.java (CharViewBufferImpl): - Explicitly initialize Buffer.address if needed. - * java/nio/DoubleViewBufferImpl.java (DoubleViewBufferImpl): Likewise. - * java/nio/FloatViewBufferImpl.java (FloatViewBufferImpl): Likewise. - * java/nio/IntViewBufferImpl.java (IntViewBufferImpl): Likewise. - * java/nio/LongViewBufferImpl.java (LongViewBufferImpl): Likewise. - * java/nio/ShortViewBufferImpl.java (ShortViewBufferImpl): Likewise. - * jni.cc (_Jv_JNI_GetDirectBufferAddress): Don't assume buffer is a - DirectByteBufferImpl object. - (_Jv_JNI_GetDirectBufferCapacity): Likewise. - * testsuite/libjava.jni/directbuffer.c, - testsuite/libjava.jni/directbuffer.java, - testsuite/libjava.jni/directbuffer.out, - testsuite/libjava.jni/bytebuffer.c, - testsuite/libjava.jni/bytebuffer.java, - testsuite/libjava.jni/bytebuffer.out: New files. - -2005-01-05 Tom Tromey - - * java/util/zip/ZipEntry.java (setCompressedSize): Allow any - argument. - (compressedSize): Now 'long'. Default to -1. - (getCompressedSize): Rewrote. - * java/util/zip/DeflaterOutputStream.java (deflate): Don't - deflate at all if we need input. - -2005-01-05 Tom Tromey - - PR libgcj/15719: - * interpret.cc (run) : Set tmpval - correctly. - -2005-01-05 Tom Tromey - - * java/lang/natRuntime.cc (insertSystemProperties): Set - java.ext.dirs earlier. - -2005-01-05 Eric Botcazou - - * java/lang/natObject.cc (_Jv_ObjectCheckMonitor): Initialize the - sync_info element of the object if needed. - -2005-01-03 Eric Botcazou - - * testsuite/libjava.lang/Process_4.java (Process_4): Expect only - a non-zero exit status from 'false'. - -2005-01-01 Bryce McKinlay - - * include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h. - -2004-12-31 Andreas Jaeger - - * testsuite/lib/libjava.exp (libjava_find_gij): Handle multilibs. - -2004-12-20 Tom Tromey - - * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): - Re-enable duplicate class registration error. - - * testsuite/libjava.jar/jar.exp (gcj_jar_interpret): Updated. - * testsuite/libjava.verify/verify.exp (gcj_verify_run): Updated. - * testsuite/libjava.jni/jni.exp (gcj_jni_test_one): Updated. - * testsuite/lib/libjava.exp (libjava_find_spec): Don't use - get_multilibs. - (libjava_find_gij): Likewise. Changed return result if gij not - found. - (test_libjava_from_javac): Updated. - - PR java/15001 - * testsuite/libjava.jni/iface.c: New file. - * testsuite/libjava.jni/iface.out: New file. - * testsuite/libjava.jni/iface.java: New file. - -2004-12-19 Kelley Cook - - * include/config.h.in: Regenerate. - -2004-12-10 Andrew Haley - - PR java/15001 - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Look up - abstract methods by name. - -2004-12-08 Ranjit Mathew - - * java/util/IdentityHashMap.java (put): Replace mistaken use - of "<<" by "*". - -2004-12-06 Tom Tromey - - For PR java/14853: - * testsuite/libjava.compile/PR14853.java: New file. - * testsuite/libjava.compile/PR14853.xfail: New file. - -2004-12-03 Richard Sandiford - - PR libgcj/7305 - * configure.ac: Use TL_AC_GXX_INCLUDE_DIR. - * Makefile.am (install-data-local): Install headers into - $(gxx_include_dir) rather than $(includedir). - (AM_MAKEFLAGS): Pass down gxx_include_dir. - * gcj/Makefile.am (gcjdir): Set to $(gxx_include_dir)/gcj. - * include/Makefile.am (tool_include__HEADERS): Define this... - (include_HEADERS): ...instead of this. - * configure, aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate. - * include/Makefile.in, testsuite/Makefile.in: Regenerate. - -2004-12-02 Tom Tromey - - For PR java/16675: - * testsuite/libjava.compile/PR16675.java: New file. - -2004-12-02 Richard Sandiford - - * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. - * configure, aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate. - * include/Makefile.in, testsuite/Makefile.in: Regenerate. - -2004-12-01 Tom Tromey - - * include/no-threads.h (_Jv_ThreadDestroyData): Removed argument - name. - (_Jv_ThreadRegister): Likewise. - (_Jv_MutexCheckMonitor): Likewise. - - * link.cc: Include limits.h. - -2004-12-01 Bryce McKinlay - - PR libgcj/18699 - * testsuite/libjava.lang/PR18699.java, - testsuite/libjava.lang/PR18699.out: New test. - -2004-11-30 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GdkGraphics.java (drawImage variants): - Update image observer. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java (createImage): - Start image production. - * gnu/java/awt/peer/gtk/GtkFramePeer.java (setMenuBar): Protect - against negative menu bar widths. - (setBounds): Likewise. - (postConfigureEvent): Likewise. - * gnu/java/awt/peer/gtk/GtkImage.java (imageComplete): Don't - remove consumer unless only a single frame has completed. - * gnu/java/awt/peer/gtk/GtkImagePainter.java (GtkImagePainter): - Add observer parameter. - (setPixels): Update image observer. - (imageComplete): Likewise. - * java/applet/Applet.java (width): New field. - (height): Likewise. - (setStub): Set size if width or height field has been set. - (resize): If stub is null save width and height values. - * java/awt/Component.java (reshape): Protect against null - parent. - * java/awt/image/MemoryImageSource.java - (MemoryImageSource(int,int,ColorModel,byte[],int,int)): - Document. - (MemoryImageSource(int,int,ColorModel,int[],int,int)): - Likewise. - (MemoryImageSource(int,int,ColorModel,byte[],int,int,Hashtable)): - Reference pixel array directly, rather than creating a local - copy. - (MemoryImageSource(int,int,ColorModel,int[],int,int,Hashtable)): - Likewise. - (newPixels(int,int,int,int)): Fix for loop and array copy - bounds. - (newPixels(int,int,int,int,boolean)): Likewise. - (startProduction): If animated call imageComplete with - SINGLEFRAME. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c: Uncomment - gdk_flush lines. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c - (drawPixels): Return if g is null or g->drawable is not a gdk - drawable. - -2004-11-30 Michael Koch - - * javax/swing/DefaultSingleSelectionModel.java, - javax/swing/JPasswordField.java, - javax/swing/tree/AbstractLayoutCache.java: - Reformatted and javadocs cleaned up. - -2004-11-30 Michael Koch - - * java/awt/Component.java: - Fixed argument names to match javadocs. - (setFont): Rewritten set property first and then fire event. - (setLocale): Likewise. - * javax/swing/text/JTextComponent.java - (setEditable): Likewise. - -2004-11-30 Jerry Quinn - - * java/awt/Button.java - (AccessibleAWTButton.getAccessibleActionDescription): Explain the - source of 'click'. - -2004-11-30 Jerry Quinn - - * java/awt/Checkbox.java: Remove stub comments. - -2004-11-30 Jerry Quinn - - * java/awt/Button.java - (AccessibleAWTButton.getAccessibleActionDescription): Return - 'click'. - -2004-11-30 Michael Koch - - * java/awt/CardLayout.java: - Made some constants static. - (serialVersionUID): Made private. - (addLayoutComponent): Simplified code. - * java/awt/event/InputEvent.java - (getModifiersEx): Added missing @param tag. - * java/awt/image/RGBImageFilter.java - (filterRGBPixels): Reformatted, removed wrong @param tag. - -2004-11-30 Michael Koch - - * javax/swing/text/FieldView.java, - javax/swing/text/JTextComponent.java: - Removed debug code. - -2004-11-30 Michael Koch - - * javax/swing/BorderFactory.java - (BorderFactory): Added private constructor. - * javax/swing/SwingUtilities.java - (SwingUtilities): Likewise. - (computeStringWidth): New method. - -2004-11-30 Michael Koch - - * java/awt/color/ICC_Profile.java - (icSigNamedColorTag): Removed. - * java/awt/datatransfer/DataFlavor.java - (isMimeTypeEqual): Made final. - * java/awt/image/AffineTransformOp.java: - Reworked javadocs. - (TYPE_BICUBIC): Added @since tag. - -2004-11-30 Jerry Quinn - - * java/awt/Checkbox.java (AccessibleAWTCheckBox): Remove todo - comments. - -2004-11-30 Jerry Quinn - - * java/awt/Checkbox.java (itemStateChanged): Implement function. - (getAccessibleContext): Add AccessibleAWTCheckBox to item listeners. - -2004-11-30 Sven de Marothy - - * java/awt/Polygon.java (contains): Reimplemented. - -2004-11-30 Michael Koch - - * java/awt/print/PrinterJob.java: Reformatted. - -2004-11-30 Michael Koch - - * java/awt/image/AffineTransformOp.java, - java/awt/image/ColorConvertOp.java, - java/awt/image/LookupOp.java, - java/awt/image/RescaleOp.java: - Added final keywords where they belong. - -2004-11-30 Michael Koch - - * java/awt/CardLayout.java, - java/awt/Component.java, - java/awt/Font.java, - java/awt/image/SinglePixelPackedSampleModel.java: - Fixed javadocs and argument names all over. - -2004-11-30 Michael Koch - - * java/awt/image/DataBufferShort.java: Fixed file header. - * java/awt/image/DataBufferUShort.java: Likewise. - (DataBufferUShort): Throw NullPointerException if dataArray is null. - -2004-11-30 Sven de Marothy - - * java/awt/geom/Arc2D.java - (setAngleStart): Corrected (wrong sign on atan2 y parameter). - (setAngles): Likewise. - (containsAngle): Return false on zero extent, don't include - final angle. - (contains): Treat OPEN-type arcs like CHORD ones, not as PIE - ones. - -2004-11-30 Sven de Marothy - - * java/awt/geom/AffineTransform.java, - (inverseTransform): Fixed bug and simplified code. - (createTransformedShape): Return null on null parameter. - -2004-11-30 Michael Koch - - * java/awt/color/ICC_ColorSpace.java, - java/awt/color/ICC_Profile.java, - java/awt/color/ICC_ProfileGray.java, - java/awt/color/ICC_ProfileRGB.java: - Re-indent copyright header to be standardish. - * java/awt/datatransfer/StringSelection.java: - Reformatted. - * java/awt/geom/Area.java - (EPSILON): Made static. - (RS_EPSILON): Likewise. - (PE_EPSILON): Likewide. - -2004-11-30 Sven de Marothy - - * javax/swing/SwingUtilities.java: - (computeDifference): Implemented - (computeIntersection): Likewise - (computeUnion): Likewise - (isRectangleContainingRectangle): Likewise - -2004-11-30 Michael Koch - - * java/awt/BasicStroke.java, - java/awt/Button.java, - java/awt/Canvas.java, - java/awt/CheckboxMenuItem.java, - java/awt/Container.java, - java/awt/EventQueue.java, - java/awt/FileDialog.java, - java/awt/FlowLayout.java, - java/awt/FontMetrics.java, - java/awt/Graphics.java, - java/awt/GridLayout.java, - java/awt/KeyboardFocusManager.java, - java/awt/Label.java, - java/awt/LayoutManager2.java, - java/awt/List.java, - java/awt/MenuBar.java, - java/awt/Scrollbar.java, - java/awt/Toolkit.java, - java/awt/Window.java, - java/awt/datatransfer/DataFlavor.java, - java/awt/datatransfer/FlavorTable.java, - java/awt/event/ActionListener.java, - java/awt/event/HierarchyBoundsAdapter.java, - java/awt/geom/Arc2D.java, - java/awt/geom/Rectangle2D.java, - java/awt/geom/RectangularShape.java, - java/awt/im/spi/InputMethod.java, - java/awt/image/ByteLookupTable.java, - java/awt/image/ColorModel.java, - java/awt/image/DirectColorModel.java, - java/awt/image/ShortLookupTable.java, - java/awt/print/Book.java: - Fixed javadocs and method argument names all over. - -2004-11-30 Michael Koch - - * gnu/java/awt/peer/gtk/GdkFontPeer.java - (buildString): Optimise String building. - -2004-11-30 Jerry Quinn - - * java/awt/TextArea.java (AccessibleAWTTextArea, - getAccessibleContext): Implement. - * java/awt/TextField.java (AccessibleAWTTextField, - getAccessibleContext): Implement. - -2004-11-30 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.lo): - Fixed typo. - -2004-11-30 Jerry Quinn - - * java/awt/Menu.java (AccessibleAWTMenu, getAccessibleContext): - Implement. - * java/awt/PopupMenu.java (AccessibleAWTMenu, getAccessibleContext): - Implement. - -2004-11-30 Jerry Quinn - - * java/awt/print/PrinterJob.java (lookupPrintServices, - getPrintService, setPrintService): Implement. - (lookupStreamPrintServices): Add commented out implementation. - (printer): New field. - -2004-11-30 Mark Wielaard - - * javax/swing/ToolTipManager.java (mouseMoved): Set currentComponent - when not yet set. - -2004-11-30 Sven de Marothy - - * java/awt/geom/GeneralPath.java (evaluateCrossings): - Fixed epsilon value, should always be nonzero. - -2004-11-30 Paul Jenner - - * java/awt/image/Raster.java - (createPackedRaster): Implemented. - -2004-11-30 Graydon Hoare - - * javax/swing/plaf/basic/BasicTextUI.java: - Listen to focus events, indicate focus via caret. - * javax/swing/text/GapContent.java (getString): Return substring. - * javax/swing/text/PlainDocument.java (reindex): New method. - (createDefaultRoot): Call it. - (insertUpdate): Likewise. - (removeUpdate): Likewise. - * javax/swing/text/Utilities.java (drawTabbedText): Always advance - on tab and newline, even if no painting happens. - -2004-11-30 Thomas Fitzsimmons - - * Makefile.am: List peer JNI header: Java source file - dependencies explicitly. Likewise for JNI .lo: JNI header - dependencies. - * Makefile.in: Regenerate. - -2004-11-30 Graydon Hoare - - * Makefile.am: Add entry for BasicTextPaneUI.java - * Makefile.in: Regenerate. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (GdkGraphics2D): Set clip after transform. - (drawImage): Protect against null image. - * gnu/java/awt/peer/gtk/GtkFramePeer.java - (setIconImage): Protect against non-GtkImage args. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (checkImage): Protect against non-GtkImage args. - * java/awt/print/PrinterJob.java: - (print): Add variant taking PrintRequestAttributeSet. - (printDialog): Likewise. - * javax/swing/JComponent.java: - (transferHandler): New field. - (getComponentGraphics): Build new Graphics for each sub-paint. - (getTransferHandler): New method. - (setTransferHandler): New method. - * javax/swing/JDesktopPane.java - (setDragMode): Force LIVE_DRAG_MODE. - * javax/swing/JMenuItem.java - (menuSelectionChanged): Protect against null parent. - * javax/swing/JTable.java (setDefaultRenderer): New method. - * javax/swing/JTree.java: Get basic ctors and UI working. - * javax/swing/JViewport.java (JViewport): Set scroll mode. - * javax/swing/RepaintManager.java - (addDirtyRegion): Skip empty regions. - * javax/swing/ScrollPaneLayout.java (minimumLayoutSize): Do not - bound scrollpane minimum by central view minimum. - * javax/swing/ToolTipManager.java - (showTip): Guard against null component. - * javax/swing/TransferHandler.java: Stub out. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Add entry for TextPaneUI, change Tree icons to pngs. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (installDefaults): Set text position and alignment. - (paintMenuItem): Layout icon with normal compound function. - * javax/swing/plaf/basic/BasicTableHeaderUI.java: - (getMaximumSize): Delete. - (getMinimumSize): Delete. - (getPreferredSize): Use column model's total width. - * javax/swing/plaf/basic/BasicTextPaneUI.java: New file. - * javax/swing/plaf/basic/BasicTextUI.java - (modelChanged): Make resilient against nulls. - * javax/swing/plaf/basic/BasicTreeUI.java: - Add some simplistic config / painting functions. - * javax/swing/plaf/basic/BasicViewportUI.java - (paintSimple): Add new non-backingstore paint mode. - (paintBackingStore): Split out backing store code. - (paint): Switch on painting mode. - * javax/swing/text/SimpleAttributeSet.java - (SimpleAttributeSet): Resist nulls. - * javax/swing/tree/DefaultTreeCellRenderer.java: Implement. - * javax/swing/tree/DefaultTreeModel.java: Partially implement. - -2004-11-30 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c (setFont): - Set pango context's description and language. - -2004-11-30 Mark Wielaard - - * java/awt/image/LookupOp.java: Comments and indentation fixes. - -2004-11-30 Jerry Quinn - - * java/awt/Checkbox.java (AccessibleAWTCheckBox): Implement. - (getAccessibleContext): Implement. - -2004-11-30 Jerry Quinn - - * java/awt/TextComponent.java (AccessibleAWTTextComponent): - Implement. - (getIndexAtPoint, getCharacterBounds): New methods. - -2004-11-30 Jerry Quinn - - * java/awt/Button.java (AccessibleAWTButton): Implement. - -2004-11-30 Mark Wielaard - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (filenameFilterCallback): Made static. - -2004-11-30 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (cairoShowGlyphs) Removed. - -2004-11-30 Sven de Marothy - - * gnu/java/awt/color/RgbProfileConverter.java (RgbProfileConverter): - Don't invert matrix when reverse CLUT is available. - * gnu/java/awt/color/LinearRGBConverter.java: Documentation update. - * java/awt/color/ICC_ColorSpace.java: Likewise. - * java/awt/color/ICC_Profile.java: Likewise. - * java/awt/color/ICC_ProfileGray.java: Likewise. - * java/awt/color/ICC_ProfileRGB.java: Likewise. - -2004-11-30 Jerry Quinn - - * java/awt/MenuItem.java (AccessibleAWTMenuItem): Implement. - -2004-11-30 Jerry Quinn - - * java/awt/Choice.java (AccessibleAWTChoice): Implement. - -2004-11-30 Jerry Quinn - - * java/awt/image/BandedSampleModel.java (scanlineStride): Remove - field hiding ComponentSampleModel.scanlineStride. - -2004-11-30 Noa Resare - - * java/awt/geom/GeneralPath.java (currentSegment): - Fix typo in transform.transform() invocation. - -2004-11-30 Sven de Marothy - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (createImage): Created bitmap should be filled with bg color - -2004-11-30 Noa Resare - - * java/awt/Choice.java (add): - Implement correct selection behavior when peer == null. - (insert): Likewise. - (remove): Likewise. - -2004-11-30 Mark Wielaard - - * gnu/java/awt/peer/gtk/GtkChoicePeer.java (GtkChoicePeer): - Call select() when Choice has a selected item. - -2004-11-30 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCanvasPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuBarPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c: - Fixed method names to start at begin of line. This is desired by GNU - coding style guide. - -2004-11-30 Michael Koch - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (gtkWidgetSetVisible): Unused. Removed. - (connectJObject): Likewise. - * gnu/java/awt/peer/gtk/GtkScrollPanePeer.java - (gtkScrolledWindowSetScrollPosition): Commented out. - -2004-11-30 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c - (Java_gnu_java_awt_peer_gtk_GdkTextLayout_setText): Installed and - renamed from Java_gnu_java_awt_peer_gtk_GdkGlyphVector_setText. - -2004-11-30 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c - (Java_gnu_java_awt_peer_gtk_GdkGlyphVector_setText): Removed. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (init_dpi_conversion_factor): Correct prototype. - -2004-11-30 Sven de Marothy - - * java/awt/image/ConvolveOp.java: Added missing - copyright notice. - -2004-11-30 Robert Schuster - - Fixes bug #10908 - * gnu/java/beans/IntrospectionIncubator.java: - (addMethod): static methods are discarded now, too. - -2004-11-30 Mark Wielaard - - * Makefile.am (awt_java_source_files): Add new gnu/java/awt/color - java source files. - * Makefile.in: Regenerated. - -2004-11-30 Sven de Marothy - - * gnu/java/awt/color/CieXyzConverter.java, - gnu/java/awt/color/GrayScaleConverter.java, - gnu/java/awt/color/SrgbConverter.java, - gnu/java/awt/color/ClutProfileConverter.java, - gnu/java/awt/color/LinearRGBConverter.java, - gnu/java/awt/color/TagEntry.java, - gnu/java/awt/color/ColorLookUpTable.java, - gnu/java/awt/color/ProfileHeader.java, - gnu/java/awt/color/ToneReproductionCurve.java, - gnu/java/awt/color/ColorSpaceConverter.java, - gnu/java/awt/color/PyccConverter.java, - gnu/java/awt/color/GrayProfileConverter.java, - gnu/java/awt/color/RgbProfileConverter.java: - New files. - * java/awt/color/ICC_ColorSpace.java, - java/awt/color/ICC_Profile.java, - java/awt/color/ICC_ProfileGray.java, - java/awt/color/ICC_ProfileRGB.java: - Implemented (sans PhotoYCC color space). - -2004-11-30 Jerry Quinn - - * java/awt/image/AffineTransformOp.java (filter): Implement - bilinear interpolation for Rasters. - -2004-11-30 Jerry Quinn - - * java/awt/image/IndexColorModel.java (IndexColorModel): Actually - use the provided colormap. Throw documented exceptions. Document - exceptions. - -2004-11-30 Paul Jenner - - * java/awt/image/IndexColorModel.java (IndexColorModel): Fix - constructor. - -2004-11-30 Jerry Quinn - - * java/awt/image/AffineTransformOp.java: Add TYPE_BICUBIC. - -2004-11-30 Jerry Quinn - - * java/awt/image/AffineTransformOp.java (filter): Implement Raster - filtering. - -2004-11-30 Jerry Quinn - - * java/awt/image/ComponentSampleModel.java (getDataElements, - setDataElements): Implement SHORT, FLOAT, and INT transfer types. - -2004-11-30 Thomas Fitzsimmons - - * java/awt/Font.java (name): New field. - (size): Likewise. - (style): Likewise. - -2004-11-30 Jerry Quinn - - * java/awt/image/Raster.java (createBandedRaster): Implement. - -2004-11-30 Jerry Quinn - - * java/awt/image/ConvolveOp.java: New class. - * Makefile.am: Add ConvolveOp. - * Makefile.in: Regenerate. - -2004-11-30 Jerry Quinn - - * java/awt/image/RescaleOp.java (BandCombineOp, ColorConvertOp, - LookupOp, RescaleOp): Fix loop bounds. - -2004-11-30 jlquinn - - * Makefile.am: Fix typo in BandCombineOp. - * Makefile.in: Regenerate. - -2004-11-30 Jerry Quinn - - * java/awt/image/BandCombineOp.java: New class. - * Makefile.am: Add BandCombineOp. - * Makefile.in: Regenerate. - -2004-11-30 Jerry Quinn - - * java/awt/image/LookupOp.java: New class. - * Makefile.am: Add LookupOp. - * Makefile.in: Regenerate. - -2004-11-30 Jerry Quinn - - * java/awt/image/SampleModel.java (createSubsetSampleModel): Add - javadocs. - -2004-11-30 Jerry Quinn - - * java/awt/image/ColorModel.java (cloneColorModel): Fix line - wrap. Use Boolean.valueOf. - -2004-11-30 Michael Koch - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (releasePeerGraphicsResource): Fixed typo in method name. - * gnu/java/awt/peer/gtk/GdkFontPeer.java - (finalize): Fixed typo in releasePeerGraphicsResource. - -2004-11-30 Michael Koch - - * java/awt/font/TextAttribute.java - (RUN_DIRECTION_LTR): Initialie with static value instead of - calculating it. - (RUN_DIRECTION_RTL): Likewise. - (STRIKETHROUGH_ON): Likewise. - (SWAP_COLORS_ON): Likewise. - -2004-11-30 Jerry Quinn - - * java/awt/image/ColorConvertOp.java: New class. - * java/awt/image/ColorModel.java (cloneColorModel): New method. - * Makefile.am: Add ColorConvertOp. - * Makefile.in: Regenerate. - -2004-11-30 Thomas Fitzsimmons - - * java/awt/DefaultKeyboardFocusManager.java (dispatchEvent): - Track Window focus owner on FOCUS_GAINED events. - -2004-11-30 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c - (nativeSetIconImage): Rename to nativeSetIconImageFromDecoder. - -2004-11-30 Andreas Tobler - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c - (Java_gnu_java_awt_peer_gtk_GThreadNativeMethodRunner_nativeRun): - Fix pointer warning. - -2004-11-30 Andreas Tobler - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_nativeSetFilenameFilter): - Fix pointer warning. - - * jni/gtk-peer/gtkpeer.h: Introduce widget_union to fix type punned - warnings. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c - (Java_gnu_java_awt_peer_gtk_GdkGraphics_clearRect): Use widget_union - to fix type punned pointer warning. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c (pre_event_handler): - Likewise. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (window_get_new_state): Introduce unions to fix warnings as above. - (window_property_changed_cb): Likewise. - (window_active_state_change_cb): Mark unused variables unused. - (window_focus_state_change_cb): Likewise. - (window_focus_in_cb): Likewise. - (window_focus_out_cb): Likewise. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_setFont): Convert - PangoFontMap correctly with PANGO_FT2FONT_MAP macro. - -2004-11-30 Michael Koch - - * javax/swing/JMenuBar.java - (updateUI): Simplified. - * javax/swing/tree/DefaultTreeSelectionModel.java: - Reorganized import statements. - -2004-11-30 Michael Koch - - * java/awt/font/TextAttribute.java, - javax/swing/JComponent.java, - javax/swing/JInternalFrame.java, - javax/swing/table/TableColumn.java, - javax/swing/text/StyleConstants.java: - Replaced "new Boolean(boolean)" with "Boolean.valueOf(boolean)". - -2004-11-30 Michael Koch - - * javax/swing/tree/DefaultTreeCellEditor.java, - javax/swing/tree/DefaultTreeModel.java, - javax/swing/tree/DefaultTreeSelectionModel.java: - Jalopied. - -2004-11-30 Michael Koch - - * javax/swing/tree/DefaultTreeCellEditor.java - (EditorContainer.EditorContainer): Fixed arguments. - (EditorContainer.EditorContainer): New method. - (DefaultTextField.DefaultTextField): Fixed arguments, implemented. - (DefaultTextField.getBorder): Implemented. - (listenerList): New field. - (addCellEditorListener): Implemented. - (removeCellEditorListener): Implemented. - (getCellEditorListeners): New method. - * javax/swing/tree/DefaultTreeModel.java - (addTreeModelListener): Fixed javadoc. - (removeTreeModelListener): Likewise. - (getTreeModelListeners): New method. - (fireTreeNodesChanged): Implemented. - (fireTreeNodesInserted): Likewise. - (fireTreeNodesRemoved): Likewise. - (fireTreeStructureChanged): Likewise. - (getListeners): Fixed javadoc. - * javax/swing/tree/DefaultTreeSelectionModel.java - (addTreeSelectionListener): Implemented. - (removeTreeSelectionListener): Likewise. - (fireValueChanged): Likewise. - (getListeners): Likewise. - (addPropertyChangeListener): Likewise. - (removePropertyChangeListener): Likewise. - (getTreeSelectionListeners): New method. - (getPropertyChangeListeners): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/plaf/basic/BasicScrollBarUI.java - (maximumThumbSize): Removed static keyword. - (minimumThumbSize): Likewise. - * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java - (CloseAction): Made public. - (IconifyAction): Likewise. - (MaximizeAction): Likewise. - (MoveAction): Likewise. - (RestoreAction): Likewise. - (SizeAction): Likewise. - (SystemMenuBar): Likewise. - * javax/swing/plaf/basic/BasicSliderUI.java - (TrackListener): Likewise. - * javax/swing/plaf/basic/BasicSplitPaneUI.java - (KeyboardDownRightHandler): Likewise. - (KeyboardEndHandler): Likewise. - (KeyboardHomeHandler): Likewise. - (KeyboardResizeToggleHandler): Likewise. - (KeyboardUpLeftHandler): Likewise. - (PropertyHandler): Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (PropertyChangeHandler): Likewise. - (TabSelectionHandler): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/text/JTextComponent.java - (getKeymap): Made public. - -2004-11-30 Michael Koch - - * javax/swing/JEditorPane.java - (getStream): Throws IOException. - (read): Likewise. - * javax/swing/JRootPane.java - (createContentPane): Fixed return type. - * javax/swing/JSpinner.java - (commitEdit): Throws ParseException. - * javax/swing/plaf/metal/MetalLookAndFeel.java - (serialVersionUID): New field. - * javax/swing/table/TableColumn.java - (resizedPostingDisableCount): Added @deprecated tag. - (disableResizedPosting): Likewise. - (enableResizedPosting): Likewise. - * javax/swing/text/Document.java - (TitleProperty): Fixed value. - * javax/swing/tree/TreeCellEditor.java - (TreeCellEditor): Extends CellEditor. - -2004-11-30 Michael Koch - - * javax/swing/JWindow.java - javax/swing/SpinnerModel.java - javax/swing/Timer.java - javax/swing/event/MenuKeyEvent.java - javax/swing/plaf/basic/BasicButtonUI.java - javax/swing/plaf/basic/BasicIconFactory.java - javax/swing/plaf/basic/BasicTabbedPaneUI.java - javax/swing/text/AttributeSet.java - javax/swing/text/Highlighter.java - javax/swing/text/StyleConstants.java - javax/swing/tree/TreeCellEditor.java: - Removed redundant and reordered modifiers. - -2004-11-30 Michael Koch - - * javax/swing/plaf/basic/BasicToolTipUI.java: - Reformatted copyright header. - -2004-11-30 Michael Koch - - * javax/swing/AbstractAction.java, - javax/swing/AbstractButton.java, - javax/swing/AbstractCellEditor.java, - javax/swing/AbstractListModel.java, - javax/swing/AbstractSpinnerModel.java, - javax/swing/ActionMap.java, - javax/swing/BorderFactory.java, - javax/swing/Box.java, - javax/swing/ButtonModel.java, - javax/swing/CellEditor.java, - javax/swing/CellRendererPane.java, - javax/swing/DefaultBoundedRangeModel.java, - javax/swing/DefaultButtonModel.java, - javax/swing/DefaultCellEditor.java, - javax/swing/DefaultDesktopManager.java, - javax/swing/DefaultListCellRenderer.java, - javax/swing/DefaultListSelectionModel.java, - javax/swing/DefaultSingleSelectionModel.java, - javax/swing/GrayFilter.java, - javax/swing/InputMap.java, - javax/swing/JApplet.java, - javax/swing/JCheckBoxMenuItem.java, - javax/swing/JColorChooser.java, - javax/swing/JComboBox.java, - javax/swing/JComponent.java, - javax/swing/JDesktopPane.java, - javax/swing/JDialog.java, - javax/swing/JEditorPane.java, - javax/swing/JFileChooser.java, - javax/swing/JFormattedTextField.java, - javax/swing/JFrame.java, - javax/swing/JInternalFrame.java, - javax/swing/JLabel.java, - javax/swing/JLayeredPane.java, - javax/swing/JList.java, - javax/swing/JMenu.java, - javax/swing/JMenuBar.java, - javax/swing/JMenuItem.java, - javax/swing/JOptionPane.java, - javax/swing/JPanel.java, - javax/swing/JPasswordField.java, - javax/swing/JPopupMenu.java, - javax/swing/JRadioButtonMenuItem.java, - javax/swing/JRootPane.java, - javax/swing/JSpinner.java, - javax/swing/JSplitPane.java, - javax/swing/JTabbedPane.java, - javax/swing/JTable.java, - javax/swing/JTextArea.java, - javax/swing/JTextPane.java, - javax/swing/JToggleButton.java, - javax/swing/JToolBar.java, - javax/swing/JToolTip.java, - javax/swing/JTree.java, - javax/swing/JViewport.java, - javax/swing/ListModel.java, - javax/swing/LookAndFeel.java, - javax/swing/MenuSelectionManager.java, - javax/swing/ProgressMonitorInputStream.java, - javax/swing/RepaintManager.java, - javax/swing/RootPaneContainer.java, - javax/swing/ScrollPaneLayout.java, - javax/swing/SpringLayout.java, - javax/swing/SwingUtilities.java, - javax/swing/Timer.java, - javax/swing/ToolTipManager.java, - javax/swing/UIDefaults.java, - javax/swing/UIManager.java, - javax/swing/border/MatteBorder.java, - javax/swing/colorchooser/AbstractColorChooserPanel.java, - javax/swing/colorchooser/ColorSelectionModel.java, - javax/swing/colorchooser/DefaultColorSelectionModel.java, - javax/swing/colorchooser/DefaultHSBChooserPanel.java, - javax/swing/colorchooser/DefaultPreviewPanel.java, - javax/swing/colorchooser/DefaultRGBChooserPanel.java, - javax/swing/colorchooser/DefaultSwatchChooserPanel.java, - javax/swing/event/AncestorEvent.java, - javax/swing/event/HyperlinkEvent.java, - javax/swing/event/InternalFrameEvent.java, - javax/swing/event/MenuDragMouseEvent.java, - javax/swing/event/TableColumnModelEvent.java, - javax/swing/event/TableModelEvent.java, - javax/swing/event/TreeExpansionEvent.java, - javax/swing/event/TreeModelEvent.java, - javax/swing/event/TreeSelectionEvent.java, - javax/swing/event/TreeWillExpandListener.java, - javax/swing/event/UndoableEditEvent.java, - javax/swing/filechooser/FileView.java, - javax/swing/plaf/BorderUIResource.java, - javax/swing/plaf/ComponentUI.java, - javax/swing/plaf/FileChooserUI.java, - javax/swing/plaf/IconUIResource.java, - javax/swing/plaf/ListUI.java, - javax/swing/plaf/PopupMenuUI.java, - javax/swing/plaf/SplitPaneUI.java, - javax/swing/plaf/TabbedPaneUI.java, - javax/swing/plaf/TextUI.java, - javax/swing/plaf/TreeUI.java, - javax/swing/plaf/basic/BasicArrowButton.java, - javax/swing/plaf/basic/BasicBorders.java, - javax/swing/plaf/basic/BasicButtonUI.java, - javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java, - javax/swing/plaf/basic/BasicColorChooserUI.java, - javax/swing/plaf/basic/BasicComboBoxEditor.java, - javax/swing/plaf/basic/BasicComboBoxRenderer.java, - javax/swing/plaf/basic/BasicComboBoxUI.java, - javax/swing/plaf/basic/BasicComboPopup.java, - javax/swing/plaf/basic/BasicDesktopIconUI.java, - javax/swing/plaf/basic/BasicDesktopPaneUI.java, - javax/swing/plaf/basic/BasicIconFactory.java, - javax/swing/plaf/basic/BasicInternalFrameTitlePane.java, - javax/swing/plaf/basic/BasicInternalFrameUI.java, - javax/swing/plaf/basic/BasicListUI.java, - javax/swing/plaf/basic/BasicLookAndFeel.java, - javax/swing/plaf/basic/BasicMenuBarUI.java, - javax/swing/plaf/basic/BasicMenuItemUI.java, - javax/swing/plaf/basic/BasicMenuUI.java, - javax/swing/plaf/basic/BasicOptionPaneUI.java, - javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java, - javax/swing/plaf/basic/BasicPopupMenuUI.java, - javax/swing/plaf/basic/BasicProgressBarUI.java, - javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java, - javax/swing/plaf/basic/BasicRootPaneUI.java, - javax/swing/plaf/basic/BasicScrollBarUI.java, - javax/swing/plaf/basic/BasicSeparatorUI.java, - javax/swing/plaf/basic/BasicSliderUI.java, - javax/swing/plaf/basic/BasicSpinnerUI.java, - javax/swing/plaf/basic/BasicSplitPaneDivider.java, - javax/swing/plaf/basic/BasicSplitPaneUI.java, - javax/swing/plaf/basic/BasicTabbedPaneUI.java, - javax/swing/plaf/basic/BasicTableHeaderUI.java, - javax/swing/plaf/basic/BasicTableUI.java, - javax/swing/plaf/basic/BasicTextAreaUI.java, - javax/swing/plaf/basic/BasicTextFieldUI.java, - javax/swing/plaf/basic/BasicTextUI.java, - javax/swing/plaf/basic/BasicToolBarSeparatorUI.java, - javax/swing/plaf/basic/BasicToolBarUI.java, - javax/swing/plaf/basic/BasicToolTipUI.java, - javax/swing/plaf/basic/BasicTreeUI.java, - javax/swing/plaf/basic/BasicViewportUI.java, - javax/swing/plaf/basic/ComboPopup.java, - javax/swing/table/AbstractTableModel.java, - javax/swing/table/DefaultTableCellRenderer.java, - javax/swing/table/DefaultTableColumnModel.java, - javax/swing/table/DefaultTableModel.java, - javax/swing/table/JTableHeader.java, - javax/swing/table/TableCellEditor.java, - javax/swing/table/TableCellRenderer.java, - javax/swing/table/TableColumn.java, - javax/swing/table/TableColumnModel.java, - javax/swing/text/AbstractDocument.java, - javax/swing/text/Caret.java, - javax/swing/text/DefaultCaret.java, - javax/swing/text/DefaultEditorKit.java, - javax/swing/text/DefaultHighlighter.java, - javax/swing/text/EditorKit.java, - javax/swing/text/JTextComponent.java, - javax/swing/text/LayeredHighlighter.java, - javax/swing/text/PasswordView.java, - javax/swing/text/SimpleAttributeSet.java, - javax/swing/text/StyleConstants.java, - javax/swing/text/StyleContext.java, - javax/swing/text/StyledEditorKit.java, - javax/swing/text/TextAction.java, - javax/swing/text/View.java, - javax/swing/tree/AbstractLayoutCache.java, - javax/swing/tree/DefaultTreeCellRenderer.java, - javax/swing/tree/DefaultTreeModel.java, - javax/swing/tree/DefaultTreeSelectionModel.java, - javax/swing/tree/FixedHeightLayoutCache.java, - javax/swing/tree/TreeCellRenderer.java, - javax/swing/tree/TreeSelectionModel.java, - javax/swing/tree/VariableHeightLayoutCache.java, - javax/swing/undo/AbstractUndoableEdit.java, - javax/swing/undo/UndoableEditSupport.java: - Imports cleaned up. - -2004-11-30 Michael Koch - - * java/awt/Container.java, - java/awt/Font.java, - java/awt/font/TextLayout.java: - Imports cleaned up. - -2004-11-30 Michael Koch - - * javax/swing/AbstractButton.java - (getLabel): Added @deprecated tag. - (setLabel): Likewise. - * javax/swing/FocusManager.java - (disableSwingFocusManager): Likewise. - (isFocusManagerEnabled): Likewise. - * javax/swing/JComponent.java - (isManagingFocus): Added version to @deprecated tag. - (getNextFocusableComponent): Moved @deprecated tag to bottom of - javadoc. - (getConditionForKeyStroke): Likewise. - (getActionForKeyStroke): Likewise. - * javax/swing/JDesktopPane.java - (LIVE_DRAG_MODE): Added @specnote tag. - (OUTLINE_DRAG_MODE): Likewise. - * javax/swing/JInternalFrame.java - (MENU_BAR_PROPERTY): Fixed value. - (getMenuBar): Added @deprecated tag. - (setMenuBar): Likewise. - * javax/swing/JViewport.java - (isBackingStoreEnabled): Likewise. - (setBackingStoreEnabled): Likewise. - * javax/swing/plaf/basic/BasicDesktopPaneUI.java - (closeKey): Likewise. - (maximizeKey): Likewise. - (minimizeKey): Likewise. - (navigateKey): Likewise. - (navigateKey2): Likewise. - * javax/swing/plaf/basic/BasicInternalFrameUI.java - (openMenuKey): Likewise. - * javax/swing/plaf/basic/BasicSplitPaneUI.java - (keyboardDownRightListener): Likewise. - (keyboardEndListener): Likewise. - (keyboardHomeListener): Likewise. - (keyboardResizeToggleListener): Likewise. - (keyboardUpLeftListener): Likewise. - (dividerResizeToggleKey): Likewise. - (downKey): Likewise. - (endKey): Likewise. - (homeKey): Likewise. - (leftKey): Likewise. - (rightKey): Likewise. - (upKey): Likewise. - (createKeyboardUpLeftListener): Likewise. - (createKeyboardDownRightListener): Likewise. - (createKeyboardHomeListener): Likewise. - (createKeyboardEndListener): Likewise. - (createKeyboardResizeToggleListener): Likewise. - (getDividerBorderSize): Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (downKey): Likewise. - (leftKey): Likewise. - (rightKey): Likewise. - (upKey): Likewise. - -2004-11-30 Andreas Tobler - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c - (Java_gnu_java_awt_peer_gtk_GtkTextAreaPeer_create): Use the - GTK_TEXT_VIEW macro. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (connect_awt_hook_cb): Mark unused variable unused. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c (selection_get): - Do the cast right. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c - (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_create): According to - the gtk API gtk_combo_box_new_text actually returns a GtkWidget. - Remove unused var menu. - (selection_changed): Remove unused value. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (Java_gnu_java_awt_peer_gtk_GtkButtonPeer_setNativeBounds): Fix pointer - warning with using an intermediate variable. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c - (area_updated): Fix unused var warning for BE archs. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c - (Java_gnu_java_awt_peer_gtk_GdkGraphics_connectSignals): Remove unused - var. - (realize_cb): Mark unused variable unused. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c - (seek_glyphstring_idx): Fix a C90 warning. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c - (Java_gnu_java_awt_peer_gtk_GThreadNativeMethodRunner_nativeRun): - Mark unused arguments unused. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c - (Java_gnu_java_awt_peer_gtk_GdkGlyphVector_initState), - (Java_gnu_java_awt_peer_gtk_GdkGlyphVector_setGlyphCodes), - (Java_gnu_java_awt_peer_gtk_GdkGlyphVector_glyphCharIndex), - (Java_gnu_java_awt_peer_gtk_GdkGlyphVector_glyphIsHorizontal): - Likewise. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c - (Java_gnu_java_awt_peer_gtk_GdkFontMetrics_getPeerFontMetrics), - (Java_gnu_java_awt_peer_gtk_GdkFontMetrics_getPeerTextMetrics): - Likewise. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_nativeSetFilenameFilter): - Likewise. - (filenameFilterCallback): Remove unused var. - (handle_response): Declare str_fileName and remove last else statement. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c: - New File. - (nativeGetNumFontsFamilies) New function. - (nativeGetFontFamilies) Likewise. - * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java - (getAvailableFontFamilyNames): Implement. - * Makefile.am (gtk_c_source_files): Add GdkGraphicsEnvironment.c. - * Makefile.in: Regenerate. - -2004-11-30 Thomas Fitzsimmons - - * gnu/java/awt/peer/ClasspathFontPeer.java - (setStandardAttributes(String,Map)): If size attribute doesn't - exist, default to size 12. Clamp size value to a minimum of 1. - -2004-11-30 Jeroen Frijters - - * javax/swing/JDialog.java - (decorated): Likewise. - * javax/swing/JFrame.java - (defaultLookAndFeelDecorated): Likewise. - -2004-11-30 Jeroen Frijters - - * javax/swing/plaf/basic/BasicToolBarUI.java - (offset, regular): Made final. - * javax/swing/plaf/basic/BasicScrollBarUI.java - (DECREASE_HIGHLIGHT, INCREASE_HIGHLIGHT, NO_HIGHLIGHT, - POSITIVE_SCROLL, NEGATIVE_SCROLL): Made final. - -2004-11-30 Michael Koch - - * gnu/java/awt/BitwiseXORComposite.java, - gnu/java/awt/ClasspathToolkit.java, - gnu/java/awt/image/XBMDecoder.java, - gnu/java/awt/peer/GLightweightPeer.java, - gnu/java/awt/peer/gtk/GdkGlyphVector.java: - Reorganized import statements. - -2004-11-30 Jeroen Frijters - - * java/awt/Button.java - (next_button_number): Removed useless initializer. - * java/awt/Frame.java - (next_frame_number): Likewise. - * java/awt/Panel.java - (next_panel_number): Likewise, - * java/awt/Scrollbar.java - (next_scrollbar_number): Likewise. - * java/awt/TextArea.java - (next_text_number): Likewise. - -2004-11-30 Michael Koch - - * java/awt/image/ByteLookupTable.java - (ByteLookupTable) :Fixed HTML entities in javadocs. - (lookupPixel): Fix case when dst is null. - * java/awt/image/ShortLookupTable.java - (ShortLookupTable) :Fixed HTML entities in javadocs. - (lookupPixel): Fix case when dst is null. - * java/awt/image/DataBufferByte.java, - java/awt/image/DataBufferDouble.java, - java/awt/image/DataBufferFloat.java, - java/awt/image/DataBufferInt.java, - java/awt/image/DataBufferShort.java, - java/awt/image/DataBufferUShort.java: - Fix initialization of bankData in constructors. - -2004-11-30 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkButtonPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (setNativeBounds): Set GtkEventBox, GtkButton and GtkLabel size - requests. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (setNativeBounds): Make package private. Set size request even - if GTK parent is NULL. - * gnu/java/awt/peer/gtk/GtkLabelPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c - (setNativeBounds): Set GtkEventBox and GtkLabel size requests. - -2004-11-30 Mark Wielaard - - Workaround for bug #17952. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (request_frame_extents): Check window->window != NULL. - -2004-11-30 Mark Wielaard - - * jni/gtk-peer/gdkfont.h: Include gtkpeer.h not gtkcairopeer.h. - -2004-11-30 Andreas Tobler - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c: Use - native_text_layout_state_table here. - - * jni/gtk-peer/gdkfont.h: Mark native_text_layout_state_table extern. - -2004-11-30 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c - (setChars): Only call pango_itemize() when vec->glyphitems != NULL. - Only call pango_shape() when gi->glyphs->num_glyphs > 0. - -2004-11-30 Michael Koch - - * gnu/java/awt/peer/gtk/GtkToolkit.java: - Merged import statements. - -2004-11-30 Michael Koch - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (isBufferedImageGraphics): Simplified. - -2004-11-30 Paul Jenner - - * javax/swing/JTree.java - (isRootVisible): Fixed typo in method name. - * javax/swing/JScrollBar.java - (setValues): Likewise. - * javax/swing/JScrollPane.java - (createScrollListener): Call JScrollBar.setValues. - -2004-11-30 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkContainerPeer.java (endValidate): - Don't call setParentAndBounds on GtkWindowPeers. - - * java/awt/Component.java (static): Don't set default keyboard - focus manager. - * java/awt/KeyboardFocusManager.java - (getCurrentKeyboardFocusManager): If current keyboard focus - manager is null set a default. - - * gnu/java/awt/peer/gtk/GtkButtonPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (gtkWidgetSetBackground): New method. - (block_expose_events_cb): New function. - (connectSignals): Block the AWT's expose event processing on - button press and release. - (gtkSetLabel): Set text on proper widget. - (gtkWidgetModifyFont): Modify font on proper widget. - (gtkWidgetSetBackground): Set normal, active and prelight - colours. - (gtkWidgetSetForeground): Set forground colour of proper widget. - (gtkActivate): Activate the correct widget. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (clearRect): - Only clear rectangle if the backing component is not an event - box. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (beginNativeRepaintID): New variable. - (endNativeRepaintID): Likewise. - (gtkInit): Initialize new fields with method IDs. - * jni/gtk-peer/gtkpeer.h (beginNativeRepaintID): Declare extern. - (endNativeRepaintID): Likewise. - -2004-11-30 Thomas Fitzsimmons - - * javax/swing/JList.java (init): Revert accidental commit. - - * gnu/java/awt/peer/gtk/GdkGraphics.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (GdkGraphics): - Call initComponentGraphics or connectSignals depending on - component's realization status. - (realize_cb): New function. - (initComponentGraphics): New method. - (connectSignals): New method. - (clipRect): Return immediately if component is not realized. - (setClip): Likewise. - (translate): Likewise. - (drawImage variants): Return false immediately if component is - not realized. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (connectSignals): New method. - (GdkGraphics2D): Call initComponentGraphics2D or connectSignals - depending on component's realization status. Move other - initialization calls to ... - (initComponentGraphics2D): New method. - (realize_cb): New function. - (cairoSetMatrix): Return immediately if gr is NULL. - (cairoNewPath): Likewise. - (cairoRectangle): Likewise. - (cairoClip): Likewise. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (gtkWidgetRepaintArea): Remove method. - (isRealized): New method. - (GtkComponentPeer): Move setParent, connectJObject and setCursor - calls to setParentAndBounds. Call setParentAndBounds. - (setParentAndBounds): New method. - (setComponentBounds): Return immediately if bounds are all zero. - (repaint): Remove call to gtkWidgetRepaintArea. Return - immediately if requested paint region is 0x0. - (setCursor): New method. - (gtkWidgetSetParent): Only set widget's parent if its parent is - currently NULL. - (setNativeBounds): Only set widget's bounds if it has a parent. - (connectSignals): Don't call gtk_widget_realize. Connect - "realize" signal to connect_awt_hook_cb handler. - * gnu/java/awt/peer/gtk/GtkContainerPeer.java (isValidating): - New field. - (beginValidate): Set isValidating true. - (endValidate): Set parents and bounds for children first, then - for this. Set isValidating false. - * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (connectJObject): Remove method. - (connectSignals): Don't call gtk_widget_realize. - * gnu/java/awt/peer/gtk/GtkListPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c - (connectJObject): Remove method. - (connectSignals): Don't call gtk_widget_realize. - * gnu/java/awt/peer/gtk/GtkPanelPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c - (connectJObject): Remove method. - * gnu/java/awt/peer/gtk/GtkScrollbarPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c - (connectJObject): Remove method. - * gnu/java/awt/peer/gtk/GtkWindowPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (create): Don't call gtk_widget_realize. - (connectJObject): Remove method. - (connectSignals): Don't call gtk_widget_realize. Connect - "realize" signal to connect_awt_hook_cb handler. - (nativeSetBounds): Don't attempt to move GDK window if it is - NULL. - * java/awt/Container.java (addImpl): Don't call comp.addNotify - if peer is not null. - (validateTree): Create peers for all children before calling - doLayout. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (connectSignals): Don't call gtk_widget_realize. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (connect_awt_hook_cb): New function. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (initComponentGraphicsID): New variable. - (initComponentGraphics2DID): Likewise. - (setCursorID): Likewise. - (gtkInit): Initialize new fields with method IDs. - * jni/gtk-peer/gtkpeer.h (initComponentGraphicsID): Declare - extern. - (initComponentGraphics2DID): Declare extern. - (setCursorID): Likewise. - (connect_awt_hook_cb): Declare function. - -2004-11-30 Michael Koch - - * gnu/java/awt/peer/gtk/GdkClasspathFontPeer.java, - gnu/java/awt/peer/gtk/GdkGlyphVector.java, - gnu/java/awt/peer/gtk/GdkGraphics2D.java, - gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, - gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, - gnu/java/awt/peer/gtk/GtkButtonPeer.java, - gnu/java/awt/peer/gtk/GtkClipboard.java, - gnu/java/awt/peer/gtk/GtkDialogPeer.java, - gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, - gnu/java/awt/peer/gtk/GtkFontPeer.java, - gnu/java/awt/peer/gtk/GtkListPeer.java, - gnu/java/awt/peer/gtk/GtkMenuItemPeer.java, - gnu/java/awt/peer/gtk/GtkToolkit.java, - gnu/java/awt/peer/gtk/GtkWindowPeer.java: - Import statements reworked. Some little reformattings. - -2004-11-30 Michael Koch - - * java/awt/image/AffineTransformOp.java - (TYPE_BILINEAR): Initialize with 2. - * java/awt/print/Printable.java: Jalopied. - (PAGE_EXISTS): Initialize with 0; - (NO_SUCH_PAGE): Initialized with 1. - -2004-11-30 Jerry Quinn - - * Makefile.am: Add BufferedImageFilter.java. - * Makefile.in: Regenerate. - -2004-11-30 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (install_font_peer): Minor bug fixes to track cairo font semantics. - -2004-11-30 Jerry Quinn - - * java/awt/image/BufferedImageFilter.java: Implement. - -2004-11-30 Graydon Hoare - - * Makefile.am - (jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeer.c) - (jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeerMetrics.c) - (gnu/java/awt/peer/gtk/GdkClasspathFontPeer.java) - (gnu/java/awt/peer/gtk/GdkClasspathFontPeerMetrics.java): Remove. - (jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c) - (jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c) - (gnu/java/awt/peer/gtk/GdkTextLayout.java) - (gnu/java/awt/peer/gtk/GdkFontPeer.java) - (gnu/java/awt/peer/ClasspathTextLayoutPeer.java): Add - * Makefile.in: Regenerate. - * gnu/awt/xlib/XToolkit.java - (getClasspathTextLayoutPeer): Add stub. - * gnu/java/awt/ClasspathToolkit.java - (getClasspathTextLayoutPeer) Add. - * gnu/java/awt/peer/ClasspathFontPeer.java - (copyStyleToAttrs) - (copySizeToAttrs): Make public. - * gnu/java/awt/peer/ClasspathTextLayoutPeer.java: New file. - * gnu/java/awt/peer/gtk/GdkClasspathFontPeer.java: Remove. - * gnu/java/awt/peer/gtk/GdkClasspathFontPeerMetrics.java: Remove. - * gnu/java/awt/peer/gtk/GdkFontMetrics.java: Rewrite. - * gnu/java/awt/peer/gtk/GdkFontPeer.java: New file. - * gnu/java/awt/peer/gtk/GdkGlyphVector.java: Adjust type names. - * gnu/java/awt/peer/gtk/GdkGraphics.java - (getFontPeer): New function. - (drawString): Pass font peer to native side. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (cairoSetFont) - (cairoShowGlyphs) - (PainterThread): Remove. - (GdkGraphics2D): Set hints during construction. - (shifted) - (walkPath) - (draw) - (setRenderingHint) - (setRenderingHints): Reimplement normalization logic. - (getDefaultHints) - (updateBufferedImage) - (isBufferedImageGraphics) - (updateImagePixels) - (drawImage): Make final. - (drawImage): Always paint synchronously. - (drawString) - (drawGlyphVector): Rewrite. - (releasePeerGraphicResource) - (getPeerTextMetrics) - (getPeerFontMetrics) - (drawGdkGlyphVector) - (drawGdkTextLayout) - (cairoDrawGdkGlyphVector) - (cairoDrawGdkTextLayout) - (cairoDrawString) - (getFontPeer): New functions. - * gnu/java/awt/peer/gtk/GdkTextLayout.java: New file. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (getFontMetrics): Get metrics via toolkit, to hit cache. - * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java: Use getFontMetrics. - * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkToolkit.java (LRUCache): New class. - (fontCache) - (metricsCache) - (imageCache): New members. - (getFontMetrics) - (getImage) - (getClasspathFontPeer): Use caches. - (getFontPeer): Route through getClasspathFontPeer. - * java/awt/Font.java (attrsToMap): Remove, adjust ctors. - * java/awt/font/TextLayout.java: Implement in terms of peer. - * javax/swing/plaf/basic/BasicSliderUI.java - (paintThumb): Use polyline rather than polygon. - * javax/swing/plaf/basic/BasicGraphicsUtils.java: - Update comment but, alas, still do not switch to using TextLayouts. - * javax/swing/text/Utilities.java (drawTabbedText): - Draw text run-at-a-time, not char-at-a-time. - * jni/gtk-peer/gdkfont.h: Publicize some of the font interface, add - layout table. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeerMetrics.c: - Remove files. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c: Rewrite to - incorporate brains of old GdkClasspathFontPeerMetrics. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c: Rewrite to - incorporate brains of old GdkClasspathFontPeer. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c: New file. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c - (drawString): Rewrite to use persistent layout in peer font. - Comment out extraneous gdk_flush calls. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (metrics_cairo) - (metrics_surface): New static variables. - (paint_glyph_run) - (install_font_peer): New helper functions. - (releasePeerGraphicResource) - (getPeerTextMetrics) - (getPeerFontMetrics) - (cairoDrawGdkTextLayout) - (cairoDrawGdkGlyphVector): New native methods. - (cairoDrawString): Rewrite, leaving layout-based version - commented out for the time being. - * jni/gtk-peer/gtkpeer.h (graphics): Add fields for pango stuff. - -2004-11-30 David Gilbert - - * java/awt/geom/AffineTransform.java: - Fixed javadocs overall. - -2004-11-30 Jerry Quinn - - * java/awt/image/ComponentColorModel.java: Remove FIXME comment since - it's correct. - -2004-11-30 Jerry Quinn - - * java/awt/image/IndexColorModel.java: Fix use of immutable - BigIntegers. - -2004-11-30 Tom Tromey - - * javax/swing/plaf/basic/BasicOptionPaneUI.java (MessageIcon): - Renamed from 'messageIcon'. - (errorIcon, infoIcon, warningIcon, questionIcon): Updated. - -2004-11-30 Jerry Quinn - - * java/awt/image/RescaleOp.java: Fix formatting. - -2004-11-30 Olga Rodimina - - * javax/swing/plaf/basic/BasicComboPopup.java - (SCROLL_DOWN): made final. - (SCROLL_UP): made final. - -2004-11-30 Olga Rodimina - - * javax/swing/plaf/basic/BasicComboPopup.java: - Added javadocs for undocumented fields. - (show): scroll down to the selected item and - highlight selected item. - (startAutoScrolling): Implemented. - (stopAutoScrolling): Implemented. - (autoScrollUp): Implemented. - (autoScrollDown): Implemented. - (InvocationMouseHandler.mouseReleased): Implemented. - (InvocationMouseMotionHandler.mouseDragged): Implemented. - -2004-11-30 Jerry Quinn - - * java/awt/image/RescaleOp.java: Implement. - -2004-11-30 Jerry Quinn - - * java/awt/image/IndexColorModel.java (getRGBs, - convertToIntDiscrete): Implement. - -2004-11-30 Jerry Quinn - - * java/awt/image/IndexColorModel.java: Add class docs. - -2004-11-30 Jerry Quinn - - * java/awt/image/IndexColorModel.java (isValid, getValidPixels): - Implement. - -2004-11-30 Michael Koch - - * java/awt/MenuBar.java, - java/awt/peer/MenuBarPeer.java: - Revert accidentally commited changes. - -2004-11-30 Michael Koch - - * java/awt/AWTKeyStroke.java, - java/awt/Canvas.java, - java/awt/CardLayout.java, - java/awt/CheckboxMenuItem.java, - java/awt/Component.java, - java/awt/Container.java, - java/awt/DefaultKeyboardFocusManager.java, - java/awt/EventDispatchThread.java, - java/awt/FileDialog.java, - java/awt/FlowLayout.java, - java/awt/Font.java, - java/awt/Frame.java, - java/awt/Graphics2D.java, - java/awt/GraphicsEnvironment.java, - java/awt/GridBagConstraints.java, - java/awt/GridBagLayout.java, - java/awt/GridLayout.java, - java/awt/Image.java, - java/awt/KeyboardFocusManager.java, - java/awt/Label.java, - java/awt/List.java, - java/awt/MediaTracker.java, - java/awt/Menu.java, - java/awt/MenuBar.java, - java/awt/MenuComponent.java, - java/awt/Panel.java, - java/awt/PopupMenu.java, - java/awt/ScrollPane.java, - java/awt/Scrollbar.java, - java/awt/SystemColor.java, - java/awt/TextArea.java, - java/awt/TextField.java, - java/awt/Toolkit.java, - java/awt/Window.java, - java/awt/color/ICC_Profile.java, - java/awt/datatransfer/DataFlavor.java, - java/awt/datatransfer/StringSelection.java, - java/awt/datatransfer/SystemFlavorMap.java, - java/awt/dnd/Autoscroll.java, - java/awt/dnd/DropTarget.java, - java/awt/dnd/DropTargetContext.java, - java/awt/dnd/DropTargetDragEvent.java, - java/awt/dnd/peer/DropTargetContextPeer.java, - java/awt/event/AdjustmentEvent.java, - java/awt/event/InputEvent.java, - java/awt/event/InvocationEvent.java, - java/awt/event/KeyEvent.java, - java/awt/event/MouseEvent.java, - java/awt/font/TextLayout.java, - java/awt/geom/GeneralPath.java, - java/awt/geom/Point2D.java, - java/awt/im/InputContext.java, - java/awt/im/spi/InputMethodContext.java, - java/awt/image/AffineTransformOp.java, - java/awt/image/BufferedImage.java, - java/awt/image/ColorModel.java, - java/awt/image/ComponentColorModel.java, - java/awt/image/CropImageFilter.java, - java/awt/image/DirectColorModel.java, - java/awt/image/MemoryImageSource.java, - java/awt/image/PackedColorModel.java, - java/awt/image/PixelGrabber.java, - java/awt/image/RasterOp.java, - java/awt/peer/MenuBarPeer.java: - Some fixes for checkstyle. Import statement and modifier order - redordering. - -2004-11-30 Michael Koch - - * javax/swing/JTable.java - (setModel): Reimplemented. - -2004-11-30 Michael Koch - - * javax/swing/JTextArea.java - (append): Re-implemented. - (insert): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/JSpinner.java - (serialVersionUID): New static field. - * javax/swing/JToggleButton.java - (JToggleButton): Fixed email addresses. - * javax/swing/SpinnerNumberModel.java - (serialVersionUID): Added javadoc. - -2004-11-30 Michael Koch - - * javax/swing/JTextArea.java: - Don't use JTextComponent.doc directly. GCJ from java-gui-branch has a - bug here which is fixed in HEAD ... - -2004-11-30 Andrew John Hughes - - * javax/swing/JTextArea.java: Added additional - documentation. - -2004-11-30 Andrew John Hughes - - * javax/swing/JRadioButton.java: - Implemented additional constructors and accessibility - classes. Added documentation and fixed a typo in - AbstractButton. - -2004-11-30 Jerry Quinn - - * java/awt/image/IndexColorModel.java (IndexColorModel): Implement - missing constructor. - -2004-11-30 Jerry Quinn - - * java/awt/image/ComponentColorModel.java (ComponentColorModel): - Implement missing 1.4 constructor. - -2004-11-30 Andrew John Hughes - - * javax/swing/JToggleButton.java: - Implemented additional constructors and accessibility - classes. Added documentation and fixed a typo in - AbstractButton. - -2004-11-30 Jerry Quinn - - * java/awt/image/ColorModel.java (getDataElement, - getDataElements): Document since 1.4. - -2004-11-30 Jerry Quinn - - * java/awt/image/BandedSampleModel.java: Implement. - * Makefile.am: Add java/awt/image/BandedSampleModel.java. - * Makefile.in: Regenerated. - -2004-11-30 Michael Koch - - * java/awt/Window.java: Fixed whitespace difference with GNU - classpath. - -2004-11-30 Mark Wielaard - - * Makefile.am: Add javax/swing/SpinnerListModel.java. - * Makefile.in: Regenerated. - -2004-11-30 Andrew John Hughes - - * javax/swing/SpinnerListModel.java, javax/swing/SpinnerModel.java - Implemented SpinnerListModel. Added documentation to - SpinnerModel. - -2004-11-30 Andreas Tobler - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (init_dpi_conversion_factor): Apply the patch from main correctly. - 2004-06-26 Andreas Tobler - -2004-11-30 Tom Tromey - - Bug 9948. - * javax/swing/JDesktopPane.java (LIVE_DRAG_MODE): Now final. - (OUTLINE_DRAG_MODE): LIVE_DRAG_MODE. - * javax/swing/plaf/basic/BasicSplitPaneUI.java - (NON_CONTINUOUS_DIVIDER): Now final. Initialize. - -2004-11-30 Andrew John Hughes - - * java/awt/Canvas.java - (AccessibleAWTCanvas): added serialization UID - * java/awt/Label.java - (AccessibleAWTLabel): added serialization UID - * javax/swing/JRootPane.java - (AccessibleJRootPane): added comment to existing UID - * javax/swing/JSpinner.java - (DefaultEditor): added serialization UID - (NumberEditor): added serialization UID - * javax/swing/text/html/HTML.java - (UnknownTag): added serialization UID - -2004-11-30 Jeroen Frijters - - * javax/swing/JInternalFrame.java - (CONTENT_PANE_PROPERTY,FRAME_ICON_PROPERTY,GLASS_PANE_PROPERTY, - IS_CLOSED_PROPERTY,IS_ICON_PROPERTY,IS_MAXIMUM_PROPERTY, - IS_SELECTED_PROPERTY,LAYERED_PANE_PROPERTY,MENU_BAR_PROPERTY, - ROOT_PANE_PROPERTY,TITLE_PROPERTY): Made final as per API spec. - * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java - (CLOSE_CMD,ICONIFY_CMD,MAXIMIZE_CMD,MOVE_CMD,RESTORE_CMD,SIZE_CMD): - Made final as per API spec. - -2004-11-30 Andreas Tobler - - * jni/gtk-peer/gtkpeer.h: Remove duplicated copyright string. - -2004-11-30 Sven de Marothy - - * java/awt/geom/Arc2D.java: Reformatted. - (setArc): Correct documentation to say 'upper left corner'. - (setArcByTangent,contains,intersects): Implemented. - (containsAngle): Corrected to handle negative extents. - (ArcIterator): Set to private. - (ArcIterator): Corrected for CHORD-type arcs, negative extents. - (intersects): Fix: Now checks the arc segment. - (contains): Cleaned up. - * java/awt/geom/CubicCurve2a.javaD: Fix insideness-test. Reindent. - (contains): Implemented. - (intersects): Implemented. - * java/awt/geom/QuadCurve2D.java: Fix insideness-test. Reindent. - * java/awt/geom/GeneralPath: Fix insideness-test. Reindent and - document. Fully (re)implemented using separate xpoints and ypoints - float[] coords. - -2004-11-30 Andreas Tobler - - * configure.ac: Introduce AC_C_BIGENDIAN_CROSS for WORDS_BIGENDIAN. - * configure: Regenerate. - * include/config.h.in: Likewise. - * jni/gtk-peer/gtkpeer.h (SWAPU32): Introduce macro to swap pixels. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c: Moved SWAPU32 - macro to gtkpeer.h. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_getImagePixels): Convert - pixels from 0xBBGGRRAA to 0xAARRGGBB only on Little Endian - architectures. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c (area_updated): - Likewise. - -2004-11-30 David Gilbert - - * java/awt/SystemColor.java: Fix @link doc entries. - -2004-11-30 David Gilbert - - * java/awt/RenderingHints.java: Documented. - (RenderingHints): Accept null init Map. - (putAll): Preprocess map to generate appropriate exceptions. - (remove): Cast object to Key and remove from hintMap. - -2004-11-30 Andrew John Hughes - - * java/awt/MenuComponent.java, java/awt/MenuBar.java: - Implementation of accessibility classes and methods - for these two components. - -2004-11-30 Andrew John Hughes - - * java/awt/KeyboardFocusManager.java: - Added missing documentation. - -2004-11-30 Andrew John Hughes - - * java/awt/Label.java, java/awt/Canvas.java: - Added accessibility classes to AWT Label and Canvas, - as well as additional documentation for Canvas. - -2004-11-30 David Gilbert - - * java/awt/image/DataBuffer.java: Update API documentation. - * java/awt/image/DataBufferByte.java: Likewise. - * java/awt/image/DataBufferDouble.java: Likewise. - * java/awt/image/DataBufferFloat.java: Likewise. - * java/awt/image/DataBufferInt.java: Likewise. - * java/awt/image/DataBufferShort.java: Likewise. - * java/awt/image/DataBufferUShort.java: Likewise. - -2004-11-30 Dalibor Topic - - * java/awt/Component.java (postEvent): - Only delegate to parent if a parent exists. - Reported by: Stephane Meslin-Weber - -2004-11-30 Sven de Marothy - - *java/awt/AWTEventMulticaster.java, - java/awt/Adjustable.java, - java/awt/Point.java, - java/awt/Polygon.java, - java/awt/Rectangle.java, - java/awt/Shape.java, - java/awt/geom/Area.java, - java/awt/geom/Ellipse2D.java, - java/awt/geom/PathIterator.java, - java/awt/geom/Point2D.java, - java/awt/geom/Rectangle2D.java, - java/lang/Comparable.java, - java/util/Arrays.java: - Fixed documentation errors - -2004-11-30 Jerry Quinn - - * java/awt/image/ComponentSampleModel.java: Add documentation. - - -2004-11-30 Jerry Quinn - - * java/awt/image/ComponentSampleModel.java (constructor): - Initialize numBanks when figuring out the max bank index. - -2004-11-30 Jerry Quinn - - * java/awt/image/Raster.java (createPackedRaster): Implement - MultiPixelPackedSampleModel codepath. - -2004-11-30 Jerry Quinn - - * java/awt/image/MultiPixelPackedSampleModel.java: Implement. - * Makefile.am: Add MultiPixelPackedSampleModel.java. - * Makefile.in: Regenerate. - -2004-11-30 Jerry Quinn - - * java/awt/image/Raster.java (getNumBands): Implement. - -2004-11-30 Jerry Quinn - - * java/awt/image/Raster.java - (createPackedRaster(int,int,int,int,int,Point)): Implement for - bands>1. - -2004-11-30 Jerry Quinn - - * java/awt/image/SinglePixelPackedSampleModel.java - (SinglePixelPackedSampleModel): Throw exception for unsupported - datatype. - -2004-11-30 Jerry Quinn - - * java/awt/image/ColorModel.java (getDataElement): Implemented. - Update javadoc. - (getDataElements): Add missing version. Remove bogus version. - Update javadoc. - -2004-11-30 Olga Rodimina - - * javax/swing/plaf/basic/BasicComboBoxUI.java: - (paintCurrentValue): Pass correct parameters to - getListCellRendererComponent(). - (ListDataHandler.intervalRemoved): Implemented. - (PropertyChangeHandler.propertyChange): Handle changes in - MODEL_CHANGED_PROPERTY of the JComboBox - * javax/swing/plaf/basic/BasicComboPopup.java: - (BasicComboPopup): Moved code that configures popup to - configurePopup() and call it instead. - (firePopupMenuWillBecomeVisible): Implemented. - (firePopupMenuWillBecomeInvisible): Likewise. - (firePopupMenuCanceled): Likewise. - (configureList): Set list's visibleRowCount same as - comboBox's visibleRowCount. - (configurePopup): Implemented. - (getPopupHeightForRowCount): Get item's from JComboBox's model and - not from model of the JList. - (ListMouseMotionHandler.mouseMoved): Implemented. - (PropertyChangeHandler.propertyChange): Handles change in the - JComboBox's model. - -2004-11-30 Michael Koch - - * javax/swing/JComponent.java - (isMaximumSizeSet): New method. - (isMinimumSizeSet): Likewise. - (isPreferredSizeSet): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/JSpinner.java: - Some Re-formatting. - (spinner): New field. - (DefaultEditor): New method. - (getSpinner): Likewise. - (NumberEdito): Likewise. - (getModel): Likewise - -2004-11-30 Michael Koch - - * javax/swing/InputVerifier.java: - Re-formatted. - * javax/swing/JComponent.java - (inputVerifier): New property field. - (getInputVerifier): New method. - (setInputVerifier): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/JComponent.java - (JComponent): Added javadoc comment. - (setBorder): Fire property change eventr. - (setEnabled): Likewise. - (setMaximumSize): Likewise. - (setMinimumSize): Likewise. - (setPreferredSize): Likewise. - (setOpaque): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/JTextField.java - (action): New field. - (actionCommand): Likewise. - (actionPropertyChangeListener): Likewise. - (setHorizontalAlignment): Abort soon if new value == old value. Fire - event before repainting. - (postActionEvent): New method. - (getAction): Likewise. - (setAction): Likewise. - (getActionCommand): Likewise. - (setActionCommand): Likewise. - (createActionPropertyChangeListener): Likewise. - (configurePropertiesFromAction): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/DebugGraphics.java: - Re-formatted. Fixed some javadocs. - * javax/swing/JApplet.java - (rootPaneCheckingEnabled): Renamed from checking. - * javax/swing/JCheckBox.java - (BORDER_PAINTED_FLAT_CHANGED_PROPERTY): New statif field. - * javax/swing/JFrame.java: - Re-formatted a bit and reordered some methods. - (rootPaneCheckingEnabled): Renamed from checking. - (getPreferredSize): Simplified. - * javax/swing/JTextArea.java - (getColumnWidth): New method. - (getLineCount): Likewise. - (getLineStartOffset): Likewise. - (getLineEndOffset): Likewise. - (getLineOfOffset): Likewise. - (getRowHeight): Likewise. - (insert): Likewise. - (replaceRange): Likewise. - * javax/swing/JTextField.java - (scrollOffset): new field. - (getScrollOffset): New method. - (setScrollOffset): Likewise. - (getColumnWidth): Likewise. - * javax/swing/JTree.java - (ANCHOR_SELECTION_PATH_PROPERTY): New static field. - (CELL_EDITOR_PROPERTY): Likewise. - (CELL_RENDERER_PROPERTY): Likewise. - (EDITABLE_PROPERTY): Likewise. - (EXPANDS_SELECTED_PATHS_PROPERTY): Likewise. - (INVOKES_STOP_CELL_EDITING_PROPERTY): Likewise. - (LARGE_MODEL_PROPERTY): Likewise. - (LEAD_SELECTION_PATH_PROPERTY): Likewise. - (ROOT_VISIBLE_PROPERTY): Likewise. - (ROW_HEIGHT_PROPERTY): Likewise. - (SCROLLS_ON_EXPAND_PROPERTY): Likewise. - (SELECTION_MODEL_PROPERTY): Likewise. - (SHOWS_ROOT_HANDLES_PROPERTY): Likewise. - (TOGGLE_CLICK_COUNT_PROPERTY): Likewise. - (TREE_MODEL_PROPERTY): Likewise. - (VISIBLE_ROW_COUNT_PROPERTY): Likewise. - (cellEditor): New field. - (invokesStopCellEditing): Likewise. - (largeModel): Likewise. - (rowHeight): Likewise. - (scrollsOnExpand): Likewise. - (selectionModel): Likewise. - (toggleClickCount): Likewise. - (visibleRowCount): Likewise. - (setShowsRootHandles): Fixed typo in method name. - (getCellEditor): New method. - (setCellEditor): Likewise. - (getSelectionModel): Likewise. - (setSelectionModel): Likewise. - (getVisibleRowCount): Likewise. - (setVisibleRowCount): Likewise. - (isLargeModel): Likewise. - (setLargeModel): Likewise. - (getRowHeight): Likewise. - (setRowHeight): Likewise. - (getInvokesStopCellEditing): Likewise. - (setInvokesStopCellEditing): Likewise. - (getToggleClickCount): Likewise. - (setToggleClickCount): Likewise. - (getScrollsOnExpand): Likewise. - (setScrollsOnExpand): Likewise. - * javax/swing/table/DefaultTableColumnModel.java - (addColumnModelListener): Fixed javadoc. - (removeColumnModelListener): Implemented. Fixed javadoc. - (getColumnModelListeners): New method. - * javax/swing/table/JTableHeader.java - (columnModel): Made protected. - (draggedColumn): Likewise. - (draggedDistance): Likewise. - (reorderingAllowed): Likewise. - (resizingAllowed): Likewise. - (resizingColumn): Likewise. - (table): Likewise. - (updateTableInRealTime): Likewise. - (createDefaultColumnModel): Renamed from - createDefaultTableColumnModel. - (setDefaultRenderer): New method. - * javax/swing/table/TableColumn.java - (getPropertyChangeListeners): New method. - * javax/swing/text/DefaultHighlighter.java - (drawsLayeredHighlights): New field. - (getDrawsLayeredHighlights): New method. - (setDrawsLayeredHighlights): Likewise. - * javax/swing/text/DocumentFilter.java - (FilterBypass): New inner class. - (insertString): New method. - (remove): Likewise. - (replace): Likewise. - * javax/swing/text/JTextComponent.java - (dragEnabled): New field. - (getSelectedText): New method. - (getDragEnabled): Likewise. - (setDragEnabled): Likewise. - (replaceSelection): Reimplemented. - * javax/swing/text/NavigationFilter.java - (FilterBypass): New inner class. - (NavigationFilter): New method. - (moveDot): Likewise. - (setDot): Likewise. - * javax/swing/text/SimpleAttributeSet.java - (EMPTY): Made public final. - -2004-11-30 Michael Koch - - * javax/swing/SpinnerNumberModel.java - (getMinimum): New method. - (setMinimum): Likewise. - (getMaximum): Likewise. - (setMaximum): Likewise. - (getStepSize): Likewise. - (setStepSize): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/JMenu.java - (getMenuListeners): New method. - (fireMenuSelected): Simplified. - * javax/swing/JRootPane.java - (NONE): New static field. - (FRAME): Likewise. - (PLAIN_DIALOG): Likewise. - (INFORMATION_DIALOG): Likewise. - (ERROR_DIALOG): Likewise. - (COLOR_CHOOSER_DIALOG): Likewise. - (FILE_CHOOSER_DIALOG): Likewise. - (QUESTION_DIALOG): Likewise. - (WARNING_DIALOG): Likewise. - (defaultButton): New field. - (getDefaultButton): New method. - (setDefaultButton): Likewise. - * javax/swing/JScrollPane.java - (getUI): New method. - (setUI): Likewise. - * javax/swing/JTable.java - (getUI): Javadoc added. - (setUI): New method. - * javax/swing/JViewport.java - (getUI): New method. - (setUI): Likewise. - * javax/swing/UIDefaults.java - (removePropertyChangeListener): Made public. - -2004-11-30 Michael Koch - - * javax/swing/JApplet.java, javax/swing/JFrame.java: - Re-indented. - -2004-11-30 Michael Koch - - * javax/swing/AbstractButton.java: - Little re-formatting. - (changeEvent): Made protected. - (fireStateChanged): Removed argument. - (setHorizontalAlignment): Abort method when old value is equal too new - value. - (setHorizontalTextPosition): Likewise. - (setVerticalAlignment): Likewise. - (setVerticalTextPosition): Likewise. - (setBorderPainted): Likewise. - (setIcon): Likewise. - (setText): Likewise. - (setIconTextGap): Likewise. - (setMargin): Likewise. - (setPressedIcon): Likewise. - (setFocusPainted): Likewise. - (setDisabledSelectedIcon): Likewise. - (setRolloverIcon): Likewise. - (setRolloverSelectedIcon): Likewise. - (setSelectedIcon): Likewise. - (setContentAreaFilled): Likewise. - -2004-11-30 Kim Ho - - * javax/swing/plaf/basic/BasicArrowButton.java: - Jalopy. Reimplement. - * javax/swing/plaf/basic/BasicScrollBarUI.java: - Jalopy. - (arrowIcon, upIcon, downIcon, leftIcon, - rightIcon): Removed. - (createIncreaseButton): Use BasicArrowButton. - (createDecreaseButton): Ditto. - * javax/swing/plaf/basic/BasicSplitPaneDivider.java: - (createRightOneTouchButton): Remove button border. - (createLeftOneTouchButton): Ditto. - -2004-11-30 Michael Koch - - * javax/swing/JSpinner.java - (setModel): New method. - * javax/swing/SpringLayout.java - (Constraints): May not be final. - -2004-11-30 Michael Koch - - * gnu/java/awt/peer/gtk/GtkClipboard.java, - java/awt/datatransfer/Clipboard.java, - java/awt/datatransfer/ClipboardOwner.java: - Reformated to make it use our coding standard. - -2004-11-30 Michael Koch - - * javax/swing/SpinnerNumberModel.java - (SpinnerNumberModel): Implements java.io.Serializable. - (serialVersionUID): New field. - (SpinnerNumberModel): Added missing @throws tags to javadocs. - * javax/swing/UIManager.java - (get): New method. - (getBoolean): Likewise. - (getBorder): Likewise. - (getColor): Likewise. - (getDimension): Likewise. - (getFont): Likewise. - (getIcon): Likewise. - (getInsets): Likewise. - (getInt): Likewise. - (getString): Likewise. - -2004-11-30 Michael Koch - - * javax/swing/JPasswordField.java: - Reformated. Implemented construtors. - * javax/swing/plaf/basic/BasicPasswordFieldUI.java - (create): New method. - * javax/swing/text/PlainView.java - (selectedColor): Made package-private to allow access from sub-classes - in same package too. - (unselectedColor): Likewise. - (font): Likewise. - (drawSelectedText): Make protected. - (drawUnselectedText): Likewise. - * javax/swing/text/PasswordView.java: New file. - * Makefile.am: Added javax/swing/text/PasswordView.java. - * Makefile.in: Regenerated. - -2004-11-30 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkFramePeer.java (setMenuBar): Set menu - bar's width. - * gnu/java/awt/peer/gtk/GtkMenuBarPeer.java (nativeSetHelpMenu): - Add FIXME comment. - (addHelpMenu): Elide call to nativeSetHelpMenu. - * java/awt/Menu.java (isTearOff): Rename to tearOff. - (menuSerializedDataVersion): Initialize to 1. - (separatorLabel): Mark transient. - (insert(MenuItem,int)): Implement. - * java/awt/MenuBar.java (setHelpMenu): Call getPeer to retrieve - peer. - (countMenus): Count help menu. - * java/awt/MenuComponent.java (nameExplicitlySet, newEventsOnly, - accessibleContext): Add fields. - * java/awt/MenuItem.java: Remove event mask FIXME. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c - (gtkWidgetModifyFont): Only set font if label is non-NULL. - (setLabel): Don't treat "-" specially. - -2004-11-30 Kim Ho - - * javax/swing/colorchooser/DefaultHSBChooserPanel.java: - (stateChanged): Only update the image and the track if - the values are not being adjusted. - (updateChooser): Grab the new mouse point from the - spinner values. Update the image and track only if - the values are not being adjusted. - (getHSBValues): New method. - * javax/swing/colorchooser/DefaultRGBChooserPanel.java: - (SliderHandler::stateChanged): Changed internalChange - to updateChange. Set sliderChange. - (SpinnerHandler::stateChanged): Ditto. Set spinnerChange. - (spinnerChange): New variable. - (sliderChange): Ditto. - (updateChange): Renamed from internalChange. - (updateChooser): Do not update sliders if the sliders - were the original source of the change. Ditto for spinners. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java: - (mousePress): Don't scroll the JViewport if there will - be extra space at the end of the run. Change layout() to - revalidate(). - (calculateSize): Use the component's width/height unless - it is smaller than the max tab width/height. - (calculateTabRects): Subtract the tab run overlay. - (rotateTabRuns): Don't rotate if there's only one run. - (layoutContainer): Reuse the viewport point. - (createLayoutManager): Set the viewport to use no layout. - (paintTabArea): Don't paint the tabs that are not visible - to the JViewport. - (paintContentBorderTopEdge): Check for scroll tab layout before - looking for gap. - (paintContentBorderLeftEdge): Ditto. - (paintContentBorderBottomEdge): Ditto. - (paintContentBorderRightEdge): Ditto. - -2004-11-30 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkButtonPeer.java (gtkWidgetSetFont): - Rename ... - (gtkWidgetModifyFont): New method. - * gnu/java/awt/peer/gtk/GtkFramePeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c - (setMenuBarWidth): New method. - (setBounds): Set the menu bar width. - (postConfigureEvent): Set the menu bar width if the window's - width has changed. - * gnu/java/awt/peer/gtk/GtkMenuBarPeer.java (GtkMenuBarPeer): - Don't call create. - (setFont): New method. - * gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java (create): New - method. - (setFont): Likewise. - (GtkMenuComponentPeer): Call create and setFont. - * gnu/java/awt/peer/gtk/GtkMenuItemPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c - (connectSignals): Make package private. - (gtkWidgetModifyFont): New method. - (create): Likewise. - (GtkMenuItemPeer): Don't call create. - (setFont): New method. - * java/awt/CheckboxMenuItem.java (addNotify): Fix peer == null - condition. - * java/awt/Container.java (validateTree): Fix comment typos. - * java/awt/MenuComponent.java (getFont): Return parent's font if - our font is null. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c - (create): Remove call to deprecated - gtk_check_menu_item_set_show_toggle function. - -2004-11-30 Hans Boehm - - * java/lang/natObject.cc (LOCK_LOG, LOG): Add debug tracing. - (Almost everywhere): add LOG calls, fix, add comments. - (_Jv_MonitorEnter): Replace masking of LOCKED bit with assertion. - Add explicit check for LOCKED bit in slow case (PR 16662). - (_Jv_MonitorExit): Add casts in debug-only code. - Always release LOCKED bit before throwing exception. - (_Jv_ObjectCheckMonitor): Lock may be held if lightweight lock - isn't. Handle easy cases without lock acquisition. - (Object::wait): Use NotifyAll for lock inflation. - -2004-11-30 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkFramePeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c - (gtkFixedMove): Remove method. - -2004-11-30 Sven de Marothy - - * java/awt/geom/Area.java: Implemented. - -2004-11-30 Mark Wielaard - - * java/awt/geom/Arc2D.java (ArcIterator): Make package private. - -2004-11-30 Sven de Marothy - - * java/awt/geom/Arc2D.java - Reformatted. - (setArc): Correct documentation to say 'upper left corner'. - (setArcByTangent,contains,intersects): Implemented. - (containsAngle): Corrected to handle negative extents. - (ArcIterator): Set to private. - (ArcIterator): Corrected for CHORD-type arcs, negative extents. - * java/awt/geom/Ellipse2D.java - Documented. - (contains,intersects): Implemented. - * java/awt/geom/Line2D.java - (linesIntersect): Correct handling of special cases. - -2004-11-30 Mark Wielaard - - * gnu/java/awt/peer/gtk/GdkGraphics.java (setColor): Use - Color.BLACK if c == null, don't create new Color object each time. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java (comp): New private - field. - (setColor): Use Color.BLACK when argument null. - (setComposite): Set this.comp field. - (getComposite): Return this.comp, or AlphaComposite.SrcOver when null. - (DrawState.comp): New private field. - (DrawState.save): Save Composite. - (DrawState.restore): Restore comp field. - * java/awt/FontMetrics.java (gRC): New static final private field. - (getLineMetrics(String, Graphics)): New method. - (getLineMetrics(String, int, int, Graphics)): Likewise. - (getLineMetrics(char[], int, int, Graphics)): Likewise. - (getLineMetrics(CharacterIterator, int, int, Graphics)): Likewise. - * javax/swing/JMenu.java (JMenu(String, boolean)): Ignore tearoff - argument. PR SWING/17294. - * javax/swing/plaf/basic/BasicGraphicsUtils.java (): Always use - the fall-back code since none of the TextArea methods are really - implemented now. PR SWING/17296. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c - (GdkGlyphVector_setChars): Replace assert() with if block when - pango_itemize() returns null. PR AWT/17295. - (GdkGlyphVector_allInkExtents): Likewise when vec->glyphitems is null. - -2004-11-30 Thomas Fitzsimmons - - * Makefile.am (gtk_c_source_files): Add - gnu_java_awt_peer_gtk_GtkFramePeer.c. - * Makefile.in: Regenerate. - * gnu/java/awt/peer/gtk/GdkGraphics.java (getClipBounds): Remove - comment. - * gnu/java/awt/peer/gtk/GtkButtonPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (create): Pack GtkButton in GtkEventBox. - (connectJObject): Remove. - (focus_in_cb): New function. - (focus_out_cb): Likewise. - (connectSignals): Connect focus-in-event and focus-out-event - signals. - (gtkSetFont): Rename to ... - (gtkWidgetModifyFont): New method. - (gtkWidgetRequestFocus): New method. - * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c - (gtkSetFont): Rename to ... - (gtkWidgetModifyFont): New method. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (isInRepaint): New field. - (gtkSetFont): Remove method. - (addExposeFilter): Likewise. - (removeExposeFilter): Likewise. - (gtkWidgetQueueDrawArea): Rename to ... - (gtkWidgetRepaintArea): New method. - (beginNativeRepaint): New method. - (endNativeRepaint): New method. - (setComponentBounds): Move implementation here from - GtkComponentPeer. - (paint): Remove implementation. - (repaint): Wrap call to gtkWidgetRepaintArea with calls to - beginNativeRepaint and endNativeRepaint. - (setBounds): Use menu bar height in bounds calculation. - (postExposeEvent): Only post paint event if we're not doing a - native repaint. - (gtkWidgetSetParent): Replace gtk_layout_put with gtk_fixed_put. - (setNativeBounds): Replace gtk_layout_move with gtk_fixed_move. - (find_gtk_layout): Remove function. - (filter_expose_event_handler): Likewise. - * gnu/java/awt/peer/gtk/GtkDialogPeer.java (postExposeEvent): - Likewise. - * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java - (setComponentBounds): Call GtkComponentPeer's - setComponentBounds. - * gnu/java/awt/peer/gtk/GtkFramePeer.java (getMenuBarHeight): - New method. - (moveLayout): Rename to ... - (gtkFixedMove): New method. - (gtkLayoutSetVisible): Rename to ... - (gtkFixedSetVisible): New method. - (setMenuBar): Rearrange, to make the three separate cases - clearer. - (postExposeEvent): Only post paint event if we're not doing a - native repaint. - * gnu/java/awt/peer/gtk/GtkGenericPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c - (gtkWidgetModifyFont): New method. - * gnu/java/awt/peer/gtk/GtkImagePainter.java - (GtkImagePainter(GtkImage,GdkGraphics,int,int,int,int,Color)): - Call run directly, rather than spawning a new thread. - (GtkImagePainter(GtkImage,GdkGraphics,int,int,int,int,int,int,int,int,Color)): - Likewise. - * gnu/java/awt/peer/gtk/GtkLabelPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c (gtkSetFont): - Rename to ... - (gtkWidgetModifyFont): New method. - (create): Rename ebox to eventbox. - * gnu/java/awt/peer/gtk/GtkListPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c (gtkSetFont): - Rename to ... - (gtkWidgetModifyFont): New method. - * gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java - (GtkMenuComponentPeer): Set the default font. - * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c - (gtkSetFont): Rename to ... - (gtkWidgetModifyFont): New method. - * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c: Likewise. - * java/awt/Component.java (locale): Initialize to default - locale. - * java/awt/Container.java (invalidateTree): Make - package-private. - (paint): Paint self first. - (setMenuBar): Call invalidateTree. - * java/awt/Panel.java (dispatchEventImpl): Remove method. - * java/awt/Window.java (show): Call no-parameter variant of - requestFocusInWindow. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (initState): - Remove special case for window widget. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (grab_current_drawable): Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c - (create): Replace GtkLayout with GtkFixed. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (pre_event_handler): Remove special cases for GDK_EXPOSE events. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c: New file. - Move all GtkFramePeer native method implementations here from - gnu_java_awt_peer_gtk_GtkWindowPeer.c. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c (create): - Replace GtkLayout with GtkFixed. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (find_layout): Remove function. - (create): Replace GtkLayout with GtkFixed. - (connectSignals): Remove find_layout call. - (toBack): Replace XFlush with gdk_flush. - (toFront): Replace XFlush with gdk_flush. - Move GtkFramePeer native method implementations to - gnu_java_awt_peer_gtk_GtkFramePeer.c. - * jni/gtk-peer/gtkpeer.h: Remove declaration of find_gtk_layout. - -2004-11-30 Michael Koch - - * javax/swing/JTextArea.java - (lineWrap): Renamed from "wrapping". - (wrapStyleWord): NEw field. - (getLineWrap): Re-edited javadoc comment. - (setLineWrap): Likewise. - (getWrapStyleWord): New method. - (setWrapStyleWord): Likewise. - -2004-11-29 Kelley Cook - - * configure: Regenerate for libtool change. - -2004-11-29 Tom Tromey - - * gnu/gcj/tools/gcj_dbtool/Main.java (main): Mention gcj-dbtool. - Recognize --help and --version. - (usage): Mention gcj-dbtool. Added "out" argument. - (insist): Updated. - -2004-11-29 Eric Botcazou - - * link.cc (link_symbol_table): Do not use intptr_t. - -2004-11-28 Mark Wielaard - - * mauve-libgcj: Disable SpinnerListModel, SwingUtilities and - XMLDecoder tests which currently don't compile. - -2004-11-27 Andrew Haley - - * link.cc (ensure_class_linked): Conditionally compile - _Jv_IsInterpretedClass on INTERPRETER. - (print_class_loaded): Likewise. - (wait_for_state): Likewise. - * include/jvm.h (ROUND): Move to here from include/java-interp.h. - * include/java-interp.h (ROUND): Remove. - -2004-11-25 Tom Tromey - - * gnu/gcj/util/natDebug.cc (getField): Don't qualify name. - * java/lang/Class.h (_Jv_Linker): Declare. - (Class): Fix names of friends. - (_Jv_getInterfaceMethod): Declare. - -2004-11-25 John David Anglin - - * testsuite/lib/libjava.exp (libjava_arguments): Add new global - variable libjava_ld_library_path. - (gcj_invoke, libjava_invoke): Use it to set ld_library_path. - -2004-11-25 Bryce McKinlay - - * java/util/ResourceBundle.java (BundleKey): Don't implement - Cloneable. - (BundleKey.clone): Removed. - (getBundle): Copy BundleKey using constructor, not clone(). - -2004-11-25 Kelley Cook - - * configure: Regenerate for libtool reversion. - -2004-11-25 Michael Koch - - * Makefile.am: Added most of javax.print again. - * Makefile.in: Regenerated. - -2004-11-25 Michael Koch - - * Makefile.am: Added most of javax.print again. - * Makefile.in: Regenerated. - -2004-11-24 Tom Tromey - - * Merged gcj-abi-2-dev-branch to trunk. - -2004-11-16 Tom Tromey - - * include/java-interp.h (_Jv_DefineClass): Updated. - * java/lang/natVMClassLoader.cc (defineClass): Pass protection - domain to class reader. - * defineclass.cc (parse): Use print_class_loaded. - Include ProtectionDomain.h. - (_Jv_DefineClass): Added ProtectionDomain argument. - (_Jv_ClassReader): Likewise. - * include/jvm.h (_Jv_Linker::print_class_loaded): Declare. - * link.cc: Include CodeSource.h. - (print_class_loaded): New function. - (wait_for_state): Use it. - -2004-11-16 Andrew Haley - - * gnu/gcj/util/Debug.java (print): Add RawDataManaged. - -2004-11-16 Andrew Haley - - * configure.ac (LIBGCJ_LD_SYMBOLIC): AC_SUBST this definition. - * configure.host: Define libgcj_ld_symbolic for Linux hosts. - * Makefile.am (lib_*_la_LDFLAGS): Add LIBGCJ_LD_SYMBOLIC. - * configure: Regenerate. - * Makefile.in: Regenerate. - -2004-11-15 Andrew Haley - - * boehm.cc (_Jv_GCRegisterDisappearingLink): Check that *objp is a - gc-allocated object. - -2004-11-15 Andrew Haley - - * java/net/URLClassLoader.java - (URLLoader.getClassPath): New method. - (JarURLLoader.JarURLLoader): Read mainfest to parse "Class-Path" - attribute and add URLs for each entry. - (JarURLLoader.classPath): New field. - (JarURLLoader.getClassPath): New method. - (addURLImpl): Scan through the list of extraUrls in the new - loader, adding them to our urlinfos. - (definePackage, findURLResource, findResources): Use - urlinfos.size(), not urls.size(). - -2004-11-11 Tom Tromey - - * gnu/gcj/runtime/natSharedLibLoader.cc (ensureSupersLinked): New - method. - * gnu/gcj/runtime/SharedLibHelper.java (findClass): Ensure supers - linked. - (ensureSupersLinked): Declare. - * java/lang/natVMClassLoader.cc (loadClass): Ensure supers - linked. - -2004-11-10 Tom Tromey - - * gij.cc (main): Treat -verbose the same as -verbose:class. - (help): Document -verbose and -verbose:class. - - * link.cc (verbose_class_flag): Declare. - (wait_for_state): Print message when handling precompiled class. - * java/lang/natClass.cc (verbose_class_flag): Moved to link.cc. - -2004-11-09 Tom Tromey - - * testsuite/libjava.lang/assign2.out: New file. - * testsuite/libjava.lang/assign2.java: New file. - - * java/lang/natRuntime.cc (insertSystemProperties): Set - java.version to 1.4.2 and java.specification.version to 1.4. Set - java.runtime.version. - -2004-11-08 Tom Tromey - - * java/lang/natClass.cc (_Jv_IsAssignableFromSlow): Ensure - supers installed. - * link.cc (verify_type_assertions): Don't link supers. - - * include/jvm.h (_Jv_Linker::search_method_in_class): Declare. - * include/java-interp.h (class _Jv_InterpClass) - <_Jv_PrepareMissingMethods>: No longer `friend'. - * java/lang/Class.h (_Jv_SearchMethodInClass): No longer - `friend'. - (_Jv_PrepareMissingMethods, _Jv_PrepareCompiledClass, - _Jv_GetInterfaces, _Jv_GenerateITable, _Jv_FindIIndex, - _Jv_AppendPartialITable, _Jv_LinkSymbolTable, - _Jv_LayoutInterfaceMethods, _Jv_SetVTableEntries, _Jv_MakeVTable, - _Jv_linkExceptionClassTable, _Jv_WaitForState): Likewise. - * link.cc (search_method_in_class): Renamed from - _Jv_SearchMethodInClass. - (resolve_pool_entry): Updated. - - * include/jvm.h (_Jv_CheckAssignment): Removed. - * java/lang/natClass.cc (_Jv_CheckAssignment): Removed. - -2004-11-05 Tom Tromey - - * link.cc (verify_type_assertions): Ensure classes have supers - linked. Strip off array types first. - -2004-11-05 Bryce McKinlay - - * link.cc: Include VerifyError.h. - (_Jv_Linker::verify_type_assertions): New. Read and evaluate entries - in the type assertion table. - * include/execution.h (_Jv_CompiledEngine::do_verify): Use - verify_type_assertions. - * include/jvm.h (_Jv_Linker::verify_type_assertions): declare. - * java/lang/Class.h (JV_ASSERT_END_OF_TABLE, - JV_ASSERT_TYPES_COMPATIBLE, JV_ASSERT_IS_INSTANTIABLE): Declare - assertion code values. - (struct _Jv_TypeAssertion): Declare. - (assertion_table): New class field. - (verify): Remove class field. - -2004-11-05 Andrew Haley - - * Makefile.am: Move jv_dbtool.java to - gnu/gcj/tools/gcj_dbtool/Main.java. - * Makefile.in: Rebuild. - * java/lang/VMCompiler.java: Rename property - "gnu.gcj.precompiled.db" to "gnu.gcj.precompiled.db.path". - * gnu/gcj/tools/gcj_dbtool/Main.java: moved here from - jv_dbtool.java. - -2004-11-05 Andrew Haley - - * jv_dbtool.java (main): Allow the user to specify the size of the - database. Display the capacity and the size. - (usage): Show the new option. - -2004-11-04 Tom Tromey - - * include/jvm.h (_Jv_Linker::set_vtable_entries): Updated. - * link.cc (make_vtable): Use correct index when searching for - missing method's name. Don't use `flags'. - (set_vtable_entries): Removed `flags' argument. Don't recurse - into superclasses. - (link_symbol_table): Ensure target class method table is - complete. Ensure target fields are laid out before entering - loop. - - * java/lang/natClass.cc (_Jv_getInterfaceMethod): Indentation - fix. - - * interpret.cc (do_verify): Don't verify abstract methods. - -2004-11-01 Tom Tromey - - * link.cc (wait_for_state): Call verify_class. - - * verify.cc (state::check_no_uninitialized_objects): Removed. - (push_jump): Updated. - (push_exception_jump): Likewise. - (handle_ret_insn): Likewise. - (handle_jsr_insn): Likewise. - -2004-10-28 Andrew Haley - - * gnu/gcj/runtime/PersistentByteMap.java: New file. - * jv_dbtool.java: New file. - * Makefile.am (bin_PROGRAMS): Add jv-dbtool - (jv_dbtool_SOURCES, jv_dbtool_LDFLAGS, jv_dbtool_LINK) - (jv_dbtool_LDADD, jv_dbtool_DEPENDENCIES): New. - * Makefile.in: Regenerate, - * java/lang/VMCompiler.java: Import NoSuchAlgorithmException, - Enumeration, StringTokenizer, Vector, PersistentByteMap. - (precompiledMapFiles): New variable. - (VMCompiler static intializer): Read "gnu.gcj.precompiled.db" to - initialize precompiledMapFiles. - (compileClass): Look at the database of precompiled class files - before firing up gcj. - - * gnu/gcj/runtime/VMClassLoader.java (findClass): Fix comment. - -2004-10-27 Andrew Haley - - * java/lang/VMCompiler.java (compileClass): try looking for - precompiledMapFiles. - * gnu/gcj/runtime/PersistentByteMap.java: New file. - -2004-10-27 Tom Tromey - - * link.cc (ensure_class_linked): Only resolve classes for - compiled classes. - (add_miranda_methods): Ensure interface supers are installed. - (resolve_pool_entry): Better error message. - -2004-10-25 Tom Tromey - - * boehm.cc (_Jv_MarkObj): Test aux_info before dereferencing it. - - * java/util/ResourceBundle.java (tryBundle): Use - Class.isAssignableFrom rather than catching ClassCastException. - - * java/util/zip/InflaterInputStream.java (fill): Don't throw an - exception if we hit EOF of `in'. - (read): Handle case where inflating returns -1. - - * gnu/java/text/WordBreakIterator.java (WordBreakIterator): Don't - initialize `iter'. - * gnu/java/text/SentenceBreakIterator.java - (SentenceBreakIterator): Don't initialize `iter'. - * gnu/java/text/LineBreakIterator.java (LineBreakIterator): Don't - initialize `iter'. - * gnu/java/text/CharacterBreakIterator.java - (CharacterBreakIterator): Don't initialize `iter'. - * gnu/java/text/BaseBreakIterator.java (BaseBreakIterator): New - constructor. - * java/text/BreakIterator.java: Updated documentation. - -2004-10-20 Tom Tromey - - * java/util/ResourceBundle.java (tryBundle): Also ignore - ClassCastException. - -2004-10-18 Tom Tromey - - * interpret.cc (do_post_miranda_hook): New method. - * include/execution.h (_Jv_ExecutionEngine::post_miranda_hook): - New field. - (_Jv_CompiledEngine::do_post_miranda_hook): New method. - (_Jv_CompiledEngine): Initialize new field. - (_Jv_InterpreterEngine::do_post_miranda_hook): Declare. - (_Jv_InterpreterEngine): Initialize new field. - * link.cc (resolve_pool_entry): Put Miranda methods in target - class. - (ensure_method_table_complete): Call post_miranda_hook. - * java/lang/natVMClassLoader.cc (defineClass): Don't set class' - aux_info. - * defineclass.cc (read_one_method_attribute): Use _Jv_AllocBytes. - (parse): Set class' aux_info here. - - * boehm.cc (_Jv_MarkObj): Mark `throws'. - - * boehm.cc: Re-merged with trunk. - -2004-10-18 Andrew Haley - - PR java/18036: - * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Reorganize - and correct logic used to find interpreter. - -2004-10-13 Andrew Haley - - * interpret.cc (_Jv_InterpMethod::run): Initialize - _Jv_StartOfInterpreter. - (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): Functions removed. - (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): New variables. - * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Use - _Unwind_FindEnclosingFunction to discover whether PC is within the - interpreter. - -2004-10-13 Tom Tromey - - * link.cc (find_iindex): Copy correct number of slots to new - ioffsets. - -2004-10-12 Tom Tromey - - * testsuite/libjava.loader/loader.exp (gcj_object_file_name): New - proc. - (gcj_loader_test_one): Use it. - (gcj_loader_run): Likewise. - - * prims.cc: Don't include FirstThread.h. - -2004-10-06 Tom Tromey - - * link.cc (ensure_method_table_complete): Ensure superclass - Miranda methods installed. - - * include/java-interp.h (class _Jv_JNIMethod): Added - JV_MARKOBJ_DECL as a friend. - * interpret.cc (ncode): Allocate jni_arg_types field with GC. - * boehm.cc (_Jv_MarkObj): Skip abstract methods when marking - interpreter method structures. Mark jni_arg_types of JNI - methods. - - * defineclass.cc (parse): Use JV_STATE_READ. - * java/lang/Class.h (JV_STATE_READ): New enum value. - -2004-10-05 Tom Tromey - - * link.cc (resolve_pool_entry): Add signature info to missing - method's information. - - * gnu/gcj/util/Debug.java (Debug(int,boolean)): New constructor. - * gnu/gcj/util/natDebug.cc (_Jv_StaticDeepDebug): New function. - -2004-10-04 Tom Tromey - - * boehm.cc (_Jv_MarkObj): Correctly indicate base pointer when - marking IDT. - -2004-09-29 Tom Tromey - - * Makefile.am (libgcj_la_SOURCES): Mention link.cc, not - resolve.cc. - * include/jvm.h (class _Jv_Linker): Renamed from _Jv_Resolver. - * jni.cc: Use _Jv_Linker. - * interpret.cc: Use _Jv_Linker. - * java/lang/reflect/natField.cc (getType): Use _Jv_Linker. - * java/lang/natClassLoader.cc: Use _Jv_Linker. - * java/lang/natVMClassLoader.cc (resolveClass): Use _Jv_Linker. - * java/lang/Class.h: Use _Jv_Linker. - * java/lang/natClass.cc (initializeClass): Use _Jv_Linker. - * resolve.cc: Renamed ... - * link.cc: ... here. Use _Jv_Linker. - * defineclass.cc (checkExtends): Use _Jv_Linker. - -2004-09-17 Tom Tromey - - * defineclass.cc (handleCodeAttribute): Don't reference - `deferred'. - (handleMethodsEnd): Likewise. - * include/java-interp.h (_Jv_MethodBase::deferred): Removed - field. - (_Jv_Defer_Resolution): Don't declare or define. - * interpret.cc (do_create_ncode): Don't resolve deferred method - pointers. - * java/lang/Class.h (_Jv_Defer_Resolution): Don't declare. - * resolve.cc (link_symbol_table): No need to defer resolution. - -2004-09-14 Tom Tromey - - * boehm.cc (MAYBE_MARK): Remove unused `Exit' argument. - (_Jv_MarkObj): Updated. - (_Jv_MarkArray): Likewise. - - * include/jvm.h (StringClass): Removed. - * jni.cc (_Jv_JNI_ThrowNew): Don't use StringClass. - * interpret.cc (_Jv_InitField): Don't use StringClass. - * java/lang/natString.cc (_Jv_StringFindSlot): Don't use - StringClass. - (rehash): Likewise - (intern): Likewise. - (_Jv_FinalizeString): Likewise. - (_Jv_NewStringUtf8Const): Likewise. - (equals): Likewise. - * prims.cc (JvConvertArgv): Don't use StringClass. - - * gcj/field.h (struct _Jv_Field): Don't mention COMPACT_FIELDS. - * resolve.cc (ensure_fields_laid_out): Don't mention - COMPACT_FIELDS. - * defineclass.cc (handleField): Don't mention COMPACT_FIELDS. - * boehm.cc (_Jv_MarkObj): Don't mention COMPACT_FIELDS. - - * java/lang/reflect/natField.cc (getType): Use resolve_field. - * java/lang/natVMClassLoader.cc (resolveClass): New native - implementation. - (linkClass0): Removed. - (markClassErrorState0): Likewise. - * java/lang/natClassLoader.cc: Include execution.h. Moved class - preparation code to resolve.cc. - (_Jv_RegisterClassHookDefault): Set class's execution engine if - not already set. - (_Jv_FindClass): Use wait_for_state. - (_Jv_NewArrayClass): Likewise. Simplified permissions setting. - * java/lang/natClass.cc (_Jv_IsInstanceOf): Include execution.h. - Moved interface table and class preparation code to resolve.cc. - (finalize): Rewrote. - (initializeClass): Simplified locking and class preparation. - * java/lang/VMClassLoader.java (linkClass0): Removed. - (markClassErrorState0): Likewise. - (resolveClass): Now native. - (transformException): New method. - * java/lang/Class.h (getSuperclass): Don't try to resolve super - reference. - (getInterface): Likewise. - (size): Likewise. - (set_state): New method. - (Class): Updated friend declarations. - (verify): Field now private. - (engine): New field. - * include/jvm.h (class _Jv_Resolver): New class declaration. - (_Jv_ResolveField): Removed declaration. - (_Jv_CheckAccessNoInit): Likewise. - (_Jv_isBinaryCompatible): Removed. - * include/java-interp.h (class _Jv_MethodBase): Updated friend - declarations. - (class _Jv_InterpMethod): Likewise. - (class _Jv_InterpClass): Likewise. - (class _Jv_JNIMethod): Likewise. - * include/execution.h: New file. - * gnu/gcj/runtime/natSharedLibLoader.cc: Include execution.h. - (_Jv_sharedlib_register_hook): Set `engine' on loaded class. - Register class after setting fields. - * resolve.cc: Include execution.h, VerifyError.h. Moved - interpreter-specific code to interpret.cc. - (uaddr): New location. - (struct aligner): Likewise. - (ALIGNOF): Likewise. - (INITIAL_IOFFSETS_LEN): Interface dispatch code moved here. - (INITIAL_IFACES_LEN): Likewise. - (null_idt): Likewise. - (_Jv_GetMethodString): Likewise. - (_Jv_ThrowNoSuchMethodError): Likewise. - (_Jv_abstractMethodError): Likewise. - (_Jv_Resolver::get_alignment_from_class): Renamed. - (_Jv_Resolver::resolve_field): Likewise. - (_Jv_Resolver::resolve_pool_entry): Likewise. - (_Jv_Resolver::resolve_class_ref): Likewise. - (_Jv_Resolver::prepare_constant_time_tables): Likewise. - (_Jv_Resolver::indexof): Likewise. - (_Jv_Resolver::get_interfaces): Likewise. - (_Jv_Resolver::generate_itable): Likewise. - (_Jv_Resolver::append_partial_itable): Likewise. - (_Jv_Resolver::find_iindex): Likewise. - (_Jv_Resolver::link_symbol_table): Likewise. - (_Jv_Resolver::link_exception_table): Likewise. - (_Jv_Resolver::layout_interface_methods): Likewise. - (_Jv_Resolver::layout_vtable_methods): Likewise. - (_Jv_Resolver::set_vtable_entries): Likewise. - (_Jv_Resolver::make_vtable): Likewise. - (_Jv_Resolver::ensure_fields_laid_out): Likewise. - (_Jv_Resolver::ensure_class_linked): Likewise. - (_Jv_Resolver::ensure_supers_installed): Likewise. - (_Jv_Resolver::add_miranda_methods): Likewise. - (_Jv_Resolver::ensure_method_table_complete): Likewise. - (_Jv_Resolver::verify_class): Likewise. - (_Jv_Resolver::wait_for_state): Likewise. - * prims.cc (_Jv_soleCompiledEngine): New global. - (_Jv_CheckAccess): Use _Jv_IsAssignableFromSlow. - (_Jv_CheckAccessNoInit): Removed. - * jni.cc (_Jv_JNI_GetAnyFieldID): Use resolve_field. - * interpret.cc: Include platform.h, ClassFormatError.h, - Modifier.h, execution.h. - (_Jv_soleInterpreterEngine): New global. - (compile): Use resolve_pool_entry. - (run): Likewise. - (_Jv_InitField): New location. - (skip_one_type): Likewise. - (get_ffi_type_from_signature): Likewise. - (_Jv_count_arguments): Likewise. - (init_cif): Likewise. - (ncode_closure): Likewise. - (ffi_closure_fun): Likewise. - (ncode): Likewise. - (throw_class_format_error): Likewise. - (throw_class_format_error): Likewise. - (_Jv_InterpreterEngine::do_verify): New method. - (_Jv_InterpreterEngine::do_create_ncode): Likewise. - (_Jv_InterpreterEngine::do_allocate_static_fields): Likewise. - (_Jv_InterpreterEngine::do_resolve_method): Likewise. - * defineclass.cc: Include execution.h. - (_Jv_ClassReader): Initialize size_in_bytes, vtable_method_count, - engine. - (checkExtends): Ensure superclass has supers installed. - (_Jv_ClassNameSamePackage): Clarify usage constraints. - * boehm.cc (GC_enable, GC_disable): Declare at top of file. - (_Jv_MarkObj): Unconditionally mark vtable. Mark interface - dispatch tables. - -2004-09-13 Tom Tromey - - * mauve-libgcj: List some classes we don't have. - -2004-09-10 Andrew Haley - - * java/lang/Class.h (_Jv_getInterfaceMethod(): new friend. - * java/lang/natClass.cc (initializeClass): Check itable. - (_Jv_getInterfaceMethod): New. - (_Jv_LinkSymbolTable): Rewrite code that handles inerface calls. - Check that an interface method isn't called with invokevirtual. - - * java/lang/natClass.cc (_Jv_LayoutVTableMethods): Make sure - super_meth is virtual. - -2004-09-01 Tom Tromey - - * java/lang/Class.h (_Jv_CheckAccessNoInit): Declare as friend. - * java/lang/natClass.cc (_Jv_LayoutVTableMethods): Use - _Jv_CheckAccessNoInit. - * include/jvm.h (_Jv_CheckAccessNoInit): Declare. - * prims.cc (_Jv_CheckAccessNoInit): New method. - - * java/lang/reflect/natMethod.cc (invoke): Check access against - declaring class, not object's class. - * java/lang/natClass.cc (_Jv_LookupDeclaredMethod): Added another - argument. - (_Jv_LayoutVTableMethods): Perform checks of accessibility of - overridden method. - * java/lang/Class.h (_Jv_LookupDeclaredMethod): Added another - argument. - -2004-08-30 Andrew Haley - - * java/lang/natClass.cc (_Jv_CheckAssignment): Catch - ClassNotFoundException. - Throw NoClassDefFoundError. - - * java/lang/natClassLoader.cc (_Jv_FindClassInCache): Remove call - to klass->verify() from here ... - (_Jv_PrepareCompiledClass): ...and put it here. - -2004-08-27 Andrew Haley - - * java/lang/natClassLoader.cc (_Jv_FindClassInCache): Call - klass->verify(). - * java/lang/natClass.cc (_Jv_LinkSymbolTable): Add debugging. - (_Jv_LinkSymbolTable): Call Jv_LayoutClass on target class. - -2004-08-27 Tom Tromey - - * java/lang/Class.h (_Jv_IsAssignableFromSlow): Declare as - friend. - * java/lang/natClass.cc (_Jv_CheckAssignment): New function. - (_Jv_IsAssignableFromSlow): New function. - Include VerifyError.h. - * include/jvm.h (_Jv_CheckAssignment): Declare. - -2004-08-18 Andrew Haley - - * java/lang/VMCompiler.java (loadSharedLibrary): Add className - argument. Pass it to findClass instead of fileName. - (compileClass): Pass class name to loadSharedLibrary. - -2004-06-22 Andrew Haley - - * testsuite/libjava.compile/compile.exp: Force indirect dispatch. - -2004-06-15 Andrew Haley - - * java/lang/natSystem.cc (getenv0): Don't assume environment - variable is Latin 1 coded. - -2004-06-07 Andrew Haley - - * java/lang/System.java: (getenv0): New method. - (getenv): Add security check. Do the right thing. - * java/lang/natSystem.cc (getenv0): New method. - -2004-04-19 Andrew Haley - - * gnu/gcj/runtime/NameFinder.java: Call waitFor() on the processes - we destroy. - - * gnu/java/net/natPlainSocketImplPosix.cc (read): The value byte - is returned as an int in the range 0 to 255. - -2004-08-13 Tom Tromey - - * java/lang/natClass.cc (_Jv_LinkSymbolTable): Prepare the target - class if it is interpreted. - -2004-08-12 Tom Tromey - - * java/lang/natClassLoader.cc (_Jv_WaitForState): Updated. - * java/lang/Class.h (_Jv_ResolveClassRef): Updated declaration. - (Class::getSuperclass): Updated. - (Class::getInterfaces): Likewise. - (Class::size): Updated. - (_Jv_LayoutClass): Updated declaration. - * java/lang/natClass.cc (_Jv_ResolveClassRef): Changed interface. - Synchronize on class. - (_Jv_LayoutClass): Changed interface. - (initializeClass): Updated. - (_Jv_LinkSymbolTable): Likewise. - - * java/lang/Class.h (Class::_Jv_isBinaryCompatible): Declare as - friend. - * java/lang/natClassLoader.cc (_Jv_WaitForState): Use - _Jv_isBinaryCompatible. - * java/lang/natClass.cc (initializeClass): Use - _Jv_isBinaryCompatible. - (_Jv_LinkSymbolTable): Likewise. - * include/jvm.h (_Jv_isBinaryCompatible): New function. - -2004-08-11 Tom Tromey - - * gcj/javaprims.h: Regenerated. - * java/lang/natClassLoader.cc (getClassLoader0): Removed. - (_registerClass): Likewise. - * Makefile.in: Rebuilt. - * Makefile.am (core_java_source_files): Added VMCompiler. - * java/lang/Compiler.java: Rewrote in terms of VMCompiler. - * java/lang/VMCompiler.java: New file. - * gnu/gcj/runtime/SharedLibHelper.java (findClass): Removed - `verbose' code. - (copyFile): Don't use fully-qualified name. - (h): Removed. - * java/lang/natVMClassLoader.cc: Include VMCompiler.h. - (defineClass): Use VMCompiler. - * java/lang/ClassLoader.java (defineClass): Removed jit - compilation code and `verbose' code. - (getClassLoader0): Removed. - (_registerClass): Likewise. - (SharedLibHelpers): Removed. - -2004-08-10 Tom Tromey - - * java/net/URLClassLoader.java (URLLoader(URLClassLoader, URL, - URL)): New constructor. - (SoURLLoader): Likewise. - (JarURLLoader): Create SoURLLoader with override URL. - -2004-08-10 Mark Wielaard - - * Makefile.in: Rebuilt. - * Makefile.am (interpret.lo): New rule. - -2004-08-05 Andrew Haley - - * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Look - aside for "GCJLIBS" in directory where jarfiles are loaded. - (JarURLLoader.getClass): New method. - (JarURLLoader.toString): New method. - (FileResource.toString): New method. - * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): - Remove "Duplicate class registration: " bug. - (_registerClass): New method. - * java/lang/natClass.cc (_Jv_LinkSymbolTable): Check method index. - (_Jv_LinkSymbolTable): Call _Jv_LayoutClass(). - Add debugging. - (_Jv_LayoutClass): Use getSuperclass() rather than directly - accessing the field. - * java/lang/ClassLoader.java (SharedLibHelpers): New variable. - (defineClass): Call gcj to JIT-compile a class. - (_registerClass): New method. - * gnu/gcj/runtime/SharedLibHelper.java (findHelper): A shared - library name can refer to more than one loaded library, so use a - Set of SharedLibHelpers. - If a shared library is already loaded, take a copy. - (copyFile): New function. - - * testsuite/libjava.compile/compile.exp: Force - -findirect-dispatch. - - * java/security/BasicPermission.java: Remove bogus checks. - - * java/lang/System.java (getenv0): New method. - * java/lang/natSystem.cc (getenv0): New method. - -2004-05-24 Andrew Haley - - * java/lang/natClass.cc (_Jv_LayoutClass): Remove warning message. - -2004-04-20 Bryce McKinlay - - * Merged with HEAD as of 20040514. Diff against - gcj-abi-2-merge-20040514. - -2004-04-16 Andrew Haley - - * java/lang/natClassLoader.cc (_Jv_WaitForState): Call - _Jv_LayoutClass. - (_Jv_PrepareCompiledClass): Cast address to uaddr for comparison. - (_Jv_PrepareCompiledClass): If we throw an exception during - preparation, restore state. - (ClassLoader::getClassLoader0): New method. - - * java/lang/natClass.cc (get_alignment_from_class): Moved here - from resolve.cc. - (ALIGNOF): Use offsetof, not __alignof__. - (_Jv_ResolveClassRef): Resolve a reference to a class in a - constant pool. - (getInterfaces): Emit debug output if interface hasn't been - resolved. - (initializeClass): Call _Jv_LayoutClass. - (_Jv_LinkSymbolTable): Add debugging output. - (_Jv_LinkSymbolTable): NoClassDefFoundError if target_class isn't - found. - (_Jv_LinkSymbolTable): Call _Jv_PrepareClass. - (_Jv_LinkSymbolTable): Pass the real class loader to - _Jv_FindClass. - (_Jv_linkExceptionClassTable): Don't throw if we fail to find an - exception class. - (_Jv_LinkSymbolTable): Assert if we find a static field reference - to an interpreted class. - (_Jv_LayoutVTableMethods): Use klass->getSuperclass to get the - superclass. - (_Jv_LayoutClass): Moved here; it was part of _Jv_PrepareClass in - resolve.cc. - - * java/lang/VMSecurityManager.java: Check for the system class - loader as well as loader != null. - - * java/lang/SecurityManager.java (checkPermission): Remove - security check. - (checkRead): Likewise. - (checkConnect): Likewise. - - * java/lang/ClassLoader.java (loadClass): Include all class - loaders in stack trace string. - Look for class in "gcjlib.so" in the same directory. - (getSystemClassLoader) Use getClassLoader0. - (getClassLoader0): New native method. - - * java/lang/Class.h (getSuperclass): New method. - (getInterface): New method. - (size): Lay out class if needed. - (firstMethodIndex): New method. - (Jv_ResolveClassRef): New declaration. - (_Jv_LinkSymbolTable): New declaration. - - * java/io/ObjectOutputStream.java: Add DEBUG statements - everywhere. - (dumpElementln): New method. - (depth): New field. - * java/io/ObjectInputStream.java (MyIOException): new, for - debugging. - Everywhere: use MyIOException rather than IOException. - Indent debugging output to make nesting visible. - (currentClassLoader): Make native - (callersClassLoader): New field. - (depth): New field. - * java/io/natObjectInputStream.cc (getCallersClassLoader): New - method. - - (readObject): ENDBLOCKDATA is generated if the class has a write - method, not if it has a read method. - - * include/jvm.h (_Jv_CallAnyMethodA): Add new arg, iface. - - * gnu/javax/rmi/CORBA/DelegateFactory.java: Use the - getContextClassLoader form the current thread after our own class - loader. - - * gnu/gcj/runtime/SharedLibHelper.java (findClass): Class loader - debugging. - (toString): New method. - - * verify.cc (class _Jv_BytecodeVerifier): Don't directly access - interfaces array. - - * resolve.cc (_Jv_PrepareMissingMethods): If interface looks like - a constant pool entry, resolve it now. - (_Jv_PrepareClass): Break out part of this function to Jv_LayoutClass - in natClass.cc. - Move get_alignment_from_class to natClass.cc. - - * prims.cc (_Jv_AllocObjectNoFinalizer): Use size field from class. - (_Jv_AllocObjectNoInitNoFinalizer): Likewise. - - * defineclass.cc (checkExtends): Don't access superclass field - directly. - - * Makefile.in: regenerate. - - * gnu/gcj/util/natDebug.cc: New - * gnu/gcj/util/Debug.java: New. - - * Makefile.am (java/io/ObjectInputStream.lo): Use - -fno-optimize-sibling-calls. - - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Use - _Jv_LookupInterfaceMethodIdx to calculate the address of a method - in an interface. - * include/jvm.h (_Jv_CallAnyMethodA): Add new arg: iface. - -2004-11-24 Kelley Cook - - * configure: Regenerate for libtool change. - -2004-11-24 Michael Koch - - * gnu/java/security/PolicyFile.java: New file. - * Makefile.am: Added gnu/java/security/PolicyFile.java. - * Makefile.in: Regenerated. - -2004-11-24 Michael Koch - - * java/lang/Character.java, scripts/unicode-blocks.pl: - Reorder "final static" to "static final". - -2004-11-24 Michael Koch - - * java/util/ResourceBundle.java: Reformatted. - (tryBundle): Fixed javadoc. - -2004-11-24 Jeroen Frijters - - * java/text/MessageFormat.java - (formatInternal): Made private. - -2004-11-24 Michael Koch - - * java/nio/DirectByteBufferImpl.java - (ReadWrite.ReadWrite): New constructor. - (DirectByteBufferImpl): Likewise. - * jni.cc (_Jv_JNI_NewDirectByteBuffer): - Use DirectByteBufferImpl.ReadWrite. - * Makefile.am: - Generate java/nio/DirectByteBufferImpl$ReadWrite.h. - * Makefile.in: Rgenerated. - -2004-11-24 Jeroen Frijters - - * java/nio/DirectByteBufferImpl.java - (ReadOnly): New inner subclass. - (ReadWrite): New inner subclass. - (owner): Made final and private. - (address): Made final. - (DirectByteBufferImpl(int)): New constructor. - (DirectByteBufferImpl(Object,RawData,int,int,int)): New constructor. - (DirectByteBufferImpl(Object,RawData,int,int,int,boolean)): Removed. - (allocate): Modified to instantiate ReadWrite subclass. - (finalize): Fixed to only free the buffer, if we own it. - (put): Removed read-only check. - (slice, duplicate): Modified to instantiate appropriate subclass. - (isReadOnly): Removed. - * java/nio/MappedByteBufferImpl.java - (slice, duplicate): Modified to instantiate appropriate - DirectByteBufferImpl subclass. - -2004-11-24 Michael Koch - - * gnu/java/nio/NIOServerSocket.java: Added email to @author tag. - * java/nio/DirectByteBufferImpl.java: - Moved native methods to java.nio.VMDirectByteBuffer class. - * java/nio/MappedByteBufferImpl.java: - Use native methods from java.nio.VMDirectByteBuffer class. - * java/nio/VMDirectByteBuffer.java: New file, - * java/nio/natDirectByteBufferImpl.cc: - Moved all methods into java.nio.VMDirectByteBuffer class. - * java/nio/channels/spi/AbstractSelectableChannel.java - (register): Only re-use valid keys. - * Makefile.am: Added java/nio/VMDirectByteBuffer.java. - * Makefile.in: Regenerated. - -2004-11-24 Michael Koch - - * java/nio/DirectByteBufferImpl.java, - java/nio/MappedByteBufferImpl.java: - Reformatted. - -2004-11-23 John David Anglin - - * testsuite/lib/libjava.exp, - testsuite/libjava.jacks/jacks.exp: Use new procs in target-libpath.exp. - -2004-11-23 Richard Sandiford - - * configure.host: Enable the interpreter for mips*-*-linux*. - -2004-11-23 Michael Koch - - * java/lang/String.java (rehash): Removed. - * java/lang/natString.cc (rehash): Made static. - (_Jv_NewStringUtf8Const): Use static rehash method. - -2004-11-23 Michael Koch - - * Makefile.in, aclocal.m4, configure, gcj/Makefile.in, - include/Makefile.in, testsuite/Makefile.in: Regenerated. - -2004-11-22 Eric Botcazou - - PR target/18444 - * configure.ac (threading): Accept 'posix95'. - * configure: Regenerate. - -2004-11-22 Michael Koch - - * gnu/java/nio/SocketChannelImpl.java - (read): Made check for blocking un-ambiguous. - Removed wrong check for data array length. - -2004-11-21 Michael Koch - - * gnu/java/nio/SocketChannelImpl.java - (read): Only return 0 when no bytes for reading available in - non-blocking mode. - * java/nio/channels/SocketChannel.java: - Added some missing @return tags. - -2004-11-21 Michael Koch - - * java/beans/PropertyChangeSupport.java - (propertyChangeSupportSerializedDataVersion): Made static. - * java/beans/VetoableChangeSupport.java - (propertyChangeSupportSerializedDataVersion): Likewise. - -2004-11-18 Jeroen Frijters - - * java/net/URLStreamHandler.java - (parseURL): Fixed file path canonicalisation. - -2004-11-18 Jeroen Frijters - - * java/net/URLStreamHandler.java - (parseURL): Fixed file path canonicalisation. - -2004-11-18 Michael Koch - - * java/net/URLClassLoader.java: Whitespace cleanup. - -2004-11-18 Robert Schuster - - Complete 1.4 support - * java/beans/PropertyDescriptor.java: - (setReadMethod): New method - (setWriteMethod): New method - (equals): Implemented (1.4) - (checkMethods): operates on arguments now (private) - - -2004-11-18 Mattias Rehnberg - - * java/net/Inet6Address.java (getHostAddress): Fix textual - representation of IPv6 address with embedded zeroes - to conform to RFC 2373. - -2004-11-18 Jeroen Frijters - - * java/lang/StackTraceElement.java: Made final. - * java/nio/channels/Channels.java: Added private constructor. - * java/rmi/Naming.java: Added private constructor. - * java/rmi/registry/LocateRegistry.java: Added private constructor. - * java/rmi/server/RMIClassLoader.java: Added private constructor. - * java/security/KeyPairGeneratorSpi.java - (clone): Made protected and simplified implementation. - * java/text/DateFormat.java - (allFields): Made package accessible. - * java/text/DecimalFormat.java - (formatInternal): Made private. - * java/text/Format.java - (formatInternal): Made private. - * java/util/logging/Handler.java: Made constructor protected. - * java/util/regex/Matcher.java: Made final. - * java/util/regex/Pattern.java: Made final. - * javax/crypto/CipherInputStream.java - (mark): Corrected mark parameter type (from long to int). - * javax/crypto/ExemptionMechanism.java - (finalize): Added. - * javax/crypto/Mac.java - (getMacLength): Made final. - (clone): Made final. - * javax/imageio/ImageIO.java: Added private constructor. - * javax/imageio/stream/ImageInputStreamImpl.java - (checkClosed): Made final. - * javax/net/ssl/SSLPermission.java: Made final. - * javax/print/DocFlavor.java - (hostEncoding): Added work-around to prevent the field from being - a compile time constant. - * javax/print/attribute/AttributeSetUtilities.java: Added private - constructor. - (UnmodifiableDocAttributeSet): Made private. - (UnmodifiablePrintJobAttributeSet): Made private. - (UnmodifiablePrintRequestAttributeSet): Made private. - (UnmodifiablePrintServiceAttributeSet): Made private. - (SynchronizedAttributeSet): Made private. - (SynchronizedDocAttributeSet): Made private. - (SynchronizedPrintJobAttributeSet): Made private. - (SynchronizedPrintRequestAttributeSet): Made private. - (SynchronizedPrintServiceAttributeSet): Made private. - * javax/security/auth/PrivateCredentialPermission.java: Made final. - -2004-11-18 Craig Black - - * gnu/java/beans/BeanInfoEmbryo.java: Use TreeMap for proper sorting. - -2004-11-18 Kriang Lerdsuwanakij - - * Makefile.am: Correct friend function declaration. - * Makefile.in: Regenerated. - * include/boehm-gc.h (JV_MARKOBJ_DECL, JV_MARKARRAY_DECL): Add - scope to function names. Declare functions directly. - * libjava/java/lang/Class.h - (java::lang::Class): Correct friend class declaration. - (_Jv_InitClass, _Jv_GetArrayClass): Move definition to global - scope. - * libjava/java/lang/Class.h - (java::lang::Object): Correct friend class declaration. - -2004-11-17 David Daney - - * java/io/BufferedInputStream.java (skip): Return zero on EOF. - -2004-11-17 Michael Koch - - * java/net/Socket.java (getPort): Return 0 in error case. - -2004-11-17 Michael Koch - - * java/nio/DirectByteBufferImpl.java - (owner): Updated comment. - (allocate): New method. - -2004-11-17 Michael Koch - - * java/net/URL.java (URL): Handle case when argument is null. - -2004-11-17 Michael Koch - - * java/beans/Beans.java, - java/beans/PropertyChangeEvent.java, - java/beans/PropertyEditorSupport.java: - Fixed javadocs. - -2004-11-17 Michael Koch - - * java/util/Timer.java (DEFAULT_SIZE): Made static. - -2004-11-17 Michael Koch - - * java/net/InetAddress.java (getCanonicalHostName): - Support IPv6 addresses. - -2004-11-16 Michael Koch - - * java/lang/Object.java: Added javadocs all over (merged from GNU - classpath). - -2004-11-16 Andreas Tobler - - * java/security/Security.java (Security): Silence the warning about no - providers found in the no debug case. - -2004-11-16 Michael Koch - - * java/net/InetAddress.java - (toString): Merged from GNU classpath. - -2004-11-16 Michael Koch - - * java/awt/geom/doc-files/Area-1.png, - java/awt/geom/doc-files/Ellipse-1.png, - java/awt/geom/doc-files/GeneralPath-1.png: - New files. - -2004-11-16 Michael Koch - - * java/util/Currency.java (cache): Fix modifier order. - -2004-11-16 Michael Koch - - * java/io/BufferedReader.java, - java/io/FileInputStream.java, - java/io/FileOutputStream.java, - java/io/FileWriter.java, - java/io/OutputStreamWriter.java, - java/io/PipedInputStream.java, - java/io/PipedOutputStream.java, - java/io/PipedReader.java, - java/io/PipedWriter.java, - java/io/PrintStream.java, - java/io/PushbackInputStream.java, - java/io/RandomAccessFile.java, - java/io/Reader.java, - java/io/StreamTokenizer.java, - java/io/StringReader.java, - java/net/NetworkInterface.java, - java/net/URLClassLoader.java, - java/nio/ByteOrder.java, - java/nio/channels/Channel.java: - Fixed javadocs all over. - -2004-11-16 Andreas Tobler - - * Makefile.am: Add imported files. - * Makefile.in: Regenerate. - - 2004-10-24 Casey Marshall - - * javax/security/auth/login/LoginContext.java: Implemented. - * javax/security/auth/login/Configuration.java (getConfig): New method. - * javax/security/auth/spi/LoginModule.java, - * gnu/java/security/action/GetSecurityPropertyAction.java: New files. - -2004-11-15 Andreas Tobler - - Import/Merge the X.509 certificate code from Classpath. - - * Makefile.am: Add imported files. - * Makefile.in: Regenerate. - - 2004-11-07 Casey Marshall - - * gnu/java/security/provider/Gnu.java(): Add entries in a - priviliged action. Add new algorithms. - * gnu/java/security/provider/X509CertificateFactory.java - (engineGenerateCertificate): Chain exceptions. - (engineGenerateCertificates): Likewise. - (engineGenerateCRL): Likewise. - (engineGenerateCRLs): Likewise. - (engineGenerateCertPath): New methods. - (generateCert): Throw exception if 'inStream' is null. - (generateCRL): Likewise. - * gnu/java/security/x509/X500DistinguishedName.java: Replaced with - version from GNU Crypto CVS. - * gnu/java/security/x509/X509CRL.java: Likewise. - * gnu/java/security/x509/X509CRLEntry.java: Likewise. - * gnu/java/security/x509/X509Certificate.java: Likewise. - * java/security/cert/TrustAnchor.java: Call 'toString' and not - toRFC2253. - * gnu/java/security/provider/CollectionCertStoreImpl.java, - * gnu/java/security/provider/EncodedKeyFactory.java, - * gnu/java/security/provider/GnuDHPublicKey.java, - * gnu/java/security/provider/GnuRSAPrivateKey.java, - * gnu/java/security/provider/GnuRSAPublicKey.java, - * gnu/java/security/provider/MD2withRSA.java, - * gnu/java/security/provider/MD4withRSA.java, - * gnu/java/security/provider/MD5withRSA.java, - * gnu/java/security/provider/PKIXCertPathValidatorImpl.java, - * gnu/java/security/provider/RSA.java, - * gnu/java/security/provider/RSAKeyFactory.java, - * gnu/java/security/provider/SHA1withRSA.java, - * gnu/java/security/x509/GnuPKIExtension.java, - * gnu/java/security/x509/PolicyNodeImpl.java, - * gnu/java/security/x509/Util.java, - * gnu/java/security/x509/X509CRLSelectorImpl.java, - * gnu/java/security/x509/X509CertPath.java, - * gnu/java/security/x509/X509CertSelectorImpl.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: New files. - - 2004-11-07 Casey Marshall - - * gnu/java/security/x509/X509CRL.java: - Missed import statements in previous checkin. - - 2004-11-07 Casey Marshall - - * gnu/java/security/x509/X509CertPath.java (parse): Fixed reference - to 'X509CertificateImpl' from previous checkin. - -2004-11-12 Andrew Pinski - - PR other/14264 - * testsuite/lib/libjava.exp: Set LC_ALL and LANG to C. - -2004-11-11 Casey Marshall - - * gnu/java/nio/FileLock.java (isValid): locks are valid if the - channel is open. - * gnu/java/nio/channels/natFileChannelPosix.cc (lock): use - 'F_RDLCK' for shared locks, 'F_WRLCK' for exclusive locks. - -2004-11-11 Robert Schuster - - Fixed regression: - * gnu/java/beans/IntrospectionIncubator.java: - (addMethod): Corrected classification of normal and property methods. - (capitalize): Added documentation. - (DoubleKey): [class] Added documentation. - -2004-11-09 Tom Tromey - - * include/jni.h: Added FIXME. - -2004-11-08 Tom Tromey - - * java/util/GregorianCalendar.java: Removed unused imports. - * java/util/Vector.java: Removed unused import. - -2004-11-07 Michael Koch - - * java/lang/Process.java: - Import cleanups. - -2004-11-07 Jeroen Frijters - - * java/util/zip/ZipEntry.java - (KNOWN_SIZE, KNOWN_CSIZE, KNOWN_CRC, KNOWN_TIME): Made final. - -2004-11-07 Robert Schuster - - Fixes bug #10908 - * gnu/java/beans/IntrospectionIncubator.java: - (addMethod): static methods are discarded now, too. - -2004-11-07 Andrew John Hughes - - * java/util/GregorianCalendar.java - Added/amended documentation. - -2004-11-07 Andrew John Hughes - - * java/util/Collections.java - Added documentation. - * java/util/SortedMap.java - Clarified some method examples. - * java/util/SortedSet.java - Clarified some method examples. - -2004-11-07 Andrew John Hughes - - * java/util/Currency.java - Documented variables and methods more fully. - Caches the currency instances, so that a request - for a locale, l, only ever returns the same - instance (i.e. successive calls to getInstance(l) - are reference equivalent (==)). - -2004-11-07 Andrew John Hughes - - * java/util/Date.java - Added missing documentation. - -2004-11-06 Michael Koch - - * java/util/zip/CheckedInputStream.java, - java/util/zip/InflaterInputStream.java, - java/util/zip/ZipFile.java, - java/util/zip/ZipInputStream.java: - Import cleanups. - -2004-11-06 Tom Tromey - - * gnu/java/rmi/server/UnicastConnectionManager.java (clients): Now - package-private. - (connections): Likewise. - (scavenger): Likewise. - * gnu/java/rmi/server/ConnectionRunnerPool.java (freelist): Now - package-private. - * gnu/java/rmi/server/UnicastRemoteCall.java (vec): Now - package-private. - (ptr): Likewise. - * gnu/classpath/ServiceFactory.java (log): Now package-private. - -2004-11-06 Tom Tromey - - * javax/naming/directory/BasicAttributes.java (attributes): Now - package-private. - * javax/imageio/spi/ServiceRegistry.java (categories): Now - package-private. - -2004-11-06 Tom Tromey - - * java/net/URLClassLoader.java (URLClassLoader): Now - package-private. - * java/nio/charset/CoderResult.java (CoderResult): Now - package-private. - (get): Likewise. - (Cache): Likewise. Don't synchronize on `this'. - * java/rmi/server/RMIClassLoader.java (MyClassLoader): Now - package-private. - * java/util/TimeZone.java (timezones): Now package-private. - -2004-11-06 Tom Tromey - - * java/security/Permissions.java (perms): Now package-private. - * java/security/UnresolvedPermission.java (permissions): Now - package-private. - -2004-11-06 Tom Tromey - - * java/io/FilePermission.java: Reindented. - -2004-11-06 Tom Tromey - - * java/io/ObjectOutputStream.java (currentObjectStreamClass): Now - package-private. - (setBlockDataMode): Likewise. - -2004-11-06 Tom Tromey - - * gnu/java/nio/charset/ISO_8859_1.java (Decoder): Now - package-private. - (Encoder): Likewise. - * gnu/java/nio/charset/UTF_8.java (Decoder): Now package-private. - (Encoder): Likewise. - * gnu/java/nio/charset/US_ASCII.java (Decoder): Now - package-private. - (Encoder): Likewise. - -2004-11-06 Mark Wielaard - - * Makefile.am: Add new javax.imageio files. - * Makefile.in: Regenerated. - -2004-11-06 Michael Koch - - * javax/imageio/event/IIOReadProgressListener.java, - javax/imageio/event/IIOReadUpdateListener.java, - javax/imageio/event/IIOReadWarningListener.java, - javax/imageio/event/IIOWriteProgressListener.java, - javax/imageio/event/IIOWriteWarningListener.java, - javax/imageio/metadata/IIOMetadataFormat.java, - javax/imageio/stream/FileCacheImageInputStream.java, - javax/imageio/stream/FileCacheImageOutputStream.java, - javax/imageio/stream/ImageInputStreamImpl.java: - Import cleanup. - * javax/imageio/metadata/package.html: New file. - -2004-11-06 Michael Koch - - * javax/imageio/spi/ImageReaderSpi.java - (isOwnReader): New method. - * javax/imageio/spi/ImageWriterSpi.java - (isOwnWriter): Likewise. - -2004-11-06 Michael Koch - - * javax/imageio/ImageWriter.java - (convertImageMetadata): New abstract method. - (convertStreamMetadata): Likewise. - (write): Likewise. - * javax/imageio/stream/FileCacheImageInputStream.java - (close): Fixed setting of stream to null. - (checkStreamClosed): Throws IOException. - -2004-11-06 Michael Koch - - * javax/imageio/stream/FileCacheImageInputStream.java, - javax/imageio/stream/FileCacheImageOutputStream.java, - javax/imageio/stream/FileImageInputStream.java, - javax/imageio/stream/FileImageOutputStream.java, - javax/imageio/stream/MemoryCacheImageInputStream.java, - javax/imageio/stream/MemoryCacheImageOutputStream.java: - New files. - -2004-11-06 Michael Koch - - * javax/imageio/metadata/IIOInvalidTreeException.java, - javax/imageio/metadata/IIOMetadataFormatImpl.java, - javax/imageio/metadata/IIOMetadataNode.java: - New stub files. - -2004-11-06 Michael Koch - - * javax/imageio/stream/ImageInputStreamImpl.java, - javax/imageio/stream/ImageOutputStreamImpl.java: - New files. - -2004-11-06 Michael Koch - - * javax/imageio/ImageIO.java: - Added much new methods. - -2004-11-06 Michael Koch - - * javax/imageio/ImageReader.java, - javax/imageio/ImageWriter.java, - javax/imageio/spi/ImageWriterSpi.java: - Add SOME new methods. - -2004-11-06 Michael Koch - - * javax/imageio/IIOParam.java, - javax/imageio/ImageReadParam.java, - javax/imageio/ImageReader.java, - javax/imageio/ImageWriter.java: - Mostly implemented. - * javax/imageio/spi/ImageReaderSpi.java, - javax/imageio/spi/ImageWriterSpi.java: - New files. - -2004-11-06 Michael Koch - - * javax/imageio/ImageWriteParam.java, - javax/imageio/metadata/IIOMetadataFormat.java: - Implemented. - -2004-11-06 Michael Koch - - * javax/imageio/ImageTypeSpecifier.java: - Mostly implemented. - -2004-11-06 Michael Koch - - * javax/imageio/metadata/IIOMetadata.java: - Mostly implemented. - -2004-11-06 Michael Koch - - * javax/imageio/IIOImage.java, - javax/imageio/ImageReadParam.java, - javax/imageio/metadata/IIOMetadataController.java, - javax/imageio/metadata/IIOMetadataFormat.java: - New files. - * javax/imageio/stream/ImageOutputStream.java: - Implemented. - -2004-11-06 Michael Koch - - * javax/imageio/IIOParam.java, - javax/imageio/IIOParamController.java, - javax/imageio/ImageTypeSpecifier.java, - javax/imageio/ImageWriteParam.java, - javax/imageio/metadata/IIOMetadata.java: - New files. - * javax/imageio/ImageTranscoder.java: - Implemented. - -2004-11-06 Michael Koch - - * javax/imageio/spi/ImageInputStreamSpi.java, - javax/imageio/spi/ImageOutputStreamSpi.java: - Reworked import startments. - * javax/imageio/spi/ServiceRegistry.java: - Reworked import startments. Fixed XHTML in javadocs. - (ServiceRegistry): Added @param tag to javadoc. - * javax/imageio/stream/ImageInputStream.java - (mark): Doesn't throws IOException; - -2004-11-06 Michael Koch - - * javax/imageio/ImageIO.java: - New file. - -2004-11-06 Michael Koch - - * javax/imageio/spi/IIORegistry.java - (static): Don't register ImageReaderSpi.class and - ImageWriterSpi.class yet. - -2004-11-06 Michael Koch - - * javax/imageio/spi/IIORegistry.java: - New file. - -2004-11-06 Noa Resare - - * java/net/Socket.java (getPort): Return 0 instead of -1 on - unconnected sockets. - -2004-11-06 Michael Koch - - * java/lang/StringBuffer.java, - java/lang/Throwable.java, - java/security/spec/DSAParameterSpec.java, - java/util/zip/ZipEntry.java, - java/util/zip/ZipFile.java, - java/util/zip/ZipInputStream.java, - java/util/zip/ZipOutputStream.java: - Removed redundant and reordered modifiers. - -2004-11-06 Mattias Rehnberg - - * java/io/Vector.java - (writeObject): New function to serialized output thread safe. - - * java/io/ObjectOutputStream.java - (writeObject): Move the assignment of the class handle to after - the assignment of class descriptor handle. - -2004-11-06 Robert Schuster - - Fixes documentation and indentation - * java/beans/PropertyEditorSupport.java: - reworked initial API doc - (value): changed name from val - -2004-11-06 Robert Schuster - - Updates to 1.5 - * java/beans/PropertyEditorSupport.java - (PropertyEditorSupport()): Changed modifier to public - (PropertyEditorSupport(Object): Changed modifier to public - (setSource): New method - (getSource): New method - -2004-11-06 Robert Schuster - - Fixes bug #10799 - * java/beans/PropertyEditorSupport.java - (setValue): Fire property change event - -2004-11-03 Tom Tromey - - * jni.cc (_Jv_JNI_NewObjectArray): Fixed return type. - * include/jni.h (struct JNINativeInterface) : Now - returns jobjectArray. - (_Jv_JNIEnv::NewObjectArray): Likewise. - -2004-11-01 Tom Tromey - - * verify.cc (state::check_no_uninitialized_objects): Removed. - (push_jump): Updated. - (push_exception_jump): Likewise. - (handle_ret_insn): Likewise. - (handle_jsr_insn): Likewise. - -2004-10-30 Mark Wielaard - - PR libgcj/18234 - * java/lang/Runtime.java (static): Call init(). - (Runtime): Remove call to init(). - (init): Make static. - -2004-10-28 David Daney - - * gnu/gcj/convert/Output_UnicodeLittleUnmarked.java: New file. - * Makefile.am: Build it. - * Makefile.in: Regenerate. - -2004-10-27 Aaron W. LaFramboise - - PR libgcj/18104 - * Makefile.am (CLASSPATH_SEPARATOR): Use instead of a - colon. - * Makefile.in: Regenerate. - * configure: Regenerate. - * configure.ac (CLASSPATH_SEPARATOR): Define. - * gcj/Makefile.in: Regenerate. - * include/Makefile.in: Regenerate. - * testsuite/Makefile.in: Regenerate. - * testsuite/lib/libjava.exp (libjava_arguments): Fix - CLASSPATH separator handling for Windows. - -2004-10-26 Michael Koch - - * gnu/java/net/protocol/http/Connection.java - (getOutputStream): Implicitely switch to POST method. - -2004-10-26 Kriang Lerdsuwanakij - - * libjava/java/lang/Class.h - (java::lang::Class): Correct friend class declaration. - -2004-10-25 Geoffrey Keating - - * Makefile.am (DARWIN_CRT_SRC): New. - (libgcj_la_SOURCES): Use it. - * configure.ac: Define USING_DARWIN_CRT when on Darwin. - * darwin.cc: New file. - * include/jvm.h (_Jv_RegisterClasses): Constify. - (_Jv_RegisterClasses_Counted): New prototype. - * java/lang/Class.h: Include stddef.h. - (_Jv_RegisterClasses): Constify. - (_Jv_RegisterClasses_Counted): New prototype. - (Object): Make '_Jv_RegisterClasses_Counted' a friend. - * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Constify. - (_Jv_RegisterClasses_Counted): New function. - * configure: Regenerate. - * Makefile.in: Regenerate. - * gcj/Makefile.in: Regenerate. - * include/Makefile.in: Regenerate. - * testsuite/Makefile.in: Regenerate. - -2004-10-25 Tom Tromey - - * java/util/ResourceBundle.java (tryBundle): Use - Class.isAssignableFrom rather than catching ClassCastException. - -2004-10-25 Tom Tromey - - * gnu/java/text/WordBreakIterator.java (WordBreakIterator): Don't - initialize `iter'. - * gnu/java/text/SentenceBreakIterator.java - (SentenceBreakIterator): Don't initialize `iter'. - * gnu/java/text/LineBreakIterator.java (LineBreakIterator): Don't - initialize `iter'. - * gnu/java/text/CharacterBreakIterator.java - (CharacterBreakIterator): Don't initialize `iter'. - * gnu/java/text/BaseBreakIterator.java (BaseBreakIterator): New - constructor. - * java/text/BreakIterator.java: Updated documentation. - -2004-10-25 Eric Botcazou - - PR other/18138 - * testsuite/lib/libjava.exp: Accept more than one multilib libgcc. - -2004-10-23 Michael Koch - - * javax/print/DocFlavor.java, - javax/print/attribute/standard/JobStateReason.java, - javax/print/attribute/standard/MultipleDocumentHandling.java: - Added missing constants. - -2004-10-22 Tom Tromey - - * gnu/java/net/protocol/http/Connection.java (sendRequest): Fix - typo. - -2004-10-22 Michael Koch - - PR libjava/14009 - * gnu/java/net/protocol/http/Connection.java - (sendRequest): Handle case when url.getFile() returns an empty string. - -2004-10-22 Michael Koch - - * java/lang/Math.java, - java/lang/StackTraceElement.java, - java/nio/Buffer.java, - java/nio/ByteBuffer.java, - java/nio/CharBuffer.java, - java/nio/DoubleBuffer.java, - java/nio/FloatBuffer.java, - java/nio/IntBuffer.java, - java/nio/LongBuffer.java, - java/nio/ShortBuffer.java, - java/nio/charset/Charset.java, - java/rmi/server/RMIClassLoader.java, - java/rmi/server/RMISocketFactory.java, - java/security/Policy.java, - java/text/ChoiceFormat.java, - java/text/CollationElementIterator.java, - java/text/DateFormat.java, - java/text/DecimalFormat.java, - java/text/DecimalFormatSymbols.java, - java/text/MessageFormat.java, - java/text/NumberFormat.java, - java/text/RuleBasedCollator.java, - java/text/SimpleDateFormat.java, - java/util/BitSet.java, - java/util/Calendar.java, - java/util/Collections.java, - java/util/IdentityHashMap.java, - java/util/Locale.java, - java/util/TreeMap.java, - java/util/logging/LogRecord.java, - java/util/logging/XMLFormatter.java, - java/util/prefs/AbstractPreferences.java, - java/util/prefs/Preferences.java, - javax/crypto/interfaces/DHPrivateKey.java, - javax/crypto/interfaces/DHPublicKey.java, - javax/crypto/interfaces/PBEKey.java, - javax/net/ssl/HandshakeCompletedEvent.java, - javax/security/auth/Subject.java: - Removed redundant and reordered modifiers. - -2004-10-22 Ulrich Weigand - - * gnu/java/net/natPlainSocketImplPosix.cc - (gnu::java::net::PlainSocketImpl::available): Call FIONREAD ioctl - with 'int *' argument instead of 'long *'. - -2004-10-21 Michael Koch - - * java/net/NetworkInterface.java, - java/text/Format.java, - javax/security/auth/x500/X500Principal.java, - javax/security/auth/x500/X500PrivateCredential.java, - javax/security/cert/X509CertBridge.java, - javax/security/sasl/Sasl.java, - javax/sql/XAConnection.java: - Import cleanup. - -2004-10-21 Michael Koch - - * javax/net/ssl/HandshakeCompletedEvent.java, - javax/net/ssl/KeyManagerFactory.java, - javax/net/ssl/SSLContext.java, - javax/net/ssl/SSLServerSocketFactory.java, - javax/net/ssl/SSLSession.java, - javax/net/ssl/SSLSocketFactory.java, - javax/net/ssl/TrustManagerFactory.java: - Import cleanup. - -2004-10-21 Michael Koch - - * javax/naming/directory/BasicAttribute.java, - javax/naming/directory/BasicAttributes.java, - javax/naming/directory/InitialDirContext.java, - javax/naming/event/NamingEvent.java, - javax/naming/ldap/ControlFactory.java, - javax/naming/ldap/ExtendedRequest.java, - javax/naming/ldap/InitialLdapContext.java, - javax/naming/ldap/LdapReferralException.java, - javax/naming/spi/DirObjectFactory.java, - javax/naming/spi/DirStateFactory.java, - javax/naming/spi/DirectoryManager.java, - javax/naming/spi/InitialContextFactory.java, - javax/naming/spi/InitialContextFactoryBuilder.java, - javax/naming/spi/NamingManager.java, - javax/naming/spi/ObjectFactory.java, - javax/naming/spi/ObjectFactoryBuilder.java, - javax/naming/spi/StateFactory.java: - Import cleanup. - -2004-10-21 Michael Koch - - * javax/crypto/Cipher.java, - javax/crypto/EncryptedPrivateKeyInfo.java, - javax/crypto/ExemptionMechanism.java, - javax/crypto/KeyAgreement.java, - javax/crypto/KeyGenerator.java, - javax/crypto/Mac.java, - javax/crypto/SecretKeyFactory.java, - javax/crypto/SecretKeyFactorySpi.java, - javax/crypto/spec/SecretKeySpec.java: - Import cleanup. - -2004-10-21 Michael Koch - - * java/security/AlgorithmParameterGenerator.java, - java/security/AlgorithmParameters.java, - java/security/AlgorithmParametersSpi.java, - java/security/AllPermission.java, - java/security/BasicPermission.java, - java/security/Certificate.java, - java/security/CodeSource.java, - java/security/DigestInputStream.java, - java/security/DigestOutputStream.java, - java/security/GuardedObject.java, - java/security/KeyFactory.java, - java/security/KeyFactorySpi.java, - java/security/KeyPairGenerator.java, - java/security/KeyStore.java, - java/security/KeyStoreSpi.java, - java/security/Permissions.java, - java/security/Security.java, - java/security/Signature.java, - java/security/UnresolvedPermission.java, - java/security/cert/CertPathBuilder.java, - java/security/cert/CertPathValidator.java, - java/security/cert/CertStore.java, - java/security/cert/Certificate.java, - java/security/cert/CertificateFactory.java, - java/security/cert/PolicyQualifierInfo.java, - java/security/cert/TrustAnchor.java, - java/security/cert/X509CRL.java, - java/security/cert/X509CRLSelector.java, - java/security/cert/X509CertSelector.java: - Import cleanup. - -2004-10-21 Michael Koch - - * java/rmi/MarshalledObject.java, - java/rmi/Naming.java, - java/rmi/activation/Activatable.java, - java/rmi/activation/ActivationGroup.java, - java/rmi/activation/ActivationGroupDesc.java, - java/rmi/activation/ActivationInstantiator.java, - java/rmi/activation/ActivationMonitor.java, - java/rmi/activation/ActivationSystem.java, - java/rmi/activation/Activator.java, - java/rmi/registry/LocateRegistry.java, - java/rmi/registry/Registry.java, - java/rmi/server/LogStream.java, - java/rmi/server/ObjID.java, - java/rmi/server/RMIClientSocketFactory.java, - java/rmi/server/RMIServerSocketFactory.java, - java/rmi/server/RMISocketFactory.java, - java/rmi/server/RemoteCall.java, - java/rmi/server/RemoteServer.java, - java/rmi/server/ServerRef.java, - java/rmi/server/UID.java, - java/rmi/server/UnicastRemoteObject.java: - Import cleanup. - -2004-10-21 Tom Tromey - - * java/util/zip/InflaterInputStream.java (fill): Don't throw an - exception if we hit EOF of `in'. - (read): Handle case where inflating returns -1. - -2004-10-21 Ulrich Weigand - - * gnu/java/nio/channels/natFileChannelPosix.cc - (FileChannelImpl::available): Call FIONREAD ioctl with 'int *' - argument instead of 'long *'. - -2004-10-21 Tom Tromey - - * java/util/ResourceBundle.java (tryBundle): Also ignore - ClassCastException. - -2004-10-21 Kaz Kojima - - * configure.ac (SIGNAL_HANDLER): Set to include/sh-signal.h - for all sh*-*-linux* targets. - * configure: Regenerate. - * include/sh-signal.h: New file. - -2004-10-21 Kazuhiro Inaoka - - * java/lang/ieeefp.h: Add m32r support. - -2004-10-20 Andreas Schwab - - * java/lang/natClass.cc (_Jv_LayoutVTableMethods): Cast pointers - to uaddr, not int. - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): - Likewise. - -2004-10-20 Michael Koch - - * javax/print/attribute/standard/ColorSupported.java, - javax/print/attribute/standard/Compression.java, - javax/print/attribute/standard/Copies.java, - javax/print/attribute/standard/CopiesSupported.java, - javax/print/attribute/standard/DateTimeAtCompleted.java, - javax/print/attribute/standard/DateTimeAtCreation.java, - javax/print/attribute/standard/DateTimeAtProcessing.java, - javax/print/attribute/standard/DocumentName.java, - javax/print/attribute/standard/Fidelity.java, - javax/print/attribute/standard/Finishings.java, - javax/print/attribute/standard/JobHoldUntil.java, - javax/print/attribute/standard/JobImpressions.java, - javax/print/attribute/standard/JobImpressionsCompleted.java, - javax/print/attribute/standard/JobImpressionsSupported.java, - javax/print/attribute/standard/JobKOctets.java, - javax/print/attribute/standard/JobKOctetsProcessed.java, - javax/print/attribute/standard/JobKOctetsSupported.java, - javax/print/attribute/standard/JobMediaSheets.java, - javax/print/attribute/standard/JobMediaSheetsCompleted.java, - javax/print/attribute/standard/JobMediaSheetsSupported.java, - javax/print/attribute/standard/JobMessageFromOperator.java, - javax/print/attribute/standard/JobName.java, - javax/print/attribute/standard/JobOriginatingUserName.java, - javax/print/attribute/standard/JobPriority.java, - javax/print/attribute/standard/JobPrioritySupported.java, - javax/print/attribute/standard/JobSheets.java, - javax/print/attribute/standard/JobState.java, - javax/print/attribute/standard/JobStateReason.java, - javax/print/attribute/standard/JobStateReasons.java, - javax/print/attribute/standard/Media.java, - javax/print/attribute/standard/MultipleDocumentHandling.java, - javax/print/attribute/standard/NumberOfDocuments.java, - javax/print/attribute/standard/NumberOfInterveningJobs.java, - javax/print/attribute/standard/NumberUp.java, - javax/print/attribute/standard/NumberUpSupported.java, - javax/print/attribute/standard/OrientationRequested.java, - javax/print/attribute/standard/OutputDeviceAssigned.java, - javax/print/attribute/standard/PDLOverrideSupported.java, - javax/print/attribute/standard/PageRanges.java, - javax/print/attribute/standard/PagesPerMinute.java, - javax/print/attribute/standard/PagesPerMinuteColor.java, - javax/print/attribute/standard/PrintQuality.java, - javax/print/attribute/standard/PrinterInfo.java, - javax/print/attribute/standard/PrinterIsAcceptingJobs.java, - javax/print/attribute/standard/PrinterLocation.java, - javax/print/attribute/standard/PrinterMakeAndModel.java, - javax/print/attribute/standard/PrinterMessageFromOperator.java, - javax/print/attribute/standard/PrinterMoreInfo.java, - javax/print/attribute/standard/PrinterMoreInfoManufacturer.java, - javax/print/attribute/standard/PrinterName.java, - javax/print/attribute/standard/PrinterStateReason.java, - javax/print/attribute/standard/PrinterStateReasons.java, - javax/print/attribute/standard/PrinterURI.java, - javax/print/attribute/standard/ReferenceUriSchemesSupported.java, - javax/print/attribute/standard/RequestingUserName.java: - Reorganized imports and removed redundant final modifiers. - -2004-10-20 Michael Koch - - * javax/security/sasl/SaslClient.java, - javax/security/sasl/SaslClientFactory.java, - javax/security/sasl/SaslException.java, - javax/security/sasl/SaslServer.java, - javax/security/sasl/SaslServerFactory.java: - Remvoed CVS tags. - -2004-10-20 Michael Koch - - * javax/security/auth/login/NullConfiguration.java, - javax/security/auth/x500/X500Principal.java, - javax/security/cert/X509Certificate.java, - javax/security/sasl/AuthenticationException.java, - javax/security/sasl/AuthorizeCallback.java, - javax/security/sasl/RealmCallback.java, - javax/security/sasl/RealmChoiceCallback.java, - javax/security/sasl/Sasl.java, - javax/security/sasl/SaslClient.java, - javax/security/sasl/SaslClientFactory.java, - javax/security/sasl/SaslException.java, - javax/security/sasl/SaslServer.java, - javax/security/sasl/SaslServerFactory.java: - Cleaned up import statements and copyright notices. - -2004-10-20 Michael Koch - - * gnu/java/rmi/rmic/RMIC.java: Reformatted. - -2004-10-20 Michael Koch - - * java/sql/Timestamp.java, - java/text/AttributedCharacterIterator.java, - java/text/AttributedString.java, - java/util/zip/CheckedOutputStream.java, - java/util/zip/DeflaterOutputStream.java, - java/util/zip/ZipFile.java, - javax/crypto/Cipher.java, - javax/crypto/ExemptionMechanismException.java, - javax/crypto/SecretKey.java, - javax/crypto/SecretKeyFactory.java, - javax/naming/directory/ModificationItem.java, - javax/naming/directory/SearchControls.java, - javax/naming/event/NamingListener.java, - javax/naming/ldap/Control.java, - javax/naming/ldap/ExtendedResponse.java, - javax/net/ssl/SSLSocketFactory.java: - Reorganized imports and fixed copyright headers. - -2004-10-20 Michael Koch - - * java/util/logging/ConsoleHandler.java, - java/util/logging/ErrorManager.java, - java/util/logging/FileHandler.java, - java/util/logging/Filter.java, - java/util/logging/Formatter.java, - java/util/logging/Handler.java, - java/util/logging/Level.java, - java/util/logging/LogManager.java, - java/util/logging/LogRecord.java, - java/util/logging/Logger.java, - java/util/logging/LoggingPermission.java, - java/util/logging/MemoryHandler.java, - java/util/logging/SimpleFormatter.java, - java/util/logging/SocketHandler.java, - java/util/logging/StreamHandler.java, - java/util/logging/XMLFormatter.java: - Standardized copyrigth header. - -2004-10-20 Michael Koch - - * java/security/AlgorithmParameterGenerator.java, - java/security/AlgorithmParameters.java, - java/security/DigestInputStream.java, - java/security/Identity.java, - java/security/KeyFactory.java, - java/security/KeyPairGenerator.java, - java/security/KeyStore.java, - java/security/MessageDigest.java, - java/security/MessageDigestSpi.java, - java/security/Policy.java, - java/security/SecureRandom.java, - java/security/Security.java, - java/security/Signature.java, - java/security/SignatureSpi.java, - java/security/cert/CertPathBuilder.java, - java/security/cert/CertPathValidator.java, - java/security/cert/CertStore.java, - java/security/cert/Certificate.java, - java/security/cert/CertificateFactory.java, - java/security/cert/PolicyQualifierInfo.java, - java/security/cert/TrustAnchor.java, - java/security/cert/X509CRL.java, - java/security/cert/X509CRLEntry.java, - java/security/cert/X509Certificate.java, - java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java: - Import statements reorganized, some little formatting issues, - used java-style array declarations, added comments in empty catch - blocks. - -2004-10-18 Jeroen Frijters - - * java/security/Security.java - (static): Use AccessController.doPrivileged to get system property. - -2004-10-18 Sven de Marothy - - * java/nio/ByteBufferHelper.java - (putDouble): Use Double.toRawLongBits instead. - -2004-10-18 Mark Wielaard - Andrew Haley - - * testsuite/libjava.lang/ExtraClassLoader.java: New. - -2004-10-18 Andrew Haley - - PR java/18036: - * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Reorganize - and correct logic used to find interpreter. - -2004-10-18 Jeroen Frijters - - * java/util/logging/LogManager.java - (findAncestor): Fixed IndexOutOfBoundsException. - -2004-10-18 Michael Koch - - * java/io/BufferedInputStream.java: Fixed @author tag. - (read): Simplified expression. - (read): Merged javadoc a bit more. - (read): Renamed 'remain' to 'totalBytesRead'. - * java/io/DataInputStream.java, - java/io/DataOutputStream.java, - java/io/ObjectInputStream.java, - java/io/ObjectOutputStream.java: - Reworked modifier order. - -2004-10-18 Michael Koch - - * java/net/Inet4Address.java: Merged file header and javadocs. - * java/net/Inet6Address.java: Likewise. - * java/net/InetAddress.java - (getCanonicalHostName): Create Inet4Address object instead of - InetAddress and add comment regarding IPv6. - (toString): Simplified. - -2004-10-18 Michael Koch - - * gnu/java/net/protocol/http/Connection.java, - java/nio/MappedByteBufferImpl.java, - java/text/RuleBasedCollator.java, - java/util/ResourceBundle.java: - Reworked import statements. - -2004-10-18 Jeroen Frijters - - * java/security/IdentityScope.java - (systemScope): Removed useless initializer. - * java/security/Policy.java - (currentPolicy): Likewise. - -2004-10-18 Michael Koch - - * java/lang/System.java: Revert accidential change. - -2004-10-18 Michael Koch - - * java/lang/Math.java, - java/lang/Package.java, - java/lang/Runtime.java, - java/lang/StrictMath.java, - java/lang/System.java, - java/lang/Thread.java, - java/lang/ThreadLocal.java, - java/lang/Void.java: - Reworked import statements, HTML in javadocs and modifier orders. - -2004-10-18 Jeroen Frijters - - * java/util/Timer.java - (nr): Removed useless initializer. - * java/util/logging/LogRecord.java - (lastSeqNum): Likewise. - * javax/naming/spi/NamingManager.java - (icfb, ofb): Likewise. - -2004-10-18 Michael Koch - - * gnu/java/net/PlainDatagramSocketImpl.java: - Reworked import statements. - * gnu/java/security/provider/DSAParameters.java: - Fixed copyrigth years. - * java/net/JarURLConnection.java: - Fixed HTML in @author tags. - - -2004-10-18 Michael Koch - - * java/rmi/activation/ActivationSystem.java - (SYSTEM_PORT): Initialize with correct port number. - -2004-10-18 Michael Koch - - * java/lang/reflect/Proxy.java: Improved javadocs. - -2004-10-18 Michael Koch - - * java/lang/reflect/AccessibleObject.java - (checkPermission): Removed redundant final modifier. - (secureSetAccessible): Likewise. - * java/lang/reflect/Proxy.java: - Reworked import statements. - (generate): Removed redundant final modifier. - * java/lang/reflect/ReflectPermission.java: - Reorder package declaration and import statement. - -2004-10-18 Jeroen Frijters - - * java/lang/reflect/Proxy.java - (count): Removed useless initializer. - -2004-10-17 Michael Koch - - * java/net/BindException.java, - java/net/ConnectException.java, - java/net/ContentHandler.java, - java/net/ContentHandlerFactory.java, - java/net/DatagramPacket.java, - java/net/DatagramSocket.java, - java/net/DatagramSocketImpl.java, - java/net/DatagramSocketImplFactory.java, - java/net/FileNameMap.java, - java/net/HttpURLConnection.java, - java/net/MalformedURLException.java, - java/net/MulticastSocket.java, - java/net/NetworkInterface.java, - java/net/NoRouteToHostException.java, - java/net/PasswordAuthentication.java, - java/net/PortUnreachableException.java, - java/net/ProtocolException.java, - java/net/ServerSocket.java, - java/net/Socket.java, - java/net/SocketException.java, - java/net/SocketImpl.java, - java/net/SocketImplFactory.java, - java/net/SocketOptions.java, - java/net/SocketPermission.java, - java/net/SocketTimeoutException.java, - java/net/URI.java, - java/net/URISyntaxException.java, - java/net/URL.java, - java/net/URLDecoder.java, - java/net/URLEncoder.java, - java/net/URLStreamHandler.java, - java/net/URLStreamHandlerFactory.java, - java/net/UnknownHostException.java, - java/net/UnknownServiceException.java: - Big import statement and @author tag cleanup. - -2004-10-17 Michael Koch - - * gnu/java/security/OID.java, - gnu/java/security/provider/DSAParameters.java, - gnu/java/security/provider/DSASignature.java, - gnu/java/security/x509/X500DistinguishedName.java, - gnu/java/security/x509/X509CRL.java: - Import statements cleaned up. - -2004-10-16 Michael Koch - - * gnu/java/nio/NIODatagramSocket.java, - gnu/java/nio/ServerSocketChannelImpl.java: - Reorganized import statements. - -2004-10-16 Michael Koch - - * gnu/java/rmi/RMIMarshalledObjectOutputStream.java - gnu/java/rmi/rmic/RMIC.java, - gnu/java/rmi/server/RMIHashes.java, - gnu/java/rmi/server/RMIObjectInputStream.java, - gnu/java/rmi/server/RMIObjectOutputStream.java, - gnu/java/rmi/server/UnicastConnection.java, - gnu/java/rmi/server/UnicastConnectionManager.java, - gnu/java/rmi/server/UnicastRemoteCall.java, - gnu/java/rmi/server/UnicastServer.java, - gnu/java/rmi/server/UnicastServerRef.java, - java/rmi/MarshalledObject.java, - java/rmi/Naming.java, - java/rmi/RMISecurityManager.java, - java/rmi/Remote.java, - java/rmi/activation/Activatable.java, - java/rmi/activation/ActivationDesc.java, - java/rmi/activation/ActivationGroup.java, - java/rmi/activation/ActivationGroupDesc.java, - java/rmi/activation/ActivationGroupID.java, - java/rmi/activation/ActivationID.java, - java/rmi/activation/ActivationInstantiator.java, - java/rmi/activation/ActivationMonitor.java, - java/rmi/activation/ActivationSystem.java, - java/rmi/activation/Activator.java, - java/rmi/dgc/DGC.java, - java/rmi/dgc/Lease.java, - java/rmi/dgc/VMID.java, - java/rmi/registry/LocateRegistry.java, - java/rmi/registry/Registry.java, - java/rmi/registry/RegistryHandler.java, - java/rmi/server/LoaderHandler.java, - java/rmi/server/LogStream.java, - java/rmi/server/ObjID.java, - java/rmi/server/Operation.java, - java/rmi/server/RMIClassLoader.java, - java/rmi/server/RMIClassLoaderSpi.java, - java/rmi/server/RMIClientSocketFactory.java, - java/rmi/server/RMIFailureHandler.java, - java/rmi/server/RMIServerSocketFactory.java, - java/rmi/server/RMISocketFactory.java, - java/rmi/server/RemoteCall.java, - java/rmi/server/RemoteObject.java, - java/rmi/server/RemoteRef.java, - java/rmi/server/RemoteServer.java, - java/rmi/server/RemoteStub.java, - java/rmi/server/ServerRef.java, - java/rmi/server/Skeleton.java, - java/rmi/server/SkeletonMismatchException.java, - java/rmi/server/UID.java, - java/rmi/server/UnicastRemoteObject.java, - java/rmi/server/Unreferenced.java: - File headers and import statements cleaned up. - -2004-10-16 Michael Koch - - * libjava/gnu/java/nio/charset/UTF_16.java, - libjava/gnu/java/nio/charset/UTF_16BE.java, - libjava/gnu/java/nio/charset/UTF_16LE.java, - libjava/java/nio/ByteOrder.java, - libjava/java/nio/MappedByteBuffer.java, - libjava/java/nio/channels/Channels.java, - libjava/java/nio/channels/spi/SelectorProvider.java, - libjava/java/nio/charset/Charset.java: - Cleanup. - -2004-10-16 Michael Koch - - * gnu/java/nio/charset/UTF_16Encoder.java - (UTF_16Encoder): Fixed maxBytesPerChar handling. - -2004-10-16 Michael Koch - - * java/math/BigDecimal.java, java/math/BigInteger.java: - Reorganized import statements, removed redundant and - reorganized modifiers. - -2004-10-16 Michael Koch - - * gnu/java/beans/ExplicitBeanInfo.java: - Explicitely import java.awt.Image. - (getIcon): Fixed off-by-one error. - -2004-10-15 Andrew Haley - - * Makefile.am (nat_files, xlib_nat_files): New. - * Makefile.in: Regenerate. - -2004-10-14 Ulrich Weigand - - * jni.cc (_Jv_JNIMethod::call): Use ffi_java_raw_call instead of - ffi_raw_call if FFI_NATIVE_RAW_API is not defined. - -2004-10-13 Andrew Haley - - * interpret.cc (_Jv_InterpMethod::run): Initialize - _Jv_StartOfInterpreter. - (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): Functions removed. - (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): New variables. - * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Use - _Unwind_FindEnclosingFunction to discover whether PC is within the - interpreter. - -2004-10-12 Rutger Ovidius - - PR libgcj/17903: - * testsuite/libjava.lang/md5test.java: New file. - * testsuite/libjava.lang/md5test.out: Likewise. - * testsuite/libjava.lang/shatest.java: Likewise. - * testsuite/libjava.lang/shatest.out: Likewise. - -2004-10-11 Richard Henderson - - * include/posix-threads.h <__alpha__> (_Jv_ThreadId_t): Use void*. - (_Jv_ThreadSelf): Use __builtin_thread_pointer. - -2004-10-08 Bryce McKinlay - - * java/util/Calendar.java (set): Invalidate DST_OFFSET - field as a DST boundary may have been crossed. - * java/util/GregorianCalendar.java (add): Throw - IllegalArgumentException on attempt to add to DST_OFFSET or - ZONE_OFFSET fields. Update javadoc. - -2004-10-09 Michael Koch - - * java/io/CharArrayWriter.java - (resize): Removed redundant 'final' modifier. - * java/io/DataInputStream.java - (readFully): Throw IndexOutOfBoundsException of len < 0. - * java/io/FileDescriptor.java, - java/io/FileInputStream.java, - java/io/FileOutputStream.java, - java/io/ObjectOutputStream.java, - java/io/ObjectStreamClass.java, - java/io/PipedInputStream.java, - java/io/RandomAccessFile.java: - Reorganized import statements. - -2004-10-09 Michael Koch - - * gnu/java/rmi/rmic/RMIC.java, - gnu/java/rmi/server/RMIHashes.java, - gnu/java/rmi/server/RMIObjectInputStream.java, - gnu/java/rmi/server/UnicastConnection.java, - gnu/java/rmi/server/UnicastConnectionManager.java, - gnu/java/rmi/server/UnicastRemoteCall.java, - gnu/java/rmi/server/UnicastServerRef.java: - Reworked import statements and fixed file headers. - -2004-10-04 Loren J. Rittle - - * configure.ac (*-*-freebsd[[1234]]*): Refine error message - emission rule. - * configure: Rebuilt. - -2004-09-30 Tom Tromey - - * java/text/MessageFormat.java (Field): Constructor now - protected. - -2004-09-30 Tom Tromey - - * javax/crypto/MacSpi.java: Fixed typo. - -2004-09-30 Michael Koch - - * java/net/InetAddress.java: Reformatted. - (loopback): Initialize with Inet4Address object. - (static): Initialize ANY_IF with Inet4Address object. - (InetAddress): Removed unused package-private constructor. - -2004-09-30 Michael Koch - - * java/beans/Beans.java, - java/beans/EventHandler.java, - java/beans/EventSetDescriptor.java, - java/beans/Introspector.java, - java/beans/PropertyEditorManager.java, - java/beans/beancontext/BeanContext.java, - java/beans/beancontext/BeanContextChild.java, - java/beans/beancontext/BeanContextChildSupport.java, - java/beans/beancontext/BeanContextMembershipEvent.java: - Reordered import statements and removed redundant modifiers. - -2004-09-29 Tom Tromey - - PR libgcj/17715: - * Makefile.in: Rebuilt. - * Makefile.am (libgcj-@gcc_version@.jar): Include properties - files. - (all_property_files): New macro. - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Re-sorted. - (libgcj.la): Moved to old location near lib-gnu-awt-xlib.la. - -2004-09-28 Tom Tromey - - * jni.cc (_Jv_JNI_RegisterNatives): Formatting fixlets. - - PR libgcj/17222: - * Makefile.am (libgcj.la): Restored. - * Makefile.in: Rebuilt. - -2004-09-28 Michael Koch - - * java/net/URLConnection.java: Reformatted. - * java/net/URLClassLoader.java: Reformatted. - (getContent): Reordered return of content. - (getContentHandler): Don't check for null explicitely. - -2004-09-27 Michael Koch - - * java/io/BufferedInputStream.java - (BufferedInputStream): Added Jeroen Frijters to authors. - (count): Don't explicitely initialize with default value. - (pos): Likewise. - (marklimit): Likewise. - (read): Changed boolean expression to match GNU classpath' version. - (reset): Add proper message to exception. - (skip): Check for closed stream. - (refill): Likewise. - -2004-09-26 Per Bothner - - * prims.cc (unblock_signal): Annotate signum with __unused__ to - avoid warnings in the non-POSIX_VERSION case. - Also, we only need this function if either HANDLE_SEGV or HANDLE_FPE, - so place it inside an #if block. - * include/default-signal.h (SIGNAL_HANDLER): Parameters are __unused__. - * include/i386-signal.h (SIGNAL_HANDLER): Likewise - * include/mips-signal.h (SIGNAL_HANDLER): Likewise - * include/sparc-signal.h (SIGNAL_HANDLER): Likewise - -2004-09-26 Per Bothner - - * prims.cc (process_gcj_properties): Optimization. - -2004-09-26 Per Bothner - - * java/util/Collections.java (sort): Copy from array in forwards - order, rather than reverse order which may be much less efficient. - -2004-09-26 Mark Wielaard - - * java/lang/System.java (properties): Make package private. - * java/lang/Throwable.java (StaticData.nl): Initialize through - directly accessing System.properties.getProperty(). - - * java/lang/Throwable.java (nl): Remove static field. - (StaticData): New private static inner class. - (stackTraceStringBuffer): Use StaticData.nl. - -2004-09-26 Casey Marshall - - * java/security/ProtectionDomain.java - ((CodeSource,PermissionCollection)): set `staticBinding' to - `true'. - - * java/security/SecureClassLoader.java - (defineClass): make protection domain dynamically bound. - (getPermissions): call `getCurrentPolicy' to avoid permission - check. - -2004-09-25 Mark Wielaard - - * Makefile.am (core_java_source_files): Add VMTimeZone.java. - (nat_source_files): Rename natTimeZone.cc to natVMTimeZone.cc. - * Makefile.in: Regenerated. - - * gcj/javaprims.h: Regenerated. - - * java/util/TimeZone.java (defaultZone): Use VMTimeZone. - (getDefaultTimeZone): Make package private. Check that GMToffset - contains at least one digit. - (getDefaultTimeZoneId, readTimeZoneFile, readtzFile): (Re)Moved to - VMTimeZone. - * util/VMTimeZone.java: New file with above methods. - - * java/util/natTimeZone.cc: Removed (renamed). - * java/util/natVMTimeZone.cc: Added (renamed). - -2004-09-25 Jeroen Frijters - - * java/util/TimeZone.java - (getDefaultTimeZone): Fixed test to distinguish between hours and - minutes in specified timezone. - -2004-09-25 Jeroen Frijters - - * java/lang/reflect/Proxy.java (getPackage, ClassFactory): Fixed - handling of default package. (generate): Removed confused comments - and code about making Method and Field accessible. - -2004-09-25 Tom Tromey - - PR java/17500: - * testsuite/libjava.compile/pr17500.java: New file. - -2004-09-25 Shashank Bapat - Mark Wielaard - - * gnu/regexp/RE.java (initialize): Add RETokenLookAhead support. - * gnu/regexp/RETokenLookAhead.java: New file. - - * Makefile.am (ordinary_java_source_files): Add RETokenLookAhead.java. - * Makefile.in: Regenerated. - -2004-09-25 Michael Koch - - * java/io/ObjectStreamField.java: - Removed unused import statement. - -2004-09-24 Tom Tromey - - PR java/15656: - * testsuite/libjava.compile/pr15656.xfail: New file. - * testsuite/libjava.compile/pr15656.java: new file. - - PR java/16789: - * testsuite/libjava.lang/pr16789.out: New file. - * testsuite/libjava.lang/pr16789.java: New file. - -2004-09-24 Andrew Haley - - PR java/16927 - * testsuite/libjava.compile/AssertBug.java: New file. - -2004-09-24 Casey Marshall - - * java/util/PropertyPermissionCollection.java - (implies): avoid infinite loop. - -2004-09-24 Andrew John Hughes - - * javax/security/auth/PrivateCredentialPermission.java - (PrivateCredentialPermission): added serialization UID - - -2004-09-24 Ilya Perminov - - * gnu/java/rmi/server/UnicastServer.java - (incomingMessageCall): Added code to handle Errors. - * gnu/java/rmi/server/UnicastServerRef.java - (incomingMessageCall): Added code to handle Errors. - - -2004-09-24 Tom Tromey - - * java/lang/ClassLoader.java (loadedClasses): Declare as HashMap. - (definedPackages): Likewise. - -2004-09-24 Michael Koch - - * java/io/ObjectInputStream.java: - Re-ordered imports. - -2004-09-24 Casey Marshall - - * java/io/ObjectInputStream.java (callReadMethod): re-throw - `ClassNotFoundException'. - -2004-09-24 Jeroen Frijters - - * java/io/ObjectInputStream.java (readObject): Delegate instantation - of Externalizable classes to ObjectStreamClass. - * java/io/ObjectStreamClass.java (newInstance): New method to - instantiate Externalizable (while ignoring the accessibility of - the constructor). (constructor): New field to cache the constructor. - -2004-09-24 Mark Wielaard - - * java/net/URL.java (systemClassLoader): New static field. - (getURLStreamHandler): Always use system/application classloader - for finding URLStreamhandler. Remove unecessary instanceof checks. - -2004-09-24 Guilhem Lavaux - - * java/net/URL.java - (set): This method now matches the behaviour of the JDK. - (DEFAULT_SEARCH_PATH): Added "gnu.inet". - -2004-09-24 Guilhem Lavaux - - * java/net/URL.java (URL): Delete whitespaces in the protocol string. - -2004-09-24 Jeroen Frijters - - * java/net/URL.java (URL(String,String,int,String,URLStreamHandler): - Don't set authority if host isn't specified. - -2004-09-24 Michael Koch - - * gnu/java/nio/PipeImpl.java: Use VMPipe for native stuff. - * gnu/java/nio/SelectorImpl.java: Use VMSelector for native stuff. - * gnu/java/nio/VMPipe.java, - gnu/java/nio/VMSelector.java: - New files. - * gnu/java/nio/natPipeImplEcos.cc, - gnu/java/nio/natPipeImplPosix.cc, - gnu/java/nio/natPipeImplWin32.cc: - Ported to VMPipe. - * gnu/java/nio/natSelectorImplEcos.cc, - gnu/java/nio/natSelectorImplPosix.cc, - gnu/java/nio/natSelectorImplWin32.cc: - Ported to VMSelector. - * Makefile.am: Added new files gnu/java/nio/VMPipe.java and - gnu/java/nio/VMSelector.java. - * Makefile.in: Regenerated. - -2004-09-24 Jeroen Frijters - - * java/lang/StackTraceElement.java - (className): Renamed field to declaringClass to be compatible - with Sun serialization format. - -2004-09-23 Michael Koch - - * java/applet/AppletContext.java, - java/applet/Applet.java, - java/applet/AppletStub.java, - java/applet/AudioClip.java: - Jalopied and checkstyle clean. - - * javax/swing/JCheckBox.java: Reformated. - (JCheckBox): Fixed all constructors. - (isBorderPaintedFlat): New method. - (setBorderPaintedFlat): New method. - * javax/swing/JEditorPane.java - (createEditorKitForContentType): Made public. - (scrollToReference): Likewise. - * javax/swing/JTextArea.java - (setLineWrap): Fire property change. - * javax/swing/JToggleButton.java - (JToggleButton): New constructor. - (JToggleButton): Simplified. - * javax/swing/text/AttributeSet.java - (FontAttribute): Renamed from FontCharacterAttribute. - * javax/swing/text/JTextComponent.java - (KeyBinBinding): Added javadoc. - (JTextComponent): Likewise. - (getAccessibleContext): Fixed javadoc. - * javax/swing/text/View.java - (View): Added javadoc. - * javax/swing/text/TabableView.java: New file. - * Makefile.am: Added javax/swing/text/TabableView.java. - * Makefile.in: Regenerated. -2004-09-23 Mark Wielaard - - * java/util/Collections.java - (binarySearch(List, Object, Comparator)): Explicitly - reverse direction in list iterator. - (rotate): Just return when list is empty. - -2004-09-23 Tom Tromey - - PR java/17329: - * testsuite/libjava.compile/pr17329.java: New file. - - PR java/17380: - * testsuite/libjava.jacks/jacks.xfail: Added 9.2-implicit-6 and - 9.2-implicit-7. - -2004-09-22 Kelley Cook - - * Makefile.am: Run aclocal with -I ../config - * acinclude.m4: Delete macros picked up from ../config and tidy. - (AM_ICONV,AM_LC_MESSAGES, PKG_CHECK_MODULES): Delete. - * aclocal.m4, configure, Makefile.in, gcj/Makefile.in: Regenerate. - * include/Makefile.in, testsuite/Makefile.in: Regenerate. - -2004-09-22 Kelley Cook - - * aclocal.m4: Regenerate with aclocal 1.9.2. - * configure: Regenerate. - * Makefile.in, gcj/Makefile.in: Regenerate with automake 1.9.2. - * include/Makefile.in, testsuite/Makefile.in: Likewise. - -2004-09-22 David Daney - - PR libgcj/17623 - * java/net/URL.java (URL): Copy userInfo from context. - (getUserInfo): Return cached userInfo if present. - -2004-09-22 Tom Tromey - - PR libgcj/6182: - * mauve-libgcj: Enable java.lang.Character tests. - -2004-09-22 Andreas Tobler - - * Makefile.am (lib_org_ietf_jgss_la_DEPENDENCIES): Add missing - dependencies. - (lib_org_ietf_jgss_la_LIBADD): Likewise. - * Makefile.in: Regenerated. - -2004-09-22 Andreas Tobler - - * configure.ac: Introduce AC_C_BIGENDIAN_CROSS for WORDS_BIGENDIAN. - * configure: Regenerate. - * include/config.h.in: Likewise. - * jni/gtk-peer/gtkpeer.h (SWAPU32): Introduce macro to swap pixels. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c: Moved SWAPU32 - macro to gtkpeer.h. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_getImagePixels): Convert - pixels from 0xBBGGRRAA to 0xAARRGGBB only on Little Endian - architectures. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c (area_updated): - Likewise. - -2004-09-22 Tom Tromey - - PR libgcj/14446: - * java/util/zip/GZIPInputStream.java (read): Avoid sign extension - when comparing CRCs. - * java/util/zip/InflaterInputStream.java (onebytebuffer): New - field. - (read()): New overload. - -2004-09-21 Tom Tromey - - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): - Indentation fix. - -2004-09-21 Michael Koch - - * java/net/Socket.java - (getLocalAddress): Return InetAddress.ANY_IF if not bound yet. - -2004-09-21 Casey Marshall - - * javax/crypto/MacSpi.java (clone): Provide meaningful - implementation. - -2004-09-21 Tom Tromey - - PR libgcj/16869: - * Makefile.in: Rebuilt. - * Makefile.am (MOSTLYCLEANFILES): Removed. - (mostlyclean-local): Remove header files. - -2004-09-21 Casey Marshall - - * java/security/cert/X509CRLSelector.java: - (match): remove unreachable try-catch clauses. - Reported by: Dalibor Topic - -2004-09-21 Mark Wielaard - - * java/util/TreeMap.java (root): Don't initialize. - (TreeMap(Comparator)): Call fabricateTree(0). - (fabricateTree): Initialize root and size when count is 0. - -2004-09-21 Sven de Marothy - - * java/nio/ByteBuffer.java (hashCode): Implemented. - * java/nio/CharBuffer.java: Likewise. - * java/nio/DoubleBuffer.java: Likewise. - * java/nio/FloatBuffer.java: Likewise. - * java/nio/LongBuffer.java: Likewise. - * java/nio/IntBuffer.java: Likewise. - * java/nio/ShortBuffer.java: Likewise. - -2004-09-21 Andreas Tobler - - * javax/security/auth/x500/X500Principal.java: Fix some merge glitches. - -2004-09-21 Michael Koch - - * javax/net/ssl/SSLServerSocket.java: - Removed comment about "Do not edit this file, it's generated.". - -2004-09-21 Andreas Tobler - - Import the big Crypto/Jessie/Security merge from Classpath. - - * Makefile.am: Add imported files. - * Makefile.in: Regenerate. - - 2004-08-14 Casey Marshall - - The Big Crypto Merge of 2004. - - * javax/security/auth/x500/X500Principal.java: Replaced with GNU - Crypto's version. - - Files imported from GNU Crypto. - * javax/crypto/BadPaddingException.java - * javax/crypto/Cipher.java - * javax/crypto/CipherInputStream.java - * javax/crypto/CipherOutputStream.java - * javax/crypto/CipherSpi.java - * javax/crypto/EncryptedPrivateKeyInfo.java - * javax/crypto/ExemptionMechanism.java - * javax/crypto/ExemptionMechanismException.java - * javax/crypto/ExemptionMechanismSpi.java - * javax/crypto/IllegalBlockSizeException.java - * javax/crypto/KeyAgreement.java - * javax/crypto/KeyAgreementSpi.java - * javax/crypto/KeyGenerator.java - * javax/crypto/KeyGeneratorSpi.java - * javax/crypto/Mac.java - * javax/crypto/MacSpi.java - * javax/crypto/Makefile.am - * javax/crypto/NoSuchPaddingException.java - * javax/crypto/NullCipher.java - * javax/crypto/NullCipherImpl.java - * javax/crypto/SealedObject.java - * javax/crypto/SecretKey.java - * javax/crypto/SecretKeyFactory.java - * javax/crypto/SecretKeyFactorySpi.java - * javax/crypto/ShortBufferException.java - * javax/crypto/interfaces/DHKey.java - * javax/crypto/interfaces/DHPrivateKey.java - * javax/crypto/interfaces/DHPublicKey.java - * javax/crypto/interfaces/PBEKey.java - * javax/crypto/spec/DESKeySpec.java - * javax/crypto/spec/DESedeKeySpec.java - * javax/crypto/spec/DHGenParameterSpec.java - * javax/crypto/spec/DHParameterSpec.java - * javax/crypto/spec/DHPrivateKeySpec.java - * javax/crypto/spec/DHPublicKeySpec.java - * javax/crypto/spec/IvParameterSpec.java - * javax/crypto/spec/PBEKeySpec.java - * javax/crypto/spec/PBEParameterSpec.java - * javax/crypto/spec/RC2ParameterSpec.java - * javax/crypto/spec/RC5ParameterSpec.java - * javax/crypto/spec/SecretKeySpec.java - * javax/security/auth/AuthPermission.java - * javax/security/auth/DestroyFailedException.java - * javax/security/auth/Destroyable.java - * javax/security/auth/Policy.java - * javax/security/auth/PrivateCredentialPermission.java - * javax/security/auth/RefreshFailedException.java - * javax/security/auth/Refreshable.java - * javax/security/auth/Subject.java - * javax/security/auth/SubjectDomainCombiner.java - * javax/security/auth/callback/Callback.java - * javax/security/auth/callback/CallbackHandler.java - * javax/security/auth/callback/ChoiceCallback.java - * javax/security/auth/callback/ConfirmationCallback.java - * javax/security/auth/callback/LanguageCallback.java - * javax/security/auth/callback/NameCallback.java - * javax/security/auth/callback/PasswordCallback.java - * javax/security/auth/callback/TextInputCallback.java - * javax/security/auth/callback/TextOutputCallback.java - * javax/security/auth/callback/UnsupportedCallbackException.java - * javax/security/auth/login/AccountExpiredException.java - * javax/security/auth/login/AppConfigurationEntry.java - * javax/security/auth/login/Configuration.java - * javax/security/auth/login/CredentialExpiredException.java - * javax/security/auth/login/FailedLoginException.java - * javax/security/auth/login/LoginContext.java - * javax/security/auth/login/LoginException.java - * javax/security/auth/login/NullConfiguration.java - * javax/security/auth/x500/X500PrivateCredential.java - * javax/security/sasl/AuthenticationException.java - * javax/security/sasl/AuthorizeCallback.java - * javax/security/sasl/RealmCallback.java - * javax/security/sasl/RealmChoiceCallback.java - * javax/security/sasl/Sasl.java - * javax/security/sasl/SaslClient.java - * javax/security/sasl/SaslClientFactory.java - * javax/security/sasl/SaslException.java - * javax/security/sasl/SaslServer.java - * javax/security/sasl/SaslServerFactory.java - * org/ietf/jgss/ChannelBinding.java - * org/ietf/jgss/GSSContext.java - * org/ietf/jgss/GSSCredential.java - * org/ietf/jgss/GSSException.java - * org/ietf/jgss/GSSManager.java - * org/ietf/jgss/GSSName.java - * org/ietf/jgss/MessageProp.java - * org/ietf/jgss/Oid.java - * org/ietf/jgss/MessagesBundle.properties - - Files imported from Jessie - * javax/net/ServerSocketFactory.java - * javax/net/SocketFactory.java - * javax/net/VanillaServerSocketFactory.java - * javax/net/VanillaSocketFactory.java - * javax/net/ssl/HandshakeCompletedEvent.java - * javax/net/ssl/HandshakeCompletedListener.java - * javax/net/ssl/HostnameVerifier.java - * javax/net/ssl/HttpsURLConnection.java - * javax/net/ssl/KeyManager.java - * javax/net/ssl/KeyManagerFactory.java - * javax/net/ssl/KeyManagerFactorySpi.java - * javax/net/ssl/ManagerFactoryParameters.java - * javax/net/ssl/SSLContext.java - * javax/net/ssl/SSLContextSpi.java - * javax/net/ssl/SSLException.java - * javax/net/ssl/SSLHandshakeException.java - * javax/net/ssl/SSLKeyException.java - * javax/net/ssl/SSLPeerUnverifiedException.java - * javax/net/ssl/SSLPermission.java - * javax/net/ssl/SSLProtocolException.java - * javax/net/ssl/SSLServerSocket.java - * javax/net/ssl/SSLServerSocketFactory.java - * javax/net/ssl/SSLSession.java - * javax/net/ssl/SSLSessionBindingEvent.java - * javax/net/ssl/SSLSessionBindingListener.java - * javax/net/ssl/SSLSessionContext.java - * javax/net/ssl/SSLSocket.java - * javax/net/ssl/SSLSocketFactory.java - * javax/net/ssl/TrivialHostnameVerifier.java - * javax/net/ssl/TrustManager.java - * javax/net/ssl/TrustManagerFactory.java - * javax/net/ssl/TrustManagerFactorySpi.java - * javax/net/ssl/X509KeyManager.java - * javax/net/ssl/X509TrustManager.java - * javax/security/cert/Certificate.java - * javax/security/cert/CertificateEncodingException.java - * javax/security/cert/CertificateException.java - * javax/security/cert/CertificateExpiredException.java - * javax/security/cert/CertificateNotYetValidException.java - * javax/security/cert/CertificateParsingException.java - * javax/security/cert/X509CertBridge.java - * javax/security/cert/X509Certificate.java - - 2004-08-20 Casey Marshall - - * java/security/cert/X509CRLSelector.java: New file. - * java/security/cert/X509CertSelector.java: New file. - -2004-09-15 Michael Koch - - * gnu/java/net/protocol/file/Handler.java - (openConnection): Don't throw exception if host part for file: URI is - present. setURL() keeps file: protocol if ftp: protocol is not - available. - -2004-09-14 Richard Henderson - - * java/lang/natPosixProcess.cc (waitForSignal): Ignore return - value of sigsuspend. - -2004-09-12 Tom Tromey - - * javax/naming/CompoundName.java (CompoundName): Don't check for - separator in "flat" case. - -2004-09-12 Michael Koch - - * libltdl/configure.ac: Fixed AM_INIT_AUTOMAKE usage and replaces - AM_CONFIG_HEADER by AC_CONFIG_FILES. - * libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/configure: - Regenerate. - -2004-09-11 Mohan Embar - - PR libgcj/14751 - * win32-threads.cc (_Jv_ThreadInitData): Zero out thread - handle in newly-allocated _Jv_Thread_t. - (_Jv_ThreadDestroyData): Close thread handle. - (_Jv_ThreadStart): Remove obsolete comment. - Store handle of newly-created thread in _Jv_Thread_t. - * include/win32-threads.h: #define WIN32_LEAN_AND_MEAN - before including - #define _Jv_HaveCondDestroy - -2004-09-11 Mohan Embar - - * java/lang/natThread.cc (finalize_native): Destroy - join conditional variable and mutex if these destroy - operations are supported. - -2004-09-10 Dalibor Topic - - * gnu/java/net/protocol/file/Connection.java (permission): New field. - (DEFAULT_PERMISSION): New constant. - (Connection): Create a FilePermission with permission to read file. - -2004-09-10 Michael Koch - - * gnu/java/net/protocol/file/Connection.java - (getLastModified): Moved around. - (getPermission): Return stored permission. - -2004-09-10 Michael Koch - - * Makefile.in: Regenerate. - -2004-09-10 Michael Koch - - * Makefile.am: Reverted accidently commited stuff. - * configure: Regenerated. - -2004-09-10 Michael Koch - - * gnu/java/net/protocol/file/Connection.java - (lineSeparator): Made non-final. - (static): Removed. - (connect): Initialize lineSeparator lazily. Use ByteArrayInputStream - instead of StringBufferInputStream. - -2004-09-10 Michael Koch - - * gnu/java/net/protocol/file/Connection.java - (connect): Handle file is a directory case. - -2004-09-10 Michael Koch - - * Makefile.am - (xlib_includes): Removed. - (AM_CPPFLAGS): Renamed from INCLUDES. - (lib_gnu_awt_xlib_la_CPPFLAGS): New automake variable. - * Makefile.in: Regenerate. - -2004-09-09 Michael Koch - - * java/security/ProtectionDomain.java, - * java/util/PropertyPermissionCollection.java: - Fixed javadocs all over. - -2004-09-09 Sven de Marothy - - Patch from David Gilbert - * java/lang/Comparable.java: Fixed documentation errors. - * java/util/Arrays.java: Likewise. - -2004-09-09 Andrew John Hughes - - * java/net/Inet4Address.java - (Inet4Address): Added comment to serialization UID. - * java/text/Format.java - (Format): Added comment to serialization UID. - -2004-09-09 Michael Koch - - * java/lang/System.java - (err): Fixed javadoci to point to setErr() and not setOut(). - -2004-09-09 Jeroen Frijters - - (normalizePath): Added special case for windows systems. - -2004-09-09 Michael Koch - - * java/io/File.java - (dupSeparator): Made private. - (File(URI)): New constructor. - (getParentFile): Fixed javadoc. - (createTempFile): Reformated. - (setReadOnly): Added comment. - (deleteOnExit): Merged javadoc with classpath version. - -2004-09-09 Michael Koch - - * Makefile.am: Don't try to include deps.mk. - * Makefile.in: Regenerated. - -2004-09-08 Bryce McKinlay - - * configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and - .d files. - * configure: Rebuilt. - -2004-09-04 Mohan Embar - - * java/net/natNetworkInterfaceWin32.cc (getRealNetworkInterfaces): - Changed pfn from static local to local. - -2004-09-03 Bryce McKinlay - H.J. Lu - - PR libgcj/17290 - * Makefile.am (GCJCOMPILE): Remove definition. - (AM_CFLAGS): Add -fclasspath and -fbootclasspath flags. - Use LTGCJCOMPILE, not GCJCOMPILE, to build .lo targets. - * Makefile.in: Rebuilt. - -2004-09-03 Kelley Cook - - * configure.ac (enable-gc-debug): Update help for new syntax. - * configure: Regenerate. - -2004-09-03 David Daney - - * include/mips-signal.h: Update copyright. - -2004-09-03 David Daney - - * configure.host: Use -fno-use-divide-subroutine for mips*-*-linux*. - * include/mips-signal.h: Added HANDLE_FPE support. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicTextAreaUI.java - (create): New method. - * javax/swing/text/DefaultHighlighter.java - (DefaultHighlightPainter.debugRect): Removed. - * javax/swing/text/StyleContext.java - (DEFAULT_STYLE): New field. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initComponentDefaults): Add keybindings for selection.backward and - selection-forward for text components. - * javax/swing/plaf/basic/BasicTextUI.java - (paintSafely): Paint highlight only when something is actually - selected. - * javax/swing/text/DefaultCaret.java - (handleHighlight): New method. - (setSelectionVisible): Don't do anything when nothing changes. - Handle highlight. - (moveDot): Reimplemented. Handle highlight. - (setDot): Set mark too. Handle highlight. - (getSelectionPainter): New method. - * javax/swing/text/DefaultEditorKit.java - (defaultActions): Added new actions for text selection. - * javax/swing/text/DefaultHighlighter.java - (DefaultHighlightPainter): New inner class. - (DefaultPainter): New field. - (paint): Implemented. - * javax/swing/text/PlainView.java - (paint): Don't draw background here again. - * javax/swing/text/Utilities.java - (getTabbedTextWidth): Use width of ' ' instead of 'm' for tabsize. - (drawTabbedText): Likewise. - -2004-08-31 Graydon Hoare - - * javax/swing/JComponent.java - (resetKeyboardActions): Add null checks. - -2004-08-31 Graydon Hoare - - * javax/swing/DefaultButtonModel.java: - Skip group notification when no group is set. - -2004-08-31 Graydon Hoare - - * javax/swing/JColorChooser.java: - Make a couple inner classes static, for jikes. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (RottView.modelToView): New method. - (UpdateHandler): Renamed from EventHandler. - (updateHandler): Renamed from eventHandler. - (modelToView): Implemented. - * javax/swing/text/AbstractDocument.java - (BranchElement.getElement): Return null for non-existing indeces. - (BranchElement.getElementIndex): Return 0 in some corner cases. - * javax/swing/text/FieldView.java - (modelToView): New method. - * javax/swing/text/PlainView.java - (modelToView): Made public. - -2004-08-31 Kim Ho - - * Makefile.am: New files. - * Makefile.in: Regenerate. - * gcj/Makefile.in: Regenerate. - * include/Makefile.in: Regenerate. - * java/awt/Color.java: Fix documentation. - (RGBtoHSB): Use floats for conversions. - * javax/swing/ButtonGroup.java: Run Jalopy. - (setSelected): Reimplement. - * javax/swing/DefaultButtonModel.java: Run Jalopy. - (changeState): Let ButtonGroup know that the button - is changing state. - * javax/swing/JColorChooser.java: Implement. - * javax/swing/JLabel.java: Run Jalopy. - * javax/swing/JSpinner.java: Run Jalopy. - (setValue): New method. - * javax/swing/JTabbedPane.java: Run Jalopy. - (removeTabAt): Call correct remove method. - * javax/swing/SpinnerNumberModel.java: Run Jalopy. - (getPreviousValue): Compare minimum value. - * javax/swing/Timer.java: Run Jalopy. - (run): Comment out println. - * javax/swing/ToolTipManager.java: - (mouseMoved): Get new tooltip text for location. - * javax/swing/colorchooser/AbstractColorChooserPanel.java: - Jalopy and Javadoc. - * javax/swing/colorchooser/ColorChooserComponentFactory.java: - Implement. - * javax/swing/colorchooser/DefaultColorSelectionModel.java: - Run Jalopy. - (setSelectedColor): Fire ChangeEvent. - * javax/swing/colorchooser/DefaultHSBChooserPanel.java: - New file. Implement. - * javax/swing/colorchooser/DefaultPreviewPanel.java: - Ditto. - * javax/swing/colorchooser/DefaultRGBChooserPanel.java: - Ditto. - * javax/swing/colorchooser/DefaultSwatchChooserPanel.java: - Ditto. - * javax/swing/plaf/basic/BasicArrowButton.java: - (getArrow): Fix size of upward pointing button. - * javax/swing/plaf/basic/BasicColorChooserUI.java: - Implement. - * javax/swing/plaf/basic/BasicSliderUI.java: - (getWidthOfWidestLabel): Use preferred dimensions. - (getHeightOfTallestLabel): Ditto. - * javax/swing/plaf/basic/BasicSpinnerUI.java: - Run Jalopy. - (mousePressed): Disable changes to spinner if it is not enabled. - * testsuite/Makefile.in: Regenerate. - - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicTableHeaderUI.java, - javax/swing/plaf/basic/BasicTableUI.java: - Added copyright notice. - -2004-08-31 Olga Rodimina - - * Makefile.am: Added new files. - * Makefile.in: Regenerate. - * javax/swing/ComboBoxEditor.java: Added javadocs. - * javax/swing/ComboBoxModel.java: Likewise. - * javax/swing/DefaultComboBoxModel.java: Implemented. - * javax/swing/DefaultListCellRenderer.java: Added javadocs - and ran through jalopy to fix formatting style. - (getListCellRendererComponent): Use appropriate border - if renderer has focus and use noFocusBorder when it doesn't. - * javax/swing/JComboBox.java: Implemented. - * javax/swing/JList.java: - (locationToIndex): New Method. Implemented. - (indexToLocation): New Method. - * javax/swing/JPopupMenu.java: - (visible): New field. - (isVisible): Changed to use new field above. - (setVisible): Likewise. - * javax/swing/MutableComboBoxModel.java: Added javadocs. - * javax/swing/plaf/basic/BasicArrowButton.java: - (shadow): Changed default color to Color.gray. - * javax/swing/plaf/basic/BasicComboBoxUI.java: New File. - UI delegate for JComboBox. - * javax/swing/plaf/basic/BasicComboPopup.java: New File. - Popup menu containing list of JComboBox's items. - * javax/swing/plaf/basic/BasicComboBoxEditor.java: New File. - * javax/swing/plaf/basic/BasicComboBoxRenderer.java: New File. - * javax/swing/plaf/basic/BasicComboBoxUI.java: New File. - * javax/swing/plaf/basic/BasicComboPopup.java: New File. - * javax/swing/plaf/basic/BasicPopupMenuUI.java: - (popupMenuWillBecomeVisible): Set selected path to the first - element only if it is of type MenuElement. Also fix formatting - style. - * javax/swing/plaf/basic/ComboPopup.java: Added javadocs and missing - methods signatures. - -2004-08-31 Michael Koch - - * javax/swing/text/AbstractDocument.java - (createBranchElement): Use new constructor of BranchElement. - (createLeafElement): Renamed arguments. - (getRootElements): Implemented. - (BranchElement.start): Removed. - (BranchElement.end): Likewise. - (BranchElement.BranchElement): Fixed arguments. - (BranchElement.getEndOffset): Reimplemented. - (BranchElement.getStartOffset): Likewis. - * javax/swing/text/DefaultCaret.java - (paint): Draw simple vertical line as caret instead of a rectangle. - * javax/swing/text/JTextComponent.java - (setText): Use doc directly. - * javax/swing/text/PlainView.java - (nextTabStop): Implemented. - * javax/swing/text/Utilities.java - (drawTabbedText): nextTabStop() returns an absolute x position. - (getTabbedTextWidth): Likewise. - -2004-08-31 Graydon Hoare - - * java/awt/Component.java - (isFocusTraversable): Predicate on isLightweight() - (setFocusable): Set isFocusTraversableOverridden. - (requestFocus): Predicate peer dispatch on !isLightweight() - (requestFocusInWindow): Likewise. - (dispatchEventImpl): Coordinate with KeyboardFocusManager. - * java/awt/Container.java - (dispatchEventImpl): Predicate on event mask. - (LightweightDispatcher): Remove focus machinery. - * java/awt/DefaultFocusTraversalPolicy.java - (accept): Expand predicate to include isFocusable(). - * java/awt/DefaultKeyboardFocusManager.java: - Globally change c.dispatchEvent(e) to redispatchEvent(c,e) - * java/awt/KeyboardFocusManager.java - (redispatchEvent): Synchronize on event to prevent feedback. - * javax/swing/AbstractButton.java - (ButtonFocusListener): Remove class. - (init): Set focusPainted, focusable. - * javax/swing/ActionMap.java (get): Check parent for null. - * javax/swing/InputMap.java (get): Likewise. - * javax/swing/JComponent.java - (inputMap_whenFocused): New InputMap. - (inputMap_whenAncestorOfFocused): Likewise. - (inputMap_whenInFocusedWindow): Likewise. - (getActionForKeyStroke): Rewrite. - (getConditionForKeystroke): Likewise. - (ActionListenerProxy): New private class. - (setInputMap): Implement. - (getInputMap): Likewise. - (setActionMap): Likewise. - (getActionMap): Likewise. - (processComponentKeyEvent): New empty method. - (processKeyEvent): Implement. - (processKeyBinding): Likewise. - (resetKeyboardActions): Rewrite. - * javax/swing/KeyStroke.java: Rewrite. - * javax/swing/SwingUtilities.java - (notifyAction): Implement. - (replaceUIActionMap): Likewise. - (replaceUIInputMap): Likewise. - * javax/swing/plaf/basic/BasicButtonListener.java - (focusGained): Implement. - (focusLost): Repaint if focusPainted(). - (installKeyboardActions): Install pressed / released actions. - (uninstallKeyboardActions): Implement. - * javax/swing/plaf/basic/BasicButtonUI.java - (focusColor): New field. - (installDefaults): Load focus color, install input map. - (installKeyboardActions): Implement. - (uninstallKeyboardActions): Likewise. - (paintFocus): Rewrite. - * javax/swing/plaf/basic/BasicLookAndFeel.java - (Button.focus): New default, midPurple. - * javax/swing/plaf/basic/BasicTextUI.java - (kit): Make static. - (installUI): Get doc from kit, load defaults. - (getKeymapName): Implement. - (createKeymap): Likewise. - (installKeyboardActions): Likewise. - (getInputMap): Likewise. - (getActionMap): Likewise. - (createActionMap): Likewise. - * javax/swing/text/AbstractDocument.java - (getStartPosition): Implement. - (getEndPosition): Likewise. - * javax/swing/text/DefaultEditorKit.java - (CopyAction): New class. - (CutAction): Likewise. - (DefaultKeyTypedAction): Likewise. - (InsertBreakAction): Likewise. - (InsertContentAction): Likewise. - (InsertTabAction): Likewise. - (PasteAction): Likewise. - (defaultActions): New static table. - (createCaret): Implement. - (getActions): Likewise. - * javax/swing/text/JTextComponent.java - (KeymapWrapper): New private class. - (KeymapActionMap): Likewise. - (DefaultKeymap): New class. - (keymaps): New static table. - (keymap): New field. - (getKeymap): Implement. - (removeKeymap): Likewise. - (addKeymap): Likewise. - (setKeymap): Likewise. - (loadKeymap): Likewise. - (getActions): Likewise. - (margin): New field. - (JTextComponent): Build and install default keymap. - * javax/swing/text/TextAction.java - (textAction): Call super properly. - (getTextComponent): Implement. - * javax/swing/text/Utilities.java - (drawTabbedText): Adjust position by ascent. - -2004-08-31 David Jee - - PR AWT/17156 - - * gnu/java/awt/peer/gtk/GtkMenuItemPeer.java - (setEnabled): Make it a native method. - * java/awt/DefaultKeyboardFocusManager.java - (postProcessKeyEvent): Only post event if the menu item - is active. - * java/awt/MenuItem.java: - Private field 'enabled' should be true by default. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c - (setEnabled): New function. - -2004-08-31 David Jee - - PR AWT/17059 - - * gnu/java/awt/peer/gtk/GtkMenuBarPeer.java - (nativeSetHelpMenu): New native method declaration. - (addHelpMenu): Call nativeSetHelpMenu(). - (addMenu): Remove. - * java/awt/MenuBar.java - (setHelpMenu): Call addNotify() on the new help menu. - (add): Call addNotify() on the new menu. - (addNotify): Set the help menu if one exists. - * java/awt/peer/MenuBarPeer.java - (addMenu): Remove. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuBarPeer.c - (nativeSetHelpMenu): New method. - -2004-08-31 Graydon Hoare - - * Makefile.am: Add new files. - * Makefile.in: Regenerate. - * javax/swing/Box.java: Fix setting of layout in ctor. - * javax/swing/JScrollPane.java: Scroll headers as well. - * javax/swing/JTable.java: Reimplement. - * javax/swing/JViewPort.java: Only add non-null children. - * javax/swing/ScrollPaneLayout.java: Correct header calculations. - * javax/swing/Timer.java: Fix stopping null waker. - * javax/swing/plaf/basic/BasicTableHeaderUI.java: New file. - * javax/swing/plaf/basic/BasicTableUI.java: New file. - * javax/swing/table/DefaultTableCellRenderer.java: Configure. - * javax/swing/table/DefaultTableColumnModel.java: Flesh out. - * javax/swing/table/DefaultTableModel.java: Clean up. - * javax/swing/table/JTableHeader.java: Implement. - -2004-08-31 Mark Wielaard - - * javax/swing/JSpinner.java (getChangeListeners): Remove double - semi-colon. - -2004-08-31 Mark Wielaard - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeerMetrics.c: - Declare variables at top of functions/block. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: Likewise. - -2004-08-31 Mark Wielaard - - * java/lang/Rectangle.java (intersects): Check r.width and r.height - first. - -2004-08-31 Michael Koch - - * javax/swing/text/PlainView.java - (selectedColor): New field. - (unselectedColor): Likewise. - (font): Likewise. - (updateMetrics): New method. - (lineToRect): Likewise. - (modelToView): Likewise. - (drawSelectedText): Use color from JTextComponent ad draw with - Utilities class. - (drawUnselectedText): Likewise. - (paint): Initialize helper fields. - * javax/swing/text/View.java - (getChildAllocation): New method. - (getViewIndex): Likewise. - (getToolTipText): Likewise. - -2004-08-31 Michael Koch - - * javax/swing/text/Utilities.java - (drawTabbedText): Reimplemented. - (getTabbedTextWidth): Likewise. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (installDefaults): Install caret and highlighter. - (modelToView): Use Bias.Forward when calling sibling. - * javax/swing/text/AbstractDocument.java - (ElementEdit): Implements DocumentEvent.ElementChange. - (ElementEdit.ElementEdit): New method. - (ElementEdit.getChildrenAdded): Likewise. - (ElementEdit.getChildrenRemoved): Likewise. - (ElementEdit.getElement): Likewise. - (ElementEdit.getIndex): Likewise. - * javax/swing/text/DefaultCaret.java - (color): Removed. - (textComponent): Renamed from parent, made private. - (selectionVisible): Renamed from vis_sel, made private. - (blinkRate): Renamed from blink, made private. - (magicCaretPosition): Renamed from magic, made private. - (visible): Renamed from vis, made private. - (dot): Made private. - (mark): Likewise. - (deinstall): Remove as MouseMotionListener. - (install): Initialize textComponent first. Add as MouseMotionListener. - (paint): Reimplemented. - * javax/swing/text/JTextComponent.java - (setCaret): Deinstall old caret, install new one and fire property - change after setting property. - (setHighlighter): Deinstall old highlighter, install new one and fire - property change after setting property. - (setCaretColor): Fire property change after setting property. - (setDisabledTextColor): Likewise. - (setSelectedTextColor): Likewise. - (setSelectionColor): Likewise. - (modelToView): New method. - -2004-08-31 Michael Koch - - * javax/swing/text/AbstractDocument.java - (getText): Simplified. - * javax/swing/text/Segment.java - (current): New field. - (current): Reimplemented. - (first): Likewise. - (getIndex): Likewise. - (last): Likewise. - (next): Likewise. - (previous): Likewise. - (setIndex): Likewise. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicButtonUI.java - (defaultTextIconGap): Made protected. - (defaultTextShiftOffset): Likewise. - (textShiftOffset): New field. - (clearTextShiftOffset): New method. - (getTextShiftOffset): Likewise. - (setTextShiftOffset): Likewise. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (installUI): Add eventHandler as property listener. - (uninstallUI): remove eventHandler as propert listener. - (installDefaults): Added comment. - (installListeners): Likewise. - (installKeyboardActions): Likewise. - (uninstallDefaults): Likewise. - (uninstallListeners): Likewise. - (uninstallKeyboardActions): Likewise. - -2004-08-31 Michael Koch - - * javax/swing/text/AbstractDocument.java: - Fixed some typos in comments. - (insertString): Reimplemented. - (remove): Likewise. - (replace): New method. - (children): Dont use fully qualified class name. - (DefaultDocumentEvent.offset): Renamed from off. - (DefaultDocumentEvent.length): Renamed from len. - (DefaultDocumentEvent.type): New field. - (DefaultDocumentEvent.DefaultDocumentEvent): New constructor. - (DefaultDocumentEvent.getType): Implemented. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (RootView.textComponent): Removed. - (RootView.RootView): Don't initialize textComponent. - (RootView.getViewFactory): New method. - (EventHandler): New inner class. - (rootView): Initialize at instance creation. - (eventHandler): New field. - (installUI): Don't create view hierarchy directly, - call modelChanged() instead. - (modelChanged): New method. - * javax/swing/text/JTextComponent.java - (setDocument): Fire property change event. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (RootView.paint): Removed debug output. - (paintSafely): Draw highlighter before text. - (paintBackground): Use background color of text component. - * javax/swing/plaf/basic/BasicToggleButtonUI.java: - Reformatted. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicToolBarUI.java - (BasicToolBarUI): Fixed arguments for constructor. - (createUI): Fixed creation of object. - -2004-08-31 Michael Koch - - * javax/swing/DefaultListSelectionModel.java - (fireValueChanged): Renamed from fireSelectionValueChanged, - made protected. - -2004-08-31 Michael Koch - - * javax/swing/text/TabSet.java - (TabSet): Implements java.io.Serializable. - * javax/swing/text/TabStop.java - (TabStop): Implements java.io.Serializable. - (TabStop): Made public. - -2004-08-31 Michael Koch - - * javax/swing/JComponent.java - (setUI): Fire PropertyChange. - * javax/swing/JLabel.java - (text): Renamed from labelText. - (horizontalAlignment): New default vlaue. - (icon): Renamed from activeIcon. - (displayedMnemonic): Renamed from mnemonicKey, added default value. - (displayedMnemonicIndex): Renamed from underlineChar. - (setDisplayedMnemonic): Reimplemented. - * javax/swing/JRadioButton.java - (JRadioButton): New constructors. - * javax/swing/JTextField.java - (JTextField): Throw exception if colums < 0, initialitialz - this.columns directly and initialize document with text conditionally. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicFormattedTextFieldUI.java, - javax/swing/plaf/basic/BasicPasswordFieldUI.java, - javax/swing/plaf/basic/BasicTextAreaUI.java: New files. - * javax/swing/text/FieldView.java - (paint): Just call super method for now. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2004-08-31 Ka-Hing Cheung - - * javax/swing/AbstractSpinnerModel.java, - javax/swing/JSpinner.java, - javax/swing/SpinnerNumberModel.java, - javax/swing/plaf/basic/BasicSpinnerUI.java: - New files. - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initClassDefaults): Added defaults for BasicSpinnerUI. - -2004-08-31 Michael Koch - - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2004-08-31 Michael Koch - - * javax/swing/TransferHandler.java, - javax/swing/plaf/basic/ComboPopup.java: New files - * Makefile.am: Added javax/swing/TransferHandler.java and - javax/swing/plaf/basic/ComboPopup.java - * Makefile.in: Regenerated. - -2004-08-31 Roman Kennke - - * javax/swing/text/Utilities.java: New file. - -2004-08-31 Michael Koch - - * Makefile.am: Added javax/swing/text/Utilities.java. - * Makefile.in: Regenerated. - -2004-08-31 Graydon Hoare - - * javax/swing/text/SimpleAttributeSet.java: New file. - * javax/swing/text/StyleConstants.java: New file. - * javax/swing/text/StyleContext.java: New file. - * javax/swing/text/TabSet.java: New file. - * javax/swing/text/TabStop.java: New file. - * javax/swing/text/AbstactDocument.java: - (AbstractElement): Implement attribute support. - * javax/swing/text/AttributeSet.java - (NameAttribute): New static field. - (ResolveAttribute): New static field. - * Makefile.am: Update for new files. - * Makefile.in: Regenerate. - -2004-08-31 Craig Black - - * gnu/java/awt/peer/gtk/GdkGraphics.java - (drawImage): Add support for scaling pixmaps. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c - (copyAndScalePixmap): New native method. - -2004-08-31 Thomas Fitzsimmons - - PR AWT/16121 - * jni/gtk-peer/gthread-jni.c: Include stdio.h. Eliminate - type-punning compiler warnings using unions. - (throw): Replace bzero with memset. - -2004-08-31 Andreas Tobler - Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c: Move - NSA_PB macros to gtkpeer.h. Include gtkpeer.h. - * jni/gtk-peer/gtkpeer.h: Move NSA_PB macros here. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (nativeSetIconImageFromDecoder): Use NSA_GET_PB_PTR macro. - -2004-08-31 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c: - #include gdk.h, not gtk.h. #include jni.h, native_state.h, string.h - and stdlib.h, not gtkpeer.h. - (*vm): New static variable. - (areaPreparedID): Make static. - (areaUpdatedID): Likewise. - (area_prepared): Get and use JNIEnv through stored JavaVM *vm. - (area_prepared): Likewise. - (area_updated): Likewise. - (closed): Likewise. - (initStaticState): Initialize *vm javaVM. - (pumpBytes): Use given env, not global gdk_env. - -2004-08-31 Mark Wielaard - - * java/awt/geom/CubicCurve2D.java (solveCubic): Removed duplicate - comments. - -2004-08-31 Sven de Marothy - - * java/awt/geom/CubicCurve2D.java: Reindent. - (contains): Implemented. - (intersects): Implemented. - * java/awt/geom/QuadCurve2D.java: Likewise. - * java/awt/geom/GeneralPath.java: Reindent and document. - Fully (re)implemented using separate xpoints and ypoints - float[] coords. - * java/awt/geom/RoundRectangle2D.java: Several bugfixes (Bug #6007). - -2004-08-31 Michael Koch - - * javax/swing/JMenuItem.java - (getMenuDragMouseListeners): New method. - (getMenuKeyListeners): Likewise. - -2004-08-31 Michael Koch - - * javax/swing/AbstractButton.java - (model): Made protected. - (actionListener): Likewise. - (changeListener): Likewise. - (itemListener): Likewise. - (multiClickThreshhold): New field. - (getActionListeners): New method. - (getChangeListeners): Likewise. - (getItemListeners): Likewise. - (fireItemStateChanged): Simplified implementation. - (fireActionPerformed): Likewise. - (fireStateChanged): Likewise. - (getMultiClickThreshhold): New method. - (setMultiClickThreshhold): Likewise. - -2004-08-31 Tom Tromey - - * java/awt/image/Kernel.java (clone): Use super.clone(). - -2004-08-31 David Jee - - PR AWT/16682 - * gnu/java/awt/peer/gtk/GtkFramePeer.java - (nativeSetIconImage): Rename to nativeSetIconImageFromDecoder. - (nativeSetIconImageFromData): New native method declaration. - (setIconImage): Handle images not produced from GdkPixbufDecoder. - * gnu/java/awt/peer/gtk/GtkImage.java - (getPixelCache): New method. - (getColorModel): New method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (nativeSetIconImage): Rename to nativeSetIconImageFromDecoder. - (free_pixbuf_data): New helper function. - (nativeSetIconImageFromData): New function. - -2004-08-31 Graydon Hoare - - PR SWING/16576 - * javax/swing/JLayeredPane.java - (setLayer): Permit changing layer after addition. - (setPosition): Permit over-length positions. - (layerToRange): Compare intValue()s. - * javax/swing/Box.java (createHorizontalBox): Implement. - (createRigidArea): Likewise. - (createVerticalBox): Likewise. - -2004-08-31 Kim Ho - - * java/awt/Component.java: - (processMouseEvent): Consume event after - listeners process it. - (processMouseMotionEvent): ditto. - (processMouseWheelEvent): ditto. - * java/awt/Container.java: - (acquireComponentForMouseEvent): - Do not dispatch to events that have been - removed from the Container. - (handleEvent): Consume the MouseEvents. - * javax/swing/RepaintManager.java: - (paintDirtyRegions): Do not add to list of - damaged areas if the component has no root. - -2004-08-31 Michael Koch - - * javax/swing/plaf/basic/BasicMenuItemUI.java: Clean ip imports. - -2004-08-31 Mark Wielaard - - * gnu/java/awt/peer/gtk/GtkToolkit.java (getFontPeer): Don't return - null when a MissingResourceException is thrown. Should never happen. - -2004-08-31 Mark Wielaard - - * java/awt/EventQueue.java (postEvent): Throw NullPointerException - when argument is null. - -2004-08-31 Mark Wielaard - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_addExposeFilter): - Define hid at start of function. - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_removeExposeFilter): - Likewise. - -2004-08-31 Mark Wielaard - - * gnu/java/awt/EmbeddedWindow.java: Reindent. - * javax/swing/JButton.java: Reindent. - * javax/swing/JCheckBox.java: Reindent. - -2004-08-31 Mark Wielaard - - * Makefile.am (gtk_c_source_files): Added - jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c. - (gtk_awt_peer_sources): Added - gnu/java/awt/peer/gtk/GThreadMutex.java and - gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java. - * Makefile.in: Regenerated. - -2004-08-31 Archie Cobbs - - * jni/gtk-peer/gthread-jni.c: don't #include nonexistent files - -2004-08-31 Steven Augart - - * jni/gtk-peer/gthread-jni.c (c-font-lock-extra-types): - Added jfieldID, jmethodID. - -2004-08-31 Mark Wielaard - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (Java_gnu_java_awt_peer_gtk_GtkMainThread_gtkInit): Initialize - gdk_env before calling any gdk or gtk function. - - * gnu/java/awt/peer/gtk/GtkMainThread.java (gtkInitCalled): New field. - (GtkMainThread): Call wait() in while loop waiting for gtkInitCalled. - (run): Set gtkInitCalled. - -2004-08-31 Steven Augart - - * gnu/java/awt/peer/gtk/GtkMainThread.java (run): Pass the value of - the gnu.classpath.awt.gtk.portable.native.sync system property to C. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (Java_gnu_java_awt_peer_gtk_GtkMainThread_gtkInit): New argument, - portableNativeSync. Delegate PORTABLE_NATIVE_SYNC work to - init_glib_threads. - (init_glib_threads): New function. - -2004-08-31 Mark Wielaard - - * jni/gtk-peer/gthread-jni.c: Define MIN_, MAX_ and NORM_ - PRIORITY when not already defined in header file. - -2004-08-31 Mark Wielaard - - * jni/gtk-peer/gthread-jni.c (setup_cache): Call - ExceptionOccurred, not ExceptionCheck, when we don't have JNI 1.2. - -2004-08-31 Steven Augart - - * gnu/native/jni/gtk-peer/gthread-jni.c: Indentation fixes. - Implemented missing functions for GTK2. - Added error handling. - Renamed static functions out of the g_ namespace. - Added TRACE_API_CALLS, EXPLAIN_TROUBLE, EXPLAIN_BROKEN, - EXPLAIN_BADLY_BROKEN, and DELETE_LOCAL_REFS options. - Rewrote global-reference code. - Eliminated cascading errors. - (mutex_trylock_jni_impl) Fully implemented. - (cond_timed_wait_jni_impl) Went from millisecond to microsecond - resolution. - (setup_cache) New function. - (mutex_cond_wait_jni_impl, mutex_cond_timed_wait_jni_impl) Fixed - bug where they were not unlocking the GMutex associated with the - condition variable during the wait on that condition variable. - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c, - native/jni/gtk-peer/gthread-jni.c, - native/jni/gtk-peer/gthread-jni.h - (g_thread_jni_functions): Renamed to ... - (portable_native_sync_jni_functions): this name. - (gdk_vm): Renamed to... - (the_vm): this name. - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (gdk_vm): Removed duplicate definition. - (gtkInit): Removed stray message to stdout. - (gtkInit): Use g_malloc and g_free instead of malloc and free. - (gtkInit): Fix a const assignment bug. - (gtkInit): Simplified code. - - * gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java, - native/jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c, - native/jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.h, - gnu/java/awt/peer/gtk/GThreadMutex.java: - New files. - -2004-08-31 Mark Wielaard - - * javax/swing/Box.java: Put FIXME comment above class declaration. - * javax/swing/JButton.java: Remove illegal L&F HTML from comments. - * javax/swing/JCheckBox.java: Likewise. - * javax/swing/JDialog.java: Likewise. - * javax/swing/JRadioButton.java: Likewise. - * javax/swing/JToggleButton.java: Likewise. - * javax/swing/UIManager.java: Likewise. - * javax/swing/border/TitledBorder.java: Likewise. - * javax/swing/plaf/basic/BasicLabelUI.java: Likewise. - * javax/swing/plaf/basic/BasicLookAndFeel.java: Likewise. - * javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java: Likewise. - * javax/swing/plaf/basic/BasicProgressBarUI.java: Likewise. - * javax/swing/plaf/basic/BasicScrollBarUI.java: Likewise. - * javax/swing/plaf/basic/BasicSeparatorUI.java: Likewise. - * javax/swing/text/JTextComponent.java: Likewise. - -2004-08-31 David Jee - - PR AWT/16682 - * gnu/java/awt/peer/gtk/GtkFramePeer.java - (setIconImage): Add a FIXME for unhandled cases. - -2004-08-31 Thomas Fitzsimmons - - PR AWT/16040 - * gnu/awt/LightweightRedirector.java: Call getModifiersEx, not - getModifiers. Replace old button masks with new ones. - * gnu/awt/xlib/XEventLoop.java: Likewise. - * gnu/java/awt/peer/gtk/GtkButtonPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Likewise. - * gnu/java/awt/peer/gtk/GtkListPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java: Likewise. - * java/awt/AWTKeyStroke.java: Remove old modifier masks. - * java/awt/Component.java: Replace old modifier masks with new - ones. - * java/awt/Container.java: Call getModifiersEx, not - getModifiers. - * java/awt/DefaultKeyboardFocusManager.java: Likewise. Remove - old modifier masks. - * javax/swing/JMenuItem.java: Replace old button masks with new - ones. - * javax/swing/KeyStroke.java: Call getModifiersEx, not - getModifiers. - * javax/swing/SwingUtilities.java: Likewise. - * javax/swing/plaf/basic/BasicButtonListener.java: Likewise. - * javax/swing/plaf/basic/BasicInternalFrameUI.java: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: Replace old - mask macros with new ones. - * jni/gtk-peer/gtkpeer.h: Replace old button and modifier mask - macros with new ones representing new masks. - -2004-08-31 Craig Black - - * gnu/java/awt/peer/gtk/GdkGraphics.java - (drawRoundRect): Implemented. - (fillRoundRect): Implemented. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (drawRoundRect): Reimplemented to match GdkGraphics. - (fillRoundRect): Reimplemented to match GdkGraphics. - -2004-08-31 Mark Wielaard - - * Makefile.in: Regenerated. - -2004-08-31 Michael Koch - - * gnu/java/awt/EmbeddedWindow.java - (addNotify): Use AccessController to allow execution of privileged - code. - -2004-08-31 Michael Koch - - * gnu/java/awt/EmbeddedWindow.java - (static): Removed. - (addNotify): Set peer via reflection. - (setWindowPeer): Removed. - * gnu/java/awt/natEmbeddedWindow.cc: Removed. - * Makefile.am (nat_source_files): - Removed gnu/java/awt/natEmbeddedWindow.cc. - -2004-08-31 Bryce McKinlay - - * Makefile.am: Add gnu/java/security/action/GetPropertyAction.java - and gnu/java/security/action/SetAccessibleAction.java. - -2004-08-31 Bryce McKinlay - - * gnu/java/security/action/GetPropertyAction.java (setParameters): - Renamed from 'setName'. New 2-argument form with default value. - (run): Pass default 'value' parameter to System.getProperty(). - * gnu/java/security/action/SetAccessibleAction.java: Fix javadoc - typos. - -2004-08-31 Bryce McKinlay - - * gnu/java/security/action/GetPropertyAction.java: New class. - * gnu/java/security/action/SetAccessibleAction.java: New class. - -2004-08-31 David Jee - - * gnu/java/awt/peer/gtk/GtkFramePeer.java - (setIconImage): Check if image is null. - -2004-08-31 David Jee - - * gnu/java/awt/peer/gtk/GtkFramePeer.java - (create): Set the icon image. - (nativeSetIconImage): New native method declaration. - (setIconImage): Implement. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (nativeSetIconImage): New function. - -2004-08-31 Dalibor Topic - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (filenameFilterCallback): Declare local variable accepted before use. - -2004-08-31 Dalibor Topic - - * gnu/java/awt/ComponentDataBlitOp.java: - Cleaned up imports. - -2004-08-31 Tom Tromey - - * gnu/java/awt/peer/GLightweightPeer.java, - gnu/java/awt/peer/gtk/GdkGraphics2D.java, - gnu/java/awt/peer/gtk/GtkComponentPeer.java, - javax/swing/JScrollPane.java: Removed - redundant imports. - -2004-08-31 David Jee - - * java/awt/DefaultKeyboardFocusManager.java - (postProcessKeyEvent): Only activate MenuShortcuts on KEY_PRESSED - event. Fix shift modifier checking. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c - (accel_attach): Remove. - (setupAccelGroup): Remove calls to accel_attach. - -2004-08-31 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkArg.java: Remove file. - * gnu/java/awt/peer/gtk/GtkArgList.java: Remove file. - - * Makefile.am (gtk_awt_peer_sources): Remove GtkArg.java and - GtkArgList.java. - (gtk_c_files): Use CAIRO_CFLAGS and PANGOFT2_CFLAGS, not _LIBS. - * Makefile.in: Regenerate. - * gnu/java/awt/peer/gtk/GtkButtonPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (create(String)): New method. - (create): Call new create method. - (getArgs): Remove method. - * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c - (nativeCreate): Rename to create. - (gtkSetLabel): Rename to gtkButtonSetLabel. - (gtkToggleButtonSetActive): New method. - (create): Call gtkToggleButtonSetActive and gtkButtonSetLabel. - (setState): Replace set call with gtkToggleButtonSetActive. - (setLabel): Replace gtkSetLabel call with gtkButtonSetLabel. - (getArgs): Remove method. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (gtkWidgetSetSensitive): New method. - (gtkWidgetSetParent): Likewise. - (GtkComponentPeer): Call setParent, setComponentBounds and - setVisibleAndEnabled. - (setParent): New method. - (setComponentBounds): New method. - (setVisibleAndEnabled): New method. - (setEnabled): Call gtkWidgetSetSensitive. - (getArgs): Remove method. - Remove all set methods. - * gnu/java/awt/peer/gtk/GtkDialogPeer.java (create): Call - gtkWindowSetModal, setTitle and setResizable. - (getArgs): Remove method. - * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java - (setComponentBounds): New method. - * gnu/java/awt/peer/gtk/GtkFramePeer.java (setResizable): - Replace set call with gtkWindowSetResizable. - (getArgs): Remove method. - (create): Call setTitle and setResizable. - * gnu/java/awt/peer/gtk/GtkWindowPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (gtkWindowSetTitle): New method. - (gtkWindowSetResizable): New method. - (gtkWindowSetModal): New method. - (setParent): New method. - (setVisibleAndEnabled): New method. - (getArgs): Remove method. - (setTitle): Call gtkWindowSetTitle. - (setResizable): Call gtkWindowSetResizable. - * jni/gtk-peer/gtkpeer.h [DEBUG_LOCKING]: New define to turn on - and off locking instrumentation. - -2004-08-31 Kim Ho - - * Makefile.am: Add new file. - * Makefile.in: Regenerate. - * gcj/Makefile.in: Regenerate - * include/Makefile.in: - * java/awt/Container.java: - (acquireComponentForMouseEvent): Respect - the event mask when looking for candidate. - * javax/swing/JComponent.java: - Remove toolTip field. - (createToolTip): Create a tooltip on demand. - (setToolTipText): Register with the ToolTipManager. - (getToolTipText(MouseEvent)): Return getToolTipText(). - * javax/swing/JToolTip.java: Implement. - * javax/swing/Timer.java: Jalopy. - (restart): Call stop, then start. - (stop): Interrupt the timer rather than wait for - the timer to come to a stop naturally. - * javax/swing/ToolTipManager.java: Implement. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Change ToolTip.background color. - * javax/swing/plaf/basic/BasicToolTipUI.java: - Implement. - * testsuite/Makefile.in: Regenerate - -2004-08-31 Jerry Quinn - - * java/awt/image/DirectColorModel.java (DirectColorModel): Fix - constructor param comments. - -2004-08-31 Thomas Fitzsimmons - - * java/awt/Component.java: Document AWT 1.0 event handler - methods. - -2004-08-31 Roman Kennke - - * javax/swing/Box.java: - (createGlue): Implemented - (createHorizontalGlue): Implemented - (createHorizontalStrut): Implemented - (createVerticalGlue): Implemented - (createVerticalStrut): Implemented - -2004-08-31 David Jee - - * gnu/java/awt/peer/gtk/GtkChoicePeer.java - (GtkChoicePeer): Do not automatically select first item. - (getHistory): Remove. - (nativeGetSelected): New method. - (nativeRemoveAll): New method. - (add): Use nativeGetSelected() instead of getHistory(). - (remove): Likewise. - (removeAll): Call nativeRemoveAll(). - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c - (create): Migrate to GtkComboBox. - (append): Likewise. - (nativeAdd): Likewise. - (nativeRemove): Likewise. - (select): Likewise. - (nativeRemoveAll): New method. - (nativeGetSelected): New method. - (selection_changed): New method. - (getHistory): Remove. - (item_activate): Remove. - (item_removed): Remove. - (connect_choice_item_selectable_hook): Remove. - -2004-08-31 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java (create): Use tf - variable in setEditable call. - - * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c - (gtkWidgetSetBackground): New method. - (gtkWidgetSetForeground): Likewise. - (create): Set peer's editable state based on awtComponent's. - - * java/awt/Button.java (Button()): Use empty string rather than - null in no-label constructor. - -2004-08-31 Roman Kennke - - * javax/swing/BoxLayout.java: Reimplement. - -2004-08-31 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GdkGraphics.java, - gnu_java_awt_peer_gtk_GdkGraphics.c - (initState(GtkComponentPeer)): Don't return array of colour - values. - (GdkGraphics(int,int)): Set default font to size 12. - (GdkGraphics(GtkComponentPeer)): Set graphics colour to - component's foreground colour. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java, - gnu_java_awt_peer_gtk_GdkGraphics2D.c - (initState(GtkComponentPeer)): Don't return array of colour - values. - (GdkGraphics2D(GtkComponentPeer)): Set foreground and background - colours to component's colours. - (current_colors_of_widget): Remove function. - * gnu/java/awt/peer/gtk/GtkOffScreenImage.java (getGraphics): - Return a new graphics object. - * java/awt/Font.java (toString): Fix format. - * java/awt/Graphics.java (toString): Likewise. - -2004-08-31 Craig Black - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c - (addTearOff): New function. - * gnu/java/awt/peer/gtk/GtkMenuPeer.java (addTearOff): - New native method. - (init): Call addTearOff() when menu.isTearOff(). - -2004-08-31 Bryce McKinlay - - * gnu/java/awt/ClasspathToolkit.java (createImageProducer): New. - Default implementation. - * gnu/java/awt/peer/gtk/GtkToolkit.java (createImageProducer): New. - Implement using GdkPixbufDecoder. - -2004-08-31 David Jee - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (GtkComponentPeer): Use gtkWidgetGetPreferredDimensions() for - setting the size of GtkFileDialogPeers. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (gtkWidgetGetPreferredDimensions): For widgets extending GtkWindow, - use their default sizes rather than their natural requisitions. - -2004-08-31 Michael Koch - - * javax/swing/JFormattedTextField.java - (JFormattedTextField): Implemented. - * javax/swing/text/DefaultEditorKit.java - (BeepAction): New inner class. - * javax/swing/text/Segment.java - (partialReturn): New field. - (setPartialReturn): New method. - (isPartialReturn): Likewise. - * javax/swing/text/View.java - (createFragment): Fixed typo. - (getStartOffset): New method. - (getEndOffset): Likewise. - -2004-08-31 Michael Koch - - * javax/swing/table/DefaultTableColumnModel.java - (serialVersionUID): Made private. - (listenerList): Initialize. - (changeEvent): Initialize. - * javax/swing/table/JTableHeader.java - (JTableHeader): New constructors. - (createDefaultColumnModel): New method. - * javax/swing/table/TableColumn.java - (setHeaderRenderer): Simplified code. - (setCellRenderer): Likewise. - (setWidth): Likewise. - -2004-08-31 Tom Tromey - - * java/text/AttributedString.java (AttributedString): Use - ArrayList to build array of attribute ranges. Don't use - `attribs' before it is set. - -2004-08-30 Andreas Tobler - - * HACKING: Remove reference to special automake. No longer needed. - -2004-08-30 Tom Tromey - - * gnu/java/security/util/Prime.java (generateRandomPrime): Use - return result from `add'. - -2004-08-30 Tom Tromey - - * java/rmi/server/UID.java (UID): Read `nextCount', not count. - -2004-08-30 Andreas Tobler - - * gnu/java/security/der/DEREncodingException.java: Remove whitespaces. - -2004-08-30 Jeroen Frijters - - * java/io/File.java File(String,String): Fixed handling of empty - path. - -2004-08-30 Casey Marshall - - Author e-mail updated for all files. - * gnu/java/security/OID.java (equals): Test if the aurgment is an - instance of OID. - (compareTo): Use `equals'. - * gnu/java/security/der/BitString.java (equals): Test if the - argument is an instance of BitString. - * gnu/java/security/der/DERReader.java: Removed NIO imports. Made - class final. Made fields private. - (): New constructor. - (skip): New method. - (makeString): Made static; don't use NIO. - (fromIso88591, fromUtf16Be, fromUtf8): New methods. - * gnu/java/security/der/DERWriter.java: Fixed imports. - (writeString): Don't use NIO. - (toIso88591, toUtf16Be, toUtf8): New methods. - * gnu/java/security/der/DERValue.java: Formatting changes only. - * gnu/java/security/der/DER.java: Likewise. - -2004-08-30 Tom Tromey - - * java/nio/CharBuffer.java (put): Fix typo. - * java/nio/DoubleBuffer.java (put): Fix typo. - * java/nio/FloatBuffer.java (put): Fix typo. - * java/nio/IntBuffer.java (put): Fix typo. - * java/nio/LongBuffer.java (put): Fix typo. - * java/nio/ShortBuffer.java (put): Fix typo. - -2004-08-30 Florian Weimer - - * java/nio/ByteBuffer.java (put): Fix typo. - -2004-08-30 Casey Marshall - - * java/security/DummyKeyPairGenerator.java (clone): Removed - useless instanceof check. - * java/security/DummyMessageDigest.java (clone): Likewise. - * java/security/DummySignature.java (clone): Likewise. - * java/security/MessageDigest.java (clone): Remove useless - instanceof check. - * java/security/MessageDigestSpi.java (clone): Likewise. - * java/security/Signature.java (clone): Provide meaningful - implementation. - * java/security/SignatureSpi.java (clone): Likewise. - -2004-08-29 Mark Wielaard - - * java/util/Arrays.java - (sort(byte[], int, int)): Check fromIndex < 0. - (sort(char[], int, int)): Likewise. - (sort(short[], int, int)): Likewise. - (sort(int[], int, int)): Likewise. - (sort(long[], int, int)): Likewise. - (sort(float[], int, int)): Likewise. - (sort(double[], int, int)): Likewise. - (sort(Object[], int, int, Comparator)): Likewise. - (qsort(byte[], int, int)): Honor lower bound from in insertion sort. - (qsort(char[], int, int)): Likewise. - (qsort(short[], int, int)): Likewise. - (qsort(int[], int, int)): Likewise. - (qsort(long[], int, int)): Likewise. - (qsort(float[], int, int)): Likewise. - (qsort(double[], int, int)): Likewise. - -2004-08-29 Andrew John Hughes - - * java/util/AbstractCollection.java, java/util/AbstractList.java, - java/util/AbstractMap.java, java/util/AbstractSequentialList.java, - java/util/ArrayList.java, java/util/Arrays.java, - java/util/BitSet.java, java/util/Calendar.java, - java/util/Collection.java, java/util/ListIterator.java, - java/util/Map.java, java/util/SortedSet.java: - Added additional exceptions to documentation, along - with some additions and corrections. - -2004-08-27 Hans Boehm - - * configure.ac: Handle --enable-gc-debug. - * configure: Regenerate. - * include/config.h.in (LIBGCJ_GC_DEBUG): Add. - * boehm.cc: Include gc_mark.h, javaxfc.h, but no GC private files. - Rearrange include file order. - (GC_DEBUG): Set if LIBGCJ_GC_DEBUG is set. - (GC_finalize_all, GC_debug_generic_malloc): Don't declare. - (disable_gc_mutex): Delete along with all references. - (_Jv_MarkObj, _Jv_MarkArray): Use public types, - adjust for debug header size. - (_Jv_AllocObj, _Jv_allocPtrFreeObj): Define out of line for - debug case. - (_Jv_AllocArray): Declare min_heap_addr only if needed. - (gcj_describe_type_fn): New. - (_Jv_InitGC): Use GC_new_free_list, GC_new_proc, and GC_new_kind. - Register gcj_describe_type_fn. - * include/boehm-gc.h: - (_Jv_AllocObj, _Jv_allocPtrFreeObj): - Don't define, but declare, for debug case. - * java/lang/natObject.cc: - (GC_DEBUG): Define if LIBGCJ_GC_DEBUG is set. - -2004-08-26 Mark Wielaard - - Fixes PR libgcj/17002: - * java/util/TimeZone.java (defaultZone): Try a couple of ways to get - a TimeZoneId string and then try to convert that to a TimeZone with - getDefaultSystemTimeZone(String). - (timezones0): Changed type from Hashtable to HashMap. - (timezones): Create HashMap, not Hashtable. - (getDefaultTimeZone): New method, rewritten from CNI version. - (readTimeZoneFile): New method. - (readtzFile): Likewise. - (skipFully): Likewise. - * java/util/natTimeZone.cc (getSystemTimeZone): Renamed to - getDefaultTimeZoneId and rewritten. - (getDefaultTimeZoneId): Rewritten in java. - -2004-08-25 David Daney - - * Makefile.am (AM_GCJFLAGS): Add LIBGCJ_JAVAFLAGS. - * Makefile.in: Regenerated. - -2004-08-23 Bryce McKinlay - - * prims.cc (JVMPI_NOTIFY_ALLOC): New macro. Call jvmpi_notify_alloc - only if jvmpi is enabled. - (jvmpi_notify_alloc): Don't check if jvmpi is enabled here. - (_Jv_AllocObjectNoFinalizer): Use JVMPI_NOTIFY_ALLOC. - (_Jv_AllocString): Likewise. - (_Jv_AllocPtrFreeObject): Likewise. - -2004-08-23 Hans Boehm - - * defineclass.cc: Include . - * java/lang/natClassLoader.cc: Include . - -2004-08-21 Andreas Tobler - Michael Koch - - * Makefile.am (lib_gnu_java_awt_peer_gtk_la_LINK): Added. - * Makefile.in: Regenerated. - -2004-08-20 Michael Koch - - * configure.ac: Replaced all AC_TRY_COMPILE macros with - AC_COMPILE_IFELSE macros. - -2004-08-20 Michael Koch - - * configure.in: Renamed to configure.ac. - * configure.ac: New file. - * configure, Makefile.in, gcj/Makefile.in, include/Makefile.in - include/config.h.in, testsuite/Makefile.in: Regenerated. - -2004-08-20 Michael Koch - - * configure.in: Rewrote some obsolete stuff for autoconf 2.59. - * aclocal.m4, configure: Regenerated. - -2004-08-19 Thomas Fitzsimmons - Michael Koch - - * configure.in, Makefile.am: Ported to automake 1.9. - * Makefile.in, aclocal.m4, configure, gcj/Makefile.in, - include/Makefile.in, testsuite/Makefile.in, include/config.h.in: - Regenerated. - -2004-08-19 Tom Tromey - - * java/net/DatagramSocket.java: Fixed typo. - -2004-08-18 Bryce McKinlay - - PR libgcj/17081 - * java/net/URI.java (string): New field. Make all other fields - transient. - (readObject): Implemented. - (writeObject): Implemented. - (URI): Set 'string'. - -2004-08-18 Bryce McKinlay - - PR libgcj/17079 - * java/util/logging/Handler.java (isLoggable): Accept record if its - log level equals the threshold level. From Robin Green. - -2004-08-18 David Daney - - * java/lang/natPosixProcess.cc (waitForSignal): Use sigsuspend - instead of sigwait. - -2004-08-17 Michael Koch - - * Makefile.am (AM_CXXFLAGS): Reformatted to make it more ease to read. - * Makefile.in: Regenerated. - -2004-08-16 Tom Tromey - - PR java/8473: - * testsuite/libjava.jacks/jacks.xfail: Removed passing test. - -2004-08-16 Michael Koch - - * Makefile.am - (math_c_files): Renamed from c_files. - (math_c_source_files): Renamed from c_source_files. - * Makefile.in, - gcj/Makefile.in, - include/Makefile.in, - testsuite/Makefile.in: Regenerated. - -2004-08-16 Bryce McKinlay - - * configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory - to avoid autoconf warning. - * configure: Rebuilt. - -2004-08-14 Andreas Tobler - - * java/net/natInetAddressPosix.cc (lookup): Reflect rename of - localhostAddress to loopbackAddress. - * java/net/natInetAddressWin32.cc (lookup): Likewise. - -2004-08-13 Bryce McKinlay - - * configure.in (GCINCS): Don't use "boehm-cflags". Instead, -I - boehm-gc's include dirs. - * configure: Rebuilt. - * include/boehm-gc.h: Include gc_config.h. - -2004-08-13 Bryce McKinlay - - * java/net/InetAddress.java (loopbackAddress): Renamed from - localhostAddress. - (getByName): Return loopback address for null hostname, without - security check. Use lookup(), not getAllByName. - (getAllByName): Return loopback address for null hostname, without - security check. - * java/net/natInetAddressPosix.cc (lookup): Don't perform security - check here. - -2004-08-13 Bryce McKinlay - - PR libgcj/17020 - Reported by Robin Green. - * defineclass.cc (handleField): Don't throw exception on unrecognised - modifier. Add FIXME comments for spec compliance. - (handleMethod): Likewise. - -2004-08-10 Hans Boehm - - PR libgcj/16662 - * java/lang/natObject.cc (LOCK_LOG, LOG): Add debug tracing. - (Almost everywhere): add LOG calls, fix, add comments. - (_Jv_MonitorEnter): Replace masking of LOCKED bit with assertion. - Add explicit check for LOCKED bit in slow case (PR 16662). - (_Jv_MonitorExit): Add casts in debug-only code. - Always release LOCKED bit before throwing exception. - (_Jv_ObjectCheckMonitor): Lock may be held if lightweight lock - isn't. Handle easy cases without lock acquisition. - (Object::wait): Use NotifyAll for lock inflation. - -2004-08-12 David Daney - - * testsuite/libjava.lang/Process_1.java: New test. - * testsuite/libjava.lang/Process_2.java: New test. - * testsuite/libjava.lang/Process_3.java: New test. - * testsuite/libjava.lang/Process_4.java: New test. - * testsuite/libjava.lang/Process_5.java: New test. - * testsuite/libjava.lang/Process_6.java: New test. - * testsuite/libjava.lang/Process_1.out: Expected result. - * testsuite/libjava.lang/Process_2.out: Expected result. - * testsuite/libjava.lang/Process_3.out: Expected result. - * testsuite/libjava.lang/Process_4.out: Expected result. - * testsuite/libjava.lang/Process_5.out: Expected result. - * testsuite/libjava.lang/Process_6.out: Expected result. - -2004-08-12 David Daney - - PR libgcj/11801 - * java/lang/PosixProcess.java: Rewrote. - * java/lang/natPosixProcess.cc: Rewrote. - * java/lang/Runtime.java (execInternal): Declare throws IOException. - * gcj/javaprims.h (ConcreteProcess$ProcessManager): Declare. - * posix-threads.cc (block_sigchld) New function. - (_Jv_ThreadRegister) Use it. - (_Jv_ThreadStart) Use it. - * configure.in (PLATFORM_INNER_NAT_HDRS): New AC_SUBST() used in... - * Makefile.am: ... to specify extra native headers. - * configure: Regenerated. - * include/config.h: Regenerated. - * Makefile.in: Regenerated. - * gcj/Makefile.in: Regenerated. - * include/Makefile.in: Regenerated. - * testsuite/Makefile.in: Regenerated. - -2004-08-12 Diego Novillo - - PR tree-optimization/16867 - * testsuite/libjava.lang/PR16867.java: New test. - -2004-08-09 Per Bothner - - * gcj/javaprims.h (_Jv_Utf8Const): Change struct to a class, - with private fields and access methods. - (_Jv_NewStringUTF, _Jv_hashUtf8String): New function declarations. - * gcj/cni.h (_Jv_NewStringUTF): Move to javaprims.h. - * prims.cc (_Jv_Utf8COnst::init): New method implementation. - ( _Jv_makeUtf8Const): Rewrite using new constructors. - (hashUtf8String): Rename to +_Jv_hashUtf8String and make non-static. - * defineclass.cc: Use new _Utf8Const access/convenience methods. - * jni.cc: Likewise. - * resolve.cc: Likewise. - * gcj/field.h: Likewise. - * include/jvm.h: Likewise. - * java/lang/Class.h: Likewise. - * java/lang/natClass.cc: Likwise. - * java/lang/natClassLoader.cc: Likewise - * java/lang/reflect/natMethod.cc: Likewise - * verify.cc: Likewise. - (_Jv_BytecodeVerifier::make_utf8_const): Optimize. - (~_Jv_BytecodeVerifier): Don't need second _Jv_Free call. - -2004-08-10 Andrew Haley - - * testsuite/libjava.lang/err14.java: New file. - * testsuite/libjava.lang/err14.out: New file. - -2004-08-05 Andreas Tobler - - * Makefile.am: Fix missing rename from x_nat_headers to - xlib_nat_headers. - * Makefile.in: Regenerated. - -2004-08-04 Andrew Haley - - * java/security/BasicPermission.java: Don't check wildcards. - -2004-08-04 Thomas Fitzsimmons - Michael Koch - - * acinclude.m4: Correctly quote PKG_CHECK_MODULES. - * configure.in: Replaced all usages of AC_LINK_FILES by - AC_CONFIG_LINKS. - * aclocal.m4, - configure: Regenerated. - -2004-08-04 Thomas Fitzsimmons - Michael Koch - - * acconfig.h: Removed. - * Makefile.am: Rename variables for xlib peer to include xlib and - gtk_c_headers to gtk_jni_headers. - * Makefile.in: Regenerated. - -2004-08-04 Andrew Haley - - * testsuite/lib/libjava.exp (bytecompile_file): Byte compile with - debugging. - -2004-08-03 Nathanael Nerode - - * configure.in: Eliminate uses of changequote (mostly by quoting []). - Replace most top level 'dnl' comments with '#' comments, conforming - to new autoconf style. Use AS_HELP_STRING throughout; improve a few - help strings. - * configure: Rebuilt. - -2004-07-17 Nathanael Nerode - - * acinclude.m4: Include no-executables.m4. - * aclocal.m4: Rebuild. - * configure.in: Convert to the autoconf 2.59 version of - of the no-executables hack, and also of the nonstandard CXX - hack and the multilibbed CC and CXX hack. Change prerequisite - to autoconf 2.59. - * configure: Rebuild with autoconf 2.59. (Woo-hoo!) - * Makefile.in, gcj/Makefile.in, include/Makefile.in, - testsuite/Makefile.in: Regenerate. - -2004-08-03 Tom Tromey - - * jni.cc: Reindented. - -2004-08-02 Bryce McKinlay - - * java/sql/Timestamp.java (valueOf): Synchronize access to dateFormat. - -2004-08-02 Bryce McKinlay - - * testsuite/libjava.compile/PR16701.java: New test. - -2004-08-01 Andrew John Hughes - - * java/util/Collection.java, java/util/List.java, - java/util/Map.java, java/util/Set.java, - java/util/SortedMap.java, java/util/SortedSet.java: - Added additional exceptions to documentation. - -2004-08-01 Danny Smith - - PR libgcj/16814 - * configure.in [host *mingw*] (SYSTEMSPEC): Remove -lwsock32. - * configure. Regenerate. - * include/win32.h: Explicitly include winsock2.h - * win32.cc (_Jv_platform_initialize): Require version 2.2 of - Winsock api. - -2004-07-30 Michael Koch - - * java/util/zip/GZIPInputStream.java - (GZIPInputStream): Increase buffer size to 4k. - * java/util/zip/GZIPOutputStream.java - (GZIPOutputStream): Likewise. - * java/util/zip/Inflater.java - (setInput): Merged formating with GNU classpath. - * java/util/zip/InflaterInputStream.java - (InflaterInputStream): Increase buffer size to 4k. - (fill): Throw exception if stream ends early. - (read): Merged endless-loop with GNU classpath. - (skip): Increase buffer size to 2k. - -2004-07-30 Michael Koch - - * gnu/java/awt/EmbeddedWindow.java - (addNotify): Use AccessController to allow execution of privileged - code. - -2004-07-29 Michael Koch - - * gnu/java/lang/MainThread.java: - Explicitely import used classes. - (args): Make it type String[]. - -2004-07-29 Dalibor Topic - - * gnu/java/awt/ComponentDataBlitOp.java, - gnu/java/beans/ExplicitBeanInfo.java, - gnu/java/beans/IntrospectionIncubator.java, - gnu/java/beans/editors/ColorEditor.java, - gnu/java/beans/editors/FontEditor.java, - gnu/java/beans/editors/NativeBooleanEditor.java, - gnu/java/beans/editors/NativeByteEditor.java, - gnu/java/beans/editors/NativeDoubleEditor.java, - gnu/java/beans/editors/NativeFloatEditor.java, - gnu/java/beans/editors/NativeIntEditor.java, - gnu/java/beans/editors/NativeLongEditor.java, - gnu/java/beans/editors/NativeShortEditor.java, - gnu/java/beans/editors/StringEditor.java, - gnu/java/io/ClassLoaderObjectInputStream.java, - gnu/java/io/decode/Decoder.java, - gnu/java/io/encode/Encoder.java, - gnu/java/lang/ClassHelper.java, - gnu/java/locale/Calendar.java, - gnu/java/locale/Calendar_de.java, - gnu/java/locale/Calendar_en.java, - gnu/java/locale/Calendar_nl.java, - gnu/java/locale/LocaleInformation_de.java, - gnu/java/locale/LocaleInformation_en.java, - gnu/java/locale/LocaleInformation_nl.java: - Cleaned up imports. - -2004-07-28 Bryce McKinlay - - * README: Remove obsolete info. Update bug URL. - * THANKS: Updated. - * NEWS: Updated with news up to GCC 3.4 release. - -2004-07-28 Bryce McKinlay - - * gnu/java/security/action/GetPropertyAction.java (setParameters): - Renamed from 'setName'. New 2-argument form with default value. - (run): Pass default 'value' parameter to System.getProperty(). - * gnu/java/security/action/SetAccessibleAction.java: Fix javadoc - typos. - * gnu/java/net/protocol/http/Connection.java: Use 'setParameters' - not 'setName'. - -2004-07-28 Bryce McKinlay - - * configure.in: Check for minimum GTK version 2.4 requirement. - * configure: Rebuilt. - -2004-07-27 Bryce McKinlay - - * testsuite/libjava.lang/TLtest.java: Reduce sleep time. - * testsuite/libjava.lang/Thread_Alive.java: Remove old email address. - Reduce sleep time. - * testsuite/libjava.lang/Thread_HoldsLock.java: Modify to work around - compiler bug. - * testsuite/libjava.lang/Thread_Interrupt.java: Remove old email - address. Reduce sleep times. Synchronize with target threads before - attempting to interrupt them. Don't try to calibrate yeild count, - instead, always loop for a fixed time. - * testsuite/libjava.lang/Thread_Join.java: Remove old email address. - * testsuite/libjava.lang/Thread_Monitor.java: Likewise. - * testsuite/libjava.lang/Thread_Wait.java: Likewise. - * testsuite/libjava.lang/Thread_Wait_2.java: Likewise. - * testsuite/libjava.lang/Thread_Wait_Interrupt.java: Likewise. - * testsuite/libjava.lang/pr179.java: Likewise. - * testsuite/libjava.lang/Thread_Sleep.java: Likewise. Reduce sleep - time. Remove upper bounds check on sleep time. - -2004-07-27 Bryce McKinlay - - * testsuite/libjava.lang/Thread_HoldsLock.java: New test case. - * testsuite/libjava.lang/Thread_HoldsLock.out: New. - -2004-07-27 Bryce McKinlay - - * java/io/File.java (toURI): Throw RuntimeException, not - InternalError. - * java/lang/Runtime.java (exit): Qualify static sleep() call with - class name, not instance. - -2004-07-24 Bryce McKinlay - - * Makefile.am: Add gnu/java/security/action/GetPropertyAction.java - and gnu/java/security/action/SetAccessibleAction.java. - * Makefile.in: Rebuilt. - -2004-07-23 Bryce McKinlay - - * prims.cc (_Jv_InitPrimClass): Don't create an array class. - (_Jv_CreateJavaVM): Don't pass array vtable parameter to - _Jv_InitPrimClass. - (DECLARE_PRIM_TYPE): Don't declare array vtables. - * include/jvm.h (struct _Jv_ArrayVTable): Removed. - * java/lang/Class.h (_Jv_InitPrimClass): Update friend declaration. - -2004-07-23 Thomas Fitzsimmons - - * Makefile.am: Replace jar, rmic and rmiregistry references with - gjar, grmic and grmiregistry. - * configure.in: Likewise. - * Makefile.in: Regenerate. - * configure: Likewise. - * gcj/Makefile.in: Likewise. - * include/Makefile.in: Likewise. - * testsuite/Makefile.in: Likewise. - -2004-07-23 Bryce McKinlay - - * gnu/java/net/protocol/http/Connection.java: Use GetPropertyAction - for privileged getProperty calls. - * java/io/ObjectOutputStream.java (getField): No longer static. Use - SetAccessibleAction instead of anonymous class for doPrivileged call. - (getMethod): Likewise. - (setAccessible): New field. PrivilegedAction object to use when - calling setAccessible. - * java/io/ObjectStreamClass.java (calculateOffsets): Use - SetAccessibleAction instead of anonymous class for diPrivileged call. - (setFields): Likewise. - (getClassUID): Likewise. - (findMethod): Likewise. - * gnu/java/security/action/GetPropertyAction.java: New class. - * gnu/java/security/action/SetAccessibleAction.java: New class. - -2004-07-23 Bryce McKinlay - - * java/io/ObjectStreamField (ObjectStreamField): Don't unset 'toset' - for final fields. - * testsuite/libjava.lang/Serialization.java: New test. - * testsuite/libjava.lang/Serialization.out: New. - -2004-07-23 Bryce McKinlay - - * gnu/java/net/DefaultContentHandlerFactory.java: Check in real file - missed in last commit. - -2004-07-23 Mark Wielaard - - * java/lang/System.java (static): Set http.agent system property when - not yet set. - * gnu/java/net/protocol/http/Connection.java (static): Get httpAgent - from system property inside AccessController.doPrivileged() call. - (proxyPort): Made package private. - (proxyInUse): Likewise. - (proxyHost): Likewise. - (userAgent): Likewise. - -2004-07-23 Mark Wielaard - - * gnu/java/net/DefaultContentHandlerFactory.java: New dummy - implementation. - -2004-07-22 Bryce McKinlay - - * Makefile.am (ordinary_java_source_files): Add - DefaultContentHandlerFactory.java. - * Makefile.in: Rebuilt. - * java/net/URLConnection.java (defaultFactory): New field. - (getContent): - (getContentHandler): Renamed from 'setContentHandler'. Try - defaultFactory after user-set factory, if any. Search for content - handler implementations in gnu.java.net.content, not gnu.gcj.content. - * gnu/java/net/protocol/file/Connection.java (getHeaderField): - Implemented. - (getLastModified): Implemented. - (getPermission): Create file permission here, instead of in - constructor. - * gnu/java/net/protocol/gcjlib/Connection.java (getHeaderField): - Implemented. - * gnu/java/net/protocol/jar/Connection.java (getHeaderField): - Implemented. - (getLastModified): Implemented. - * gnu/java/awt/ClasspathToolkit.java (createImageProducer): New. - Default implementation. - * gnu/java/awt/peer/gtk/GtkToolkit.java (createImageProducer): New. - Implement using GdkPixbufDecoder. - -2004-07-21 Michael Koch - - * javax/swing/JTextArea.java - (setLineWrap): Fire property change event after new value is set. - (setTabSize): Likewise. - -2004-07-21 Michael Koch - - * javax/swing/JTable.java - (autoCreateColumnsFromModel): New field. - (autoResizeMode): Likewise. - (cellEditor): Likewise. - (cellSelectionEnabled): Likewise. - (columnModel): Likewise. - (dataModel): Likewise. - (defaultEditorsByColumnClass): Likewise. - (defaultRenderersByColumnClass): Likewise. - (editingColumn): Likewise. - (editingRow): Likewise. - (gridColor): Likewise. - (preferredViewportSize): Likewise. - (rowHeight): Likewise. - (rowMargin): Likewise. - (rowSelectionAllowed): Likewise. - (selectionBackground): Likewise. - (selectionForeground): Likewise. - (selectionModel): Likewise. - (showHorizontalLines): Likewise. - (showVerticalLines): Likewise. - (tableHeader): Likewise. - (JTable): Implemented. - (getColumnModel): Likewise. - (getSelectedRow): Likewise. - (getSelectionModel): Likewise. - (setModel): Likewise. - (setSelectionModel): Likewise. - (createScrollPaneForTable): New method. - (createDefaultDataModel): Likewise. - (createDefaultListSelectionModel): Likewise. - (getModel): Likewise. - (getTableHeader): Likewise. - (setTableHeader): Likewise. - (getColumnSelectionAllowed): Likewise. - (setColumnSelectionAllowed): Likewise. - (getRowSelectionAllowed): Likewise. - (setRowSelectionAllowed): Likewise. - (getAutoResizeMode): Likewise. - (setAutoResizeMode): Likewise. - (getColumnCount): Likewise. - (getRowCount): Likewise. - (getCellRenderer): Likewise. - * javax/swing/JTree.java - (cellRenderer): New field. - (editable): Likewise. - (rootVisible): Likewise. - (showsRootHandles): Likewise. - (getModel): New method. - (setModel): Likewise. - (isEditable): Likewise. - (setEditable): Likewise. - (isRootVisbile): Likewise. - (setRootVisible): Likewise. - (getShowsRootHandles): Likewise. - (setShowRootHandles): Likewise. - (getCellRenderer): Likewise. - (setCellRenderer): Likewise. - -2004-07-21 Michael Koch - - * javax/swing/JFormattedTextField.java - (setDocument): Implemented. - * javax/swing/JRootPane.java: - Fixed javadocs. - * javax/swing/JTable.java - (getDefaultRenderer): New method. - * javax/swing/JTextField.java - (setFont): Likewise. - (getPreferredSize): Likewise. - * javax/swing/JToggleButton.java - (getAccessibleContext): Fix javadoc. - * javax/swing/JTree.java: - Add some javadocs. - * javax/swing/JViewport.java: - Likewise. - -2004-07-21 David Jee - - * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java: - Collect all native method declaration at the top. - (create): Set the filename filter if necessary. - (setDirectory): Call nativeSetDirectory(). - (setFilenameFilter): Implement. - (filenameFilterCallback): New method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (create): Configure dialog to show hidden files. - (filenameFilterCallback): New function. - (nativeSetFilenameFilter): New function. - (nativeSetDirectory): New function. - -2004-07-21 Kim Ho - - * javax/swing/plaf/basic/BasicSliderUI.java: - Ran Jalopy. - (paintTrack): Fill the track before painting - the borders. - -2004-07-21 Graydon Hoare - - patch from Roman Kennke - * javax/swing/Spring.java: New file. - * javax/swing/SpringLayout.java: New file. - * Makefile.am: Add new files. - * Makefile.in: Regenerate. - -2004-07-21 Graydon Hoare - - * javax/swing/plaf/basic/BasicSplitPaneUI.java: Minor layout fixes. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java: Likewise. - * javax/swing/ScrollPaneLayout.java: Likewise. - -2004-07-21 Kim Ho - - * javax/swing/DefaultDesktopManager.java: - (findMinimum): Removed. - (resizeFrame): Trust the UI to pass valid - bounds. - * javax/swing/JOptionPane.java: - Implemented showInternalXXXDialog methods. - (startModal): New method. - * javax/swing/plaf/basic/BasicInternalFrameUI.java: - (BorderListener::mouseDragged): Verify that the new - bounds are valid before passing them to the DesktopManager. - (preferredLayoutSize): Delegate - to getSize. - (minimumLayoutSize): Ditto. - (getSize): New method. - (GlassPaneDispatcher): Reimplemented by copying - a stripped down LightweightDispatcher from Container. - (getMinimumSize): Call minimumLayoutSize. - * javax/swing/plaf/basic/BasicOptionPaneUI.java: - Ran Jalopy. - (mousePressed): Add ability to properly close - JInternalFrames. - * javax/swing/plaf/basic/BasicToolBarUI.java: - (DragWindow): Set owner for DragWindow. - -2004-07-21 Jerry Quinn - - * java/awt/image/ShortLookupTable.java: New file. - * java/awt/image/ByteLookupTable.java: New file. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2004-07-21 David Jee - - * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java - (create(GtkContainerPeer)): New native method. - (create()): Call native create(), passing in the parent frame - as the paramter. Natively set the current file and directory. - (setFile): Construct an absolute filename before passing it to - the native peer. - (nativeGetDirectory): New method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (window_closed): Removed. - (ok_clicked): Likewise. - (cancel_clicked): Likewise. - (handle_response): New method. - (create): Use GtkFileChooserDialog. - (connectSignals): Connect to handle_response. - (nativeGetDirectory): New method. - (nativeSetFile): Use GtkFileChooserDialog. - -2004-07-21 Jerry Quinn - - * java/awt/image/LookupTable.java: New file. - * Makefile.am: Added new file. - * Makefile.in: Regenerated. - -2004-07-21 Jerry Quinn - - * java/awt/image/Kernel.java: New file. - * Makefile.am: Added new file. - * Makefile.in: Regenerated. - -2004-07-21 Olga Rodimina - - * javax/swing/JCheckBoxMenuItem.java: Fixed Javadocs. - * javax/swing/JMenu.java: Likewise. - * javax/swing/JMenuBar.java: Likewise. - (MARGIN_CHANGED_PROPERTY): New property. - (setMargin): Implemented. - * javax/swing/JMenuItem.java: Fixed javadocs. - * javax/swing/JPopupMenuUI.java: Fixed javadocs. - (LABEL_CHANGED_PROPERTY): New property. - (add): changed to use createActionComponent. - (createActionComponent): Implemented. - (setLabel): Fire PropertyChangeEvent if label property - changes. - * javax/swing/JRadioButtonMenuItem.java: Fixed javadocs. - * javax/swing/plaf/basic/BasicMenuBarUI.java: Likewise. - (ContainerHandler): Repaint if margin property has changed. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (installUI): Call installComponents(). - (uninstallUI): Call uinstallComponents(). - * javax/swing/plaf/basic/BasicMenuUI.java: - Fixed javadocs. - * javax/swing/plaf/basic/BasicPopupMenuUI.java: - Likewise. - -2004-07-21 Kim Ho - - * javax/swing/plaf/basic/BasicToolBarUI.java: - (DragWindow): Use the right constructor. - -2004-07-21 Kim Ho - - * javax/swing/JToolBar.java: - (layoutContainer): Use getComponents. - * javax/swing/plaf/basic/BasicToolBarUI.java: - (DragWindow): Don't use SwingUtilities' - getOwnerFrame - (ToolBarDialog): ditto. - -2004-07-21 Kim Ho - - * javax/swing/JRootPane.java: - Ran jalopy. - (layoutContainer): Set the glasspane's size to - be the same as the content pane. - (createGlassPane): Set opaque property to false. - -2004-07-21 Thomas Fitzsimmons - - * java/awt/Component.java (requestFocus()): Don't handle Panels - specially. - (requestFocus(boolean)): Likewise. - (requestFocusInWindow(boolean)): Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c (create): - Set GTK_CAN_FOCUS flag. - -2004-07-21 Kim Ho - - * Makefile.am: Added new file. - * Makefile.in: Regenerated. - * gcj/Makefile.in: Regenerated. - * include/Makefile.in: Regenerated. - * javax/swing/AbstractButton.java: - Add rollOverEnabled property. - (setRolloverEnabled): Use new property. - (isRolloverEnabled): Use new property. - * javax/swing/JTabbedPane.java: - (setComponent): Remove useless JTabbedPane.this. - * javax/swing/JToolBar.java: Finish implementation. - * javax/swing/plaf/basic/BasicArrowButton.java: - (paint): Moved border painting to a border. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Change JToolBar look and feel defaults. - * javax/swing/plaf/basic/BasicOptionPaneUI.java - (actionPerformed): Return Integer index instead of name. - (addButtonComponents): Check to see if component is - JButton last. - (createMessageArea): Don't use components that are not - completed yet. - (getIconForType): Use temporary icons. - * javax/swing/plaf/basic/BasicSliderUI.java: - (mousePressed): Do not return if it's on thumb. - (paintMinorTickForHorizSlider): Use BLACK to paint ticks. - (paintMinorTickForVertSlider): ditto. - (paintMajorTickForHorizSlider): ditto. - (paintMajorTickForVertSlider): ditto. - * javax/swing/plaf/basic/BasicSplitPaneDivider.java: - Add a border around the SplitPaneDivider. - * javax/swing/plaf/basic/BasicSplitPaneUI.java: - Remove comments. - * javax/swing/plaf/basic/BasicToolBarSeparatorUI.java: - New file. Implemented. - * javax/swing/plaf/basic/BasicToolBarUI.java: - Implemented. - * testsuite/Makefile.in: Regenerated. - -2004-07-21 Graydon Hoare - - * javax/swing/Timer.java (run): Queue events each time cycle. - -2004-07-21 David Jee - - * gnu/java/awt/peer/gtk/GtkImagePainter.java - (imageComplete): Call image.imageComplete(). - * java/awt/image/MemoryImageSource.java: - Reimplement consumers as a Vector instead of a Hashtable. This is - because enumeration on a Hashtable is not thread-safe. - (addConsumer): Adapt to Vector consumers. - (isConsumer): Adapt to Vector consumers. - (removeConsumer): Adapt to Vector consumers. - (startProduction): Adapt to Vector consumers. Call imageComplete() - with STATICIMAGEDONE flag instead of SINGLEFRAME flag. - (newPixels): Adapt to Vector consumers. - (sendPicture): Set the color model of the image consumer. - (newPixels(IIII)): Adapt to Vector consumers. - (newPixels(IIIIB)): Adapt to Vector consumers. - -2004-07-21 Thomas Fitzsimmons - - * java/awt/Component.java (deliverEvent): Implement. - (postEvent): Implement. - (handleEvent): Implement. - (translateEvent): New method. - (dispatchEventImpl): Document. Add AWT 1.0 event handling. - * java/awt/Container.java (deliverEvent): Implement. - * java/awt/Event.java (paramString): Fix formatting. - * java/awt/Font.java (toString): Likewise. - * java/awt/Window.java (postEvent): Implement. - -2004-07-21 Thomas Fitzsimmons - - * java/awt/DefaultKeyboardFocusManager.java (dispatchEvent): - Set window's focus owner upon receiving a FOCUS_LOST event. - * java/awt/Window.java (Window()): Refocus the previously - focused component within the window when the window regains the - top-level focus. - (setFocusOwner): New method. - * java/awt/Component.java (requestFocus): Add FIXME. - - * libgcj.pc.in: Remove library flags. - -2004-07-21 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkPanelPeer.java (handleEvent): Handle - MOUSE_PRESSED event. - * java/awt/Component.java (requestFocus()): Handle Panel - specially. Post FOCUS_LOST event on opposite component. - (requestFocus(boolean)): Likewise. - (requestFocusInWindow(boolean)): Likewise. - (paramString): Reorder dimension fields. - * java/awt/Container.java (paramString): Fix string format. - * java/awt/DefaultKeyboardFocusManager.java (dispatchEvent): - Handle FOCUS_LOST events. Don't handle Windows specially. Only - process key events if the focus owner is non-null. - (dispatchKeyEvent): Likewise. - * java/awt/Frame.java (paramString): Fix formatting. - (generateName): New method. - (getUniqueLong): Likewise. - * java/awt/KeyboardFocusManager.java (getFocusOwner): Check if - the temporary focus owner is null. If so, return the permanent - focus owner. - * java/awt/Panel.java (generateName): New method. - (getUniqueLong): Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: Rework - signal handling to make callbacks more specific. - -2004-07-21 Michael Koch - - * javax/swing/text/Position.java - (Bias): Implemented. - -2004-07-21 Michael Koch - - * javax/swing/LookAndFeel.java - (provideErrorFeedback): New method. - -2004-07-21 Michael Koch - - * javax/swing/JTextArea.java - (tabSize): New field. - (getTabSize): New method. - (setTabSize): Likewise. - -2004-07-21 Michael Koch - - * javax/swing/ActionMap.java: - Fixed javadocs all over. - (serialVersionUID): Made private. - (parent): Don't explicitely initialize with default value. - (get): SImplified. - (keys): Reimplemented. - (allKeys): Likewise. - (convertSet): Removed. - * javax/swing/ComponentInputMap.java: - Fixed javadocs all over. - (ComponentInputMap): Implemented. - (put): Likewise. - (clear): Likewise. - (remove): Likewise. - (SetParent): Likewise. - (getComponent): Likewise. - * javax/swing/InputMap.java: - Fixed javadocs all over. - (serialVersionUID): Made private. - (parent): Don't explicitely initialize with default value. - (get): SImplified. - (keys): Reimplemented. - (allKeys): Likewise. - (convertSet): Removed. - -2004-07-21 Michael Koch - - * javax/swing/ActionMap.java, - javax/swing/ComponentInputMap.java, - javax/swing/InputMap.java, - javax/swing/table/DefaultTableColumnModel.java, - javax/swing/table/TableColumn.java, - javax/swing/table/TableColumnModel.java, - javax/swing/table/TableModel.java, - javax/swing/text/AbstractDocument.java, - javax/swing/text/TextAction.java: - Reformated. - -2004-07-21 Graydon Hoare - - * gnu/java/awt/peer/gtk/GtkToolkit.java (bufferedImageOrError): - Make method non-static. - * javax/swing/AbstractButton.java: - Rename fields to match property names where possible. - (iconTextGap): New property. - * javax/swing/JCheckBox.java: Match AbstractButton changes. - (init) New method, call from after various constructors. - * javax/swing/JComponent.java (revalidate): - Invalidate before queueing repair. - * javax/swing/JList.java (getPreferredScrollableViewportSize): - Reimplement in terms of visibleRowCount property. - * javax/swing/JMenuButton.java: Match AbstractButton changes. - * javax/swing/JScrollPane.java (createScrollListener): - Remove tracing chatter. - * javax/swing/JToggleButton.java: Match AbstractButton changes. - * javax/swing/RepaintManager.java (addInvalidComponent): - Don't invalidate. - * javax/swing/ScrollPaneLayout.java: Various corrections to layout - calculations. - * javax/swing/SwingUtilities.java (layoutCompoundLabel): - Mimic sun behavior on top left/right positioning. - * javax/swing/ViewportLayout.java (preferredLayoutSize): - Remove mistaken use of preferredScrollableViewportSize here. - (layoutContainer): Use view's preferred size as basis. - * javax/swing/plaf/basic/BasicButtonUI.java: - Set, get, and use textIconGap property. - (paint) Paint text returned from layout (with ellipsis). - * javax/swing/plaf/basic/BasicListUI.java: - Remove tracing chatter, correct various minor calculations. - (getCellBounds): Update layout state before calculating. - * javax/swing/plaf/basic/BasicLookAndFeel.java (Button.Margin): - Use margin default similar to sun's. - * javax/swing/plaf/basic/BasicScrollBarUI.java (ArrowIcon): - (createIncreaseIcon): Center icon, minimize margins. - (createDecreaseIcon): Likewise. - * javax/swing/plaf/basic/BasicScrollPaneUI.java (installDefaults): - Implement. - (installUI): Call it. - (uninstallDefaults): Implement. - (uninstallUI): Call it. - * javax/swing/plaf/basic/BasicToolBarUI.java (DragWindow): - Call existing Window constructor. - * javax/swing/plaf/basic/BasicViewportUI.java (paint): - Set clip before painting. - -2004-07-21 Olga Rodimina - - * javax/swing/JMenuItem.java: - (processMouseEvent): Reimplemented to deal with - mouse drag events. - (createMenuDragMouseEvent): New private helper method. - Creates MenuDragMouseEvent. - * javax/swing/MenuSelectionManager.java - (componentForPoint): Implemented. - (isComponentPartOfCurrentMenu): Made public. - (processMouseEvent): Reimplemented to deal with - mouse drag events. - (setSelectedPath): Corrected small mistake that caused - path to be set incorrectly. - (getPath): If given component is JMenu then also add this - menu's popup menu to the selected path. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (getPath): Ditto. - (getPreferredSize): Call getPreferredMenuItemSize(). - (getPreferredItemSize): Moved code from getPreferredSize to here. - (installListeners): Install MouseMotionListeners. - (MouseInputHandler): Pass mouse release event to MenuSelectionManager - if mouse wasn't released in the bounds of this menu item. - (MenuDragMouseHandler): Implemented. - * javax/swing/plaf/basic/BasicMenuUI.java: - (installListeners): Install MouseMotionListener and - MenuDrageMouseListener. - (MenuDragMouseHandler): Implemented. - * javax/swing/plaf/basic/BasicPopupMenuUI.java: - (uninstallListeners): Implemented. - -2004-07-21 Michael Koch - - * javax/swing/JCheckBox.java: Reformated. - (JCheckBox): Fixed all constructors. - (isBorderPaintedFlat): New method. - (setBorderPaintedFlat): New method. - * javax/swing/JEditorPane.java - (createEditorKitForContentType): Made public. - (scrollToReference): Likewise. - * javax/swing/JTextArea.java - (setLineWrap): Fire property change. - * javax/swing/JToggleButton.java - (JToggleButton): New constructor. - (JToggleButton): Simplified. - * javax/swing/text/AttributeSet.java - (FontAttribute): Renamed from FontCharacterAttribute. - * javax/swing/text/JTextComponent.java - (KeyBinBinding): Added javadoc. - (JTextComponent): Likewise. - (getAccessibleContext): Fixed javadoc. - * javax/swing/text/View.java - (View): Added javadoc. - * javax/swing/text/TabableView.java: New file. - * Makefile.am: Added javax/swing/text/TabableView.java. - * Makefile.in: Regenerated. - -2004-07-21 Graydon Hoare - - * java/awt/image/BufferedImage.java (getSource): Remove tracing chatter. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (GtkErrorImage): New helper class. - (bufferedImageOrError): New helper method. - (createImage): Use it. - -2004-07-21 David Jee - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c - (setCaretPosition): Scroll the text view so the new caret position - is visible on screen. - -2004-07-21 David Jee - - * gnu/java/awt/peer/gtk/GtkContainerPeer.java - (setBounds): Do not validate awtComponent here. - * gnu/java/awt/peer/gtk/GtkScrollPanePeer.java - (getPreferredSize): New method. - * java/awt/ScrollPane.java - (ScrollPane): Set default size to 100x100. - (addNotify): If child is not a Panel, wrap it with a new Panel. - (paramString): Implement. - -2004-07-21 Olga Rodimina - - * javax/swing/JMenu.java: - (setSelected): Display popup menu only if this menu - is showing on the screen. - * javax/swing/JPopupMenu.java: - (processMouseEvent): Added comment. - (processKeyEvent): Likewise. - * javax/swing/MenuSelectionManager.java: - (clearSelectedPath): Only fireStateChanged() after - selected path was changed, not before. - (setSelectedPath): Likewise. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (paintMenuItem): Corrected position of menu item's - icon. - * javax/swing/plaf/basic/BasicPopupMenuUI.java: - (installUI): Correct setDefaultLightWeightPopupEnabled call. - (popupMenuCanceled): Reimplemented. - (popupMenuWillBecomeVisible): Select first menu item by default - when displaying free floating popup menus. - (TopWindowListener): Reimplemented. - -2004-07-21 Thomas Fitzsimmons - - * java/awt/Panel.java (dispatchEventImpl): Override to prevent - Panel from being painted twice when it is first shown. - -2004-07-21 Olga Rodimina - - * java/awt/Window.java: Reverted changes from my - previous patch for creating window without an owner. - * javax/swing/SwingUtilities.java: - (SwingUtilities.OwnerFrame): made static. - (OwnerFrame.setVisible): New method. Overridden with - empty implementation. - (OwnerFrame.isShowing): New method. Ovverridden - to return always true. - -2004-07-21 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (GtkComponentPeer): Remove temporary try/catch block. - (setVisible): Call show and hide. - (show): Make native. - (hide): Likewise. - (getArgs): Don't add "visible" argument. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (property_notify_predicate): Return Bool instead of int. - (find_layout): New function. - (connectJObject): Call find_layout. - (connectSignals): Likewise. - (moveLayout): Likewise. - (gtkLayoutSetVisible): Likewise. - -2004-07-21 Mark Wielaard - - * java/awt/event/InvocationEvent.java (dispatch): Synchronize - on notifier object before calling notifyAll(). - -2004-07-21 Olga Rodimina - - * java/awt/Window.java: Changed constructors to use new - method that is described below. Constructors call this - methods only if newly created window should have an owner. - (setWindowOwner): New method. Implementation for - this method is moved from this(owner,configuration). - * javax/swing/JWindow.java: - (JWindow): Reimplement to use SwingUtilities.ownerFrame - instead of owner. - * javax/swing/SwingUtilities.java: - (ownerFrame): Change type of this field to OwnerFrame. - (getOwnerFrame): Changed to return object of type OwnerFrame. - (SwingUtilities.OwnerFrame): New class. Represents owner - of a Window that is not provided with one. - -2004-07-21 Olga Rodimina - - * javax/swing/AbstractButton.java: - (configurePropertiesFromAction): Set action command - to button's text by default if action command is not - explicitely specified. - * javax/swing/JMenu.java: Remove unnecessary listener - and methods relevant to it. - (setSelected): Reimplemented. - (menuSelectionChanged): Moved most part of implementation to - setSelected() and call it instead. - * javax/swing/JMenuItem.java: - (init): Comment out statement that sets paint_border to false. - (configurePropertiesFromAction): Do not set accelerator - for JMenu. - (menuSelectionChanged): Change selected index in the selection - model of menu item's parent. - * javax/swing/JPopupMenu.java: - (remove): Set constraints.fill field to GridBagConstraints.BOTH - instead of GridBagConstraints.HORIZONTAL. - (insert): Likewise. - (createActionChangeListener): Implemented. - (setVisible): Correct location of HeavyWeightMenu and - don't firePopupMenuCanceled(). - (menuSelectionChanged): Implemented. - (ActionChangeListener): New Listener. Implemented. - * javax/swing/plaf/basic/BasicMenuBarUI.java: - (BasicMenuBarUI.ContainerHandler): Implemented. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (paintMenuItem): Uncommented out code that paints - icon, now that icons are working properly. - (PropertyChangeListener): Implemented. - * javax/swing/plaf/basic/BasicPopupMenuUI.java: - Added javadocs. - (topWindowListener): New field. - (Constructor): initialize topWindowListener. - (BasicPopupMenuUI.TopWindowListener): Implemented. - (BasicPopupMenuUI.PopupMenuHandler): Implemented. - (BasicPopupMenuUI.TopWindowListener): New ComponentListener. - Implemented. - -2004-07-21 Michael Koch - - * javax/swing/plaf/basic/BasicButtonUI.java - (paintFocus): Fixed method signature. - (paintButtonPressed): Likewise. - (paintButtonNormal): Likewise. - (paintText): New method. - * javax/swing/plaf/basic/BasicLabelUI.java - (paint): Re-indented. - * javax/swing/plaf/basic/BasicTextUI.java - (installUI): Set parent textComponent to opaque. - * javax/swing/text/DefaultHighlighter.java - (checkPositions): New helper method. - (addHighlight): Throws BadLocationException, check positions. - (changeHighlight): Likewise. - * javax/swing/text/EditorKit.java - (EditorKit): Implements Serializable. - * javax/swing/text/JTextComponent.java - (getUI): Added javadoc. - (setUI): Likewise. - (upadteUI): Added javadoc, don't revalidate and repaint. - -2004-07-21 David Jee - - * java/awt/GridBagLayout.java - (ArrangeGrid): Use PREFERREDSIZE instead of MINSIZE. - * javax/swing/AbstractButton.java - (setText): Reindent. - * javax/swing/RepaintManager.java - (addInvalidComponent): Find the first ancestor that isValidateRoot(). - -2004-07-21 Michael Koch - - * javax/swing/JFormattedTextField.java - (value): New field. - (JFormattedTextField): Implemented. - (getValue): Likewise. - (setValue): Likewise. - * javax/swing/LookAndFeel.java - (getSupportsWindowDecorations): New method. - * javax/swing/UIDefaults.java: - Use java.beans.PropertyChangeSupport instead of doing all ourself. - (addPropertyChangeListener): Made public. - (addResourceBundle): Likewise. - (removeResourceBundle): Likewise. - (setDefaultLocale): Likewise. - * javax/swing/plaf/basic/BasicRootPaneUI.java - (BasicRootPaneUI): Implements PropertyChangeListener. - (propertyChange): New method. - * javax/swing/plaf/basic/BasicTextUI.java - (BasicHighlighter): New inner class. - (createHighlighter): New method. - * javax/swing/plaf/basic/BasicToolBarUI.java - (DragWindow): Extends java.awt.Window. - * javax/swing/text/JTextComponent.java - (getDocument): Removed debug output. - * javax/swing/plaf/basic/BasicTextFieldUI.java, - javax/swing/text/DefaultHighlighter.java, - javax/swing/text/FieldView.java, - javax/swing/text/PlainView.java: New files. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2004-07-21 Michael Koch - - * javax/swing/JEditorPane.java - (createDefaultEditorKit): Use javax.swing.text.DefaultEditorKit. - (createEditorKitForContentType): Likewise. - * javax/swing/text/DefaultEditorKit.java - (serialVersionUID): Added constant field. - (EndOfLineStringPropery): Fixed typo. - (DefaultEditorKit): New constructor. - * javax/swing/text/Segment.java: - Import java.text.CharacterIterator. - * javax/swing/text/CharacterIterator.java, - javax/swing/text/PlainEditorKit.java: Removed. - * Makefile.am: Removed javax/swing/text/CharacterIterator.java and - javax/swing/text/PlainEditorKit.java. - * Makefile.in: Regenerated. - -2004-07-21 Michael Koch - - * javax/swing/JButton.java, - javax/swing/text/DefaultEditorKit.java, - javax/swing/text/EditorKit.java, - javax/swing/text/Segment.java, - javax/swing/text/StyledEditorKit.java: - Reformatted. - -2004-07-21 Michael Koch - - * javax/swing/ImageIcon.java - (file): Removed. - (description): Renamed from descr. - (ImageIcon): Added missing constructors. - (setParent): Removed. - (setImageObserver): New method. - (getImageObserver): New method. - (paintIcon): Handle observer = null. - * javax/swing/JButton.java - (removeNotify): Fixed javadoc. - (updateUI): Simplified. - * javax/swing/JRootPane.java - (serialVersionUID): New constant field. - * javax/swing/UIManager.java: - Fixed javadocs all over. - (setLookAndFeel): Throws UnsupportedLookAndFeelException. - * javax/swing/text/AbstractDocument.java - (createPosition): Throws BadLocationException. - (getText): Likewise. - (remove): Likewise. - * javax/swing/text/ComponentView.java - (modelToView): Likewise. - * javax/swing/text/DefaultEditorKit.java: - Made all public methods public. - (read): Throws BadLocationException and IOException. - (write): Likewise. - * javax/swing/text/EditorKit.java: - Made all public methods public. - (serialVersionUID): New constant field. - (clone): New method. - (read): Throws BadLocationException and IOException. - (write): Likewise. - * javax/swing/text/Segment.java - (array): Made public. - (count): Likewise. - (offset): Likewise. - (Segment): New constructors. - (clone): Reimplemented. - * javax/swing/text/StyledEditorKit.java - (serialVersionUID): New constant field. - -2004-07-21 Graydon Hoare - - * java/awt/image/BufferedImage.java - (getSource): Implement. - * javax/swing/ImageIcon.java - (ImageIcon): Implement ctor. - * javax/swing/ScrollPaneLayout.java - (preferredLayoutSize): Be more careful about nulls. - -2004-07-21 Michael Koch - - * javax/swing/text/AttributeSet.java - (CharacterAttribute): New interface - (ColorAttribute): Likewise. - (FontCharacterAttribute): Likewise. - (ParagraphAttribute): Likewise. - * javax/swing/text/DefaultCaret.java - (moveCaret): New method. - (positionCaret): Likewise. - (repaint): Made protected. - * javax/swing/text/JTextComponent.java - (KeyBinding): Made it static. - * javax/swing/text/View.java - (getContainer): Honor parent == null. - -2004-07-21 Michael Koch - - * javax/swing/text/AbstractDocument.java: - Reformatted. - -2004-07-21 Michael Koch - - * javax/swing/plaf/basic/BasicRootPaneUI.java: - Import javax.swing.UIManager explicitely. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (ScrollingButton): Made it static. - -2004-07-21 Michael Koch - - * javax/swing/UIDefaults.java - (ActiveValue): Made public. - (LazyValue): Likewise. - * javax/swing/plaf/basic/BasicTextUI.java - (RootView): Reintroduced. - (view): Removed. - (rootView): New field. - (installUI): Create document if needed, initialize rootView. - (uninstallUI): Hanle rootView. - (paint): Likewise. - (getRootView): Likewise. - (setView): Likewise. - * javax/swing/text/DefaultCaret.java: - Renamed all "evt" variables to "event". - -2004-07-21 Thomas Fitzsimmons - - * libgcj.spec.in: Add -l-java-util-logging. - -2004-07-21 Andreas Tobler - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (init_dpi_conversion_factor): Check for int_dpi < 0 in case - gtk-xft-dpi can no calculate the right value. - (dpi_changed_cb): Mark *pspec as unsused. - -2004-07-21 David Jee - - * java/awt/Component.java - (move): Delegate to setBounds(). - (resize): Likewise. - (reshape): Fix so it repaints parent and self only when necessary. - -2004-07-21 David Jee - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (GtkComponentPeer): Revert previous patch from 2004-06-22. - (setVisible): Likewise. - (show): Likewise. - (hide): Likewise. - (getArgs): Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (property_notify_predicate): Likewise. - (find_layout): Likewise. - (connectJObject): Likewise. - (connectSignals): Likewise. - (moveLayout): Likewise. - (gtkLayoutSetVisible): Likewise. - -2004-07-21 Graydon Hoare - - * Makefile.am - (jv_convert_LDADD): - (gij_LDADD): - (rmic_LDADD): - (rmiregistry_LDADD): Add lib-java-util-logging.la - * Makefile.in: Regenerate. - -2004-07-21 Michael Koch - - * javax/swing/text/AbstractDocument.java - (replace): Dont use protected method of java.util.Vector directly. - -2004-07-21 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (installUI): Call specialized install methods. - (installDefaults): New method. - (installListeners): Likewise. - (installKeyboardActions): Likewise. - (uninstallUI): Likewise. - (uninstallDefaults): New method. - (uninstallListeners): Likewise. - (uninstallKeyboardActions): Likewise. - (getPropertyPrefix): New abstract method. - (paint): Made final, just call paintSafely(). - (paintSavely): New method. - (paintBackground): Likewise. - (getVisibleEditorRect): Likewise. - * javax/swing/text/LayeredHighlighter.java, - javax/swing/text/TabExpander.java: New files. - * Makefile.am: Added javax/swing/text/LayeredHighlighter.java - and javax/swing/text/TabExpander.java. - * Makefile.in: Regenerated. - -2004-07-21 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (BasicTextUI): Made abstract. - (BasicCaret): New inner class. - (view): Don't explicitely initialize with "null". - (textComponent): New field. - (textColor): Removed. - (disabledTextColor): Removed. - (normalBackgroundColor): Removed. - (RootView): Removed commented out inner class. - (createUI): Removed. - (createCaret): New method. - (getComponent): Likewise. - (installUI): Initialize textComponent only. - (getPreferredSize): Use installed JTextComponent. - (setView): New method. - (create): Likewise. - * javax/swing/text/JTextComponent.java - (highlighter): New field. - (caretColor): Likewise. - (disabledTextColor): Likewise. - (seletedTextColor): Likewise. - (selectionColor): Likewise. - (setUI): New method. - (getCaretColor): Likewise. - (setCaretColor): Likewise. - (getDisabledColor): Likewise. - (setDisabledColor): Likewise. - (getSelectedTextColor): Likewise. - (setSelectedTextColor): Likewise. - (getSelectionColor): Likewise. - (setSelectionColor): Likewise. - (getHighlighter): Likewise. - (setHighlighter): Likewise. - (replaceSelection): Likewise. - -2004-07-21 Michael Koch - - * javax/swing/plaf/basic/BasicScrollPaneUI.java - (BasicScrollPaneUI): Implements ScrollPaneConstants. - * javax/swing/plaf/basic/BasicToolBarUI.java - (BasicToolBarUI): Implements SwingConstants. - -2004-07-21 Michael Koch - - * javax/swing/JPopupMenu.java: Removed CVS tags. - * javax/swing/UIDefaults.java: Reformatted. - * javax/swing/plaf/basic/BasicRootPaneUI.java: - Explicitely import used classes. - -2004-07-21 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (GtkComponentPeer): Remove temporary try/catch block. - (setVisible): Call show and hide. - (show): Make native. - (hide): Likewise. - (getArgs): Don't add "visible" argument. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (property_notify_predicate): Return Bool instead of int. - (find_layout): New function. - (connectJObject): Call find_layout. - (connectSignals): Likewise. - (moveLayout): Likewise. - (gtkLayoutSetVisible): Likewise. - -2004-07-21 Olga Rodimina - - * javax/swing/AbstractButton.java: - (setDisplayedMnemonicIndex): Check if button - text is not null before checking its length. - * javax/swing/JMenuItem.java: - (processMouseEvent): Disarm menu item if mouse has - exited it. - * javax/swing/plaf/basic/BasicMenuUI.java: - (MouseInputHandler.mouseEntered): Do not raise - popup menu if this menu is already selected. - (MouseInputHandler.mousePressed): Do not fire - MenuEvents. - (MenuHandler): Implemented. - -2004-07-21 Olga Rodimina - - * javax/swing/JCheckBoxMenuItem.java: Added Javadoc. - (getSelectedObjects): Implemented. - * javax/swing/JRadioButtonMenuItem.java: Added Javadoc. - * javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java: - Added javadoc for few methods. - (processMouseEvent): Made public. - * javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java - (processMouseEvent): Likewise. - -2004-07-21 Olga Rodimina - - * javax/swing/AbstractButton.java: - (init): Set display mnemonic index to -1. - (setMnemonic(char)): Use setMnemonic(int). - (setMnemonic(int)): Set display mnemonic index. - (getDisplayedMnemonicIndex): Change method signature - by removing 'index' parameter. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Added default for Menu.selectionBackground. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (paintMenuItem): Change background color of the selected - menu item. - (paintText): Paint differently when menu item is disabled. - Also paint mnemonic if it appears in the menu item's label. - (paintAccelerator): Paint accelerator differently - if menu item is disabled. - * javax/swing/plaf/basic/BasicMenuUI.java: - (installDefaults): Install defaults for - selectionForeground and selectionBackground. - (uninstallDefaults): Uninstall defauls for - selectionForeground and selectionBackground. - -2004-07-21 Michael Koch - - * javax/swing/text/AbstractDocument.java - (BranchElement): Implemented. - (LeafElement): Implemented. - * javax/swing/text/DefaultCaret.java: - Import used classes. - (serialVersionUID): New constant. - * javax/swing/text/JTextComponent.java - (AccessibleJTextComponent): Removed dead declaration. - (caretPos): Removed. - (setCaret): New method. - * javax/swing/text/PlainDocument.java - (rootElement): New field. - (PlainDocument): Initialize rootElement. - (createDefaultRoot): New method. - (getDefaultRootElement): Implemented. - * javax/swing/text/View.java: Reformatted. - * javax/swing/text/ViewFactory.java - (create): Added javadoc. - -2004-07-21 Michael Koch - - * javax/swing/ToolTipManager.java: Reformatted. - -2004-07-21 Rodimina Olga - - * javax/swing/AbstractButton.java - (changeEvent): New field. - (fireItemStateChanged): Change source of the event - to 'this' before firing it to button listeners. - (fireActionPerformed): Likewise. - (fireStateChanged): Likewise. - (createActionListener): Do not set source - of the event to AbstractButton. - * javax/swing/plaf/basic/BasicMenuBarUI.java: - (ContainerHandler.componentAdded): Removed - print out statement. - (ContainerHandler.componentRemoved): Likewise. - -2004-07-21 Michael Koch - - * javax/swing/text/Highlighter.java: New file. - * Makefile.am: Added javax/swing/text/Highlighter.java. - * Makefile.in: Regenerated. - -2004-07-21 Michael Koch - - * javax/swing/ToolTipManager.java - (stillInsideTimerAction): Fixed constructor arguments. - (outsideTimerAction): Likewise. - (insideTimerAction): Likewise. - -2004-07-21 Michael Koch - - * javax/swing/JButton.java: Reformatted. - * javax/swing/JFormattedTextField.java - (getUIClassID): Implemented. - * javax/swing/JRootPane.java - (serialVersionUID): New constant. - * javax/swing/JTextField.java - (align): New field. - (JTextField): Simplified. - (getUIClassID): New method. - (getActionListeners): Added @since tag. - (setColumns): Invalidate layout and repaint. - (getHorizontalAlignment): New method. - (setHorizontalAlignment): New method. - (selectAll): Removed. - * javax/swing/SwingUtilities.java - (getAncestorOfClass): Removed redundant @see tag. - (isLeftMouseButton): Fixed implementation. - (isMiddleMouseButton): Likewise. - (isRightMouseButton): Likewise. - * javax/swing/text/AbstractDocument.java - (AttributeContext.addAttribute): New method. - (AttributeContext.addAttributes): New method. - (AttributeContext.getEmptySet): New method. - (AttributeContext.reclaim): New method. - (AttributeContext.removeAttribute): New method. - (AttributeContext.removeAttributes): New method. - * javax/swing/text/Document.java - (createPosition): Throws BadLocationException. - (getText): Likewise. - (remove): Likewise. - * javax/swing/text/JTextComponent.java - (getText): Return null if no document is set. Catch - BadLocationException. - (getUI): Return ui. - (updateUI): Simplified. - -2004-07-21 Michael Koch - - * javax/swing/JButton.java - (removeNotify): Fixed javadoc. - (updateUI): Simplified. - -2004-07-21 David Jee - - * gnu/java/awt/image/ImageDecoder.java - (startProduction): Only add consumer if it's not added yet. - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java - (GdkPixbufDecoder): Don't call initState() here. - (produce): Call initState() here, to ensure area_prepared and - area_updated signals are properly connected. - * gnu/java/awt/peer/gtk/GtkImage.java - (setColorModel): Use equals() to compare ColorModel objects. - (setPixels): Likewise. - * java/awt/image/ColorModel.java - (equals): Fix typo. Use Arrays.equals() to compare int arrays. - * java/awt/image/RGBImageFilter.java - (setColorModel): Set consumer's color model. - (setPixels): Use equals() to compare ColorModel objects. - -2004-07-21 Bryce McKinlay - - * java/net/URLConnection.java (position): New field. - (dateFormat1, dateFormat2, dateFormat3): Removed. - (dateFormats): New field. - (getHeaderFieldDate): Use new dateFormats array. Re-use parsePosition - each time instead of re-allocating. - (initializeDateFormats): Initialize 'dateFormats'. - -2004-07-20 Bryce McKinlay - - PR libgcj/16591 - * prims.cc (_Jv_RunMain): Don't call _Jv_SetArgs if DISABLE_MAIN_ARGS - is defined. - -2004-07-20 Bryce McKinlay - - * java/net/Socket.java (getImpl): Now private. Remove comment. - -2004-07-20 Bryce McKinlay - - * java/io/BufferedWriter.java (BufferedWriter): Use existing lock - of chained Writer when calling super-constructor. - * java/io/FilterWriter.java (FilterWriter): Likewise. - * java/io/PrintWriter.java (PrintWriter): Likewise. - -2004-07-19 Bryce McKinlay - - * prims.cc (process_gcj_properties): Don't increment i within LHS - of assignment. - -2004-07-19 Per Bothner - - Print -verbose:message on "loading", not initialization. - * java/lang/Class.h (JV_STATE_LOADED, JV_STATE_COMPILED): Swap order. - * defineclass.cc (_Jv_ClassReader::parse): Print message if - gcj::verbose_class_flag. - * java/lang/natClass.cc (initializeClass): Don't print message here. - * java/lang/natClassLoader.cc (_Jv_WaitForState): If state was - _JV_STATE_COMPILED, set to JV_STATE_LOADED and may print message. - (_Jv_PrepareCompiledClass): Likewise. - -2004-07-18 Matthias Klose - - * configure.in: Substitute target_noncanonical. - * configure: Regenerate - -2004-07-17 Michael Koch - - * java/lang/String.java: Fixed javadocs all over. - -2004-07-17 Mark Wielaard - - * gnu/java/nio/channels/FileChannelImpl.java (truncate): Only truncate - when size is smaller. - * java/io/RandomAccessFile.java (setLength): Use truncate for - shrinking the file and seek plus write for expanding the file. - -2004-07-17 Michael Koch - - * gnu/java/nio/channels/natFileChannelPosix.cc - (implTruncate): Always save current position. Only reposition file - pointer to where we started if not beyond new lenght. Reposition file - pointer to file length if it points beyond the end of file. - -2004-07-17 Mark Wielaard - - * javax/swing/Box.java: Put FIXME comment above class declaration. - * javax/swing/JButton.java: Remove illegal L&F HTML from comments. - * javax/swing/JCheckBox.java: Likewise. - * javax/swing/JDialog.java: Likewise. - * javax/swing/JRadioButton.java: Likewise. - * javax/swing/JToggleButton.java: Likewise. - * javax/swing/UIManager.java: Likewise. - * javax/swing/border/TitledBorder.java: Likewise. - * javax/swing/plaf/basic/BasicLabelUI.java: Likewise. - * javax/swing/plaf/basic/BasicLookAndFeel.java: Likewise. - * javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java: Likewise. - * javax/swing/plaf/basic/BasicProgressBarUI.java: Likewise. - * javax/swing/plaf/basic/BasicScrollBarUI.java: Likewise. - * javax/swing/plaf/basic/BasicSeparatorUI.java: Likewise. - * javax/swing/text/JTextComponent.java: Likewise. - -2004-07-17 Jeroen Frijters - - * java/net/DatagramPacket.java (setAddress): Removed check for - null address. - -2004-07-17 Michael Koch - - * java/net/DatagramSocket.java - (getLocalAddress): Check if socket is bound or not. - * java/net/Socket.java - (getLocalAddrss): Check if socket is bound or not. - (getPort): Return -1 when not connected. Dont check getImpl() for - null. - (setReuseAddress): Check if socket is closed. - (isConnected): Check if getImpl() returns null. - -2004-07-17 Mark Wielaard - - * java/awt/event/InvocationEvent.java (dispatch): Synchronize - on notifier object before calling notifyAll(). - -2004-07-17 Michael Koch - - * gnu/java/nio/channels/FileChannelImpl.java - (finalize): Added javadoc. - -2004-07-17 Guilhem Lavaux - - * java/text/CollationElementIterator.java - (text_decomposition): Changed type to RuleBasedCollator.CollationElement[] - (setText): Use ArrayList instead of Vector. - -2004-07-17 Michael Koch - - * java/nio/ByteOrder.java - (static): Removed. Not needed. - Thanks to Patrick Reali for noticing. - * java/nio/charset/CharsetDecoder.java - (decode): Fix for classpath bug #9177: Reset state before flipping. - -2004-07-17 Michael Koch - - * java/security/Security.java: Fixed javadocs all over. - -2004-07-17 Michael Koch - - * gnu/java/awt/EmbeddedWindow.java - (static): Removed. - (addNotify): Set peer via reflection. - (setWindowPeer): Removed. - * gnu/java/awt/natEmbeddedWindow.cc: Removed. - * Makefile.am (nat_source_files): - Removed gnu/java/awt/natEmbeddedWindow.cc. - * Makefile.in: Regenerated. - -2004-07-17 Richard Earnshaw - - * configure.in(ZIP, GCJH): Remove white space around '=' in variable - assignment. - * configure: Regenerated. - -2004-07-16 Nathanael Nerode - - * configure.in: Use build_noncanonical rather than build_alias. - * configure: Rebuild. - - * configure.in: Eliminate CANADIAN and NULL_TARGET variables - by logic refactoring. Move default definition of NATIVE closer - to first alternate definition. - * configure: Regenerate. - - * Makefile.am: Set ZIP and GCJH directly using autoconf. - * Makefile.in, include/Makefile.in, testsuite/Makefile.in, - gcj/Makefile.in: Regenerate. - * configure.in: Set ZIP and GCJH. Remove redundant condition - in AM_CONDITIONAL(NATIVE,...) - * configure: Regenerate. - -2004-07-15 Nathanael Nerode - - * configure.in: Use target_noncanonical rather than - target_alias for forward-compatibility with autoconf 2.59. - * configure: Regenerate. - * Makefile.am, gcj/Makefile.am, include/Makefile.am, - testsuite/Makefile.am: Substitute target_noncanonical. - * Makefile.in, gcj/Makefile.in, include/Makefile.in, - testsuite/Makefile.in: Regenerate. - - * configure.in: Move as much as possible below AC_CANONICAL_SYSTEM. - Introduce _GCC_TOPLEV_NONCANONICAL_TARGET. - * acinclude.m4: Include acx.m4. - * aclocal.m4: Regenerate. - * configure: Regenerate. - -2004-07-15 Bryce McKinlay - - PR libgcj/16574 - * java/sql/Timestamp.java (dateFormat): Renamed from sdf. - (decimalFormat): New static variable. - (sbuf): Likewise. - (getTime): New. Override Date.getTime(). - (toString): Synchronize. Use decimalFormat to format nanos value - correctly. Truncate extra zeros. - (before): Compare getNanos() only if getTime() is equal. - (after): Likewise. - -2004-07-14 Nathanael Nerode - - * acinclude.m4: "Inline" LIBGCJ_CONFIGURE macro into... - * configure.in: ...here. - * aclocal.m4: Regenerate. - * configure: Regenerate. - - * aclocal.m4: Rebuilt with aclocal gcj-1.4. - * configure: Rebuilt with autoconf 2.13. - * Makefile.in, gcj/Makefile.in, include/Makefile.in, - testsuite/Makefile.in: Rebuilt with automake gcj-1.4. - -2004-07-14 Bryce McKinlay - - PR libgcj/16204 - * Makefile.am (AM_CXXFLAGS): Add -D_FILE_OFFSET_BITS=64 to enable - large file support. - * Makefile.in: Rebuilt. - * testsuite/libjava.lang/LargeFile.java: New test case. - * testsuite/libjava.lang/LargeFile.out: New file. - -2004-07-14 Jerry Quinn - - * java/beans/EventHandler.java: Remove debugging statements. - -2004-07-14 Jerry Quinn - - * java/beans/EventHandler.java: New file. - * Makefile.am (awt_java_source_files): Add EventHandler.java. - * Makefile.in, gcj/Makefile.in, include/Makefile.in, - testsuite/Makefile.in: Regenerate. - -2004-07-14 Andreas Tobler - - * testsuite/libjava.jacks/jacks.exp (gcj_jacks_write): Add deprecation - flag to the gcj_setup. - (gcj_jacks_run): Check tclsh version and launch jacks directly with - the tclsh. - * testsuite/libjava.jacks/jacks.xfail: Update fails to reflect the - deprecation flag change. 58 XFAILS removed. - -2004-07-14 Ulrich Weigand - - * configure.host (DIVIDESPEC) [s390*-*-*]: Set to - -fno-use-divide-subroutine. - * include/s390-signal.h: Include and . - (HANDLE_FPE): Define. - (SIGNAL_HANDLER): Change third argument to ucontext_t *. - (struct old_s390_kernel_sigaction): Likewise for k_sa_handler. - (HANDLE_DIVIDE_OVERFLOW): Define. - -2004-07-14 Michael Koch - Matthias Klose - - * java/awt/im/InputContext.java: Initialize in, line. - -2004-07-13 Ulrich Weigand - - * interpret.cc (run): Correctly access libffi return values of - integral smaller-than-int type; these are implicitly promoted. - -2004-07-13 Bryce McKinlay - - PR libgcj/7587 - * interpret.cc (compile_mutex): New. - (_Jv_InitInterpreter): New. Initialize compile_mutex. - (run): Lock compile_mutex before calling compile() if compilation is - required. - * prims.cc (_Jv_CreateJavaVM): Call _Jv_InitInterpreter(). - * include/java-interp.h (_Jv_InitInterpreter): Declare. - -2004-07-12 Bryce McKinlay - - PR libgcj/15713 - * include/jvm.h (_Jv_value): New union type. - * gcj/field.h (_Jv_Field): Add new _addr union field variants - * interperet.cc (run): Use _Jv_value union type and *_addr _Jv_Field - union members. - -2004-07-12 Scott Gilbertson - - * gnu/awt/xlib/XCanvasPeer.java (createImage): Implement. - * gnu/awt/xlib/XOffScreenImage.java - (XOffScreenImage): Add ImageConsumer interface. Add ColorModel - constructor argument. Add constructor using ImageProducer. - (getSource): Implement. - (imageComplete): New method. - (setColorModel): New method. - (setDimensions): New method. - (setHints): New method. - (setPixels): New method. - (setProperties): New method. - * gnu/gcj/xlib/GC.java (drawPoint): New native method. - * gnu/gcj/xlib/natGC.cc (drawPoint): New native method. - -2004-07-11 Bryce McKinlay - - PR libgcj/16478 - * prims.cc (_Jv_CreateJavaVM): Fix comment. - * gnu/gcj/runtime/FinalizerThread.java (init): New. Native. - (finalizerReady): Now native. - (run): Likewise. - (runFinalizers): Removed. - * gnu/gcj/runtime/natFinalizerThread.cc (run): Implement here. Use - a primitive lock, and don't hold it while running the finalizers. - (runFinalizers): Implement. Don't aquire any Java lock. - (finalizerReady): Use lock primitives to signal finalizer thread. - -2004-07-11 Mark Wielaard - - Reported by Roman Kennke (bug #9331) - * java/net/URLStreamHandler.java (parseURL): When url file part - doesn't contain a '/' just ignore context. - -2004-07-11 Ulrich Weigand - - * include/s390-signal.c (SIGNAL_HANDLER): Use SIGINFO-style prototype. - (struct old_s390_kernel_sigaction): Likewise for k_sa_handler. - (MAKE_THROW_FRAME): Do not modify PSW address. - (INIT_SEGV): Install SIGINFO-style signal handler. - (INIT_FPE): Likewise. - -2004-07-10 Bryce McKinlay - - * testsuite/libjava.jacks/jacks.xfail: Updates to reflect current - status. 21 xfail's removed, 1 added. - -2004-07-10 Bryce McKinlay - - * gcj/javaprims.h: Regenerate CNI namespace definitions. - -2004-07-10 Ito Kazumitsu - - * java/text/MessageFormat.java - (formatInternal): Append "{n}" if argument n is unavailable. - (format(Object, StringBuffer, FieldPosition)): This - should be equivalent to format(Object[], - StringBuffer, FieldPosition). - -2004-07-09 Bryce McKinlay - - * java.util.Calendar.java (cache): New private static field. Cached - mappings of locales->calendar classes. - (ctorArgTypes): New private static field. Singleton argument for - calendar class constructor lookup. - (getInstance): Cache Locale->Calendar class mappings using HashMap. - Optimize by bypassing reflection instantiation for the - GregorianCalendar case. - -2004-07-09 Bryce McKinlay - - * java/util/Calendar.java: Use getSystemClassLoader as argument for - ResourceBundle.getBundle() calls. - * java/util/GregorianCalendar.java: Likewise. - * java/util/Currency.java: Likewise. - * java/text/BreakIterator.java: Likewise. - * java/text/Collator.java: Likewise. - * java/text/DateFormat.java: Likewise. - * java/text/DateFormatSymbols.java: Likewise. - * java/text/DecimalFormatSymbols.java: Likewise. - * java/text/NumberFormat.java: Likewise. - * java/awt/Window.java: Likewise. - -2004-07-09 Bryce McKinlay - - * java/util/ResourceBundle.java (bundleCache): Renamed from - resourceBundleCache. Update comments. - (getObject): Don't catch MissingResourceException. - (getBundle(String)): Remove 'final'. Use system classloader if - getCallingClassLoader returned null. - (getBundle(String, Locale)): Likewise. - (BundleKey): New private class. HashMap key for bundle cache lookup. - (lookupKey): New. Singleton instance of BundleKey. - (nullEntry): New. Cache entry to represent failed lookups. - (getBundle(String, Locale, ClassLoader)): Re-written to use new - caching strategy, no-allocation lookup, and new tryBundle methods. - (tryBundle(String, ClassLoader)): New. Load a locale-qualified bundle - name using given classloader. - (tryBundle(String, Locale, ClassLoader, boolean): New. Qualify - baseName for given Locale and attempt to load bundle. - -2004-07-09 Bryce McKinlay - - * javax/swing/plaf/basic/BasicMenuUI.java (mousePressed): Remove - illegal protected method calls. - -2004-07-09 Bryce McKinlay - - Fix or remove some bogus test cases. - * testsuite/libjava.compile/pr10459_2.java: Removed. - * testsuite/libjava.compile/pr10459.java: Test using its own method, - not Object.clone(). - * testsuite/libjava.compile/inner_data.java: Test against its own - protected field. - -2004-07-09 Michael Koch - - * scripts/unicode-muncher.pl: Updated to version 2.1 - from GNU classpath. Added some clarifications on where to find the - needed files from www.unicode.org. - * gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html, - gnu/gcj/convert/UnicodeData-3.0.0.txt: - Removed, these can directly be downloaded from www.unicode.org if - needed. - * gnu/java/lang/CharData.java: Regenerated. - * include/java-chartables.h: Regenerated. - * Makefile.am (ordinary_java_source_files): - Removed gnu/java/lang/CharData.java. - * Makefile.in: Regenerated. - -2004-07-09 Michael Koch - - * java/security/AccessControlContext.java, - java/security/SecureClassLoader.java: - Fixed javadocs. - -2004-07-09 Michael Koch - - * java/io/ObjectInputStream.java (readFields): Use long datatype - when shifting byte values more then 24 bits left. - -2004-07-09 Michael Koch - - * java/util/zip/DeflaterOutputStream.java, - java/util/zip/GZIPInputStream.java, - java/util/zip/GZIPOutputStream.java, - java/util/zip/InflaterInputStream.java: - Reformatted. Added javadocs. Reordered all stuff. - Renamed variables to be more clear. - -2004-07-09 Michael Koch - - * javax/imageio/IIOException.java, - javax/imageio/event/IIOReadProgressListener.java, - javax/imageio/event/IIOReadUpdateListener.java, - javax/imageio/event/IIOReadWarningListener.java, - javax/imageio/event/IIOWriteProgressListener.java, - javax/imageio/event/IIOWriteWarningListener.java: - New files. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2004-07-09 Guilhem Lavaux - - * java/text/RuleBasedCollator.java - (mergeRules): Use ArrayList instead of Vector. - (subParseString): likewise. - (parseString): likewise. - (buildCollationVector): likewise. - (getCollationKey): likewise. - -2004-07-09 Dalibor Topic - - * java/text/DateFormat.java (parse): - Improved javadoc. Improved exception message. - -2004-07-09 Mark Wielaard - - * gnu/java/nio/SelectorImpl.java (select): Call static Thread - interrupted() method to clear interupt flag of our Thread. - -2004-07-09 Dalibor Topic - - * java/nio/Buffer.java, - java/nio/ByteBuffer.java, - java/nio/ByteBufferHelper.java, - java/nio/ByteBufferImpl.java, - java/nio/CharBuffer.java, - java/nio/CharBufferImpl.java, - java/nio/CharViewBufferImpl.java, - java/nio/DirectByteBufferImpl.java, - java/nio/DoubleBuffer.java, - java/nio/DoubleBufferImpl.java, - java/nio/DoubleViewBufferImpl.java, - java/nio/FloatBuffer.java, - java/nio/FloatBufferImpl.java, - java/nio/FloatViewBufferImpl.java, - java/nio/IntBuffer.java, - java/nio/IntBufferImpl.java, - java/nio/IntViewBufferImpl.java, - java/nio/LongBuffer.java, - java/nio/LongBufferImpl.java, - java/nio/LongViewBufferImpl.java, - java/nio/MappedByteBufferImpl.java, - java/nio/ShortBuffer.java, - java/nio/ShortBufferImpl.java, - java/nio/ShortViewBufferImpl.java: - Fixed javadocs all over. Improved input error - checking. - - * java/nio/Buffer.java - (checkForUnderflow, checkForOverflow, checkIndex, - checkIfReadOnly, checkArraySize): New helper methods - for error checking. - - * java/nio/ByteBufferHelper.java - (checkRemainingForRead, checkRemainingForWrite, - checkAvailableForRead, checkAvailableForWrite): Removed - no longer needed methods. - -2004-07-09 Michael Koch - - * gnu/regexp/CharIndexedInputStream.java: - Reordered imports to match classpath. - -2004-07-09 Michael Koch - - * gnu/java/awt/EmbeddedWindow.java: - Load native library for setWindowPeer method. - -2004-07-08 Randolph Chung - - * configure.in (SIGNAL_HANDLER): Use pa-signal.h for hppa. - * configure: Regenerate. - * configure.host: Set can_unwind_signal for hppa*-linux. - * include/pa-signal.h: New file. - -2004-07-07 Per Bothner - - * Makefile.am: Add rules to build libgij from just gij.cc. - - * include/jvm.h (namespace jcj): Declare verbose_class_flag - * java/lang/natClass.cc (gcj::verbose_class_flag): New variable. - (initializeClass): If verbose_class_flag, print message. - * gij.cc (main): Handle -verbose:class flag. - -2004-07-07 Andreas Tobler - - * configure.host: Enable hash synchronization on Darwin. - * sysdep/powerpc/locks.h (compare_and_swap): Use '\n' instead of - ';', since this is a comment on Darwin. - (compare_and_swap_release): Likewise. - -2004-07-06 Mohan Embar - - * java/net/URLStreamHandler.java (parseURL): Canonicalize - file portion of URL in addition to spec for file: protocol. - -2004-07-05 Anthony Green - - * java/io/File.java (toURI): Merge from Classpath. - -2004-07-05 Bryce McKinlay - - * gnu/gcj/runtime/VMClassLoader.java (init): Check classpath entry - before passing to URL constructor. Rethrow any MalformedURLException - as a RuntimeException. Catch MalformedURLException specifically, not - all exceptions. - -2004-07-05 Bryce McKinlay - - * java/util/Locale.java (readObject): Intern strings read from object - stream. - -2004-07-04 Michael Koch - - * gnu/gcj/runtime/FirstThread.java, - gnu/gcj/runtime/natFirstThread.cc: Removed. - * gnu/java/lang/MainThread.java, - gnu/java/lang/natMainThread.cc: New files. - * prims.cc (_Jv_RunMain): Use MainThread instead of FirstThread. - * Makefile.am: Added new files and removed deleted ones. - * Makefile.in: Regenerated. - -2004-07-03 Mark Wielaard - Anthony Green - - * java/net/URL.java (getFile): Clarify return value doc. - (getPath): Return null if file is empty - not empty String. - (set): Convert protocol to lower case before doing anything. - Only change the protocol handler if it's different. - -2004-07-03 Anthony Green - - * java/net/URL.java (URL): Convert protocol to lower case before - doing anything, so we getURLStreamHandler() with the proper value. - -2004-07-02 Bryce McKinlay - - * java/util/Locale.java (hashcode): Made transient. - (hashCode): No longer synchronized. - (equals): Remove comment. - (writeObject): No longer synchronized. Implement using writeObject - calls instead of tweaking hashCode field. Update doc. - (readObject): Implement using readObject calls. - -2004-06-26 Geoffrey Keating - Andreas Tobler - - * configure.host (powerpc-*-darwin*): New case, define - can_unwind_signal. - * configure.in (*-*-darwin*): New case, point to darwin-signal.h. - * configure: Regenerate. - * include/darwin-signal.h: New. - -2004-06-30 Jerry Quinn - - * java/beans/Statement.java (doExecute): Fix formatting. - -2004-06-29 Per Bothner - - * jni.cc (_Jv_JNI_NewGlobalRef, JNICALL _Jv_JNI_DeleteGlobalRef, - etc etc): Remove needless parenthesis, which causes __stdcall__ - attribute on MinGW to get ignored. - -2004-06-29 Bryce McKinlay - - * testsuite/libjava.compile/PR16249.java: New test case. PR gcc/16249. - -2004-06-28 Bryce McKinlay - - * testsuite/libjava.jacks/jacks.xfail: Remove 8.1.3-superclass-6. - -2004-06-28 Jerry Quinn - - * java/beans/Expression.java: New file. - * java/beans/Statement.java: New file. - * Makefile.am: Added new files. - * Makefile.in: Re-generate. - -2004-06-27 Mark Wielaard - - * java/io/FilePermission.java (usingPerms): Removed. - (actionsString): Made final. - (cachePerms): Renamed to checkPerms. - (checkPerms): Renamed from cachePerms. Call trim() and toLowerCase() - on action String. - (FilePermission): Check arguments, call checkPerms(). - (equals): Remove cachePerms() call. - (implies): Likewise. - -2004-06-27 Mark Wielaard - - * gnu/java/net/protocol/http/Connection.java (userAgent): New static - final field. - (sendRequest): Use new field in user-agent http agent. - -2004-06-27 Mark Wielaard - - * java/awt/EventQueue.java (postEvent): Throw NullPointerException - when argument is null. - -2004-06-26 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (ok_clicked): Use Ljava/lang/String; not Ljava.lang.String; in JNI - GetMethodID call. - (cancel_clicked): Likewise. - -2004-06-26 Andreas Tobler - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (init_dpi_conversion_factor): Check for int_dpi < 0 in case gtk-xft-dpi - can not calculate the right value. - (dpi_changed_cb): Likewise. Mark *pspec as unused. - -2004-06-24 Bryce McKinlay - - * testsuite/libjava.jacks/jacks.xfail: Remove - 15.9.1-qualified-concrete-20. - -2004-06-22 Bryce McKinlay - - * gnu/gcj/convert/BytesToUnicode.java (getDecoder): Pass original - encoding name to iconv. - * gnu/gcj/convert/UnicodeToBytes.java (getEncoder): Likewise. - -2004-06-22 Bryce McKinlay - - PR libgcj/16134: - * gnu/gcj/convert/BytesToUnicode.java (getDecoder): Canonicalize - encoding name before cache lookup. Thanks to Hannes Wallnoefer. - * gnu/gcj/convert/UnicodeToBytes.java (getEncoder): Likewise. - -2004-06-21 Andrew Haley - - * java/io/ObjectOutputStream.java: Add DEBUG statements - everywhere. - (dumpElementln): New method. - (depth): New field. - * java/io/ObjectInputStream.java - (currentClassLoader): Make native. - (callersClassLoader): New field. - (depth): New field. - (readObject): ENDBLOCKDATA is generated if the class has a write - method, not if it has a read method. - (readObject): Save and restore this.currentObject and - this.currentObjectStreamClass around calls to callReadMethod(). - * java/io/natObjectInputStream.cc (getCallersClassLoader): New - method. - -2004-06-18 Andreas Tobler - - * testsuite/libjava.jni/jni.exp (gcj_jni_test_one): Add lgcc_s for - darwin. - -2004-06-18 Ranjit Mathew - - * prims.cc (_Jv_CreateJavaVM): Install SEGV and FPE handlers, - if desired, before the default class loader is initialised. - Call INIT_SEGV only if HANDLE_SEGV is defined. - -2004-06-18 Ranjit Mathew - - * gnu/gcj/runtime/VMClassLoader.java (init): Add extensions - directory only if it actually exists. - -2004-06-18 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - Fix up non-ansi comments. - -2004-06-18 Ranjit Mathew - - * javax/swing/text/AbstractDocument.java: Adding missing import - for javax.swing.event.EventListenerList. - * javax/swing/text/DefaultCaret.java: Likewise. - -2004-06-17 Michael Koch - - * javax/swing/JToolBar.java - (name): Removed. - (JToolBar): Use Component.setName(String) instead of doing it all - alone. - * javax/swing/Timer.java - (queueEvent): Added missing modifier. - -2004-06-17 Olga Rodimina - - * Makefile.am: Added new file. - * Makefile.in: Re-generate. - * javax/swing/JMenu.java: - (insertSeparator): Implemented. - * javax/swing/JPopupMenu.java: - (JPopupMenu.Separator): Implemented. - * javax/swing/MenuSelectionManager.java: - (processMouseEvent): Use java.awt.Component - for event source instead of javax.swing.JComponent. - * javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java: - New File. Implemented. - -2004-06-16 David Jee - - * java/awt/GridBagLayout.java - (GetLayoutInfo): Adjust cell sizes iff parent size is not zero. - Make sure pos_x and pos_y are never negative. - -2004-04-16 Andrew Overholt - - * Makefile.am: Add new file. - * Makefile.in: Re-generate. - * javax/swing/JToolBar.java - Partially implemented. - * javax/swing/plaf/basic/BasicToolBarUI.java - New file. Partially implemented. - -2004-06-16 Graydon Hoare - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (setComposite): Accept AlphaComposite arguments. - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java - (createBufferedImage): Add new overloads. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (createImage): Use GdkPixbufDecoder.createBufferedImage - when useGraphics2D() is true. - (getImage): Delegate to createImage. - * javax/swing/JList.java - (isSelectionEmpty): - (getFirstVisibleIndex): - (getLastVisibleIndex): - (setSelectedValue): - (ensureIndexIsVisible): New methods. - * javax/swing/Timer.java: Reimplement. - -2004-06-16 Michael Koch - - * javax/swing/text/AbstractDocument.java - (AbstracElement): Made public, implements java.io.Serializable. - (AttributeContext): Made public. - (BranchElement): Likewise. - (Content): Likewise. - (DefaultDocumentEvent): Made public, extends - javax.swing.undo.CompoundEdit. - (ElementEdit): Made public, extends - javax.swing.undo.AbstractUndoableEdit. - (LeafElement): Made public. - (LeafElement.LeafElement): Made public. - -2004-06-16 Michael Koch - - * javax/swing/text/JTextComponent.java: Totally reworked. Removed many - methods (that were obviously never be intended to get included hi this - class. Added some methods too. - -2004-06-16 Michael Koch - - * javax/swing/text/PlainDocument.java - (serialVersionUID): New constant. - (lineLimitAttribute): Likewise. - (tabSizeAttribute): Likewise. - (tabSize): New field. - (PlainDocument): Made public. - (PlainDocument): New constructor. - -2004-06-16 Michael Koch - - * javax/swing/text/AbstractDocument.java - (insertString): Throws BadLocationException. - * javax/swing/text/Document.java - (insertString): Likewise. - * javax/swing/text/JTextComponent.java: - Javadocs and comments cleaned up. - -2004-06-16 Michael Koch - - * javax/swing/event/UndoableEditListener.java: Reformatted. - * javax/swing/text/AbstractDocument.java - (AbstractDocument): Implements java.io.Serializable. - (doc_list): Removed. - (undo_list): Removed. - (AbstractElement.serialVerionUID): New field. - (BranchElement.serialVerionUID): Likewise. - (DefaultDocumentEvent.serialVerionUID): Likewise. - (ElementEdit.serialVerionUID): Likewise. - (LeafElement.serialVerionUID): Likewise. - (serialVerionUID): Likewise. - (BAD_LOCATION): New constant. - (BidiElementName): Likewise. - (ContentElementName): Likewise. - (ParagraphElementName): Likewise. - (SectionElementName): Likewise. - (ElementNameAttribute): Likewise. - (AbstractDocument): Made protected. - (AbstractDocument): New construtor. - (listenerList): New field. - (fireChangedUpdate): Implemented. - (fireInsertUpdate): Likewise. - (fireRemoveUpdate): Likewise. - (fireUndoableEditUpdate): Likewise. - (getListeners): Likewise. - (addDocumentListener): Likewise. - (removeDocumentListener): Likewise. - (addUndoableEditListener): Likewise. - (removeUndoableEditListener): Likewise. - (getDocumentListeners): New method. - (getUndoableEditListeners): Likewise. - (getAsynchronousLoadPriority): Made public. - (getBidiRootElement): Likewise. - (setAsynchronousLoadPriority): Likewise. - (setDocumentProperties): Likewise. - * javax/swing/text/BadLocationException.java - (serialVerionUID): New field. - * javax/swing/text/DefaultCaret.java - (changeEvent): New field. - (listenerList): Likewise. - (changes): Removed. - (addChangeListener): Reimplemented. - (removeChangeListener): Likewise. - (getListeners): New method. - (getChangeListeners): Likwise. - (getComponent): Likewise. - * javax/swing/text/GapContent.java - (GapContent): Implements java.io.Serializable. - (serialVerionUID): New field. - -2004-06-16 Michael Koch - - * javax/swing/JTree.java - (treeModel): New field. - (JTree): New constructors, one existing one made public. - (createTreeModel): New method. - (addTreeExpansionListener): Likewise. - (removeTreeExpansionListener): Likewise. - (getTreeExpansionListeners): Likewise. - (fireTreeCollapsed): Likewise. - (fireTreeExpanded): Likewise. - (addTreeSelectionListener): Likewise. - (removeTreeSelectionListener): Likewise. - (getTreeSelectionListeners): Likewise. - (fireValueChanged): Likewise. - (addTreeWillExpandListener): Likewise. - (removeTreeWillExpandListener): Likewise. - (getTreeWillExpandListeners): Likewise. - (fireTreeWillCollapse): Likewise. - (fireTreeWillExpand): Likewise. - -2004-06-16 Michael Koch - - * javax/swing/JTree.java: Reformatted. - -2004-06-16 Michael Koch - - * javax/swing/JTextArea.java: New file. - * javax/swing/JTextField.java - (actions): Removed. - (notifyAction): New constant. - (columns): New field. - (JTextField): New constructors. - (createDefaultModel): New method. - (addActionListener): Reimplmemented. - (removeActionListener): Reimplemented. - (getActionListeners): New method. - (fireActionPerformed): New method. - (getColumns): New method. - (setColumne): New method. - * javax/swing/text/JTextComponent.java - (AccessibleJTextComponent.serialVersionUID): New field. - (serialVersionUID): Likewise. - (DEFAULT_KEYMAP): Likewise. - (FOCUS_ACCELERATOR_KEY): Likewise. - (doc): Made private. - (icon_gap): Likewise. - (icon): Likewise. - (align): Likewise. - (JTextComponent): Some constructors removed. - (getScrollableTracksViewportHeight): New method. - (getScrollableTracksViewportWidth): Likewise. - * Makefile.am: Added javax/swing/JTextArea.java. - * Makefile.in: Regenerated. - -2004-06-15 Graydon Hoare - - * javax/swing/ImageIcon.java (ImageIcon): New constructor. - * javax/swing/JFrame.java (defaultLookAndFeelDecorated): New property. - * javax/swing/JViewport.java - (getExtentSize): Return size rather than preferred size. - (toViewCoordinates): New methods. - (getViewSize): Return size rather than preferred size. - (setViewSize): Note view size as set. - * javax/swing/ViewportLayout.java (layoutContainer): Reimplement. - * javax/swing/plaf/basic/BasicScrollBarUI.java - (getPreferredSize): Don't redo layout. - * javax/swing/plaf/basic/BasicViewportUI.java - (paint): Translate image properly and eat exceptions. - -2004-06-15 Kim Ho - - * javax/swing/JTabbedPane.java - (setComponent): Remove old component and - add new component. - (setSelectedIndex): Don't operate on the - components if they're null. Don't set index - on the model if the index is the same. - (insertTab): Don't add or hide the component - if it's null. Repaint the container. - * javax/swing/plaf/basic/BasicLookAndFeel.java - Change colors for TabbedPane. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (mousePressed): Re-layout and paint the component. - (layoutContainer): Don't set location on the view. - (ScrollingViewport::paint): Remove. - -2004-06-14 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (gtkWidgetDispatchKeyEvent): Change warning message to comment. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (drawString): - Wrap baseline y value in PANGO_PIXELS macro, rather than simply - dividing by PANGO_SCALE. Call gdk_flush before leaving GDK - critical region. - (drawLine): Call gdk_flush before leaving GDK critical region. - (fillRect): Likewise. - (drawRect): Likewise. - (copyArea): Likewise. - (copyPixmap): Likewise. - (clearRect): Likewise. - (drawArc): Likewise. - (drawPolyline): Likewise. - (drawPolygon): Likewise. - (fillPolygon): Likewise. - (fillArc): Likewise. - (drawOval): Likewise. - (fillOval): Likewise. - - * gnu/java/awt/peer/gtk/GdkFontMetrics.java (initState): Add - style parameter. - (GdkFontMetrics): Add style argument to initState call. - (stringWidth(String,int,int,String)): Add style parameter. - (stringWidth(String)): Add style argument to stringWidth call. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c - (initState): Set pango font style and weight based on AWT style - parameter. Pass default GTK language to - pango_context_get_metrics. Use PANGO_PIXELS macro rather than - simply dividing by PANGO_SCALE. - (stringWidth): Set pango font style and weight based on AWT style - parameter. - - * java/awt/Button.java (next_button_number): New field. - (paramString): Change output. - (generateName): New method. - (getUniqueLong): New method. - -2004-06-14 Kim Ho - - * javax/swing/JTabbedPane.java: - (setComponentAt): Set the component, not - the enabled status. - * javax/swing/plaf/basic/BasicDesktopIconUI.java - (actionPerformed): Let deiconize catch exception. - -2004-06-14 Olga Rodimina - - * javax/swing/JPopupMenu.java: - (setVisible): Corrected location of a - heavyweight popup menu. - -2004-06-14 Olga Rodimina - - * javax/swing/MenuSelectionManager.java: - Ran through jalopy to fix formatting style. - -2004-06-14 Olga Rodimina - - * javax/swing/JLayeredPane.java: - (remove): Revalidate and repaint layered pane after - the component was removed. - javax/swing/JMenu.java: - (setVisible): Display popup menu at the user location, - if one was set by the user. - (setMenuLocation): Reimplemented. Fixed javadoc. - * javax/swing/JMenuBar.java: Added javadoc. - (BORDER_PAINTED_CHANGED_PROPERTY): New Property. - (MODEL_CHANGED_PROPERTY): New Property. - (isSelected): Implemented. - (setBorderPainted): Fire PropertyChangeEvent - if paintBorder property changes. - (setSelected): Implemented. - (setSelectionModel): Implemented. - * javax/swing/JPopupMenu.java: Added Javadoc - (pack): Implemented. - (setVisible): Reimplemented. - (show): Fixed location. - (JPopupMenu.LigthWeightPopup): Reimplemented to use - Container instead of JPanel. - * javax/swing/MenuSelectionManager.java: Added Javadocs. - (clearSelectedPath): Reimplemented to clear selectedPath - in reverse order. - (processMouseEvent): Reimplemented. - (setSelectedPath): Fire stateChange event indicating that - selected menu path has changed. - (getPath): Change to use ArrayList instead of Vector. - * javax/swing/plaf/basic/BasicMenuBarUI.java: - (installUI): call installKeyboardActions(). - (uninstallUI): call uninstallKeyboardActions(). - -2004-06-13 Michael Koch - - * javax/swing/text/DefaultCaret.java, - javax/swing/text/BadLocationException.java: - Reformatted. - -2004-06-12 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java (DEFAULT_ROWS, - DEFAULT_COLS): New variables. - (create): Don't allow 0 rows or 0 columns. Instead, set the - values to DEFAULT_ROWS or DEFAULT_COLS. - (getMinimumSize): Likewise. - (getPreferredSize): Likewise. - (minimumSize): Likewise. - (preferredSize): Likewise. - (create): Set peer's editable state. - * java/awt/TextArea.java (TextArea()): Set rows and columns to - zero. Update javadocs. - (TextArea(String)): Likewise. - (TextArea(int,int)): Fix javadocs. - (TextArea(String,int,int,int)): Only throw exception if one of - rows or columns is zero. Fix javadocs. - -2004-06-11 Thomas Fitzsimmons - - * java/awt/AWTEvent.java (toString): Handle MenuComponents in - addition to Components. - - * java/awt/MenuItem.java (dispatchEventImpl): If the event - wasn't consumed by normal processing, send it to the parent - menu. - - * gnu/java/awt/peer/gtk/GtkImagePainter.java - (setPixels(int,int,int,int,ColorModel,int[],int,int)): Remove - translation. - -2004-06-11 David Jee - - * java/awt/MediaTracker.java - (addImage(Image,int)): Call imageUpdate() to udpate image status. - (addImage(Image,int,int,int)): Likewise. - -2004-06-11 Michael Koch - - * javax/swing/text/AbstractDocument.java, - javax/swing/text/Document.java, - javax/swing/text/GapContent.java, - javax/swing/text/JTextComponent.java, - javax/swing/text/PlainDocument.java: - Reformatted. - -2004-06-11 Michael Koch - - * javax/swing/JRootPane.java - (AccessibleJRootPane.serialVersionUID): New field. - (AccessibleJRootPane.AccessibleJRootPane): New constructor. - (AccessibleJRootPane.getAccessibleRole): New method. - (RootLayout): Implements Serializable. - (RootLayout.serialVersionUID): New field. - (RootLayout.RootLayout): New constructor. - (setJMenuBar): Made public. - (getJMenuBar): Likewise. - (JRootPane): Likewise. - (createContentPane): Likewise. - (createGlassPane): Likewise. - (createLayeredPane): Likewise. - -2004-06-11 Michael Koch - - * javax/swing/SwingUtilities.java - (isLeftMouseButton): Fixed javadoc. - (isMiddleMouseButton): Likewise. - (isRightMouseButton): Likewise. - -2004-06-11 Michael Koch - - * javax/swing/JScrollPane.java - (serialVersionUID): New field. - (columnHeader): Made protected. - (rowHeader): Likewise. - (lowerLeft): Likewise. - (lowerRight): Likewise. - (upperLeft): Likewise. - (upperRight): Likewise. - (horizontalScrollBar): Likewise. - (horizontalScrollBarPolicy): Likewise. - (verticalScrollBar): Likewise. - (verticalScrollBarPolicy): Likewise. - (viewport): Likewise. - -2004-06-11 Michael Koch - - * javax/swing/LookAndFeel.java: Fixed javadocs. - -2004-06-11 Michael Koch - - * javax/swing/JEditorPane.java: Fixed javadocs. - (JEditorPane): Removed redundant call to to this(). - (fireHyperlinkUpdate): Implemented. - -2004-06-10 Olga Rodimina - - * javax/swing/JMenu.java: Fixed file name - in the file comment. - -2004-06-10 Olga Rodimina - - * javax/swing/JMenu.java: Added javadoc. - (JMenu): Added MenuChangeListener to listen to - ChangeEvents occuring in menu's model. - (insert): Throw IllegalArgumentException if - index is less than 0 - (setSelected): Reimplement. - (setPopupMenuVisible): Call menu's model isEnabled() - (setDelay): Throw IllegalArgumentException if - given amount of delay is less than 0. - (createActionComponent): Implemented. - (createActionChangeListener): Implemented. - (addSeparator): Implemented. - (getItem): Throw IllegalArgumentException if index is - less than 0. - (getItemCount): Implemented. - (fireMenuSelected): Changed to use menuEvent. - (fireMenuDeselected): Likewise. - (fireMenuCanceled): Likewise. - (setAccelerator): Changed to throw an error if this - method is used. - (doClick): Implemented. - (JMenu.ActionChangedListener): New inner class to handle - PropertyChangeEvents occuring in the actions associated with menu. - * javax/swing/plaf/basic/BasicMenuUI.java: Added javadoc. - (BasicMenuUI): Added PropertyChangeListener to the menu. - (createChangeListener): Implemented. - (createMenuDragMouseListener): Likewise. - (createMenuKeyListener): Likewise. - (createPropertyChangeListener): Likewise. - (uninstallListeners): Likewise. - (BasicMenuUI.MouseInputHandler): Reimplemented. - (BasicMenuUI.PropertyChangeHandler): New class. Not implemented yet. - (BasicMenuUI.ChangeHandler): Likewise. - (BasicMenuUI.MenuDragMouseHandler): Likewise. - (BasicMenuUI.MenuKeyHandler): Likewise. - -2004-06-10 David Jee - - * java/awt/MediaTracker.java - (imageUpdate): Only do notifyAll() if the image is complete. - -2004-06-10 Olga Rodimina - - * javax/swing/JApplet.java: - (getJMenuBar): Made public. - (setJMenuBar): Likewise. - * javax/swing/JFrame.java: - (getJMenuBar): Made public. - (setJMenuBar): Likewise. - * javax/swing/JWindow.java: - (getJMenuBar): Removed. - (setJMenuBar): Removed. - -2004-06-10 Michael Koch - - * javax/swing/JEditorPane.java - (createEditorKitForContentType): Fixed visibility. - (fireHyperlinkUpdate): Likewise. - (getContentType): Likewise. - (getEditorKit): Likewise. - (getEditorKitForContentType): Likewise. - (getPage): Likewise. - (read): Likewise. - (registerEditorKitForContentTyoe): Likewise. - (replaceSelection): Likewise. - (setContentType): Likewise. - (setEditorKit): Likewise. - (setPage): Likewise. - -2004-06-10 Michael Koch - - * javax/swing/Timer.java - (Timer): New constructor. - * javax/swing/plaf/basic/BasicProgressBarUI.java - (animationTimer): Don't initialize at construction. - (startAnimationTimer): Added since tag. - (stopAnimationTimer): Likewise. - (installUI): Use new Timer constructor. - * javax/swing/plaf/basic/BasicScrollBarUI.java - (installUI): Likewise. - * javax/swing/plaf/basic/BasicSliderUI.java - (installUI): Likewise. - -2004-06-10 Michael Koch - - * javax/swing/ButtonGroup.java - (serialVersionUID): Made private. - (buttons): Renamed from v, added javadoc. - (sel): Added javadoc. - (ButtonGroup): Likewise. - (add): Likewise. - (remove): Likewise. - (getElements): Likewise. - (getSelection): Likewise. - (setSelected): Likewise. - (isSelected): Likewise. - (getButtonCount): Likewise. - -2004-06-10 Michael Koch - - * javax/swing/ButtonGroup.java, - javax/swing/ImageIcon.java, - javax/swing/JEditorPane.java, - javax/swing/JRootPane.java, - javax/swing/JTextField.java, - javax/swing/LookAndFeel.java, - javax/swing/plaf/basic/BasicTextUI.java: - Reindented. - -2004-06-10 Michael Koch - - * javax/swing/text/Style.java: Added javadocs. - -2004-06-10 Michael Koch - - * javax/swing/JComponent.java - (fireVetoableChange): Removed redundant cast. - * javax/swing/JLabel.java - (getDisabledIcon): Save icon for next call. - -2004-06-10 Michael Koch - - * javax/swing/KeyStroke.java - (getKeyStroke(char,boolean)): Marked deprecated. - -2004-06-10 Michael Koch - - * javax/swing/DefaultCellEditor.java, - javax/swing/GrayFilter.java, - javax/swing/event/DocumentEvent.java, - javax/swing/text/JTextComponent.java, - javax/swing/text/MutableAttributeSet.java: - Reindented. - -2004-06-10 Michael Koch - - * javax/swing/plaf/BorderUIResource.java: - Added serialVersionUID all over. - -2004-06-10 Sascha Brawer - - * javax/swing/undo/UndoManager.java: Re-written from scratch. - -2004-06-10 Michael Koch - - * javax/swing/table/DefaultTableCellRenderer.java - (noFocusBorder): Initialize directly. - -2004-06-10 Michael Koch - - * javax/swing/plaf/basic/BasicArrowButton.java - (setDirection): Use method argument. - -2004-06-10 Michael Koch - - * javax/swing/plaf/BorderUIResource.java, - javax/swing/plaf/ComponentUI.java, - javax/swing/undo/CompoundEdit.java, - javax/swing/undo/StateEdit.java: - Fixed javadocs all over. - -2004-06-10 Michael Koch - - * javax/swing/DefaultButtonModel.java - (ARMED): Made public final, fixed value. - (ENABLED): Likewise. - (PRESSED): Likewise. - (ROLLOVER): Likewise. - (SELECTED): Likewise. - (stateMask): Initialize directly. - (listenerList): Likewise. - (mnemonic): Likewise. - (fireStateChanged): Removed argument, use changeEvent as event. - All places where this method is called are fixed too. - (getActionCommant): Fixed javadoc. - (setGroup): Fixed javadoc. - (getGroup): New method. - -2004-06-09 Olga Rodimina - - * javax/swing/AbstractButton.java - (AbstractButton): Use init() to initialize the button. - (init): New Method. Initializes AbstractButton. - * javax/swing/JMenuItem.java: Documented. - (JMenuItem): Reimplemented. - (init): Implemented. - (setEnabled): Changed to call super.setEnabled() - (processMouseEvent): Reimplemented. - (fireMenuKeyPressed): Implemented. - (fireMenuKeyReleased): Implemented. - (fireMenuKeyTyped): Implemented. - (menuSelectionChanged): disarm the model if the menu item was - deselected. - * javax/swing/plaf/basic/BasicMenuItemUI.java:Documented. - (getPath): Change to use ArrayList instead of Vector. - (getPreferredSize): Renamed variable. - (paintMenuItem): Paint margin area of menu item. - (MouseInputHandler.mouseEntered): Set selection in MenuSelectionManager. - (MouseInputHandler.mouseReleased): Check if mouse was pressed inside - menu item's bounds before clearing the selection. - -2004-06-09 David Jee - - * gnu/java/awt/peer/gtk/GtkTextComponentPeer.java - (GtkTextComponentPeer): Set caret position to 0. - * java/awt/TextComponent.java - (setText): Set caret position to 0. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_addExposeFilter): - Handle GtkScrolledWindow separately. Fix signal handler blocking. - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_removeExposeFilter): - Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c - (Java_gnu_java_awt_peer_gtk_GtkTextAreaPeer_create): Make cursor - visible. - -2004-06-09 Kim Ho - - * Makefile.am: New files - * Makefile.in: Regenerated - * java/awt/Container.java - (getComponentAt): Removed. - * javax/swing/AbstractAction.java - (ENABLED_PROPERTY): New property. - (putValue): Fire PropertyChangeEvents. - (setEnabled): ditto. - (firePropertyChange): Javadoc and implement - convenience method. - * javax/swing/AbstractButton.java - (setAction): Don't create PropertyChangeListener - if new Action is null. - (setIcon): Don't set icon till after comparing - it. - (configurePropertiesFromAction): Check mnemonic - key before calling intValue(). - (createActionPropertyChangeListener): Check - properties rather than bulk change. - * javax/swing/DefaultDesktopManager.java: - Implement. - * javax/swing/DesktopManager.java: - Jalopy and javadoc. - * javax/swing/JComponent.java - (fireVetoableChange): Implement. - (paintImmediately): Use root component. - * javax/swing/JDesktopPane.java: Implement - * javax/swing/JInternalFrame.java: Implement - * javax/swing/JLabel.java - (getDisabledIcon): Return grayscaled icon if - no disabled icon specified. - * javax/swing/JMenuBar.java - (getComponentAtIndex): Use getComponent - * javax/swing/JOptionPane.java - (getDesktopPaneForComponent): Use SwingUtilities' - getAncestorOfClass - (getFrameForComponent): ditto. - * javax/swing/JSplitPane.java - (remove): Use getComponent. - * javax/swing/SwingUtilities.java - (convertPoint): Implement. - * javax/swing/plaf/basic/BasicButtonUI.java - (paintButtonNormal): Check opaqueness before - filling background. - * javax/swing/plaf/basic/BasicDesktopIconUI.java: - Implement - * javax/swing/plaf/basic/BasicDesktopPaneUI.java: - Implement. - * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java: - Implement. - * javax/swing/plaf/basic/BasicInternalFrameUI.java: - Implement. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Change InternalFrame and Desktop colors. - -2004-06-09 David Jee - - * java/awt/Container.java - (remove): Do not set component to invisible. - -2004-06-09 Michael Koch - - * javax/swing/tree/DefaultMutableTreeNode.java - (getLeafCount): Renamed enum to e. - -2004-06-09 Michael Koch - - * javax/swing/plaf/basic/BasicSplitPaneDivider.java - (positionForMouseEvent): Removed redundant semicolon. - (continueDrag): Use method arguments. - -2004-06-09 Michael Koch - - * javax/swing/border/TitledBorder.java, - javax/swing/filechooser/FileSystemView.java, - javax/swing/plaf/basic/BasicButtonListener.java, - javax/swing/plaf/basic/BasicGraphicsUtils.java, - javax/swing/plaf/basic/BasicLabelUI.java, - javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java, - javax/swing/plaf/basic/BasicScrollBarUI.java, - javax/swing/plaf/basic/BasicScrollPaneUI.java, - javax/swing/plaf/basic/BasicSliderUI.java, - javax/swing/plaf/basic/BasicTabbedPaneUI.java, - javax/swing/plaf/basic/BasicToggleButtonUI.java, - javax/swing/table/JTableHeader.java, - javax/swing/text/AbstractDocument.java, - javax/swing/text/DefaultCaret.java, - javax/swing/text/StyledEditorKit.java, - javax/swing/tree/DefaultTreeCellEditor.java: - Reworked import statements. - -2004-06-08 Graydon Hoare - - * javax/swing/Box.java: Temporarily comment out code - broken due to visibility bug. - -2004-06-09 Michael Koch - - * javax/swing/ImageIcon.java - (ImageIcon): Added missing constructor. - -2004-06-08 Michael Koch - - * javax/swing/JToggleButton.java - (JToggleButton): New constructor. - (getAccessibleContext): Moved documentation into javadoc. - (getUIClassID): Likewise. - -2004-06-08 Michael Koch - - * javax/swing/AbstractButton.java - (getDisabledIcon): Create disabled icon if none exists yet. - -2004-06-08 Michael Koch - - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initClassDefaults): Added FormattedTextFieldUI. - (loadResourceBundle): Renamed enum to e. - -2004-06-08 Michael Koch - - * javax/swing/plaf/basic/BasicButtonUI.java - (paintIcon): Simplified. - (paintText): Paint disabled button correctly. - -2004-06-08 Michael Koch - - * javax/swing/JComponent.java - (createToolTip): Use official JToolTip API. - -2004-06-08 Michael Koch - - * javax/swing/JToolTip.java - (JToolTip): No arguments in API. - (setTipText): New method. - -2004-06-08 Michael Koch - - * javax/swing/SwingUtilities.java - (isLeftMouseButton): New method. - (isMiddleMouseButton): New method. - (isRightMouseButton): New method. - -2004-06-08 Michael Koch - - * javax/swing/AbstractButton.java, - javax/swing/CellRendererPane.java, - javax/swing/JCheckBoxMenuItem.java, - javax/swing/JColorChooser.java, - javax/swing/JComboBox.java, - javax/swing/JComponent.java, - javax/swing/JDesktopPane.java, - javax/swing/JFileChooser.java, - javax/swing/JMenu.java, - javax/swing/JMenuItem.java, - javax/swing/JOptionPane.java, - javax/swing/JPasswordField.java, - javax/swing/JPopupMenu.java, - javax/swing/JProgressBar.java, - javax/swing/JRadioButtonMenuItem.java, - javax/swing/JScrollBar.java, - javax/swing/JSeparator.java, - javax/swing/JSlider.java, - javax/swing/JSplitPane.java, - javax/swing/JTabbedPane.java, - javax/swing/JTextField.java, - javax/swing/JToolBar.java, - javax/swing/text/JTextComponent.java: - Fixed all constructors of accessibility classes. - -2004-06-08 Michael Koch - - * javax/swing/ScrollPaneLayout.java: Renamed all memeber variables all - over. - -2004-06-08 Michael Koch - - * javax/swing/Box.java - (AccessibleBoxFiller): Extends AccessibleAWTComponent. - (AccessibleBoxFiller.serialVersionUID): New member variable. - * javax/swing/DefaultButtonModel.java - (stateMask): Made protected. - (listenerList): Likewise. - (changeEvent): Likewise. - (group): Likewise. - (mnemonic): Likewise. - (actionCommand): Likewise. - (getListeners): New method. - (getActionListeners): New method. - (getItemListeners): New method. - (getChangeListeners): New method. - (fireItemStateChanged): Simplified. - (fireActionPerformed): Simplified. - (fireStateChanged): Simplified. - * javax/swing/JFrame.java - (JFrame): Implements WindowContants. - (HIDE_ON_CLOSE): Removed. - (EXIT_ON_CLOSE): Removed. - (DISPOSE_ON_CLOSE): Removed. - (DO_NOTHING_ON_CLOSE): Removed. - (processWindowEvent): Exit with code 0. - (setDefaultCloseOperation): Do security check before setting value. - * javax/swing/JOptionPane.java - (message): Initialize only in constructor. - * javax/swing/JToolTip.java: Removed unused imports. - * javax/swing/JViewport.java - (serialVersionUID): New member variable. - (SIMPLE_SCROLL_MODE): Made final, fixed value. - (BLIT_SCROLL_MODE): Likewise. - (BACKINGSTORE_SCROLL_MODE): Likewise. - (scrollUnderway): Made protected. - (isViewSizeSet): Likewise. - * javax/swing/ListModel.java: Fixed javadoc. - * javax/swing/Popup.java: Likewise. - * javax/swing/RepaintManager.java - (paintDirtyRegions): Don't use internal classes of - java.util.AbstractMap. - * javax/swing/ScrollPaneConstants.java: Reindented. - * javax/swing/ScrollPaneLayout.java - (viewport): Made protected. - (verticalScrollBar): Made protected, renamed to vsb. - (horizontalScrollBar): Made protected, renamed to hsb. - (rowHeader): Made protected, renamed to rowHead. - (columnHeader): Made protected, renamed to colHead. - (lowerLeft): Made protected. - (lowerRight): Made protected. - (upperLeft): Made protected. - (upperRight): Made protected. - (verticalScrollBarPolicy): Made protected, renamed to vsbPolicy. - (horizontalScrollBarPolicy): Made protected, renamed to hsbPolicy. - -2004-06-07 Bernd Schmidt - - * java/awt/MediaTracker.java (imageUpdate): Only set status to - LOADING if flags has SOMEBITS set. - -2004-06-07 Michael Koch - - * javax/swing/AbstractButton.java: Reorganized imports. - * javax/swing/ActionMap.java: Likewise. - * javax/swing/DefaultButtonModel.java: Likewise. - * javax/swing/DefaultListModel.java: Likewise. - * javax/swing/ImageIcon.java: Likewise. - (serialVersionUID): New member variable. - * javax/swing/JComboBox.java: Reorganized imports. - * javax/swing/JComponent.java: Likewise. - (ui): Made protected. - (listenerList): Made protected. - (TOOL_TIP_TEXT_KEY): New constant. - (scrollRectToVisible): Removed redundant null check. - * javax/swing/JFrame.java: Reorganized imports. - * javax/swing/JInternalFrame.java: Reorganized imports. - * javax/swing/JProgressBar.java: Likewise. - * javax/swing/JRootPane.java: Likewise. - * javax/swing/JScrollBar.java: Likewise. - * javax/swing/JSeparator.java: Likewise. - * javax/swing/JSlider.java: Likewise. - * javax/swing/JTabbedPane.java: Likewise. - * javax/swing/JTextField.java: Likewise. - * javax/swing/JToolBar.java: Likewise. - * javax/swing/JTree.java: Likewise. - * javax/swing/JViewport.java: Likewise. - * javax/swing/JWindow.java: Likewise. - * javax/swing/KeyStroke.java: Likewise. - * javax/swing/LookAndFeel.java: Likewise. - * javax/swing/MenuSelectionManager.java: Likewise. - * javax/swing/SwingUtilities.java: Likewise. - * javax/swing/Timer.java: Likewise. - * javax/swing/DefaultBoundedRangeModel.java: Fixed javadoc. - * javax/swing/JList.java - (HORIZONTAL_WRAP): Made final, fixed value. - (VERTICAL): Likewise. - (VERTICAL_WRAP): Likewise. - -2004-06-07 Michael Koch - - * javax/swing/AbstractButton.java - (serialVersionUID): New member variable. - (AccessibleAbstractButton.serialVersionUID): Likewise. - (AbstractButton): Made public. - * javax/swing/Box.java - (AccessibleBox.serialVersionUID): New member variable. - (Filler.serialVersionUID): Likewise. - * javax/swing/DefaultListSelectionModel.java - (serialVersionUID): Likewise. - * javax/swing/JApplet.java - (serialVersionUID): Likewise. - * javax/swing/JCheckBox.java - (serialVersionUID): Likewise. - * javax/swing/JCheckBoxMenuItem.java - (serialVersionUID): Likewise. - (AccessibleJCheckBoxMenuItem.serialVersionUID): Likewise. - * javax/swing/JColorChooser.java - (serialVersionUID): Likewise. - (AccessibleJColorChooser.serialVersionUID): Likewise. - * javax/swing/JComponent.java - (serialVersionUID): Made private. - (AccessibleJComponent.serialVersionUID): New member variable. - * javax/swing/JDesktopPane.java - (serialVersionUID): Likewise. - * javax/swing/JDialog.java - (serialVersionUID): Likewise. - * javax/swing/JFormattedTextField.java - (serialVersionUID): Fixed value. - * javax/swing/JFrame.java - (serialVersionUID): New member variable. - (getDefaultCloseOpertation): Made public. - * javax/swing/JLayeredPane.java - (serialVersionUID): Likewise. - (LAYER_PROPERTY): Made final, fixed value. - (JLayeredPane): Made public. - * javax/swing/JMenu.java - (AccessibleJMenu.serialVersionUID): New member variable. - (WinListener.serialVersionUID): Likewise. - * javax/swing/JMenuBar.java - (serialVersionUID): Likewise. - (getComponentAtIndex): Added @deprecated tag. - * javax/swing/JMenuItem.java - (serialVersionUID): New member variable. - (AccessibleJMenuItem.serialVersionUID): Likewise. - * javax/swing/JOptionPane.java - (serialVersionUID): Likewise. - (AccessibleJOptionPane.serialVersionUID): Likewise. - * javax/swing/JPopupMenu.java - (serialVersionUID): Likewise. - (AccessibleJPopupMenu.serialVersionUID): Likewise. - (getPopupMenuListeners): New method. - (getComponentAtIndex): Added @deprecated tag. - * javax/swing/JProgressBar.java - (serialVersionUID): New member variable. - (AccessibleJProgressBar.serialVersionUID): Likewise. - * javax/swing/JRadioButton.java - (serialVersionUID): Likewise. - * javax/swing/JRadioButtonMenuItem.java - (serialVersionUID): Likewise. - (AccessibleJRadioButtonMenuItem.serialVersionUID): Likewise. - * javax/swing/JScrollBar.java - (serialVersionUID): Likewise. - (AccessibleJScrollBar.serialVersionUID): Likewise. - * javax/swing/JSeparator.java - (serialVersionUID): Likewise. - (AccessibleJSeparator.serialVersionUID): Likewise. - * javax/swing/JSlider.java: Fixed javadocs. - (AccessibleJSlider.serialVersionUID): New member variable. - * javax/swing/JSplitPane.java: Added copyright statement. - (serialVersionUID): New member variable. - (AccessibleJSplitPane.serialVersionUID): Likewise. - * javax/swing/JTabbedPane.java - (serialVersionUID): Likewise. - (AccessibleJTabbedPane.serialVersionUID): Likewise. - (ModelListener.serialVersionUID): Likewise. - (ModelListener.ModelListener): New constructor. - (SCROLL_TAB_LAYOUT): Made public final, fixed value. - (WRAP_TAB_LAYOUT): Likewise. - * javax/swing/JTable.java - (serialVersionUID): New member variable. - * javax/swing/JToggleButton.java - (serialVersionUID): Likewise. - (ToggleButtonModel): Made static. - (ToggleButtonModel.serialVersionUID): New member variable. - * javax/swing/JToolTip.java - (serialVersionUID): Likewise. - * javax/swing/JTree.java - (serialVersionUID): Likewise. - * javax/swing/JWindow.java - (serialVersionUID): Likewise. - * javax/swing/Timer.java - (serialVersionUID): Likewise. - -2004-06-06 Michael Koch - - * javax/swing/SwingConstants.java - (NEXT): New constant. - (PREVIOUS): Likewise. - * javax/swing/UIManager.java - (LookAndFeel): Made public. - (LookAndFeel.getClassName): Likewise. - (LookAndFeel.getName): Likewise. - -2004-06-02 Olga Rodimina - - * javax/swing/JCheckBoxMenuItem.java: - Removed CVS tags. - * javax/swing/JMenu.java: Likewise. - * javax/swing/JMenuBar.java: Likewise. - * javax/swing/JMenuItem.java: Likewise. - * javax/swing/JPopupMenu.java: Likewise. - * javax/swing/JRadioButtonMenuItem.java: Likewise. - * javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java:Likewise. - * javax/swing/plaf/basic/BasicMenuBarUI.java: Likewise. - * javax/swing/plaf/basic/BasicMenuItemUI.java: Likewise. - * javax/swing/plaf/basic/BasicMenuUI.java: Likewise. - * javax/swing/plaf/basic/BasicPopupMenuUI.java: Likewise. - * javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java: Likewise. - -2004-05-31 Olga Rodimina - - * javax/swing/plaf/basic/BasicMenuUI.java: - (MouseEntered): Do not call getPath() from MenuSelectionManager. - Call getPath() from super class instead. - -2004-05-31 David Jee - - * java/awt/Container.java - (remove): Set component visibility to false after removing it. - -2004-05-27 Thomas Fitzsimmons - - * java/awt/Component.java (getForeground): Return SystemColor if - parent is null. - (getBackground): Likewise. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c - (item_highlighted): New function. - (connectSignals): Set item_highlighted as list's select - function. - - * java/applet/Applet.java: Revert changes from 2004-04-29, - 2004-03-15 and 2004-03-14. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (drawString): - Divide baseline y coordinate by PANGO_SCALE, not DPI conversion - factor. - - * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java (create): Set - "Dialog" as the default font. - * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java (create): - Likewise. - * java/awt/Component.java (getFont): Return "Dialog" font by - default. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeer.c: - Multiply size argument to pango_font_description_set_size by the - DPI conversion factor rather than by PANGO_SCALE. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (drawString): - Divide baseline y coordinate by DPI conversion factor rather - than by PANGO_SCALE. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c - (area_prepared): Fix typo. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c - (gtkSetFont): Move gtk_bin_get_child inside GDK critical region. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c - (dpi_conversion_factor): New global variable. - (init_dpi_conversion_factor): New function to calculate and - track DPI conversion factor. - (dpi_changed_cb): New callback. - * jni/gtk-peer/gtkpeer.h (dpi_conversion_factor): Declare. - -2004-05-27 David Jee - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (getGraphics): Return a new GdkGraphics instance. - * gnu/java/awt/peer/gtk/GtkContainerPeer.java - (getGraphics): Call super.getGraphics(). - -2004-05-26 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (setNativeBounds): Clamp width and height values to >= 0. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (find_fg_color_widget): Handle GtkOptionMenu specially. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (pre_event_handler): Only post configure events to visible - top-level windows. - -2004-05-26 David Jee - - * java/awt/BorderLayout.java - (layoutContainer): Fix size calculations. - -2004-05-26 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (window_wm_protocols_filter): Remove function. - (create): Remove filter that removes WM_TAKE_FOCUS client - messages. - -2004-06-17 Anthony Green - - * java/util/zip/ZipFile.java (getInputStream): Return null if - entry not found. - - * gnu/gcj/runtime/VMClassLoader.java (init): Add extension - directory contents to the class path. - -2004-06-15 Andrew Haley - - * java/lang/natSystem.cc (getenv0): Don't assume environment - variable is Latin 1 coded. - -2004-06-14 Andreas Jaeger - - * configure.in: Support --enable-version-specific-runtime-libs. - * configure: Regenerated. - -2004-06-14 Bryce McKinlay - - * java/util/Calendar.java: Change ResourceBundle.getBundle() calls - to pass ClassLoader argument. - * java/util/GregorianCalendar.java: Likewise. - * java/util/Currency.java: Likewise. - * java/text/BreakIterator.java: Likewise. - * java/text/Collator.java: Likewise. - * java/text/DateFormat.java: Likewise. - * java/text/DateFormatSymbols.java: Likewise. - * java/text/DecimalFormatSymbols.java: Likewise. - * java/text/NumberFormat.java: Likewise. - * java/awt/Window.java: Likewise. - -2004-06-14 Andrew Haley - - * java/lang/System.java: (getenv0): New method. - (getenv): Add security check. Do the right thing. - * java/lang/natSystem.cc (getenv0): New method. - -2004-06-12 Mark Wielaard - - * javax/swing/RepaintManager.java - (paintDirtyRegions): Use entrySet(), not values(). - -2004-06-10 Mark Wielaard - - * jni.cc (_Jv_JNI_GetAnyMethodID): Add name and signature to - NoSuchMethodError. - -2004-06-11 Jerry Quinn - - * java/util/GregorianCalendar.java (computeTime): Skip buggy formulae - when we already know the answer. - * java/util/SimpleTimeZone.java (serialVersionOnStream): Bump to 2. - (setStartRule,setEndRule): Don't take abs of day number. - (getOffset): Clarify docs. Add argument checks. - (isBefore): Take abs of day number in DOW_LE_DOM_MODE. - (equals,hasSameRules,toString,readObject): Use startTimeMode and - endTimeMode. - -2004-06-10 Tom Tromey - - * interpret.cc (run): Handle wide fload. - -2004-06-06 Jerry Quinn - - * java/util/zip/ZipEntry.java (setTime): Remove scaling. - -2004-06-05 Michael Koch - - * javax/swing/SwingConstants.java - (NEXT): New constant. - (PREVIOUS): Likewise. - -2004-06-05 Michael Koch - - * javax/swing/UIManager.java - (LookAndFeel): Made public. - (LookAndFeel.getName): Likewise. - (LookAndFeel.getClassName): Likewise. - -2004-06-03 Michael Koch - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (requestFocus): Revert last changes. - (gtkRequestFocus): Removed. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_gtkRequestFocus): - Renamed to ... - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_gtkWidgetRequestFocus): - Reverted last patch. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c - (Java_gnu_java_awt_peer_gtk_GtkPopupMenuPeer_setupAccelGroup): - Reverted comment change. - -2004-06-02 Olga Rodimina - - * javax/swing/JCheckBoxMenuItem.java: - Removed CVS tags. - * javax/swing/JMenu.java: Likewise. - * javax/swing/JMenuBar.java: Likewise. - * javax/swing/JMenuItem.java: Likewise. - * javax/swing/JPopupMenu.java: Likewise. - * javax/swing/JRadioButtonMenuItem.java: Likewise. - * javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java:Likewise. - * javax/swing/plaf/basic/BasicMenuBarUI.java: Likewise. - * javax/swing/plaf/basic/BasicMenuItemUI.java: Likewise. - * javax/swing/plaf/basic/BasicMenuUI.java: Likewise. - * javax/swing/plaf/basic/BasicPopupMenuUI.java: Likewise. - * javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java: Likewise. - -2004-06-01 Tom Tromey - - * java/io/ObjectStreamField.java: Cleaned up imports. - -2004-06-01 Michael Koch - - * java/io/ObjectStreamField.java: Style and javadoc cleanup. - -2004-06-01 Mark Wielaard - - * java/io/Writer.java (Writer(Object)): Fixed API doc. - -2004-06-01 Michael Koch - - * java/security/Security.java - (insertProviderAt): Use equals() instead of ==. - (removeProvicer): Likewise. - (getProvider): Likewise. - * java/security/Signature.java - (sign): Don't set state to UNINITIALIZED. - (verify): Likewise. - -2004-06-01 Mark Wielaard - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java (requestFocus): - Implement by calling gtkRequestFocus. - (gtkRequestFocus): New native method. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_requestFocus__): - Renamed to ... - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_gtkRequestFocus): - New function name. - (filter_expose_event_handler): - Mark static. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c - (menu_pos): Mark static. - -2004-06-01 Michael Koch - - * java/text/CollationElementIterator.java, - java/text/CollationKey.java, - java/text/RuleBasedCollator.java: New versions from GNU classpath. - * testsuite/libjava.mauve/xfails: Removed all - java.text.CollationElementIterator tests. - -2004-06-01 Michael Koch - - * java/util/zip/InflaterInputStream.java: Merged more with Classpath - version. - * java/util/zip/ZipOutputStream.java (): Renamed enum to e to removed - Java 1.5 keyword usage. - -2004-05-31 Olga Rodimina - - * javax/swing/plaf/basic/BasicMenuUI.java: - (MouseEntered): Do not call getPath() from MenuSelectionManager. - Call getPath() from super class instead. - -2004-05-31 Michael Koch - - * java/io/SequenceInputStream.java: - Rename enum to e because enum is a keyword in Java 1.5. - -2004-05-31 Michael Koch - - * gnu/java/rmi/rmic/CompilerProcess.java: - Fixed javadoc to by XHTML compliant. - -2004-05-30 Mark Wielaard - - * java/awt/Toolkit.java (loadSystemColors): Implement. - -2004-05-30 Michael Koch - - * java/lang/System.java: Reordered imports. - -2004-05-30 Guilhem Lavaux - - * java/text/DecimalFormat.java - (parse): Fixed parsing of decimal strings. Number of maximum - digits to be read should now work. - * java/text/SimpleDateFormat.java - (SimpleDateFormat): Set maximumFractionDigit to 0 for the number - formatter. This fixes DateFormatTest. - -2004-05-30 Michael Koch - - * java/nio/Buffer.java - (limit): Fixed off by one error. - * java/nio/CharBuffer.java - (wrap): Fixed arguments, added javadocs. - -2004-05-30 Michael Koch - - * gnu/java/beans/BeanInfoEmbryo.java, - java/awt/im/InputContext.java, - javax/swing/tree/DefaultMutableTreeNode.java: - Rename enum to e because enum is a keyword in Java 1.5. - -2004-05-30 Michael Koch - - * gnu/java/math/MPN.java, - java/awt/geom/Arc2D.java: - Fixed javadocs all over. - -2004-05-30 Michael Koch - - * java/awt/DefaultKeyboardFocusManager.java - (dispatchEvent): Call method to get key event dispatchers. - (dispatchKeyEvent): Call method to get key event post processors. - * javax/swing/JComponent.java - (listenerList): Made protected. - * javax/swing/JOptionPane.java - (message): Don't initialize. - (JOptionPane): Set message text. - * javax/swing/JPopupMenu.java - (show): Fixed typo in argument name. - * javax/swing/RepaintManager.java - (paintDirtyRegions): Use public API of java.util.Map. - * javax/swing/plaf/basic/BasicSplitPaneDivider.java - (positionForMouseEvent): Removed redundant ';'. - (continueDrag): Use method arguments. - -2004-05-29 Ranjit Mathew - - * testsuite/libjava.jacks/jacks.xfail: Update for post tree-ssa merge - results. - -2004-05-28 Bryce McKinlay - - * gcj/cni.h (JvAllocBytes): New public CNI function. Calls - _Jv_AllocBytes. - * gnu/gcj/RawDataManaged.java: New file. - * java/lang/Thread.java (data): Declare as RawDataManaged. - * java/lang/natThread.cc (init_native): Cast natThread data to - RawDataManaged, not jobject. - * Makefile.am (ordinary_java_source_files): Add RawDataManaged. - * Makefile.in: Rebuilt. - -2004-05-27 Jerry Quinn - - * java/util/SimpleTimeZone.java: Reverting my last change until I - can fix it properly. - -2004-05-27 Michael Koch - - * javax/swing/JPopupMenu.java - (isVisible): Do not use visible directly. - (setVisible): Likewise. - * javax/swing/JWindow.java - (JWindow): call accessible constructor. - * javax/swing/RepaintManager.java - (paintDirtyRegions): Use public methods to obtain iterator. - -2004-05-25 David Jee - - * java/awt/Container.java - (remove): Set component's parent to null only after we removed the - component from its parent's layout manager. - -2004-05-25 David Jee - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (GtkComponentPeer): Set bounds regardless of whether awtComponent - is valid. - * gnu/java/awt/peer/gtk/GtkListPeer.java - (getSize): Change native method declaration. - (minimumSize): Pass visible row count into getSize(). - (preferredSize): Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c - (Java_gnu_java_awt_peer_gtk_GtkListPeer_getSize): Use scroll window's - natural size. Use visible row count to determine the final height - value to return. - -2004-05-21 Graydon Hoare - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (setClip): Minor correction to order of operations. - - * javax/swing/JScrollPane.java: Extend sketchy implementation. - * javax/swing/ScrollPaneLayout.java: Likewise. - * javax/swing/JViewPort.java: Likewise. - * javax/swing/ViewportLayout.java: Likewise. - - * javax/swing/JComponent.java: Rewrite. - * javax/swing/RepaintManager.java: Likewise. - - * javax/swing/JLayeredPane.java: Change validate() to revalidate(). - * javax/swing/JList.java - (setSelectedIndices): - (getSelectedIndices): - (getSelectedValues): New functions. - (getPreferredScrollableViewportSize): Return preferred size. - (getScrollableUnitIncrement): - (getScrollableBlockIncrement): Initial implementations. - * javax/swing/JRootPane.java: Clean up slightly. - (getUI): - (setUI): - (updateUI): - (getUIClassID): - (isValidateRoot): Add overrides from JComponent. - * javax/swing/JScrollBar.java: Set default orientation to VERTICAL. - * javax/swing/UIManager.java (getDimension): Return the dimension. - - * javax/swing/plaf/basic/BasicButtonUI.java: Set component opaque. - * javax/swing/plaf/basic/BasicLabelUI.java: Likewise. - * javax/swing/plaf/basic/BasicMenuItemUI.java: Likewise. - * javax/swing/plaf/basic/BasicProgressBarUI.java: Likewise. - * javax/swing/plaf/basic/BasicSeparatorUI.java: Likewise. - * javax/swing/plaf/basic/BasicSliderUI.java: Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java: Likewise. - * javax/swing/plaf/basic/BasicRootPaneUI.java: - Likewise, and set background. - * javax/swing/plaf/basic/BasicListUI.java: - Likewise, and improve a bit. - * javax/swing/plaf/basic/BasicScrollBarUI.java: - Likewise, and adjust calculations. - * javax/swing/plaf/basic/BasicViewportUI.java: - Likewise, and improve a bit. - * javax/swing/plaf/basic/BasicLookAndFeel.java - (Button.margin): Shrink. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: - Hack to set horizontal always, workaround pango. - - * jni/gtk-peer/gtkcairopeer.h: Change to match pattern API. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - Synchronize more often, check cairo status after ops, - handle changes to cairo pattern API, check for disposal. - -2004-05-21 Olga Rodimina - - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (BasicMenuItemUI): Create propertyChangeListener. - (getPath):Implemented. - (installListeners): Add propertyChangeListener to menuItem. - (uninstallListeners): Remove propertyChangeListener from menuItem. - (update): Implemented. - * javax/swing/plaf/basic/BasicMenuUI.MouseInputHandler: - (mouseEntered): Take insets of popup menu into account when - calculating position of popup menu. - -2004-05-18 Olga Rodimina - - * Makefile.am: Added new file. - * Makefile.in: Regenerate. - * javax/swing/JMenuBar.java: - Started implementation. - * javax/swing/JPopupMenu.java: - (setVisible): Fixed location of lightweight/mediumweight - popup menu. - (show): Fixed location of PopupMenu. - * javax/swing/plaf/basic/BasicMenuBarUI.java: - New file. UI Delegate for JMenuBar. - * javax/swing/plaf/basic/BasicMenuUI.MouseInputHandler: - (mouseEntered): Corrected position of the submenu. - -2004-05-18 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c: Remove calls - to _gtk_accel_group_attach. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c: - Likewise. - - * gnu/java/awt/peer/gtk/GtkButtonPeer.java: Give gtkSetFont - package access. Don't override setFont. - * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java: Give - gtkWidgetRequestFocus package access. - * gnu/java/awt/peer/gtk/GtkLabelPeer.java: Don't override - setFont. - * gnu/java/awt/peer/gtk/GtkListPeer.java: Override gtkSetFont. - Give gtkWidgetRequestFocus package access. - * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java: Give - gtkWidgetRequestFocus package access. Don't override setFont. - * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java: Don't override - setFont. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (gtkSetLabel): Move call to gtk_bin_get_child into GDK critical - region. - (gtkSetFont): Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c (gtkSetFont): - Implement. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c - (gtkSetFont): Whitespace fix. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (gtkWidgetSetUsize): Remove method. - -2004-05-18 David Jee - - * java/awt/image/MemoryImageSource.java - (newPixels(int,int,int,int,boolean)): Set only the specified - rectangle of pixels. - (newPixels(byte[],ColorModel,int,int)): Implement. - (newPixels(int[],ColorModel,int,int)): Implement. - -2004-05-18 Olga Rodimina - - * Makefile.am: Added new file. - * Makefile.in: Regenerate. - * javax/swing/JMenu.java: Started - implementation. - * javax/swing/JPopupMenu.java: - (insert): If specified index is -1, then - add component at the end. - (isPopupTrigger): Reimplemented. - (JPopupMenu.LightWeightPopup): setBounds - of the lightWeightPopup before adding it - to the layeredPane. - (javax/swing/plaf/basic/BasicIconFactory.java): - (getMenuArrowIcon): Implemented. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (getPreferredSize): Add size of the arrow icon - if this menu item is instance of JMenu. - (paintMenuItem): Paint arrow icon if this - menu item is a submenu. - * javax/swing/plaf/basic/BasicMenuUI.java: - New File. UI Delegate for JMenu. - -2004-05-17 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java (postKeyEvent): - Post KEY_TYPED events. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (generates_key_typed_event): Remove function. - -2004-05-17 Olga Rodimina - - * javax/swing/JRootPane.java - (JRootPane.RootLayout): Reimplemented to - set bounds of contentPane and menuBar. - (setJMenuBar): Add menu bar to the layered pane. - (createLayeredPane): Set layout of layeredPane - to null. - * javax/swing/JLayeredPane.java: - (addImpl): Calculate index of the component in the - layeredPane according to the specified position within - the layer. - -2004-05-17 David Jee - - * gnu/java/awt/peer/gtk/GtkImagePainter.java - (setPixels): Change color model to the default model after - converting pixels. - * java/awt/image/MemoryImageSource.java - (newPixels): Set only the specified rectangle of pixels. - -2004-05-13 Thomas Fitzsimmons - - * libgcj.spec.in (lib): Add -l-java-awt -l-java-applet - -l-java-beans -l-javax-accessibility -l-javax-swing. - - * java/awt/AWTEvent.java (toString): Print source's name rather - than the source itself. - -2004-05-12 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkToolkit.java (loadSystemColors): Make - native. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c - (gdk_color_to_java_color): New function. - * jni/gtk-peer/gtkpeer.h: Add SystemColor defines. - -2004-05-12 David Jee - - * java/awt/image/RGBImageFilter.java: - Initialize origmodel as null. - (makeColor): Fix pixel component order. - (filterRGBPixels): Fix pixel iteration. - (setPixels): Add extra checks for index color model. Convert pixels - to default color model if necessary. - (convertColorModelToDefault): New override method for byte pixels. - (convertColorModelToDefault): For int pixels, fix pixel iteration. - (makeColorbyDefaultCM): New override method for byte pixels. - (makeColorbyDefaultCM): For int pixel, add color model as argument. - (makeColor): Fix pixel component order. - -2004-05-11 Kim Ho - - * javax/swing/Box.java: - Comment out more parts of Box.Filler. - -2004-05-11 Kim Ho - - * javax/swing/Box.java: - Remove reference to AccessibleAWTComponent so - it compiles again. - -2004-05-10 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkListPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: Update - implementation of list peer to use GtkTreeView instead of - deprecated GtkCList. - -2004-05-07 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (gtkWidgetDispatchKeyEvent): Remove keyChar parameter. - (handleEvent): Remove keyChar argument to - gtkWidgetDispatchKeyEvent calls. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Fix - compiler warnings. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: - Likewise. - -2004-05-06 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (gtkWidgetRequestFocus): Mark protected. - (GtkComponentPeer): Only set the peer's bounds if its component - is valid. - * java/awt/Component.java (static): Set the default keyboard - focus manager. - (requestFocus(), requestFocus(boolean), requestFocusInWindow(), - requestFocusInWindow(temporary)): Don't request focus if the - component is not showing. Get tree lock before traversing - component hierarchy. - * java/awt/DefaultKeyboardFocusManager.java (dispatchEvent): - Only set the global focus owner if it is not a Window. - (processKeyEvent): Consume keystrokes associated with the focus - traversal keystroke. - (focusPreviousComponent, focusNextComponent, upFocusCycle, - downFocusCycle): Call requestFocusInWindow instead of - requestFocus. - * java/awt/EventDispatchThread.java (run): Move setting of - default keyboard focus manager to Component.java. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (awt_keycode_to_keysym): New function. - (gtkWidgetDispatchKeyEvent): Finish implementation. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (pre_event_handler): Add FIXME comment. - - * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c - (gtkWidgetRequestFocus): New method. - * java/awt/TextArea.java (TextArea): Set focus traversal keys to - disable Tab and Shift-Tab keystrokes. - (addNotify, appendText, insertText, replaceText): Simplify peer - retrieval code. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c - (connectSignals): Remove connections to "commit" signals. - Remove C++-style comments. - - * gnu/java/awt/peer/gtk/GtkButtonPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (handleEvent): Activate GTK button when the space bar key is - pressed. - (gtkActivate): New method. - -2004-05-06 David Jee - - * java/awt/image/CropImageFilter.java - (setPixels): Implement for byte array pixels. - * java/awt/image/ReplicateScaleFilter.java - (setPixels): Implement for byte array pixels. - (replicatePixels): Overload for byte array pixels. - -2004-05-06 Kim Ho - - * javax/swing/Box.java: - (getAccessibleContext): Return an instance of the - correct class. - -2004-05-05 David Jee - - * gnu/java/awt/peer/gtk/GdkGraphics.java - (drawImage): When component is null, use SystemColor.window as - the default bgcolor. - * gnu/java/awt/peer/gtk/GtkImage.java - (setPixels): We can avoid iterating through the pixel rows only - when height is 1. - * java/awt/Image.java - (getScaledInstance): Partially implement. - * java/awt/image/CropImageFilter.java - (setProperties): Fix "filter" property. - (setPixels): Implement. - * java/awt/image/ReplicateScaleFilter.java - (setDimensions): Use scaled dimensions. - (setPixels): Implement. - (replicatePixels): New method. - -2004-05-05 David Jee - - * gnu/java/awt/peer/gtk/GtkImagePainter.java - (convertPixels): If either pixels or model is null, return null. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c - (Java_gnu_java_awt_peer_gtk_GtkImagePainter_drawPixels): If jpixels - is null, do nothing and return. - -2004-05-03 Kim Ho - - * gnu/java/awt/peer/gtk/GtkDialogPeer.java: - (getGraphics): Like GtkFramePeer, the Graphics - object needs to be translate to account for - window decorations. - (postMouseEvent): New method. Account for - translation. - (postExposeEvent): ditto. - * javax/swing/Box.java: Stubbed. - * javax/swing/JDialog.java: Ran through jalopy - to fix indentation. - (JDialog): Call SwingUtilities' getOwnerFrame - for null owners. - (setLayout): Check isRootPaneCheckingEnabled - * javax/swing/JOptionPane.java: Re-implemented. - * javax/swing/SwingUtilities.java: - (getOwnerFrame): Static method to grab a default - owner frame for Dialogs that don't specify owners. - * javax/swing/event/SwingPropertyChangeSupport.java: - (firePropertyChange): Fix early exit condition. - * javax/swing/plaf/basic/BasicLabelUI.java: - (paint): Avoid painting text if it is null - or empty. - * javax/swing/plaf/basic/BasicOptionPaneUI.java: - Implement. - -2004-05-03 Olga Rodimina - - * Makefile.am: Added new file. - * Makefile.in: Regenerate. - * javax/swing/JPopupMenu.java: - Started implementation. - * javax/swing/JWindow.java - (JWindow): call super() if parent for window - is not specified. - * javax/swing/plaf/basic/BasicPopupMenuUI.java: - New File. UI Delegate for JPopupMenu. - -2004-04-30 Olga Rodimina - - * javax/swing/JApplet.java: Indicated that JApplet - implements RootPaneContainer and made method of this - interface public. - * javax/swing/JFrame.java: Ditto. - * javax/swing/JWindow.java: Ditto. - -2004-04-29 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (nativeSetBounds): Call gdk_window_move in addition to - gtk_window_move. - - * java/applet/Applet.java (preferredSize): Call parent's - preferredSize if the applet stub is null. - (minimumSize): Likewise for parent's minimumSize. - -2004-04-27 Olga Rodimina - - * javax/swing/JMenuItem.java - (createActionPropertyChangeListener): Implemented. - (processMouseEvent): Ditto. - (fireMenuDragMouseEntered): Ditto. - (fireMenuDragMouseExited): Ditto. - (fireMenuDragMouseDragged): Ditto. - (fireMenuDragMouseReleased): Ditto. - (menuSelectionChanged): Ditto. - (getSubElements): Ditto. - (getComponent): Ditto. - (addMenuDragMouseListener): Ditto. - (removeMenuDragMouseListener):Ditto. - (addMenuKeyListener): Ditto. - (removeMenuKeyListener): Ditto. - * javax/swing/plaf/basic/BasicMenuItemUI.java - (doClick): Imlemented. - * javax/swing/plaf/basic/BasicMenuItemUI.MouseInputHandler: - Don't handle mouse events here. Pass them to - MenuSelectionManager. - -2004-04-26 Olga Rodimina - Used correct version of jalopy configuration - file to fix style in the files below. - -2004-04-26 Olga Rodimina - - * javax/swing/JCheckBoxMenuItem.java: - Fixed style and removed unnecessary comments. - * javax/swing/JMenuItem.java: Ditto. - * javax/swing/JRadioButtonMenuItem.java: Ditto. - * javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java: Ditto. - * javax/swing/plaf/basic/BasicMenuItemUI.java: Ditto. - * javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java: Ditto. - -2004-04-23 Thomas Fitzsimmons - - * gnu_java_awt_peer_gtk_GtkWindowPeer.c: Change FIXME comment to - C-style. - - * gnu_java_awt_peer_gtk_GtkWindowPeer.c: Add FIXME comment. - - * java/awt/ContainerOrderFocusTraversalPolicy.java - (getComponentAfter): Start from current component and work up - the component hierarchy until an acceptable component is found. - Synchronize on tree lock. - (getComponentBefore): Likewise. - -2004-04-22 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java: Remove - focus-related debugging messages. - * java/awt/DefaultKeyboardFocusManager.java: Likewise. - * java/awt/EventDispatchThread.java: Likewise. - * java/awt/KeyboardFocusManager.java: Likewise. - * java/awt/Window.java: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Likewise. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: Likewise. - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: Change - new C++-style comments to C-style comments. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: Likewise. - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (handleEvent): Dispatch key press and key release events to - backing widget. - (requestFocus): Post a FOCUS_GAINED event to the event queue. - (gtkWidgetRequestFocus): New method. - (gtkWidgetDispatchKeyEvent): Likewise. - * java/awt/Component.java (requestFocus, requestFocus(boolean), - requestFocusInWindow, requestFocusInWindow(boolean), - getFocusCycleRootAncestor, nextFocus, transferFocus, - transferFocusBackward, transferFocusUpCycle, hasFocus, - isFocusOwner): Implement and document focus-handling methods. - (setFocusTraversalKeys): Inherit focus traversal keys when - keystrokes argument is null. Fix focus-handling documentation - throughout class. - * java/awt/Container.java (setFocusTraversalKeys, - getFocusTraversalKeys, areFocusTraversalKeysSet, - isFocusCycleRoot, setFocusTraversalPolicy, - getFocusTraversalPolicy, isFocusTraversalPolicySet, - setFocusCycleRoot, isFocusCycleRoot, transferFocusDownCycle): - Implement and document focus-handling methods. - (transferFocusBackward): Remove method. - (readObject, writeObject): Implement and document serialization - methods. - * java/awt/ContainerOrderFocusTraversalPolicy.java: Implement - and document. - * java/awt/DefaultFocusTraversalPolicy.java: Implement and - document. - * java/awt/DefaultKeyboardFocusManager.java: Implement and - partially document. - * java/awt/EventDispatchThread.java (run): Set default keyboard - focus manager. Attempt to dispatch each event to the keyboard - focus manager before normal dispatch. - * java/awt/KeyboardFocusManager.java: Implement and partially - document. - * java/awt/Window.java (Window): Set focusCycleRoot to true. - (show): Focus initial component when window is shown for the - first time. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (pre_event_handler): Replace complex key press and key release - logic with simple callbacks into GtkComponentPeer. - * jni/gtk-peer/gtkpeer.h: Fix FOCUS_GAINED/FOCUS_LOST reversal. - -2004-04-21 Olga Rodimina - - * javax/swing/MenuSelectionManager.java - (componentForPoint): Added new method. - (defaultManager): New Method. Implemented. - (getSelectedPath): Ditto. - (isComponentPartOfCurrentMenu): Ditto. - (processKeyEvent): Added new method. - (processMouseEvent): New Method. Implemented. - (setSelectedPath): Ditto. - (getPath): Ditto. - -2004-04-19 Kim Ho - - * java/awt/Container.java: - (remove): Set the component's parent to null. - (getComponentAt): Implement. - * javax/swing/JComponent.java: - (JComponent): Initialize defaultLocale - (getDefaultLocale): Implement. - (setDefaultLocale): ditto. - * javax/swing/JSlider.java: - (JSlider): Fix calculation of value. - * javax/swing/JSplitPane.java: Implement. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Change SplitPane's default divider size. - * javax/swing/plaf/basic/BasicScrollBarUI.java: - (paint): Remove unused code. - * javax/swing/plaf/basic/BasicSplitPaneDivider.java: - Added comments and ran through jalopy. - (setBasicSplitPaneUI): Get reference to hidden divider - and set up one touch buttons if necessary. - (setBorder): Fire propertyChangeEvent only if - borders are different. - (getPreferredSize): Defer to layout manager. - (propertyChange): Implement. - (oneTouchExpandableChanged): ditto. - (createLeftOneTouchButton): Use BasicArrowButton. - (createRightOneTouchButton): ditto. - (moveDividerTo): New method. Moves the divider - to a set location based on the last divider location. - (BasicSplitPaneDivider::MouseHandler): Implement. - (BasicSplitPaneDivider::OneTouchButton): Removed. - (BasicSplitPaneDivider::DragController): Implement. - (BasicSplitPaneDivider::VerticalDragController): - ditto. - (BasicSplitPaneDivider::DividerLayout): ditto. - * javax/swing/plaf/basic/BasicSplitPaneUI.java: Reimplement. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java: - (calculateLayoutInfo): Don't show component if it's - null. - (paintTab): Fix title paint logic. - -2004-05-26 Jerry Quinn - - PR libgcj/8321 - * java/util/SimpleTimeZone.java (serialVersionOnStream): Bump to 2. - (setStartRule,setEndRule): Don't take abs of day number. - (getOffset): Clarify docs. Add argument checks. - (isBefore): Take abs of day number in DOW_LE_DOM_MODE. - (equals,hasSameRules,toString,readObject): Use startTimeMode and - endTimeMode. - * testsuite/libjava.mauve/xfails - (gnu.testlet.java.util.SimpleTimeZone.check12): XFAIL test 22. - -2004-05-21 Bryce McKinlay - - Layout interfaces during preparation, not initialization. - * java/lang/natClass.cc (initializeClass): Move - _Jv_LayoutInterfaceMethods call... - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): to here. - -2004-05-19 Anthony Green - - * Makefile.am (awt_java_source_files): Remove javax.rmi and - gnu.javax.rmi code. - * Makefile.in: Rebuilt. - * javax/rmi/ClassDesc.java, javax/rmi/StubDelegate.java, - javax/rmi/UtilDelegate.java, javax/rmi/Stub.java, - javax/rmi/Util.java, javax/rmi/ObjectImpl.java, - javax/rmi/SystemException.java, javax/rmi/ValueHandler.java, - javax/rmi/PortableRemoteObjectDelegate.java, javax/rmi/Tie.java, - gnu/javax/rmi/CORBA/DelegateFactory.java, - gnu/javax/rmi/CORBA/GetDelegateInstanceException.java, - gnu/javax/rmi/CORBA/PortableRemoteObjectDelegateImpl.java, - gnu/javax/rmi/CORBA/StubDelegateImpl.java, - gnu/javax/rmi/CORBA/UtilDelegateImpl.java, - gnu/javax/rmi/CORBA/ValueHandlerImpl.java, - gnu/javax/rmi/PortableServer.java: Remove files. - -2004-05-19 Anthony Green - - * Makefile.am: Define JAVA_EXT_DIRS. - * Makefile.in: Rebuilt. - * java/lang/natRuntime.cc (insertSystemProperties): Set - java.ext.dirs property. - -2004-05-16 Mark Wielaard - - * java/io/Writer.java (Writer(Object)): Check for null lock object. - -2004-05-15 Mark Wielaard - - * doc/cni.sgml: Removed, merged into gcj.texi. - -2004-05-15 Mark Wielaard - - * Makefile.am (ordinary_java_source_files): Add new javax.print - classes. - * Makefile.in: Regenerated. - -2004-05-15 Michael Koch - - * javax/print/attribute/standard/DateTimeAtCompleted.java, - javax/print/attribute/standard/DateTimeAtCreation.java, - javax/print/attribute/standard/DateTimeAtProcessing.java, - javax/print/attribute/standard/DocumentName.java, - javax/print/attribute/standard/JobHoldUntil.java, - javax/print/attribute/standard/JobImpressionsCompleted.java, - javax/print/attribute/standard/JobMessageFromOperator.java, - javax/print/attribute/standard/JobName.java, - javax/print/attribute/standard/JobOriginatingUserName.java, - javax/print/attribute/standard/JobPriority.java, - javax/print/attribute/standard/JobPrioritySupported.java, - javax/print/attribute/standard/NumberOfInterveningJobs.java, - javax/print/attribute/standard/OutputDeviceAssigned.java, - javax/print/attribute/standard/PrinterInfo.java, - javax/print/attribute/standard/PrinterLocation.java, - javax/print/attribute/standard/PrinterMakeAndModel.java, - javax/print/attribute/standard/PrinterMessageFromOperator.java, - javax/print/attribute/standard/PrinterName.java, - javax/print/attribute/standard/QueuedJobCount.java, - javax/print/attribute/standard/RequestingUserName.java: - Fixed javadocs all over. - -2004-05-15 Michael Koch - - * javax/print/DocFlavor.java, - javax/print/attribute/standard/ColorSupported.java, - javax/print/attribute/standard/Compression.java, - javax/print/attribute/standard/CopiesSupported.java, - javax/print/attribute/standard/Fidelity.java, - javax/print/attribute/standard/Finishings.java, - javax/print/attribute/standard/JobImpressionsSupported.java, - javax/print/attribute/standard/JobKOctetsSupported.java, - javax/print/attribute/standard/JobMediaSheetsSupported.java, - javax/print/attribute/standard/JobSheets.java, - javax/print/attribute/standard/JobState.java, - javax/print/attribute/standard/JobStateReason.java, - javax/print/attribute/standard/JobStateReasons.java, - javax/print/attribute/standard/Media.java, - javax/print/attribute/standard/MediaSizeName.java, - javax/print/attribute/standard/MultipleDocumentHandling.java, - javax/print/attribute/standard/NumberUpSupported.java, - javax/print/attribute/standard/OrientationRequested.java, - javax/print/attribute/standard/PDLOverrideSupported.java, - javax/print/attribute/standard/PageRanges.java, - javax/print/attribute/standard/PresentationDirection.java, - javax/print/attribute/standard/PrintQuality.java, - javax/print/attribute/standard/PrinterIsAcceptingJobs.java, - javax/print/attribute/standard/PrinterMoreInfo.java, - javax/print/attribute/standard/PrinterMoreInfoManufacturer.java, - javax/print/attribute/standard/PrinterResolution.java, - javax/print/attribute/standard/PrinterState.java, - javax/print/attribute/standard/PrinterStateReason.java, - javax/print/attribute/standard/PrinterStateReasons.java, - javax/print/attribute/standard/PrinterURI.java, - javax/print/attribute/standard/ReferenceUriSchemesSupported.java, - javax/print/attribute/standard/Severity.java, - javax/print/attribute/standard/SheetCollate.java, - javax/print/attribute/standard/Sides.java: - Added serialVersionUID and removed final keyword where it doenst - belong. - -2004-05-15 Michael Koch - - * javax/print/PrintServiceLookup.java: New file. - -2004-05-15 Michael Koch - - * javax/print/DocFlavor.java: - Implemented all flavor classes. - -2004-05-15 Michael Koch - - * javax/print/attribute/standard/ColorSupported.java, - javax/print/attribute/standard/Compression.java, - javax/print/attribute/standard/CopiesSupported.java, - javax/print/attribute/standard/Fidelity.java, - javax/print/attribute/standard/Finishings.java, - javax/print/attribute/standard/JobImpressionsSupported.java, - javax/print/attribute/standard/JobKOctetsSupported.java, - javax/print/attribute/standard/JobMediaSheetsSupported.java, - javax/print/attribute/standard/JobSheets.java, - javax/print/attribute/standard/JobState.java, - javax/print/attribute/standard/JobStateReason.java, - javax/print/attribute/standard/JobStateReasons.java, - javax/print/attribute/standard/Media.java, - javax/print/attribute/standard/MediaSizeName.java, - javax/print/attribute/standard/MultipleDocumentHandling.java, - javax/print/attribute/standard/NumberUpSupported.java, - javax/print/attribute/standard/OrientationRequested.java, - javax/print/attribute/standard/PDLOverrideSupported.java, - javax/print/attribute/standard/PageRanges.java, - javax/print/attribute/standard/PresentationDirection.java, - javax/print/attribute/standard/PrintQuality.java, - javax/print/attribute/standard/PrinterIsAcceptingJobs.java, - javax/print/attribute/standard/PrinterMoreInfo.java, - javax/print/attribute/standard/PrinterMoreInfoManufacturer.java, - javax/print/attribute/standard/PrinterResolution.java, - javax/print/attribute/standard/PrinterState.java, - javax/print/attribute/standard/PrinterStateReason.java, - javax/print/attribute/standard/PrinterStateReasons.java, - javax/print/attribute/standard/PrinterURI.java, - javax/print/attribute/standard/ReferenceUriSchemesSupported.java, - javax/print/attribute/standard/Severity.java, - javax/print/attribute/standard/SheetCollate.java, - javax/print/attribute/standard/Sides.java: New files. - -2004-05-15 Michael Koch - - * javax/print/Doc.java - (getPrintData): Throws IOException. - (getReaderForText): Likewise. - (getStreamForBytes): Likewise. - * javax/print/DocFlavor.java: - Fixed filename in copyright. - (serialVersionUID): New field. - * javax/print/ServiceUIFactory.java: - Made all constants final. - * javax/print/AttributeException.java - javax/print/MultiDoc.java - javax/print/MultiDocPrintJob.java - javax/print/MultiDocPrintService.java - javax/print/StreamPrintService.java - javax/print/URIException.java: New files. - * javax/print/Makefile.am - (EXTRA_DIST): Added all new files. - -2004-05-15 Michael Koch - - * javax/print/attribute/standard/Copies.java, - javax/print/attribute/standard/DateTimeAtCompleted.java, - javax/print/attribute/standard/DateTimeAtCreation.java, - javax/print/attribute/standard/DateTimeAtProcessing.java, - javax/print/attribute/standard/DocumentName.java, - javax/print/attribute/standard/JobHoldUntil.java, - javax/print/attribute/standard/JobImpressions.java, - javax/print/attribute/standard/JobImpressionsCompleted.java, - javax/print/attribute/standard/JobKOctets.java, - javax/print/attribute/standard/JobKOctetsProcessed.java, - javax/print/attribute/standard/JobMediaSheets.java, - javax/print/attribute/standard/JobMediaSheetsCompleted.java, - javax/print/attribute/standard/JobMessageFromOperator.java, - javax/print/attribute/standard/JobName.java, - javax/print/attribute/standard/JobOriginatingUserName.java, - javax/print/attribute/standard/JobPriority.java, - javax/print/attribute/standard/JobPrioritySupported.java, - javax/print/attribute/standard/NumberOfDocuments.java, - javax/print/attribute/standard/NumberOfInterveningJobs.java, - javax/print/attribute/standard/NumberUp.java, - javax/print/attribute/standard/OutputDeviceAssigned.java, - javax/print/attribute/standard/PagesPerMinute.java, - javax/print/attribute/standard/PagesPerMinuteColor.java: - Fixed @return tag all over. - -2004-05-15 Michael Koch - - * javax/print/attribute/AttributeSetUtilities.java - (verifyCategoryForValue): Fixed typo in javadoc. - * javax/print/attribute/HashAttributeSet.java - (containsKey): Fixed @return tag. - (comtainsValue): Likewise. - (equals): Likewise. - * javax/print/attribute/IntegerSyntax.java - (equals): Likewise. - * javax/print/attribute/ResolutionSyntax.java - (equals): Likewise. - (getCrossFeedResolution): Removed unused code. - (getFeedResolution): Likewise. - * javax/print/attribute/SetOfIntegerSyntax.java - (SetOfIntegerSyntax): Fixed HTML entities in javadoc. - (equals): Fixed @return tag. - * javax/print/attribute/TextSyntax.java - (TextSyntax): Take locale into account. - (hashCode): Better implementation. - -2004-05-15 Michael Koch - - * javax/print/CancelablePrintJob.java, - javax/print/Doc.java, - javax/print/DocFlavor.java, - javax/print/DocPrintJob.java, - javax/print/FlavorException.java, - javax/print/PrintException.java, - javax/print/PrintService.java, - javax/print/ServiceUIFactory.java: New files. - -2004-05-15 Mark Wielaard - - * gnu/regexp/CharIndexedReader.java: Removed. - * gnu/regexp/REFilterReader.java: Likewise. - * gnu/regexp/RETokenLookAhead.java: Likewise. - * Makefile.am (ordinary_java_source_files): Remove above classes. - * Makefile.in: Regenerated. - -2004-05-14 Tom Tromey - - * gnu/awt/xlib/XGraphics.java (drawImage): Use `XOffScreenImage', - not `XGraphicsConfiguration.XOffScreenImage'. - -2004-05-14 Scott Gilbertson - - * gnu/awt/xlib/XCanvasPeer.java (setVisible): Implement unmap. - -2004-05-14 Steven Augart - - * include/jni.h (_Jv_func): Removed. - (struct JNINativeInterface): Use `void *' for reserved slots. - (struct JNIInvokeInterface): Likewise. - -2004-05-11 Michael Koch - - * gnu/java/net/natPlainSocketImplPosix.cc - (read): Fixed typo in expression. - -2004-05-10 Andreas Tobler - - * testsuite/lib/libjava.exp (libjava_invoke): Add new argument - ld_library_additions. Adjust all calls to libjava_invoke to match - the new argument. - - * testsuite/libjava.jni/jni.exp (gcj_jni_test_one): Pass stdc++ - path to cxxflagslist. - Pass path of libstdc++ to libjava_invoke. - - * testsuite/libjava.jar/jar.exp (gcj_jar_inerpret): Adjust - libjava_invoke arguments. - -2004-05-10 Ranjit Mathew - - * testsuite/libjava.jacks/jacks.xfail: Update to reflect the current - reality. - -2004-05-07 Ranjit Mathew - - * testsuite/libjava.jni/jni.exp (gcj_jni_test_one): Don't link the - main binary against the JNI shared library. - -2004-05-07 Jerry Quinn - - * java/util/SimpleTimeZone.java (startTimeMode, endTimeMode, - WALL_TIME, STANDARD_TIME, UTC_TIME): New members. - (SimpleTimeZone): Tweak docs. Add new variation. - (setStartRule,setEndRule): Add new variations. Use - startTimeMode and endTimeMode. - -2004-05-07 Jerry Quinn - - * java/util/Calendar.java (getActualMinimum, - getActualMaximum): Remove abstract. Implement. - -2004-05-06 Bryce McKinlay - - Run the jni tests using the interpreter. - * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Append - options_cxx to shared lib compile command. - (gcj_jni_test_one): Pass cxxflags to gcj_jni_compile_c_to_so, so - they are used to link the shared lib, not the main binary. - Use libjava_invoke to run gij. - -2004-05-06 Michael Koch - - * java/util/logging/Level.java - (parse): Use == instead of String.equals(). - -2004-05-06 Bryce McKinlay - - * defineclass.cc (_Jv_ClassReader::prepare_pool_entry): Use - verify_field_signature and verify_method_signature, not - _Jv_VerifyFieldSignature and _Jv_VerifyMethodSigntature. - (_Jv_ClassReader::handleField): Likewise. - (_Jv_ClassReader::handleMethod): Likewise. - -2004-05-06 Michael Koch - - * javax/swing/table/TableColumn.java: - Reformated. - -2004-05-06 Michael Koch - - * javax/imageio/spi/ImageReaderWriterSpi.java - (ImageReaderWriterSpi): Made it public. - * javax/imageio/stream/ImageInputStream.java: - Clean up imports. - -2004-05-06 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - Removed empty line. - -2004-05-06 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c: - New files. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c: - Include gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.h. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: - Moved GtkCheckboxGroupPeer_dispose and GtkCheckboxGroupPeer_remove to - their own source file. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - Moved GtkGenericPeer_dispose and GtkComponentPeer_requestFocus to - their own source file. Removed GtkComponentPeer_gtkWidgetSetUsize. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c - (create): Define variable on top of function. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c - (menu_pos): Prototyped. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (setTitle): Removed. - * jni/gtk-peer/gthread-jni.c - (gdk_threads_wake): Removed. - * Makefile.am (gtk_c_source_files): Added new files - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c and - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c. - * Makefile.in: Regenerated. - -2004-05-05 Bryce McKinlay - - * testsuite/libjava.jni/pr11951.java: Add missing System.loadLibrary() - call. - -2004-05-05 Mark Wielaard - - * javax/swing/AbstractButton.java: Replace special HTML entities with - ASCII equivalent. - * javax/swing/DefaultBoundedRangeModel.java: Likewise. - * javax/swing/DefaultButtonModel.java: Likewise. - * javax/swing/DefaultListModel.java: Likewise. - * javax/swing/JList.java: Likewise. - * javax/swing/JSlider.java: Likewise. - * javax/swing/ListModel.java: Likewise. - * javax/swing/Popup.java: Likewise. - * javax/swing/SwingUtilities.java: Likewise. - -2004-05-05 Michael Koch - - * javax/swing/AbstractButton.java, - javax/swing/ActionMap.java, - javax/swing/DefaultButtonModel.java, - javax/swing/DefaultListModel.java, - javax/swing/ImageIcon.java, - javax/swing/JComboBox.java, - javax/swing/JComponent.java, - javax/swing/JFrame.java, - javax/swing/JInternalFrame.java, - javax/swing/JMenuBar.java, - javax/swing/JMenuItem.java, - javax/swing/JOptionPane.java, - javax/swing/JProgressBar.java, - javax/swing/JRootPane.java, - javax/swing/JScrollBar.java, - javax/swing/JScrollPane.java, - javax/swing/JSeparator.java, - javax/swing/JSlider.java, - javax/swing/JTabbedPane.java, - javax/swing/JTable.java, - javax/swing/JTextField.java, - javax/swing/JToolBar.java, - javax/swing/JToolTip.java, - javax/swing/JTree.java, - javax/swing/JViewport.java, - javax/swing/JWindow.java, - javax/swing/KeyStroke.java, - javax/swing/LookAndFeel.java, - javax/swing/SwingUtilities.java, - javax/swing/Timer.java, - javax/swing/ToolTipManager.java, - javax/swing/UIDefaults.java, - javax/swing/border/TitledBorder.java, - javax/swing/filechooser/FileSystemView.java, - javax/swing/plaf/basic/BasicButtonListener.java, - javax/swing/plaf/basic/BasicButtonUI.java, - javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java, - javax/swing/plaf/basic/BasicGraphicsUtils.java, - javax/swing/plaf/basic/BasicLabelUI.java, - javax/swing/plaf/basic/BasicMenuItemUI.java, - javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java, - javax/swing/plaf/basic/BasicRootPaneUI.java, - javax/swing/plaf/basic/BasicScrollBarUI.java, - javax/swing/plaf/basic/BasicScrollPaneUI.java, - javax/swing/plaf/basic/BasicSliderUI.java, - javax/swing/plaf/basic/BasicTabbedPaneUI.java, - javax/swing/plaf/basic/BasicToggleButtonUI.java, - javax/swing/table/JTableHeader.java, - javax/swing/text/AbstractDocument.java, - javax/swing/text/DefaultCaret.java, - javax/swing/text/StyledEditorKit.java, - javax/swing/tree/DefaultTreeCellEditor.java: - Cleaned up imports. - -2004-05-05 Michael Koch - - * java/util/prefs/AbstractPreferences.java - (AbstractPreferences): Added parenthesis for clarity. - Closes classpath bug #7940. - -2004-05-05 Tom Tromey - - * javax/naming/CompoundName.java (endsWith): Look at correct - element of source name. - -2004-05-05 Mark Wielaard - - Reported by f.haeglsperger@gmx.de [classpath patch #2485] - * java/util/HashMap.java (rehash): Add entry at start of bucket. - -2004-05-05 Tom Tromey - - * java/io/BufferedReader.java (skip): Removed unused - variable. - -2004-05-05 Michael Koch - - * java/awt/FileDialog.java: Import java.io.Serializable explicitly. - -2004-05-05 Dalibor Topic - - * java/text/AttributedString.java, - java/text/AttributedStringIterator.java, - java/text/Collator.java, - java/text/DecimalFormatSymbols.java, - java/text/NumberFormat.java, - java/text/RuleBasedCollator.java: - Cleaned up imports. - -2004-05-05 Tom Tromey - - * java/text/Format.java: Cleaned up imports. - * java/text/DecimalFormat.java: Cleaned up imports. - * java/security/SecureRandom.java: Cleaned up imports. - (SecureRandom): Removed unused variable. - * java/security/UnresolvedPermission.java: Cleaned up imports. - * java/util/Date.java (parse): Removed unused variable. - * java/util/ResourceBundle.java: Cleaned up imports. - (getBundle): Removed unused variable. - (tryBundle): Likewise. - * java/util/regex/Pattern.java (Pattern): Removed unused constructor. - -2004-05-05 Guilhem Lavaux - - * java/text/SimpleDateFormat.java: - (formatWithAttribute): New method. It implements - the formatting process with attributes. - (format): Use formatWithAttribute. - (formatToCharacterIterator): New method. Use - formatWithAttribute. - -2004-05-05 Guilhem Lavaux - - * java/text/MessageFormat.java: - (class Field): New class. - (formatToCharacterIterator): New method. - (format): Use formatInternal now. - (formatInternal): New method. String formatter should - be done here (with attributes). Attributes merging supported. - (parse): More documentation. - (getFormatsByArgumentIndex): New method. - (setFormatByArgumentIndex): New method. - (setFormatsByArgumentIndex): New method. - -2004-05-05 Guilhem Lavaux - - * java/text/DecimalFormat.java - (MAXIMUM_INTEGER_DIGITS): New constant to keep the numeric value 309. - (applyPatternWithSymbols): Use MAXIMUM_INTEGER_DIGITS. - (parse): Fixed handling of exponentiation notation and grouping. - -2004-05-05 Guilhem Lavaux - - * java/text/DecimalFormat.java - (scanFix): Build attribute array. Fixed error reporting. - (applyPatternWithSymbols): Store attributes for the prefix and - suffix. - (formatInternal): New method. Changed the way the string is - computed. Implemented attributes. Cleant up rounding in - exponential notation. - (format): Use formatInternal. - (formatToCharacterIterator): New method. - (exponentRound, negativePrefixRanges, positivePrefixRanges, - negativePrefixAttrs, positivePrefixAttrs, negativeSuffixRanges, - positiveSuffixRanges, negativeSuffixAttrs, positiveSuffixAttrs): - New fields. - -2004-05-04 Dalibor Topic - - * java/security/interfaces/DSAKeyPairGenerator.java, - java/security/interfaces/DSAPrivateKey.java, - java/security/interfaces/DSAPublicKey.java, - java/security/interfaces/RSAPrivateKey.java, - java/security/interfaces/RSAPublicKey.java: - Cleaned up imports. - -2004-05-04 Michael Koch - - * java/nio/ByteBuffer.java, - java/nio/CharBuffer.java, - java/nio/DoubleBuffer.java, - java/nio/FloatBuffer.java, - java/nio/IntBuffer.java, - java/nio/LongBuffer.java, - java/nio/ShortBuffer.java: - (compareTo): Fixed bogus implementation in all buffer classes. - -2004-05-04 Ingo Proetel - - * java/awt/image/ColorModel.java (getRGBdefault): Default ColorModel has - 32 bit pixels not 8 bit pixels. - (isCompatibleRaster): Added javadoc comment. - -2004-05-04 Ingo Proetel - - * java/awt/image/ComponentSampleModel.java (setDataSamples):Do not reset - scanline stride. - -2004-05-04 Ingo Proetel - - * java/awt/ColorPaintContext.java (): Added ColorModel to signature. - (getColorModel): Return the actual color model. - (getRaster): Implemented. - (ColorRaster): New inner class. - * java/awt/SystemColor.java (createContext): Use ColorModel when creating - a PaintContext. - * java/awt/Color.java (): Make exception more verbose. - (createContext): Use ColorModel when creating a PaintContext. - -2004-05-04 Michael Koch - - * gnu/java/text/CharacterBreakIterator.java - (previous): Removed unused variable. - -2004-05-04 Guilhem Lavaux - - * gnu/java/text/FormatBuffer.java, - gnu/java/text/AttributedFormatBuffer.java, - gnu/java/text/StringFormatBuffer.java: New classes to implement - attributed iterators in java.text. - * gnu/java/text/FormatCharacterIterator.java: Moved - from java/text as it is an internal class. - * java/text/FormatCharacterIterator.java: Removed. - * java/text/Format.java: - Import gnu.java.text.FormatCharacterIterator. - * Makefile.am (java_source_files): Added new files. - * Makefile.in: Regenerated. - - -2004-05-04 Mark Wielaard - - * gnu/java/nio/channels/FileChannelImpl.java (finalize): New method. - -2004-05-03 Andreas Tobler - - * Makefile.am (WARNINGS): Replace -W with the more speaking -Wextra. - * Makefile.in: Rebuilt. - -2004-05-03 Mark Wielaard - - * gnu/java/security/der/DERReader.java: Call static methods staticly. - * java/awt/TextComponent.java (select): Use selectionEnd parameter. - * java/net/URL.java - (set(String, String, int, String, String, String, String, String)): - Assign this.file to path or path + "?" + query. - * java/util/Arrays.java: Call static methods staticly. - * java/util/zip/ZipEntry.java: Likewise. - * javax/swing/plaf/basic/BasicArrowButton.java (setDirection): Assign - dir to this.direction. - * javax/swing/table/DefaultTableCellRenderer.java (noFocusBorder): - Assign static field only once. - (DefaultTableCellRenderer): Don't reassign noFocusBorder each time. - -2004-05-03 Mark Wielaard - - * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java (minimumSize): Removed - unused variables hScrollbarHeight and vScrollbarWidth. - (preferredSize): Likewise. - * gnu/java/security/provider/DSAParameters.java (engineToString): - Removed unused call to System.getProperty("line.seperator"); - * java/security/Security.java (loadProviders): Return result. - -2004-05-03 Tom Tromey - - * java/net/URLStreamHandler.java (toExternalForm): Removed - unused variables. - unused constructor. - * java/math/BigDecimal.java (divide): Removed unused variable. - * java/lang/Throwable.java: Cleaned up imports. - * java/lang/ClassLoader.java: Cleaned up imports. - * java/io/FilePermission.java (implies): Removed unused - variable. - * java/awt/TextComponent.java: Removed unused import. - * gnu/java/util/prefs/NodeReader.java: Cleaned up imports. - * gnu/java/util/DoubleEnumeration.java: Removed unused import. - * gnu/java/text/WordBreakIterator.java: Removed unused import. - * gnu/java/text/SentenceBreakIterator.java: Removed unused - import. - * gnu/java/text/LineBreakIterator.java: Removed unused import. - * gnu/java/text/CharacterBreakIterator.java: Removed - unused import. - * gnu/java/security/provider/DSAKeyPairGenerator.java: - Cleaned up imports. - * gnu/java/security/der/DERWriter.java: Cleaned up imports. - * gnu/java/nio/charset/UTF_16Decoder.java (put): Removed - unused method. - * gnu/java/nio/SocketChannelImpl.java: Cleaned up imports. - * gnu/java/nio/FileLockImpl.java: Cleaned up imports. - * gnu/java/io/Base64InputStream.java: Cleaned up imports. - * gnu/java/beans/info/ComponentBeanInfo.java: Cleaned up imports. - * gnu/classpath/ServiceFactory.java: Cleaned up imports. - (lookupProviders): Removed unused variable. - (loadNextServiceProvider): Likewise. - * gnu/java/beans/BeanInfoEmbryo.java: Cleaned up imports. - -2004-05-03 Michael Koch - - Fixes PR libgcj/14695: - * java/net/NetworkInterface.java - (getByName): Return null when no interface was found. - -2004-04-30 Ranjit Mathew - Tom Tromey - - * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use - additional option "-Wmissing-prototypes" for compiling C sources. - Print actual filename for pass/fail rather than $name.c. - * testsuite/libjava.jni/PR15133.java: New testcase file. - * testsuite/libjava.jni/PR15133.c: Likewise. - * testsuite/libjava.jni/PR15133.out: Likewise. - -2004-04-30 Roger Sayle - - * testsuite/libjava.lang/MathBuiltin.java: Add tests for acos, asin, - ceil and floor. - -2004-04-25 Ranjit Mathew - - * testsuite/libjava.jacks/jacks.exp (gcj_jacks_write): Explicitly - limit the maximum heap size to avoid unnecessary thrashing. - -2004-04-24 Jerry Quinn - - * java/text/CollationElementIterator.java (reset): Reset - lookahead variables. - -2004-04-23 Mark Wielaard - - * jni/classpath/jcl.c: Changed C++ comments into C comments. - -2004-04-23 Dalibor Topic - - * java/sql/DriverManager.java: - Cleaned up imports. - -2004-04-23 Michael Koch - - * java/net/URL.java - (hashcode): Don't initialize with default value explicitely. - (getContent): Removed redundant "final" keyword. - (openStream): Likewise. - (getURLStreamHandler): Fixed coding style. - * java/net/URLConnection.java - (defaultAllowUserInteraction): Don't initialize with default value - explicitely. - (connected): Likewise. - (doOutput): Likewise. - (ifModifiedSince): Likewise. - (dateformats_initialized): Likewise. - (setURLStreamHander): Use StreamTokenizer where it belongs to. - -2004-04-23 Michael Koch - - * gnu/java/nio/channels/FileChannelImpl.java - (SET, CUR): Unused, removed. - (read): Implement here directly. - (implRead): Removed. - (write): Implement here directly. - (implWrite): Removed. - -2004-04-23 Dalibor Topic - - * javax/rmi/CORBA/PortableRemoteObjectDelegate.java, - javax/rmi/CORBA/Stub.java, - javax/rmi/CORBA/Util.java, - javax/rmi/CORBA/ValueHandler.java, - javax/rmi/CORBA/ValueHandler.java, - javax/rmi/PortableRemoteObject.java: - Cleaned up imports. - -2004-04-23 Dalibor Topic - - * java/util/jar/JarFile.java, - java/util/jar/JarInputStream.java, - java/util/jar/JarOutputStream.java, - java/util/jar/Manifest.java: - Cleaned up imports. - -2004-04-23 Dalibor Topic - - * java/util/ArrayList.java, - java/util/Calendar.java, - java/util/Currency.java, - java/util/HashMap.java, - java/util/HashSet.java, - java/util/Hashtable.java, - java/util/LinkedList.java, - java/util/Properties.java, - java/util/PropertyPermission.java, - java/util/TimeZone.java, - java/util/TreeMap.java, - java/util/TreeSet.java, - java/util/Vector.java, - java/util/WeakHashMap.java: - Cleaned up imports. - -2004-04-23 Dalibor Topic - - * java/util/logging/FileHandler.java, - java/util/logging/Formatter.java, - java/util/logging/Handler.java, - java/util/logging/Logger.java, - java/util/logging/SimpleFormatter.java, - java/util/logging/XMLFormatter.java: - Cleaned up imports. - -2004-04-22 Mark Wielaard - - * Makefile.am (PEDANTIC_CFLAGS): New -ansi -pedantic -Wall - -Wno-long-long flags variable. - (gtk_c_files): Use PEDANTIC_CFLAGS. - * Makefile.in: Regenerated. - -2004-04-22 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - Changed C++ comments into C comments. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c: - Likewise. - -2004-04-22 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c: - Merged copyright year with GNU classpath. - -2004-04-22 Dalibor Topic - - * javax/security/auth/x500/X500Principal.java: - Cleaned up imports. - -2004-04-22 Dalibor Topic - - * javax/swing/JSlider.java: - Fixed HTML tags in comments. - -2004-04-22 Dalibor Topic - - * javax/accessibility/AccessibleText.java: - Cleaned up imports. - -2004-04-22 Jeroen Frijters - - * java/net/URLStreamHandler.java - (parseURL): Convert the file path to using '/' instead of native - file separator. - -2004-04-22 Guilhem Lavaux - - * java/net/URL.java - (userInfo): New field. - (URL): Set authority to the right value. - (setURL): Fixed authority and file initialization. - * java/net/URLStreamHandler.java - (parseURL): Take care of the query tag. Build authority. - (toExternalForm): Fixed URL building using authority. - -2004-04-22 Michael Koch - - * java/net/Socket.java - (impl): Made package-private. - * java/net/ServerSocket.java - (implAccept): Access Socket.impl field directly. - -2004-04-22 Dalibor Topic - - * java/util/prefs/Preferences.java, - java/util/prefs/InvalidPreferencesFormatException.java, - java/util/prefs/BackingStoreException.java, - java/util/prefs/AbstractPreferences.java: - Cleaned up imports. - -2004-04-22 Dalibor Topic - - * java/util/regex/Matcher.java, - java/util/regex/Pattern.java: - Cleaned up imports. - -2004-04-22 Michael Koch - - * java/nio/charset/IllegalCharsetNameException.java - (charsetName): Made private. - (IllegalCharsetNameException): Added @param tag to javadoc. - (getCharsetName): Added @return tag to javadoc. - * java/nio/charset/MalformedInputException.java - (MalformedInputException): Added @param tag to javadoc. - (getInputLength): Revised method description, added @return tag. - (getMessage): Added @return tag. - -2004-04-22 Jerry Quinn - - * java/awt/Font.java (deriveFont): Implement missing variants. - * gnu/java/awt/peer/ClasspathFontPeer.java (deriveFont): Implement - missing variants. - -2004-04-21 Bryce McKinlay - - * java/lang/natClass.cc (_Jv_LayoutInterfaceMethods): New method. - Set method->index values for interface methods to their itable index. - (initializeClass): Call _Jv_LayoutInterfaceMethods. - -2004-04-21 Michael Koch - - * java/nio/DirectByteBufferImpl.java - (shiftDown): Made static, give address as argument and - provide a convenience method that overwrites shiftDown in - ByteBufferImpl and calls the native shiftDown. - * java/nio/MappedByteBufferImpl.java - (): Use optimized method in DirectByteBufferImpl. - * java/nio/natDirectByteBufferImpl.cc - (shiftDown): Changed method signature. Removed usage of array_offset. - -2004-04-21 Michael Koch - - * gnu/java/net/natPlainSocketImplPosix.cc - (SocketInputStream::read): Make sure returned data is a byte value. - -2004-04-21 Michael Koch - - * gnu/classpath/ServiceFactory.java, - gnu/classpath/ServiceProviderLoadingAction.java, - javax/imageio/ImageReader.java, - javax/imageio/ImageTranscoder.java, - javax/imageio/ImageWriter.java, - javax/imageio/package.html, - javax/imageio/spi/IIOServiceProvider.java, - javax/imageio/spi/ImageInputStreamSpi.java, - javax/imageio/spi/ImageOutputStreamSpi.java, - javax/imageio/spi/ImageReaderWriterSpi.java, - javax/imageio/spi/ImageTranscoderSpi.java, - javax/imageio/spi/RegisterableService.java, - javax/imageio/spi/ServiceRegistry.java, - javax/imageio/spi/package.html, - javax/imageio/stream/IIOByteBuffer.java, - javax/imageio/stream/ImageInputStream.java, - javax/imageio/stream/ImageOutputStream.java, - javax/imageio/stream/package.html: - New files. - * Makefile.am - (ordinary_java_source_files): Added - gnu/classpath/ServiceFactory.java and - gnu/classpath/ServiceProviderLoadingAction.java. - (javax_source_files): Added - javax/imageio/ImageReader.java, - javax/imageio/ImageTranscoder.java, - javax/imageio/ImageWriter.java, - javax/imageio/spi/IIOServiceProvider.java, - javax/imageio/spi/ImageInputStreamSpi.java, - javax/imageio/spi/ImageOutputStreamSpi.java, - javax/imageio/spi/ImageReaderWriterSpi.java, - javax/imageio/spi/ImageTranscoderSpi.java, - javax/imageio/spi/RegisterableService.java, - javax/imageio/spi/ServiceRegistry.java, - javax/imageio/stream/IIOByteBuffer.java, - javax/imageio/stream/ImageInputStream.java and - javax/imageio/stream/ImageOutputStream.java. - * Makefile.in: Regenerated. - -2004-04-21 Michael Koch - - * java/util/Properties.java - (load): Fix wrongly merged fix. - -2004-04-21 Mark Wielaard - - * native/jni/gtk-peer/gthread-jni.c (maybe_rethrow): Explicitly - malloc and free buf. - -2004-04-21 Dalibor Topic - - * javax/naming/AuthenticationException.java, - javax/naming/AuthenticationNotSupportedException.java, - javax/naming/CannotProceedException.java, - javax/naming/CommunicationException.java, - javax/naming/CompoundName.java, - javax/naming/ConfigurationException.java, - javax/naming/ContextNotEmptyException.java, - javax/naming/InitialContext.java, - javax/naming/InsufficientResourcesException.java, - javax/naming/InterruptedNamingException.java, - javax/naming/LimitExceededException.java, - javax/naming/LinkException.java, - javax/naming/LinkLoopException.java, - javax/naming/LinkRef.java, - javax/naming/MalformedLinkException.java, - javax/naming/Name.java, - javax/naming/NameAlreadyBoundException.java, - javax/naming/NameNotFoundException.java, - javax/naming/NamingSecurityException.java, - javax/naming/NoInitialContextException.java, - javax/naming/NoPermissionException.java, - javax/naming/NotContextException.java, - javax/naming/PartialResultException.java, - javax/naming/ReferralException.java, - javax/naming/ServiceUnavailableException.java, - javax/naming/SizeLimitExceededException.java, - javax/naming/TimeLimitExceededException.java, - javax/naming/directory/Attribute.java, - javax/naming/directory/Attributes.java, - javax/naming/directory/SearchResult.java, - javax/naming/event/NamingExceptionEvent.java, - javax/naming/spi/ResolveResult.java: - Cleaned up imports. - -2004-04-21 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: - Changed C++ comments into C comments. Removed commented out code. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - Likewise. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: - Likewise. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c: - Likewise. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: - Likewise. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: - Likewise. - * native/jni/gtk-peer/gthread-jni.c: - Likewise. - -2004-04-21 Mark Wielaard - - * javax/awt/JFrame.java: Implement WindowConstants. Remove final - static fields defined in interface. - * javax/awt/JDialog.java: Likewise. - (JDialog): Make constructors public. - (getDefaultCloseOperation): Make public. - (processWindowEvent): Call System.exit(0) when EXIT_ON_CLOSE set. - (setDefaultCloseOperation): Make public. Check argument. Add API doc. - * javax/swing/JViewport.java (JViewport): Make constructor public. - -2004-04-21 Michael Koch - - * java/util/Map.java - (Entry): Removed redundant "static" modifier. - * java/text/AttributedCharacterIterator.java: - Updated copyright year. - -2004-04-20 Michael Koch - - * javax/naming/directory/SearchControls.java: - Don't explicitely extend java.lang.Object. - * javax/naming/spi/DirStateFactory.java: - Merged copyright year with GNU classpath. - -2004-04-20 Michael Koch - - * java/nio/channels/Channels.java: - Merged coding style with GNU classpath. - -2004-04-20 Michael Koch - - * java/net/ServerSocket.java - Merged coding style from GNU classpath. - -2004-04-20 Michael Koch - - * java/io/BufferedWriter.java: - Reordered variables to be at top of the class. - (localFlush): Removed redundant final keyword. - -2004-04-20 Ingo Proetel - - * java/awt/event/MouseEvent.java (): fixed field assignment - -2004-04-20 Jeroen Frijters - - * java/text/DecimalFormat.java (scanFix): Removed suffix check - for percent and permill check. - -2004-04-20 Guilhem Lavaux - - * java/text/FieldPosition.java - (FieldPosition) Constructor now behaves as it should according - to the java documentation. - -2004-04-20 Mark Wielaard - - * java/util/Properties.java: Use the word umlaut, not ä in api - documentation. - -2004-04-20 Michael Koch - - * java/nio/Buffer.java, - java/nio/channels/AlreadyConnectedException.java, - java/nio/channels/AsynchronousCloseException.java, - java/nio/channels/ByteChannel.java, - java/nio/channels/CancelledKeyException.java, - java/nio/channels/Channel.java, - java/nio/channels/Channels.java, - java/nio/channels/ClosedByInterruptException.java, - java/nio/channels/ClosedChannelException.java, - java/nio/channels/ClosedSelectorException.java, - java/nio/channels/ConnectionPendingException.java, - java/nio/channels/DatagramChannel.java, - java/nio/channels/FileChannel.java, - java/nio/channels/FileLock.java, - java/nio/channels/FileLockInterruptionException.java, - java/nio/channels/GatheringByteChannel.java, - java/nio/channels/IllegalBlockingModeException.java, - java/nio/channels/IllegalSelectorException.java, - java/nio/channels/InterruptibleChannel.java, - java/nio/channels/NoConnectionPendingException.java, - java/nio/channels/NonReadableChannelException.java, - java/nio/channels/NonWritableChannelException.java, - java/nio/channels/NotYetBoundException.java, - java/nio/channels/NotYetConnectedException.java, - java/nio/channels/OverlappingFileLockException.java, - java/nio/channels/Pipe.java, - java/nio/channels/ReadableByteChannel.java, - java/nio/channels/ScatteringByteChannel.java, - java/nio/channels/SelectableChannel.java, - java/nio/channels/SelectionKey.java, - java/nio/channels/Selector.java, - java/nio/channels/ServerSocketChannel.java, - java/nio/channels/SocketChannel.java, - java/nio/channels/UnresolvedAddressException.java, - java/nio/channels/UnsupportedAddressTypeException.java, - java/nio/channels/WritableByteChannel.java, - java/nio/channels/spi/AbstractInterruptibleChannel.java, - java/nio/channels/spi/AbstractSelectableChannel.java, - java/nio/channels/spi/AbstractSelectionKey.java, - java/nio/channels/spi/AbstractSelector.java, - java/nio/channels/spi/SelectorProvider.java, - java/nio/charset/spi/CharsetProvider.java: - Fixed javadocs and jalopied all over java.nio. - -2004-04-20 Michael Koch - - * java/nio/ByteBufferImpl.java, - java/nio/CharBufferImpl.java, - java/nio/DirectByteBufferImpl.java, - java/nio/DoubleBufferImpl.java, - java/nio/DoubleViewBufferImpl.java, - java/nio/FloatBufferImpl.java, - java/nio/FloatViewBufferImpl.java, - java/nio/IntBufferImpl.java, - java/nio/IntViewBufferImpl.java, - java/nio/LongBufferImpl.java, - java/nio/LongViewBufferImpl.java, - java/nio/MappedByteBufferImpl.java, - java/nio/ShortBufferImpl.java, - java/nio/ShortViewBufferImpl.java: - Made sure all classes are final and removed final keyword from all - methods. - -2004-04-20 Michael Koch - - * java/rmi/MarshalledObject.java, - java/rmi/Naming.java, - java/rmi/RemoteException.java, - java/rmi/activation/ActivationException.java, - java/rmi/server/ServerCloneException.java, - java/security/AccessController.java, - java/security/AlgorithmParameterGenerator.java, - java/security/AlgorithmParameters.java, - java/security/CodeSource.java, - java/security/Identity.java, - java/security/IdentityScope.java, - java/security/KeyPairGenerator.java, - java/security/KeyStore.java, - java/security/Security.java, - java/security/Signature.java, - java/security/SignatureSpi.java, - java/security/SignedObject.java, - java/security/spec/DSAParameterSpec.java, - java/security/spec/DSAPrivateKeySpec.java, - java/security/spec/DSAPublicKeySpec.java, - java/sql/Array.java, - java/sql/DatabaseMetaData.java, - java/sql/ResultSet.java, - java/text/ChoiceFormat.java, - java/text/CollationElementIterator.java, - java/text/CollationKey.java, - java/text/Collator.java, - java/text/DateFormat.java, - java/text/DateFormatSymbols.java, - java/text/DecimalFormatSymbols.java, - java/text/Format.java, - java/text/ParsePosition.java, - java/text/RuleBasedCollator.java, - java/text/SimpleDateFormat.java, - java/text/StringCharacterIterator.java, - java/util/Collections.java, - java/util/PropertyResourceBundle.java, - java/util/ResourceBundle.java, - java/util/StringTokenizer.java, - java/util/jar/Attributes.java, - java/util/logging/ConsoleHandler.java, - java/util/logging/LogManager.java, - java/util/logging/MemoryHandler.java, - java/util/logging/SocketHandler.java, - javax/naming/NamingException.java: - Fixed javadoc, coding style and argument names all over. - -2004-04-20 Jeroen Frijters - - * java/io/FileDescriptor.java: (FileDescriptor) Added public - constructor. (valid) Added null check. - -2004-04-20 Guilhem Lavaux - - Reported by Nektarios Papadopoulos - * java/io/FileOutputStream.java - (FileOutputStream) Reorganized constructors. Constructors now - check whether the given path is directory. - -2004-04-20 Michael Koch - - * java/net/Authenticator.java, - java/net/BindException.java, - java/net/ConnectException.java, - java/net/ContentHandler.java, - java/net/ContentHandlerFactory.java, - java/net/DatagramPacket.java, - java/net/DatagramSocket.java, - java/net/DatagramSocketImpl.java, - java/net/DatagramSocketImplFactory.java, - java/net/FileNameMap.java, - java/net/HttpURLConnection.java, - java/net/Inet4Address.java, - java/net/Inet6Address.java, - java/net/InetAddress.java, - java/net/InetSocketAddress.java, - java/net/JarURLConnection.java, - java/net/MalformedURLException.java, - java/net/MulticastSocket.java, - java/net/NetPermission.java, - java/net/NetworkInterface.java, - java/net/NoRouteToHostException.java, - java/net/PasswordAuthentication.java, - java/net/PortUnreachableException.java, - java/net/ProtocolException.java, - java/net/ServerSocket.java, - java/net/Socket.java, - java/net/SocketAddress.java, - java/net/SocketException.java, - java/net/SocketImpl.java, - java/net/SocketImplFactory.java, - java/net/SocketOptions.java, - java/net/SocketPermission.java, - java/net/SocketTimeoutException.java, - java/net/URI.java, - java/net/URISyntaxException.java, - java/net/URL.java, - java/net/URLClassLoader.java, - java/net/URLConnection.java, - java/net/URLDecoder.java, - java/net/URLEncoder.java, - java/net/URLStreamHandler.java, - java/net/URLStreamHandlerFactory.java, - java/net/UnknownHostException.java, - java/net/UnknownServiceException.java: - Fixed javadocs, coding style and argument names all over. - -2004-04-20 Michael Koch - - * java/lang/Byte.java, - java/lang/CharSequence.java, - java/lang/ClassLoader.java, - java/lang/Compiler.java, - java/lang/Double.java, - java/lang/Float.java, - java/lang/Integer.java, - java/lang/Long.java, - java/lang/Math.java, - java/lang/Number.java, - java/lang/Package.java, - java/lang/Runtime.java, - java/lang/RuntimePermission.java, - java/lang/SecurityManager.java, - java/lang/Short.java, - java/lang/StringBuffer.java, - java/lang/System.java, - java/lang/ThreadGroup.java, - java/lang/Throwable.java, - java/lang/reflect/InvocationHandler.java, - java/lang/reflect/Proxy.java: - Fixed javadocs, coding style and argument names all over. - -2004-04-20 Michael Koch - - * java/io/BufferedWriter.java, - java/io/ByteArrayInputStream.java, - java/io/CharArrayWriter.java, - java/io/DataInput.java, - java/io/DataInputStream.java, - java/io/File.java, - java/io/FilterInputStream.java, - java/io/InputStream.java, - java/io/InputStreamReader.java, - java/io/ObjectInputStream.java, - java/io/ObjectStreamClass.java, - java/io/PipedInputStream.java, - java/io/PipedReader.java, - java/io/PushbackInputStream.java, - java/io/PushbackReader.java, - java/io/RandomAccessFile.java, - java/io/SerializablePermission.java, - java/io/StreamTokenizer.java, - java/io/StringWriter.java, - java/io/WriteAbortedException.java, - java/io/Writer.java: - Fixed javadocs all over, rename arguments to match javadocs, - fixed coding style. - -2004-04-20 Ingo Proetel - - * java/awt/FontMetrics.java: - (charsWidth): fixed accumulation of total_width - (getWidth): simple default implementation - * java/awt/Polygon.java (getBoundingBox): Use correct y-coordinate - in Rectangle constructor. - * java/awt/image/Raster.java (toString): Added method. - * java/awt/image/SampleModel.java (): Added error cause - information to thrown exception. - * java/awt/image/SinglePixelPackedSampleModel.java (getDataElements): - New method. - (setDataElements): New method. - (setPixels): New method. - (toString): New method. - -2004-04-20 Sascha Brawer - - * java/awt/image/ComponentColorModel.java - (createCompatibleSampleModel): Return PixelInterleavedSampleModel - for TYPE_BYTE and TYPE_USHORT transferTypes, in order to pass the - Mauve tests on this method. Improved documentation. - -2004-04-20 Michael Koch - - * javax/swing/JLayeredPane.java, - javax/swing/plaf/BorderUIResource.java, - javax/swing/plaf/ComponentUI.java, - javax/swing/undo/CompoundEdit.java, - javax/swing/undo/StateEdit.java: - Fixed HTML tags in javadocs all over. - -2004-04-20 Michael Koch - - * javax/print/attribute/EnumSyntax.java - (getOffset): Made protected. - * javax/print/attribute/HashAttributeSet.java - (HashAttributeSet): Likewise. - * javax/print/attribute/ResolutionSyntax.java - (getFeedResolution): Fixed typo in exception name. - (getCrossFeedResolution): Likewise. - * javax/print/attribute/SetOfIntegerSyntax.java - (SetOfIntegerSyntax): Fixed HTML entities in javadoc. - * javax/print/attribute/TextSyntax.java - (TextSyntax): Handle locale correctly. - (hashCode): Calc better hashcode value. - (equals): Fixed @return tag. - (toString): New method. - -2004-04-20 Michael Koch - - * gnu/java/nio/FileLockImpl.java - (static): Removed, not needed anymore. - * gnu/java/nio/channels/FileChannelImpl.java - (FileChannelImpl): Made final. - (mode): Made private. - (READ, WRITE, APPEND): Made public. - (EXCL, SYNC, DSYNC): Likewise. - (static): Load native JNI library, when needed. - (length): Unused, removed. - (available): Made public. - (implPosition): Throws IOException. - (seek): Likewise. - (implTruncate): Likewise. - (unlock): Likewise. - (lock): Likewise. - -2004-04-20 Michael Koch - - * java/awt/AWTPermission.java, - java/awt/Component.java, - java/awt/ComponentOrientation.java,, - java/awt/Dialog.java, - java/awt/FontMetrics.java, - java/awt/Graphics.java, - java/awt/datatransfer/DataFlavor.java, - java/beans/Introspector.java, - java/beans/PropertyEditor.java, - java/beans/PropertyEditorManager.java, - java/beans/beancontext/BeanContextServiceProvider.java: - Fixed HTML tags in javadocs all over. - -2004-04-20 Mark Wielaard - - * gnu/java/awt/peer/gtk/GtkFontPeer.java: Use fallback when - MissingResourceException is thrown. - * gnu/java/awt/peer/gtk/GtkToolkit.java (getFontPeer): Don't return - null when a MissingResourceException is thrown. Should never happen. - -2004-04-20 Sascha Brawer - - * java/awt/image/DataBufferShort.java, - java/awt/image/DataBufferFloat.java, - java/awt/image/DataBufferDouble.java, - java/awt/image/PixelInterleavedSampleModel.java: New files. - * gnu/java/awt/Buffers.java (createBuffer, createBufferFromData, - getData): Added support for TYPE_SHORT, TYPE_FLOAT and TYPE_DOUBLE. - -2004-04-20 Michael Koch - - * Makefile.am (java_source_files): Added - java/awt/image/DataBufferDouble.java, - java/awt/image/DataBufferFloat.java, - java/awt/image/DataBufferShort.java and - java/awt/image/PixelInterleavedSampleModel.java. - * Makefile.in: Regenerated. - -2004-04-19 Bryce McKinlay - - * gcj/cni.h (JvAllocObject): Remove these obsolete, - undocumented CNI calls. - * include/java-interp.h (_Jv_InterpClass): No longer - extends java.lang.Class. - * java/lang/Class.h (Class): Add new field `aux_info'. - * boehm.cc (_Jv_MarkObj): Update java.lang.Class marking. - * defineclass.cc: Remove Class<->_Jv_InterpClass casts. - Use Class->aux_info instead. - * jni.cc (_Jv_JNI_AllocObject): Use _Jv_AllocObject. - * resolve.cc: Remove Class<->_Jv_InterpClass casts. - Use Class->aux_info instead. - * java/io/natObjectInputStream.cc (allocateObject): Use - _Jv_AllocObject. - * java/lang/natClass.cc (newInstance): Likewise. - * java/lang/natClassLoader.cc (_Jv_NewClass): Likewise. - * java/lang/natObject.cc (clone): Likewise. - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise. - * java/lang/natVMClassLoader.cc (defineClass): Don't use - JvAllocObject. Allocate klass->aux_info here for interpreted - class. - -2004-04-17 Mark Wielaard - - * javax/swing/JToggleButton.java (ToggleButtonModel): - Make public static inner class. - * javax/swing/JTabbedPane.java (setComponentAt): - Call Page.setComponent(). - (SCROLL_TAB_LAYOUT): Make public, value is 1. - (WRAP_TAB_LAYOUT): Make public, value is 0. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java (ScrollingButton): - Make private static inner class. - -2004-04-16 Bryce McKinlay - - * interpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject - arguments to match new signature. Remove FIXME comments. - -2004-04-09 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkPanelPeer.java (connectSignals): - Remove method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c: Remove - unused code. - -2004-04-02 Olga Rodimina - - * Makefile.am: Added new file. - * Makefile.in: Regenerate. - * javax/swing/ImageIcon.java: - (ImageIcon(file)): set description of the icon - to the file name - * javax/swing/JCheckBoxMenuItem.java: - Mostly Implemented. Work in progress. - * javax/swing/JRadioButtonMenuItem.java: - Reimplement constructors to use JToggleButtonModel. - * javax/swing/plaf/basic/BasicIconFactory.java: - (getCheckBoxMenuItemIcon): return check box - icon. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - paint menu item selected only when it is armed and - pressed. - -2004-04-02 David Jee - - * gnu/java/awt/peer/gtk/GtkMenuItemPeer.java - (GtkMenuItemPeer): Only connect signals if this isn't a Menu peer. - * java/awt/Component.java - (add): Set the parent of the popup as this component. - * java/awt/PopupMenu.java - (addNotify): Create popup menu when peer is null. - (show): Call addNotify() if peer is null. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c - (Java_gnu_java_awt_peer_gtk_GtkPopupMenuPeer_show): Set the button - argument for gtk_menu_popup() as zero. This causes the popup menu to - respond to any mouse button. - -2004-03-31 Olga Rodimina - - * Makefile.am: Added new file. - * Makefile.in: Regenerate. - * javax/swing/JRadioButtonMenuItem.java: - Implemented. - * javax/swing/plaf/basic/BasicIconFactory.java: - (getRadioButtonMenuItemIcon): Return - radio button icon. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - (getPreferredSize): Add size of checkIcon if it - exists. - (installDefaults): Don't initialize checkIcon. - It's value will be set in subclasses. - (uninstallDefaults): remove uninstallation of - checkIcon. - (paint): Moved code to paintMenuItem(). - (paintMenuItem): Implemented. - * javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java: - UI delegate for JRadioButtonMenuItem. - -2004-03-29 Olga Rodimina - - * javax/swing/plaf/basic/BasicMenuItemUI.java: - Corrected position of the accelerator. - -2004-03-29 Olga Rodimina - - * Makefile.am: Added new file. - * Makefile.in: Regenerate. - * javax/swing/JMenuItem.java: Partly - implemented. Work in progress - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Changed default value of acceleratorDelimiter. - * javax/swing/plaf/basic/BasicMenuItemUI.java: - New class. Partly implemented. - -2004-03-26 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c - (item_activate): Declare label before use. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (gtkSetFont): Removed unused variable label. - (addExposeFilter): Declare variables before use. - (removeExposeFilter): Likewise. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (ok_clicked): Declare str_fileName before use. - -2004-03-26 David Jee - - * gnu/java/awt/peer/gtk/GtkMenuPeer.java - (addSeparator): Remove. - * java/awt/Menu.java - (separator): Remove static final MenuItem field. - (separatorLabel): New static final String field. - (addSeparator): Do not use peer method; use add(MenuItem) instead. - Use separatorLabel to denote that it is a separator. - (insertSeparator): Create a new MenuItem with separatorLabel, instead - of reusing the static separator instance, because a MenuItem instance - can't be added more than once without being cloned. - * java/awt/peer/MenuPeer.java - (addSeparator): Remove from interface. - -2004-03-26 David Jee - - * gnu/java/awt/peer/gtk/GtkMenuItemPeer.java - (connectSignals): New native method declaration. - (GtkMenuItemPeer): Connect signals if the parent is a Menu. - * java/awt/MenuItem.java - (getActionCommand): Return the label if the action command is not set. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuBarPeer.c - (Java_gnu_java_awt_peer_gtk_GtkMenuBarPeer_addMenu): Use - gtk_menu_shell_append(). - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c - (item_activate): Fix argument type. - (Java_gnu_java_awt_peer_gtk_GtkMenuItemPeer_create): Do not connect - signal here. - (Java_gnu_java_awt_peer_gtk_GtkMenuItemPeer_connectSignals): New - method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c - (Java_gnu_java_awt_peer_gtk_GtkMenuPeer_create): Check if a label is - given. Add the menu widget's top-level GtkWindow to the global window - group, so it can grab the pointer. - (Java_gnu_java_awt_peer_gtk_GtkMenuPeer_addItem): Use - gtk_menu_shell_append(). - -2004-03-23 Graydon Hoare - - * java/text/AttributedString.java - (addAttribute): Fix off-by-one. - (getIterator): Likewise. - * java/text/AttributedStringIterator.java - (getRunLimit): Correct logic. - (getRunStart): Likewise. - (getAttribute): Fix inequality. - (getAttributes): Likewise. - * testsuite/libjava.mauve/xfails: Remove AttributedString xfail. - -2004-03-23 Kim Ho - - * javax/swing/plaf/basic/BasicTabbedPaneUI.java: - (calculateSizes): Return real width and height. - -2004-03-23 Kim Ho - - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (calculateTabRects): Set the selectedRun before - trying to rotate tabs. - -2004-03-23 Kim Ho - - * Makefile.am: New file - * Makefile.in: Regenerate - * java/awt/Graphics.java: (drawRect): - Draw to the correct point. - * javax/swing/DefaultSingleSelectionModel.java - (isSelected): Return true if the selected index - is not -1. - * javax/swing/JLabel.java: Do not change mnemonic - index if text is null. - * javax/swing/JProgressBar.java: Use JComponent's - EventListenerList. - * javax/swing/JScrollBar.java: Ditto. - * javax/swing/JSlider.java: Ditto. - * javax/swing/JTabbedPane.java: Reimplement. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Add defaults for TabbedPane. - * javax/swing/plaf/basic/BasicArrowButton.java: - Implement - * javax/swing/plaf/basic/BasicProgressBarUI.java: - (paintDeterminate): Don't paint String if it's - empty. - (paintIndeterminate): ditto. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java: - Reimplement. - -2004-03-19 Michael Koch - - * java/awt/image/AffineTransformOp.java - (AffineTransformOp): Made public. - * javax/swing/JComponent.java - (listenerList): Made protected. - (accessibleContext): Likewise. - * javax/swing/JList.java - (valueChanged): Dont use internal fields of ListSelectionEvent. - * javax/swing/JViewport.java - (getView): Dont use internal fields of Component. - (addImpl): Likewise. - * javax/swing/Timer.java - (isRunning): Made public. - (start): Likewise. - (stop): Likewise. - * javax/swing/UIDefaults.java - (getInt): Made public. - * javax/swing/plaf/basic/BasicListUI.java - (mousePressed): Dont use internal fields of MouseEvent. - (propertyChanged): Dont use internal fields of PropertyChangeEvent. - * javax/swing/plaf/basic/BasicScrollBarUI.java - (arrowIcon): Made static. - * javax/swing/plaf/basic/BasicViewportUI.java - (stateChanged): Dont use internal field on ChangeEvent. - * javax/swing/text/JTextComponent.java - (getUI): Call UIManager.getUI(). - (updateUI): Use getUI(). - -2004-03-19 Graydon Hoare - - * javax/swing/JComponent.java: Turn off double buffer by default. - * javax/swing/plaf/basic/BasicViewportUI.java: Clear rects before painting. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_gdkDrawDrawable): - Use cairo to copy areas. - (Java_gnu_java_awt_peer_gtk_GdkGraphics2D_cairoClip): - Initialize and set clip region. - -2004-03-15 Thomas Fitzsimmons - - * java/applet/Applet.java (preferredSize): Override deprecated - variant of getPreferredSize. - (minimumSize): Override deprecated variant of getMinimumSize. - -2004-03-15 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (drawImage(img,xform,bgcolor,obs)): New Method. - Helper function that every drawImage method will - use. - (drawRaster): Added new parameter, bgcolor. All - transparent pixels are changed to bgcolor before - image is drawn. - (drawRenderedImage): Fixed to use changed drawRaster(). - (drawImage(image,xform,obs): Fixed to use new helper function - (drawImage(image,op,x,y)): Ditto. - (drawImage (img,x,y,observer)): Ditto. - ((PainterThread) bgcolor): New Field. - ((PainterThread) (setPixels)): Changed all transparent pixels - to bgcolor. - (drawImage(img,x,y,width,height,bgcolor,observer)): - Fixed FIXME - all the transparent pixels are - changed to the specified bgcolor. - (drawImage(img, x, y, width, height, observer): Changed to - use function above. - (drawImage (img,dx1,dy1,dx2,dy2,sx1,sy1,sx2,sy2,bgcolor,observer)): - Fixed FIXME- changed all transparent pixels to bgcolor. - (drawImage (img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer)): - Changed to use function above. - -2004-03-14 Thomas Fitzsimmons - - * java/applet/Applet.java (dimensions): New field. - (getDimensions): New method. - (getPreferredSize): Call getDimensions. - (getMinimumSize): Likewise. - -2004-03-13 Thomas Fitzsimmons - - * jni/classpath/jcl.c: Include stdlib.h, not malloc.h. - * jni/classpath/jnilink.c: Likewise. - - * java/applet/Applet.java (getPreferredSize): New method. - (getMinimumSize): New method. - -2004-04-15 Bryce McKinlay - - * prims.cc (_Jv_AllocObject): Remove `size' argument. - (_Jv_AllocObjectNoFinalizer): Likewise. - (_Jv_AllocObjectNoInitNoFinalizer): Likewise. - (_Jv_AllocPtrFreeObject): Likewise. - (_Jv_AllocString): Moved from natString.cc. Call collector interface - directly even in the JVMPI case. - * gcj/cni.h (JvAllocObject): Remove `size' argument from - _Jv_AllocObject calls. - * gcj/javaprims.h: Update prototypes. - * gnu/gcj/natCore.cc (_Jv_create_core): Use `new', not _Jv_AllocObject. - * java/lang/Class.h: Update _Jv_AllocObject friend prototype. - * java/lang/natString.cc (_Jv_AllocString): Move to prims.cc. - -2004-04-14 Andrew Haley - Bryce McKinlay - - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Use - _Jv_LookupInterfaceMethodIdx for calls to interfaces. - * include/jvm.h (_Jv_CallAnyMethodA): Add new `iface' arg. - - * testsuite/libjava.lang/InvokeInterface.java: New file. - * testsuite/libjava.lang/InvokeInterface.out: New file. - -2004-04-09 Ranjit Mathew - - * java/lang/VMThrowable.java (getStackTrace): Pass trace as-is to - modified lookup(). - * gnu/gcj/runtime/NameFinder.java (lookup): Change to take in a - StackTraceElement directly. - (newElement): New native helper method to create StackTraceElement - bypassing Java access control. - (createStackTraceElement): Use newElement() instead of directly - calling StackTraceElement's constructor. - * gnu/gcj/runtime/natNameFinder.cc (newElement): New method. - -2004-04-01 Michael Koch - - * java/lang/SecurityManager.java - (checkAwtEventQueueAccess): Implemented. - -2004-04-01 Gary Benson - - * resolve.cc (_Jv_ResolvePoolEntry): Put field name in exception. - (_Jv_SearchMethodInClass): Likewise. - -2004-03-26 Peter Moon - - * java/text/NumberFormat.java: Fix spelling of setCurrency - method. - -2004-03-21 Anthony Green - - * java/lang/natClass.cc (getClassLoader): Circumvent infinite - recursion when searching for the system ClassLoader. - -2004-03-21 Ito Kazumitsu - - * java/net/ServerSocket.java - (accept): Close the socket when error occured. - -2004-03-21 Jeroen Frijters - - * java/net/URI.java (parseURI): Added unquoting. - (unquote): New method. - (quoteAuthority): Implemented. - (quote(String,String)): New method. - (quotePath): Implemented. - (getRawSchemeSpecificPart): Return new rawSchemeSpecificPart field. - (getSchemeSpecificPart): Removed FIXME comment. - (getRawAuthority): Return new rawAuthority field. - (getAuthority): Removed FIXME comment. - (getRawUserInfo): Return new rawUserInfo field. - (getUserInfo): Removed FIXME comment. - (getRawPath): Return new rawPath field. - (getPath): Removed FIXME comment. - (getRawQuery): Return new rawQuery field. - (getQuery): Removed FIXME comment. - (getRawFragment): Return new rawFragment field. - (getFragment): Removed FIXME comment. - -2004-03-20 Michael Koch - - * java/net/URLConnection.java: Merged copyright year with classpath. - -2004-03-20 Norbert Frese - - * gnu/java/rmi/server/RMIIncomingThread.java: New file. - * gcc/libjava/gnu/java/rmi/server/UnicastConnection.java: - Create a new RMIObjectOuputStream/RMIObjectInputStream for every - rmi-message. - (getObjectInputStream): Return object reference, throw IOException if null. - (startObjectInputStream): Create new RMIObjectInputStream on top of 'din'. - (getObjectOutputStream): Return object reference, throw IOException if null. - (startObjectOutputStream): Create new RMIObjectOutputStream on top of 'dout'. - * gcc/libjava/gnu/java/rmi/server/UnicastConnectionManager.java: - (UnicastConnectionManager): Throw RemoteException if port is not available. - (getInstance): Throw RemoteException. - (run): Lookup client host and attach it to new RMIIncomingThread for later retrieval. - * gcc/libjava/gnu/java/rmi/server/UnicastRef.java: - Start a new RMIObjectInputStream/RMIObjectOutputStream for every rmi-message. - Collect Exceptions which are returned by a rmi-call and fix void returns. - * gcc/libjava/gnu/java/rmi/server/UnicastRemoteCall.java: - Start a new RMIObjectInputStream/RMIObjectOutputStream for every rmi-message. - * gcc/libjava/gnu/java/rmi/server/UnicastServer.java: - (dispatch): Answer ping messages which are sent by other java implementions. - (incomingMessageCall): Start a new RMIObjectInputStream/RMIObjectOutputStream - for every rmi-message and fix void return problems. - * gcc/libjava/gnu/java/rmi/server/UnicastServerRef.java - (UnicastServerRef): Throw RemoteException. - (exportObject): Find the class up the class hierarchy which has a _Stub generated by rmic. - In some situations it is necessary to export a subclass of the class which has the _Stub. - For instance when the class with has the _Stub is abstract. - (findStubSkelClass): New method which looks for the class which has the _Stub. - (getClientHost): Implementated. - * gcc/libjava/java/rmi/server/RemoteServer.java - (getClientHost): Implementated. - * gcc/libjava/Makefile.am (rmi_java_source_files): - Added gnu/java/rmi/server/RMIIncomingThread.java. - * Makefile.in: Regenerated. - -2004-03-20 Michael Koch - - * java/net/InetAddress.java - (getLocalHostname): Added javadoc. - -2004-03-19 Per Bothner - - * configure.in: FILE variable overrides FLATFORM when linking - natFileChannelXXX.cc. - - * gnu/java/nio/channels/natFileChannelEcos.cc (diag_write): Restored. - (write): Call diag_write, as in old natFileDescriptorEcos.cc. - -2004-03-19 Per Bothner - - * gnu/gcj/convert/Input_UnicodeBig.java: New class.. - * gnu/gcj/convert/Input_UnicodeLittle.java: New class. - * Makefile.am: Update accordingly. - * gnu/gcj/convert/IOConverter.java: Define "utf-16le" and "utf16be" - as aliases for UnicodeLittle and UnicodeBig. - -2004-03-20 Mark Wielaard - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c - (Java_gnu_java_awt_peer_gtk_GtkTextAreaPeer_getVScrollbarWidth): - Don't access ws when it is null. - (Java_gnu_java_awt_peer_gtk_GtkTextAreaPeer_getHScrollbarHeight): - Likewise. - -2004-03-19 Jeroen Frijters - - * java/lang/ThreadGroup.java (list): Changed print to println. - -2004-03-19 Mark Wielaard - - * java/io/BufferedReader.java: Use <=, not <&eq; to make gjdoc - happy. - -2004-02-10 Randolph Chung - - * configure.in: Build java for hppa target. - * configure: Regenerate. - * libjava/configure.host (hppa-*): Add target. - * libjava/sysdeps/pa/lock.h: New file. - -2004-03-19 Mark Wielaard - - Reported by Stephen Crawley - * java/io/FilePermission.java (implies): Use String.length() -1 to - access last char of String. - -2004-03-19 Michael Koch - - * java/awt/image/AffineTransformOp.java - (AffineTransformOp): Made public. - * javax/swing/JComponent.java - (listenerList): Made protected. - (accessibleContext): Likewise. - * javax/swing/JList.java - (valueChanged): Dont use internal fields of ListSelectionEvent. - * javax/swing/JViewport.java - (getView): Dont use internal fields of Component. - (addImpl): Likewise. - * javax/swing/Timer.java - (isRunning): Made public. - (start): Likewise. - (stop): Likewise. - * javax/swing/UIDefaults.java - (getInt): Made public. - * javax/swing/plaf/basic/BasicListUI.java - (mousePressed): Dont use internal fields of MouseEvent. - (propertyChanged): Dont use internal fields of PropertyChangeEvent. - * javax/swing/plaf/basic/BasicScrollBarUI.java - (arrowIcon): Made static. - * javax/swing/plaf/basic/BasicViewportUI.java - (stateChanged): Dont use internal field on ChangeEvent. - * javax/swing/text/JTextComponent.java - (getUI): Call UIManager.getUI(). - (updateUI): Use getUI(). - -2004-03-19 Rainer Orth - - * verify.cc: Undef PC. - -2004-03-18 Michael Koch - - * java/nio/channels/spi/AbstractSelectableChannel.java - (keys): Initialize at declaration. - (locate): keys cant be null. - (add): Removed. - (addSelectionKey): New method. - (removeSelectionKey): New method. - * java/nio/channels/spi/AbstractSelectionKey.java - (cancel): Call AbstractSelector.cancelKey(SelectionKey key). - * java/nio/channels/spi/AbstractSelector.java - (provider): Javadoc added. - (cancelledKeys): Javadoc added. - (cancelKey): Javadoc added, add key to cancelledKeys. - (deregister): Implemented. - -2004-03-18 Rainer Orth - - * gnu/java/nio/channels/natFileChannelPosix.cc (mapImpl): Cast - MAP_FAILED to void *. - -2004-03-12 Graydon Hoare - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Clipping fixes. - * javax/swing/JComponent.java (paint): Use persistent double buffer. - * javax/swing/JList.java (ListListener): Revalidate on changes. - * javax/swing/JScrollPane.java: Reimplement. - * javax/swing/JViewport.java: Reimplement. - * javax/swing/ScrollPaneLayout.java: Reimplement. - * javax/swing/ViewportLayout.java: Tidy up. - * javax/swing/plaf/basic/BasicButtonListener.java: Remove printlns. - * javax/swing/plaf/basic/BasicScrollPaneUI.java: Reimplement. - * javax/swing/plaf/basic/BasicSliderUI.java: Handle missing labels. - * javax/swing/plaf/basic/BasicViewportUI.java: Implement in terms of - backing store only. - -2004-03-11 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (window_wm_protocols_filter): New function. - (window_focus_in_cb): Remove function. - (window_focus_out_cb): Likewise. - (window_focus_or_active_state_change_cb): New function. - (create): Add filter that removes WM_TAKE_FOCUS client messages. - (connectSignals): Don't attach handlers to focus-in-event or - focus-out-event signals. Handle notify signal. - -2004-03-11 David Jee - - * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java - (gtkSetLabel): New native method declaration. - (setLabel): Use gtkSetLabel. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c - (Java_gnu_java_awt_peer_gtk_GtkCheckboxPeer_gtkSetLabel): New method. - -2004-03-10 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GdkGraphics.java (setColor): Default to - black when color argument is null. - -2004-03-10 Kim Ho - - * java/awt/Container.java: Remove check - for drag events. - -2004-03-10 Kim Ho - - * java/awt/Container.java: (visitChild): - Remove candidate clip. Use the component - clip to intersect. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java: - (handleEvent): Use the PaintEvent's clip. - -2004-03-10 Kim Ho - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java: - (handleEvent): Don't set the clip for the - Graphics object. - -2004-03-09 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: - Fix double <-> fixed macros, reset font transform. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeerMetrics.c: - Likewise. - -2004-03-09  Kim Ho - - * java/awt/Container.java: (visitChild): Move - the x and y coordinate of the component rectangle - to correct position. - (handleEvent): Forward drag events to the pressed - component. - * javax/swing/plaf/basic/BasicScrollBarUI.java: - Fix comments. - (ArrowButtonListener::mousePressed): Stop the - existing timer. - (mouseDragged): Implement. - (TrackListener::mousePressed): Only react if - the press doesn't occur on the thumb, otherwise - just set the offset. - (TrackListener::mouseReleased): Unset the isAdjusting - value. - (createIncreaseIcon): Switch icon. - (createDecreaseIcon): Switch icon. - (calculatePreferredSize): Use width. - (getThumbBounds): Use the top as the lower value. - (layoutVScrollBar): Switch the button locations. - (paintIncreaseHighlight): Paint correct side of thumb. - (paintDecreaseHighlight): ditto. - (valueForYPosition): Use top as the lower value. - * javax/swing/plaf/basic/BasicSliderUI.java: - Fix comments. - (mouseDragged): Implement. - (mousePressed): Only react when the thumb isn't - pressed, otherwise just set offset. - (mouseReleased): Handle a release of the thumb. - (scrollDueToClickInTrack): Stop the timer first. - * javax/swing/JProgressBar.java: - (setString): Fix change condition. - * javax/swing/JSeparator.java: - Remove println's. - -2004-03-08 David Jee - - * java/awt/image/AffineTransformOp.java: - (filter): Use Graphics2D interface instead of directly using the - GdkGraphics2D peer. - -2004-03-05 David Jee - - * gnu/java/awt/peer/gtk/GtkButtonPeer.java - (handleEvent): Action events are generated upon MOUSE_RELEASED. - * java/awt/Container.java - (acquireComponentForMouseEvent): Fixed. - (handleEvent): Fixed. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (state_to_awt_mods_with_button_states): New method. - (pre_event_handler): Fixed mouse event generation. - -2004-03-05 Olga Rodimina - - gnu/java/awt/peer/gtk/GdkGraphics2D.java - (GdkGraphics2D (BufferedImage)): Initialize - pixmap associated with specified BufferedImage. - (setPaint): Changed implementation of Texture - Paint to use AffineTransformOp. - * java/awt/image/AffineTransformOp.java - (createCompatibleDestRaster): Throw RasterFormatException - if resulting width or height of raster is 0. - -2004-03-04 Olga Rodimina - - * java/awt/image/AffineTransformOp.java: - Removed unnecessary field interpolationType. - Formatted some of the lines to be consistent with - the GNU style. - (AffineTransformOp): Create new RenderingHints - containing specified interpolation type. - (createCompatibleDestImage): Implemented. - (createCompatibleDestRaster): Implemented. - (filter): Implemented. - (getBounds2D(BufferedImage)): Implemented. - (getBounds2D(Raster)): Implemented. - (getInterpolationType): Get interpolation value from - rendering hints. - -2004-03-04 David Jee - - * gnu/java/awt/peer/gtk/GtkContainerPeer.java - (setFont): Check if child peers are null. - -2004-03-04 Graydon Hoare - - * testsuite/lib/libjava.exp (libjava_find_lib): Don't include - .libs in -L option. - (libjava_arguments): Add new libraries to argument list. - -2004-03-02 Olga Rodimina - - * Makefile.am: Added java/awt/image/AffineTransformOp.java - * Makefile.in: Re-generated. - * java/awt/image/AffineTransformOp.java: New Class. - -2004-03-01 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (setPaint): Interpret correctly TexturePaint's - anchor rectangle. - (drawImage): Fixed scale factors of the affine - transform. - -2004-02-27 David Jee - - * gnu/java/awt/peer/gtk/GdkGraphics.java - (GdkGraphics(Component)): Inherit font from component. - (drawString): Use font style. - * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java - (gtkSetFont): New native method declaration. - (setFont): New method. - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (gtkSetFont): New native method declaration. - (setFont): Call new native method gtkSetFont. - * gnu/java/awt/peer/gtk/GtkContainerPeer.java - (setFont): For all child components who do not their fonts set, - set their peers' fonts with this container's font. - * gnu/java/awt/peer/gtk/GtkLabelPeer.java: - Move all native method declarations to the top for readability. - (gtkSetFont): New native method declaration. - (setFont): New method. - * java/awt/Component.java - (setFont): Invalidate after setting the font. - * java/awt/Container.java - (invalidateTree): New method. - (setFont): Invalidate the container tree after setting the font. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c - (Java_gnu_java_awt_peer_gtk_GdkGraphics_drawString): Use font style. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c - (Java_gnu_java_awt_peer_gtk_GtkCheckboxPeer_gtkSetFont): New method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_gtkSetFont): New method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c - (Java_gnu_java_awt_peer_gtk_GtkLabelPeer_gtkSetFont): New method. - -2004-02-27 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (updateBufferedImage): New helper function. - Updates BufferedImage in memory if it was changed. - (draw): changed to update BufferedImage in memory after - this drawing operation - (fill): Ditto. - (draw3DRect): Ditto. - (fill3DRect): Ditto. - (clearRect): Ditto. - (drawRaster): Ditto. - (drawImage) : Ditto. Update only in case of GtkOffScreenImage with - no affine transformation. - (drawGlyphVector): Ditto. - -2004-02-26 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (isBufferedImageGraphics): New Helper function. - Returns true if this graphics2d can be used to draw - into buffered image and false otherwise. - (updateImagePixels): New Helper function. - Updates pixels in the BufferedImage. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (getImagePixels): New function. Returns pixels - of the buffered image associated with - this Graphics2D. - -2004-02-26 David Jee - - * java/awt/BorderLayout.java - (layoutContainer): Fix width and height calculations to ensure - that they're non-negative. - * java/awt/Component.java - (setBackground): If c is null, inherit from closest ancestor whose - background color is set. - -2004-02-26  Kim Ho  - - * Makefile.am: Add new files. - * Makefile.in: Re-generate. - * javax/swing/JProgressBar.java: - (JProgressBar(int, int int)): Throw - IllegalArgumentException if orientation is - invalid. - (JProgressBar(BoundedRangeModel)): Create - ChangeListener and register it. UpdateUI. - (getChangeListeners): Implement. - (setModel): Reset ChangeListener. - * javax/swing/JScrollBar.java: Implement. - * javax/swing/JSeparator.java: Implement. - * javax/swing/JSlider.java: - (JSlider(int, int, int, int)): Throw - IllegalArgumentException if orientation - is invalid. - (getChangeListeners): Fix method name. - * javax/swing/SwingUtilities.java: - (layoutCompoundLabel): If there is no text, - set the text rectangle dimensions to 0. - * javax/swing/plaf/basic/BasicButtonUI.java: - (paint): If there is no text, don't paint it. - * javax/swing/plaf/basic/BasicScrollBarUI.java: - Implement. - * javax/swing/plaf/basic/BasicSeparatorUI.java: - Implement. - * javax/swing/plaf/basic/BasicSliderUI.java: - (propertyChange): If the model changes, change - the listeners accordingly. - -2004-02-25 Graydon Hoare - - * javax/swing/AbstractButton.java: Add "final" qualifiers. - * javax/swing/JList.java: Reimplement. - * javax/swing/DefaultListSelectionModel.java: Reimplement. - * javax/swing/plaf/basic/BasicListUI.java: Reimplement. - * javax/swing/plaf/basic/BasicLookAndFeel.java: Add "purple" values. - * javax/swing/ListModel.java: Javadoc. - * javax/swing/ListSelectionModel.java: Add missing methods. - * javax/swing/AbstractListModel.java: Javadoc and corrections. - * javax/swing/DefaultListModel.java: Javadoc and corrections. - * javax/swing/ListModel.java: Javadoc and corrections. - * javax/swing/DefaultListCellRenderer.java: Minor tidying. - -2004-02-25 David Jee - - * gnu/java/awt/peer/gtk/GtkFontPeer.java - (GtkFontPeer): Change default size to 12. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (getFontPeer): Change default size to 12. - (getClasspathFontPeer): Likewise. Set default name to "Default". - * java/awt/Font.java - (Font(Map)): Call Font(String,Map). - (Font(String,Map)): If attrs is null, initialize it as an empty - HashMap, which will ensure that the Font will get default attributes. - -2004-02-25 David Jee - - * gnu/java/awt/peer/gtk/GtkFontPeer.java - (GtkFontPeer(String,int)): Call the new constructor with size 1. - (GtkFontPeer(String,int,int)): New constructor with size attribute. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (getFontPeer(String,int)): Call the new overload method with size 1. - (getFontPeer(String,int,int)): New method. Overloaded with size - attribute. - (getClasspathFontPeer): Set the size of the font. - -2004-02-24 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (bimage): New field. - (GdkGraphics2D): New Constructor. Constructs Graphics - object that can be used to draw into the Buffered Image. - * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: - (GdkGraphicsEnvironment): Fixed to include public - keyword. - (createGraphics): Implemented. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (getLocalGraphicsEnvironment): Implemented. - * java/awt/GraphicsEnvironment.java: - (getLocalGraphicsEnvironment): Implemented. - * java/awt/image/BufferedImage.java: - (createGraphics): Implemented. - -2004-02-24 David Jee - - * java/awt/Component.java - (eventTypeEnabled): Add MOUSE_MOVED and MOUSE_DRAGGED event types. - * java/awt/Container.java - (addNotifyContainerChildren): Fix event enabling. - -2004-02-23 Olga Rodimina - - * Makefile.am: Added - gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java - * Makefile.in: Re-generated. - * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: - New Class. - -2004-02-19 Kim Ho - - * Makefile.am: Add BasicProgressBarUI - * Makefile.in: Regenerate. - * javax/swing/JProgressBar.java: - Re-implement. - * javax/swing/plaf/basic/BasicLookAndFeel.java - Add constants for JProgressBar. - * javax/swing/plaf/basic/BasicProgressBarUI.java - Implement. - * javax/swing/plaf/basic/BasicSliderUI.java - Change comments. - (calculateGeometry): New method - (paint): Remove unnecessary size calculations. - -2004-02-18 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (drawRaster): Fixed small error that caused - imageToUser transformation to be set incorrectly. - (toString): Implemented. - -2004-02-18 David Jee - - * java/awt/CardLayout.java - (addLayoutComponent): Show the first component added as the default. - (removeLayoutComponent): After removing, show the next component. - (gotoComponent): If there is only one component, show it and return. - -2004-02-18 Kim Ho - - * javax/swing/JSlider.java: Re-order - modifiers. - * javax/swing/JLabel.java: Re-order - modifiers. - * javax/swing/JComponent.java: - (addPropertyChangeListener): - Implement. - (removePropertyChangeListener): - ditto. - (firePropertyChangeEvent): - ditto. - -2004-02-17 David Jee - - * java/awt/Component.java - (show): Dispatch ComponentEvent via system event queue. - (hide): Likewise. - (move): Likewise. - (resize): Likewise. - (reshape): Likewise. - * java/awt/Window.java - (setBoundsCallback): Likewise. - -2004-02-17 David Jee - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_setNativeBounds): - Use gtk_widget_set_size_request() instead of the deprecated - gtk_widget_set_usize(). - -2004-02-17 Kim Ho - - * javax/swing/JSlider.java: Fix comments and - make property strings constants. - (createStandardLabels): Use the labels - preferred size as bounds. - * javax/swing/plaf/basic/BasicSliderUI.java - Fix comments. - (ScrollHandler::actionPerformed): Don't - calculate the timer stop value. Let the - MouseListeners find the stop location. - (getPreferredHorizontalSize): Re-implement. - (getPreferredVerticalSize): ditto. - (getMinimumHorizontalSize): ditto. - (getMinimumVerticalSize): ditto. - (getPreferredSize): ditto. - (getMinimumSize): ditto. - (getMaximumSize): ditto. - (paintTicks): Use doubles to find the - tick location. - (paintHorizontalLabel):  Use preferredSize - as initial width and height. - (paintVerticalLabel): ditto. - -2004-02-17 Kim Ho - - * javax/swing/JLabel.java: Changed - property strings to constants. - (DISPLAYED_MNEMONIC_INDEX_CHANGED_PROPERTY): - New property. - (setText): Change mnemonic index if - text is too short. - (setDisplayedMnemonicIndex): Fire property - change event. - (getDisplayedMnemonicIndex): Remove check - against short text. - -2004-02-17 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: - (drawImage(img,xform,obs)): Invert xform before - passing the xform to cairo. - (drawImage(img,x,y,bgcolor,obs)): Implemented. - (drawImage (img,x,y,w,h,bgcolor,obs)): Partly - implemented. - (drawImage (img,x,y,w,h,obs)): Implemented. - (drawImage (img,dx1,dy1,dx2,dy2,sx1,sy1,sx2,sy2, - bgcolor,obs)): Partly implemented. - (drawImage (img,dx1,dy1,dx2,dy2,sx1,sy1,sx2,sy2,obs)): - Implemented. - * java/awt/image/BufferedImage.java: - (copyData): if dest is null, create raster with same - dimensions as the current image. - -2004-02-16 Graydon Hoare - - * javax/swing/plaf/basic/BasicLabelUI.java - (getPreferredSize): Use layoutCL. - * javax/swing/plaf/basic/BasicGraphicsUtils.java - (getPreferredButtonSize): Start with empty view rect, layout using - component's preferred alignment. - * javax/swing/plaf/basic/BasicLookAndFeel.java: Add some Label and - List defaults. - -2004-02-16 David Jee - - * java/awt/Component.java - (show): Dispatch COMPONENT_SHOWN ComponentEvent. - (hide): Dispatch COMPONENT_HIDDEN ComponentEvent. - (move): Erase old bounds and repaint new bounds. Dispatch - COMPONENT_MOVED ComponentEvent. - (resize): Erase old bounds and repaint new bounds. Dispatch - COMPONENT_RESIZED ComponentEvent. - (reshape): Dispatch COMPONENT_RESIZED and COMPONENT_MOVED - ComponentEvents. - * java/awt/Window.java - (setBoundsCallback): Dispatch COMPONENT_RESIZED and COMPONENT_MOVED - ComponentEvents. - -2004-02-16 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: - (setRenderingHint): Added implementation of - Interpolation rendering hints. - (setRenderingHints): Ditto. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - (drawPixels): fixed to allow user to choose type - of filtering that should be used when displaying images. - (cairoSurfaceSetFilter): New method. Sets filter type for - interpolation of pixel values. - -2004-02-16 David Jee - - * java/awt/GridBagLayout.java - (calcCellSizes): Rows or columns with zero sizes should still be - considered for extra space distribution. - -2004-02-16 Kim Ho - - * javax/swing/JLabel.java: Re-implement. - * javax/swing/plaf/basic/BasicLabelUI.java - Re-implement. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Added constant. - -2004-02-16  Kim Ho  - - * javax/swing/JSlider.java: Fix indentation and comments. - (setModel): Remove null check to conform with Sun's. - (setOrientation): Throw exception if not - HORIZONTAL or VERTICAL. - (getInverted): Use private variable instead of - ComponentOrientation. - (setInverted): ditto. - * javax/swing/plaf/basic/BasicSliderUI.java: - Fix indentation and comments. - (propertyChange): Remove check for inverted slider, handle - in main paint. - (getMinimumSize): Return preferred size. - (getMaximumSize): ditto. - (calculateFocusRect): Don't relocate rectangle. - (drawInverted): Return XOR of the slider's inversion and - the component's orientation. - (paint): Update leftToRightCache - -2004-02-13 David Jee - - * java/awt/GridBagLayout.java - (GetLayoutInfo): Fix weight and size distribution. Relocate repeated - code to helper methods. - (sortBySpan): New helper method. - (distributeSizeAndWeight): Likewise. - (calcCellWeights): Likewise. - (calcCellSizes): Add comments. - -2004-02-13 David Jee - - * java/awt/Component.java - (show): Only do something if component is invisible at the moment. - (hide): Only do something if component is visible at the moment. - (reshape): If lightweight, erase old bounds and repaint new bounds. - -2004-02-13  Kim Ho  - - * Makefile.am: Updated for new file. - * Makefile.in: Regenerated. - * javax/swing/JSlider.java: Reimplement. - * javax/swing/SwingUtilities.java - (layoutCompoundLabel): Use icon height - instead of width. - (paintComponent): Implement. - * javax/swing/plaf/basic/BasicLookAndFeel.java: - Add JSlider defaults. - * javax/swing/plaf/basic/BasicSliderUI.java: - Implement. New file. - -2004-03-17 Michael Koch - - * gnu/java/net/PlainDatagramSocketImpl.java - (RECEIVE_LOCK): New member field. - (SEND_LOCK): New member field. - (send0): New method. - (send): Synchronize on SEND_LOCK. - (receive0): New method. - (receive): Synchronize on RECEIVE_LOCK. - * gnu/java/net/natPlainDatagramSocketImplNoNet.cc, - gnu/java/net/natPlainDatagramSocketImplPosix.cc, - gnu/java/net/natPlainDatagramSocketImplWin32.cc - (send0): Renamed from send. - (receive0): Renamed from receive. -2004-03-17 Michael Koch - - * gnu/java/net/natPlainSocketImplPosix.cc - (write): Just call write(jbyteArray, offset, len). - (read): Just call read(jbyteArray, offset, len). - -2004-03-16 Michael Koch - - * javax/swing/JTabbedPane.java - (serialVersionUID): New field. - -2004-03-16 Norbert Frese - - * java/net/InetAddress.java - (getByName): Handle hostname == "" case. - -2004-03-16 Dalibor Topic - - Reported by: Adam Heath - * gnu/javax/rmi/CORBA/DelegateFactory.java (getInstance): Use context - class loader. - -2004-03-15 Michael Koch - - * java/util/Locale.java: Reverting my last patch - and add a comment why the original version was okay. - -2004-03-14 Andreas Tobler - - * gnu/java/nio/channels/natFileChannelPosix.cc: Implement - munmap_adaptor and msync_adaptor for older POSIX_C_SOURCES specs. - (MappedByteBufferImpl::unmapImpl): Use munmap_adaptor. - (MappedByteBufferImpl::forceImpl): Use msync_adptor. - -2004-03-12 Michael Koch - - * java/text/DateFormatSymbols.java: Fixed file name in copyright. - -2004-03-12 Ito Kazumitsu - - * java/net/URI.java (toURL): Implemented. - -2004-03-12 Ito Kazumitsu - - * java/net/URI.java - (URI_REGEXP) updated to contain scheme specific part. - (SCHEME_SPEC_PART_GROUP) new constant. - (AUTHORITY_GROUP, PATH_GROUP, QUERY_GROUP, FRAGMENT_GROUP) - updated to make room for SCHEME_SPEC_PART_GROUP. - (parseURI) parse scheme specific part. - (resolve, isAbsolute, isOpaque, getRawSchemeSpecificPart, - getSchemeSpecificPart, getAuthority, getUserInfo, getPath, - getQuery, getFragment) implemented. - -2004-03-12 Dalibor Topic - - * libraries/javalib/java/net/URI.java - partially implemented using java.util.regex. - (URI_REGEXP) new constant. Used to parse URIs. - (SCHEME_GROUP) new constant representing index of scheme group - in parsed URI. - (AUTHORITY_GROUP) new constant representing index of authority - group in parsed URI. - (PATH_GROUP) new constant representing index of path group in - parsed URI. - (QUERY_GROUP) new constant representing index of query group in - parsed URI. - (FRAGMENT_GROUP) new constant representing index of fragment - group in parsed URI. - (getURIGroup) new static utility method. - (parseURI) implemented. - (quote) stub for new static utility method. - (quoteAuthority) stub for new static utility method. - (quoteHost) stub for new static utility method. - (quotePath) stub for new static utility method. - (quoteUserInfo) stub for new static utility method. - (URI) implemented. - (create) don't throw URISyntaxException. Implemented. - (toString) implemented. - -2004-03-12 Michael Koch - - * java/net/HttpURLConnection.java - (getResponseCode): Fix another typo in javadoc. - -2004-03-11 Michael Koch - - * java/util/logging/Level.java - (parse): Use String.equals() instead of ==. - -2004-03-11 Michael Koch - - * gnu/java/net/protocol/jar/Connection.java - (getContentLength): New method. - -2004-03-11 Michael Koch - - * gnu/java/net/PlainSocketImpl.java: - Reformated to merge better with classpath's version. - -2004-03-11 Michael Koch - - * java/util/Locale.java - (getISO3Language): Use String.equals() instead of ==. - (getISO3Country): Likewise. - -2004-03-11 Dalibor Topic - - * java/text/AttributedString.java - (addAttribute(AttributedCharacterIterator.Attribute,Object,int,int)): - Use HashMap instead of Hashtable since value can be null, and - you can not store a null value in a Hashtable. - -2004-03-11 Guilhem Lavaux - - * java/text/AttributedStringIterator.java - (getAllAttributesKey): Return only keys concerned - by the current iterator. - (getAttributes): Use strict inequality for - end_index. - -2004-03-11 Michael Koch - - * java/net/HttpURLConnection.java: - Fixed typo in javadoc. - -2004-03-11 Guilhem Lavaux - - * java/io/BufferedInputStream.java (marktarget): New field for max - mark limit. - (CHUNKSIZE): New constant for incremental mark buffer allocation. - (mark): Use new fields. - (read): Likewise. - (read(byte[],int,int)): Likewise. - (skip): Likewise. - (refill): Likewise. - -2004-03-11 Mark Wielaard - - * java/beans/BeanDescriptor.java (BeanDescriptor): - Set the FeatureDescriptor programmatic name. - -2004-03-11 Michael Koch - - * gnu/java/nio/channels/natFileChannelEcos.cc: Totally reworked. - This file was was just copied form java/io/natFileDescriptorEcos.cc - and never changed to compile correctly. - -2004-03-11 Michael Koch - - * gnu/java/nio/PipeImpl.java - (SourceChannelImpl): Made final. - (read): Implemented. - (SinkChannelImpl): Made final. - (write): Implemented. - -2004-03-11 Michael Koch - - * gnu/java/net/PlainDatagramSocketImpl.java: - Reformated to match classpath's version more. - -2004-03-11 Michael Koch - - * gnu/java/awt/peer/ClasspathFontPeer.java: - Fixed javadoc to be correct xhtml. - * gnu/java/awt/peer/gtk/GtkArgList.java - (add): Use Boolean.valueOf() instead of new Boolean(). - -2004-03-09 Michael Koch - - * java/lang/Thread.java - (runnable): Moved around. - (daemon): Renamed from daemon_flag. - (contextClassLoader): Renamed from context_class_loader. - (Thread): Reordered constructors. - (activeCount): Use group directly. - (destroy): Make it a java method. Throw NoSuchMethodError like Sun does. - (holdsLock): Reworked javadoc. - (setDaemon): Reworked. - * java/lang/natThread.cc - (destroy): Removed. - -2004-03-08 Anthony Green - - * Makefile.am: Build property resource files into libgcj. - * Makefile.in: Rebuilt. - * java/util/regex/Matcher.java, java/util/regex/Pattern.java, - java/util/regex/PatternSyntaxException.java, - gnu/regexp/CharIndexed.java, - gnu/regexp/CharIndexedCharArray.java, - gnu/regexp/CharIndexedInputStream.java, - gnu/regexp/CharIndexedReader.java, - gnu/regexp/CharIndexedString.java, - gnu/regexp/CharIndexedStringBuffer.java, gnu/regexp/RE.java, - gnu/regexp/REException.java, - gnu/regexp/REFilterInputStream.java, - gnu/regexp/REFilterReader.java, gnu/regexp/REMatch.java, - gnu/regexp/REMatchEnumeration.java, gnu/regexp/RESyntax.java, - gnu/regexp/REToken.java, gnu/regexp/RETokenAny.java, - gnu/regexp/RETokenBackRef.java, gnu/regexp/RETokenChar.java, - gnu/regexp/RETokenEnd.java, gnu/regexp/RETokenEndSub.java, - gnu/regexp/RETokenLookAhead.java, - gnu/regexp/RETokenOneOf.java, gnu/regexp/RETokenPOSIX.java, - gnu/regexp/RETokenRange.java, gnu/regexp/RETokenRepeated.java, - gnu/regexp/RETokenStart.java, - gnu/regexp/RETokenWordBoundary.java, - gnu/regexp/UncheckedRE.java: Files merged from GNU Classpath. - -2004-03-03 Per Bothner - - * java/nio/channels/Channels.java (newInputStream, newOutputStream): - Optimize when argument is a FileChannelImpl. - (newInputStream(FileChannelImpl), newOutputStream(FileChannelImpl)): - New native methods. - * java/nio/channels/natChannels.cc: New file for new native methods. - * Makefile.am: Update accordingly. - -2004-03-02 Jan Hubicka - - * configure.host: Pass -fno-omit-frame-pointer for i386. - * configure.in: Likewise. - * configure: Regenerate. - -2004-03-01 Per Bothner - - * java/lang/natPosixProcess.cc (startProcess): Fix thinko. - -2004-02-29 Per Bothner - - * java/nio/channels/FileChannelImpl.java: Moved to package - gnu/java/nio/channels, since we need to refer to it from java.io. - * java/nio/channels/natFileChannelImpl.cc: Removed file. - * gnu/java/nio/channels/FileChannelImpl.java: New class, renamed - from java/nio/channels. Don't depend on FileDescriptor. - (in, out, err): New static fields. - (mode): New field. - (SET, CUR, READ, WRITE, APPEND, EXCL, SYNC, DSYNC): Moved constants - from FileDescriptor. - (by): Removed MappedByteBuffer field. - (map): New working implementation. - * gnu/java/nio/channels/natFileChannelPosix.cc: New file, though - some code "ported" from natFileDescriptoPosix.cc. - * gnu/java/nio/channels/natFileChannelEcos.cc: Likewise. - * gnu/java/nio/channels/natFileChannelWin32.cc Likewise. - * java/io/FileDescriptor.java: Implement on top of FileChannel. - Remove native methods. - * Makefile.am, configure.in: Updated accordingly. - - * gnu/java/nio/FileLockImpl.java (fd): Remove field, replacing it by: - (ch): New FileChannelImpl field. Update constructor to match. - (releaseImpl): Remove native method. Instead ... - (release): Call unlock on channel. - * gnu/java/nio/natFileLockImpl.cc: Removed file. - - * java/io/natFileDescriptorEcos.cc: Remove file. - * java/io/natFileDescriptorPosix.cc: Remove file. - * java/io/natFileDescriptorWin32.cc: Remove file. - * java/io/FileInputStream.java (ch): Change type to FileChannelImpl. - ((File)): Allocate a FileChannelImpl, not a FileDescriptor. - ((FileChannelImpl)): New package-private constructor. - ((FileDescriptor)): Extract FileChannelImpl from arg. - (available, close, read, skip): Implement using FileChannelImpl. - (getFD): Allocate FileDescriptor if needed. - (getChannel): Is now trivial. - * java/io/FileOutputStream.java: Corresponding changes. - * java/io/RandomAccessFile.java: Corresponding changes. - - * java/nio/MappedByteBuffer.java: (forceImpl, isLoadedImpl, loadImpl, - unmapImpl): New dummy methods, to be overridden by subclass. - (finalize, isLoaded, load, force): New methods. - * java/nio/MappedByteBufferImpl.java: More-or-less rewrite. - Now works, at least for read mapping. - - * java/lang/natPosixProcess.cc (startProcess): Implement standard - streams using FileChannelImpl, not FileDescriptor. - * java/lang/natWin32Process.cc (startProcess): Likewise. - -2004-02-28 Michael Koch - - * java/io/ObjectInputStream.java: Compile fix, damn I commited the - wrong code. - -2004-02-28 Guilhem Lavaux - - * java/io/ObjectInputStream.java - (readClassDescriptor): Keep elements of the mapping non null. - (checkTypeConsistency): New method. - (readFields): Fixed main loop and base logic. Small reindentation. - * java/io/ObjectStreamField.java - (lookupField): New method to update the field reference. - (checkFieldType): New method. - * java/io/ObjectStreamClass.java - (setClass, setFields): Call lookupField when building the field - database. Check the real field type. - -2004-02-28 Michael Koch - - * java/nio/ByteOrder.java - (nativeOrder): Use equals() to compare strings. - -2004-02-26 Michael Koch - - * gnu/java/nio/FileLockImpl.java - (finalize): Made protected. - * java/nio/channels/FileChannel.java - (MapMode.READ_ONLY): Made final. - (MapMode.READ_WRITE): Made final. - (MapMode.PRIVATE): Made final. - * java/nio/channels/SocketChannel.java - (open): Simplified code. - * java/nio/channels/spi/AbstractSelectableChannel.java - (registered): Unused, removed. - (keyFor): Check channel is open, only locate key - and not add a new one. - (register): Don't delete attachments. - -2004-02-26 Michael Koch - - * gnu/java/awt/ComponentDataBlitOp.java - (INSTANCE): Made final. - * gnu/java/awt/image/ImageDecoder.java: - Reworked imports. - (cm): Unused, removed. - -2004-02-26 Michael Koch - - * gnu/java/nio/DatagramChannelImpl.java - (send): Check if target address is resolved. - -2004-02-26 Michael Koch - - * Makefile.am: Generate and install headers for inner classes in - java.nio.channels.Pipe and gnu.java.nio.PipeImpl. - * Makefile.in: Regenerated. - -2004-02-24 Anthony Green - - * java/lang/StringBuffer.java: No need to NULL out remainder of - buffer since ensureCapacity_unsynchronized will have done this for - us. - -2004-02-20 Michael Koch - - * gnu/java/net/protocol/jar/Handler.java - (): Removed unneeded check for file != null. java.net.URL.getFile() - returns an empty string but never null. - -2004-02-20 Michael Koch - - * gnu/gcj/convert/Convert.java - (main): Use equals() to compare strings. - -2004-02-20 Michael Koch - - * javax/swing/AbstractButton.java: Made several constants final. - (getRolloverSelectedIcon): Made public. - (getSelectedIcon): Made public. - -2004-02-16 Per Bothner - - * java/nio/CharBufferImpl.java: Inline super constructor. - * java/nio/DoubleBufferImpl.java: Likewise. - * java/nio/FloatBufferImpl.java: Likewise. - * java/nio/IntBufferImpl.java: Likewise. - * java/nio/LongBufferImpl.java: Likewise. - * java/nio/ShortBufferImpl.java: Likewise. - * java/nio/CharBuffer.java: Remove unused constructor. - * java/nio/DoubleBuffer.java: Likewise. - * java/nio/FloatBuffer.java: Likewise. - * java/nio/IntBuffer.java: Likewise. - * java/nio/LongBuffer.java: Likewise. - * java/nio/ShortBuffer.java: Likewise. - * java/nio/CharViewBufferImpl.java: New convenience constructor. - Fix buggy call to super constructor. - * java/nio/DoubleViewBufferImpl.java: Likewise. - * java/nio/FloatViewBufferImpl.java: Likewise. - * java/nio/IntViewBufferImpl.java: Likewise. - * java/nio/LongViewBufferImpl.java: Likewise. - * java/nio/ShortViewBufferImpl.java: Likewise. - - * java/nio/ByteBuffer.java (endian): Make non-private so other - java.nio classes can inherit it. - (): Don't bother clearing array_offset. - * java/nio/ByteBuffer.java (allocate): Re-implement using wrap. - * java/nio/ByteBuffer.java (get(byte[],int,int)): Check underflow. - Remove redundant test. - - * java/nio/ByteBufferImpl.java (asCharBuffer, asShortBuffer, - asIntBuffer, asLongBuffer, asFloatBuffer, asDoubleBuffer): - Use new XxxViewBufferImpl constructors. - * java/nio/MappedByteBufferImpl.java: Likewise. - * java/nio/DirectByteBufferImpl.java: Likewise. - - * java/nio/ByteBufferImpl.java: Remove one constructor. - Inline super in remaining constructor. - * java/nio/ByteBuffer.java: Remove unused constructor. - - * java/nio/ByteBufferImpl.java (shiftDown): New optimized method. - - * java/nio/ByteBufferImpl.java (get, put): Add array_offset. - * java/nio/DirectByteBufferImpl.java (owner): New field. - (offset): Remove unused field. - (): Modify one and add another constructor. Change callers. - (allocateDirect): Removed - not used. - (getImpl, putImpl): Make static and pass address explicitly, - to make them useful for MappedByteBufferImpl. - (get, put): Check for underflow. Modify for new getImpl. - (getImpl): New native method where target is array. - (get(byte[],int,int)): Use the above. - (adjustAddress): New static native method. - (slice, duplicate, asReadOnly): New implementations. - * java/nio/natDirectByteBufferImpl.cc (getImpl, putImpl, shiftDown, - adjustAddress): New or updated native methods. - -2004-02-15 Ito Kazumitsu - - * java/io/ObjectInputStream.java (readClassDescriptor): Avoid the - overflow of fieldmapping. - -2004-02-14 Sascha Brawer - - * javax/swing/undo/UndoManager.java: Re-written from scratch. - -2004-02-14 Per Bothner - - * java/nio/channels/spi/AbstractInterruptibleChannel.java (close): - Set closed before calling implCloseChannel, as in the spec. - -2004-02-09 Graydon Hoare - - * javax/swing/ToggleButtonModel.java: Remove dead class. - * javax/swing/plaf/basic/BasicDefaults.java: Remove dead class. - * javax/swing/plaf/basic/BasicButtonListener.java: New class. - * javax/swing/plaf/basic/BasicRootPaneUI.java: New class. - * Makefile.am: Update for new and removed files. - * Makefile.in: Regenerate. - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Initialize default hints. - * javax/swing/AbstractButton.java - (AbstractButton): Initialize fields correctly in ctor. - * javax/swing/JCheckbox.java - (JCheckBox): Override painting flags. - * javax/swing/DefaultButtonModel.java: Conform to sun. - * javax/swing/JComponent.java (paint): Fill with background color - if available. - (processComponentKeyEvent) - (processFocusEvent) - (processKeyEvent) - (processMouseMotionEvent): Remove event-consuming empty methods. - (getUIClassID): Return "ComponentUI" not "JComponent" - * javax/swing/JFrame.java: Remove some debugging chatter. - (JFrame): Subscribe to window events. - * javax/swing/JRadioButton.java - (JRadioButton): Override painting flags. - * javax/swing/JRootPane.java - (JRootPane): Set background from UIDefaults. - * javax/swing/JToggleButton.java - (ToggleButtonModel): New inner class. - (JToggleButton): Override layout alighment. - * javax/swing/SwingUtilities.java: - (getLocalBounds): Return width and height, not x and y. - (calculateInnerArea): Use local bounds, not bounds. - (layoutCompoundLabel): Provide overridden form. - (layoutCompoundLabel): Correct bugs. - * javax/swing/UIDefaults.java: Correct comment. - * javax/swing/plaf/basic/BasicButtonUI.java: - Move most logic into defaults, external listener. - (paintIcon): Implement icon painting. - (paint): Fix state painting to conform to changes in model. - * javax/swing/plaf/basic/BasicCheckBoxUI.java: - Remove most dead/wrong methods. - (getDefaultIcon): Return defaults.getIcon("CheckBox.icon"). - * javax/swing/plaf/basic/BasicIconFactory.java: - (DummyIcon): New class. - (getMenuItemCheckIcon) - (getMenuItemArrowIcon) - (getMenuArrowIcon) - (getCheckBoxMenuItemIcon) - (getRadioButtonMenuItemIcon) - (createEmptyFrameIcon): Return DummyIcons, not null. - (getCheckBoxIcon): Implement an icon that looks like sun's. - (getRadioButtonIcon): Implement an icon that looks like sun's. - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initComponentDefaults): Fix impossible values, add some missing. - * javax/swing/plaf/basic/BasicPanelUI.java (gap): Remove field. - * javax/swing/plaf/basic/BasicRadioButtonUI.java: - Remove most dead/wrong methods. - (icon): New field. - (getDefaultIcon): New method. - * javax/swing/plaf/basic/BasicToggleButtonUI.java: - Remove most dead/wrong methods. - * javax/swing/plaf/metal/MetalLookAndFeel.java - (getDefaults): Return super.getDefaults(), not BasicDefaults. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c - (Java_gnu_java_awt_peer_gtk_GdkGraphics_clearRect): - Implement "clearing" as drawing, when on pixmap drawables. - - * javax/swing/JButton.java (getUIClassID): - * javax/swing/JCheckBox.java (getUIClassID): - * javax/swing/JEditorPane.java (getUIClassID): - * javax/swing/JLabel.java (getUIClassID): - * javax/swing/JList.java (getUIClassID): - * javax/swing/JOptionPane.java (getUIClassID): - * javax/swing/JPanel.java (getUIClassID): - * javax/swing/JPasswordField.java (uiClassID): - * javax/swing/JRadioButton.java (getUIClassID): - * javax/swing/JRootPane.java (getUIClassID): - * javax/swing/JScrollPane.java (getUIClassID): - * javax/swing/JTabbedPane.java (getUIClassID): - * javax/swing/JToggleButton.java (getUIClassID): - * javax/swing/JTree.java (getUIClassID): - * javax/swing/JViewport.java (getUIClassID): - * javax/swing/text/JTextComponent.java (getUIClassID): - Return "fooUI" not "Jfoo" - -2004-02-11 Michael Koch - - * java/net/DatagramSocket.java - (setReuseAddress): Use Boolean.valueOf() instead of creating a new - Boolean object. - (setBroadcast): Likewise. - * java/net/MulticastSocket.java - (setLoopbackMode): Likewise. - * java/net/ServerSocket.java - (setReuseAddress): Likewise. - * java/net/Socket.java - (setTcpNoDelay): Likewise. - (setSoLinger): Likewise. - (setOOBInline): Likewise. - (setKeepAlive): Likewise. - (setReuseAddress): Likewise. - * java/net/URLConnection.java - (setContentHandler): Replace == with equals(). - * java/net/URLStreamHandler.java - (hostSEquals): Fix checking host addresses. - (toExternalForm): Dont check protocol for null. We know already its - not null. - -2004-02-10 David Jee - - * java/awt/BorderLayout.java - (calcCompSize): Invisible components get zero dimensions. - * java/awt/Button.java - (setLabel): Set actionCommand. - * java/awt/Component.java - (show): Invalidate component and parent container. - (hide): Likewise. - -2004-02-10 David Jee - - * java/awt/GridBagLayout.java - (GridBagLayout): New private field, internalcomptable. - (lookupInternalConstraints): New method. - (ArrangeGrid): Use components' MINSIZE. Use internalcomptable. - (GetLayoutInfo): Reimplement. - (calcCellSizes): Ignore rows/columns with size 0. - -2004-02-10 Michael Koch - - * gnu/java/awt/EmbeddedWindow.java - (setHandle): Use java.awt.Component.getPeer() instead of - java.awt.Component.peer directly. - -2004-02-10 David Jee - - * gnu/java/awt/peer/gtk/GtkButtonPeer.java - (gtkSetLabel): New native method definition. - (setLabel): Use gtkSetLabel. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c - (Java_gnu_java_awt_peer_gtk_GtkButtonPeer_gtkSetLabel): New method. - -2004-02-10 Alan Modra - - * include/powerpc-signal.h: Revert 2004-01-21 change. - (INIT_SEGV, INIT_FPE): Provide powerpc64 versions. Check return - from syscall for ppc32 versions. - -2004-02-08 Per Bothner - - * java/nio/ByteBuffer.java (shiftDown): New helper method. - * java/nio/natDirectByteBufferImpl.cc (shiftDown): New implementation. - * java/nio/ByteBufferImpl.java (compact): Use new shiftDown method. - * sava/nio/ByteBufferHelper.java: Remove redundant 'final' specifiers. - Pass ByteOrder parameter to most methods, since the underlying - ByteBuffer's order isn't always what we should use. - * java/nio/ByteBufferImpl.java: Pass byte-order various places. - * java/nio/DirectByteBufferImpl.java: Likewise. - Use ByteBufferHelper methods. - * java/nio/MappedByteBufferImpl.java: Likewise. - (compact): Use shiftDown. - * java/nio/CharViewBufferImpl.java (): Pass byte-order. - (get, put): Use ByteBufferHelper. - (compact): Use new shiftDown method. - (duplicate(boolean)): New helper method. - (duplicate, asReadOnlyBuffer): Use it. - (order): Return endian field. - * java/nio/DoubleViewBufferImpl.java: Likewise. - * java/nio/FloatViewBufferImpl.java: Likewise. - * java/nio/IntViewBufferImpl.java: Likewise. - * java/nio/LongViewBufferImpl.java: Likewise. - * java/nio/ShortViewBufferImpl.java: Likewise. - * java/nio/CharViewBufferImpl.java (subsequence): Redundant test. - * java/nio/DirectByteBufferImpl.java (shiftDown): New native method. - (compact): Re-implement using shiftDown. - -2004-02-08 Andreas Jaeger - - * include/x86_64-signal.h: Fix typo. - -2004-02-08 Diego Novillo - - * include/i386-signal.h (MAKE_THROW_FRAME): Add volatile - qualifier to _regs. - (HANDLE_DIVIDE_OVERFLOW): Likewise. - -2004-02-06 Michael Koch - - * java/io/ObjectInputStream.java - (currentClassLoader): Reverted to old version of this method. - -2004-02-06 Jeroen Frijters - - * java/io/ObjectInputStream.java: Made all calls - to dumpElement[ln] conditional on dump flag. (readObject): Changed to - use cached info from ObjectStreamClass. (readClassDescriptor): - Cache more information in ObjectStreamClass. (processResolution, - readFields): Use cached info from ObjectStreamClass. - (newObject): Throw exception instead of returning null for failure. - (getField, getMethod, callReadMethod, setBooleanField, setByteField, - setCharField, setDoubleField, setFloatField, setIntField, - setLongField, setShortField, setObjectField, readObjectParams): - Removed. (dumpElement, dumpElementln): Removed dump flag condition - check. - * java/io/ObjectStreamField.java (hasReadMethod): Removed. - (setClass): Added call to cacheMethods() (findMethod): New method. - (cacheMethods): New method. (ObjectStreamClass): Added call to - cacheMethods(). (setFields): Cache fields. (getClassUID): Use - AccessController.doPrivileged to invoke setAccessible. - (readObjectMethod, readResolveMethod, realClassIsSerializable, - realClassIsExternalizable, fieldMapping, firstNonSerializableParent): - New fields. - * java/io/ObjectStreamField.java (ObjectStreamField): New constructor. - (ObjectStreamField): Removed FIXME workaround. (getTypeString, - isPrimitive): Made safe for cases where type == null. - (setBooleanField, setByteField, setCharField, setShortField, - setIntField, setLongField, setFloatField, setDoubleField, - setObjectField): New methods. - -2004-02-05 Thomas Fitzsimmons - - * java/awt/Component.java (getFont): Return a default font - instead of null. - - * java/awt/Scrollbar.java (next_scrollbar_number): New field. - (Scrollbar (int, int, int, int, int)): Make default page - increment 10. - (setValues): Only call peer.setValues if one of the values has - changed. - (generateName): New method. - (getUniqueLong): New method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c - (range_scrollbar): Remove structure. - (post_adjustment_event): Remove function. - (post_change_event): Accept jobject argument. - (create): Cast jints to gdoubles. Round scrollbar values to the - nearest integer. Clamp min, max and value settings. - (connectJObject): Connect hook to widget->window. - (connectSignals): Remove range_scrollbar structure variables. - Remove "move-slider" connection. Pass global peer reference to - "value-changed" callback. - (setLineIncrement): Cast jint value to gdouble. - (setPageIncrement): Likewise. - (setValues): Likewise. Clamp min, max and value settings. - -2004-02-05 Michael Koch - - * javax/swing/AbstractCellEditor.java - (getCellEditorValue): Removed. - * javax/swing/Box.java: Reformated. - (serialVersionUID): New field. - * javax/swing/ButtonGroup.java: - Removed some weird whitespace. - * javax/swing/CellEditor.java: Reformated. - * javax/swing/CellRendererPane.java - (serialVersionUID): New field. - (AccessibleCellRendererPaneserialVersionUID): New field. - * javax/swing/DefaultListModel.java - (serialVersionUID): New field. - * javax/swing/JEditorPane.java - (serialVersionUID): New field. - (setPage): Throws IOException. - (addHyperlinkListener): Implemented. - (removeHyperlinkListener): Implemented. - (getHyperlinkListener): New method. - * javax/swing/JFileChooser.java - (serialVersionUID): New field. - (AccessibleJFileChooser.serialVersionUID): New field. - (addActionListener): Implemented. - (removeActionListener): Implemented. - (getActionListeners): New method. - * javax/swing/JFormattedTextField.java - (serialVersionUID): New field. - (AbstractFormatter.serialVersionUID): New field. - (clone): Throws CloneNotSupportedException - (setEditValid): Add missing argument. - (stringToValue): Throws ParseExcpetion. - (valueToString): Throws ParseException. - (commitEdit): Throws ParseException. - * javax/swing/JLabel.java - (serialVersionUID): New field. - * javax/swing/JList.java - (serialVersionUID): New field. - (addListSelectionListener): Reformated. - (removeListSelectionListener): Reformated. - (getListSelectionListeners): New method. - * javax/swing/colorchooser/AbstractColorChooserPanel.java: - Reformated. - (serialVersionUID): New field. - * javax/swing/table/AbstractTableModel.java - (getValueAt): Removed. - (getColumnCount): Removed. - (getRowCount): Removed. - -2004-02-05 Michael Koch - - * java/awt/datatransfer/DataFlavor.java - (imageFlavor): Javadoc added. - (javaJVMLocalObjectType): Fixed. - -2004-02-05 Michael Koch - - * java/lang/Thread.java - (Thread): Reordered. - (setContextClassLoader): Fixed javadoc comment. - (setPriority): Reordered. - (yield): Reordered. - (initialize_native): Reordered. - (gen_name): Reordered. - -2004-02-05 Michael Koch - - * java/lang/Thread.java: Reordered fields, reformated much code, - no functional changes, some variables renamed, javadoc comments - merged. - -2004-02-05 Michael Koch - - * java/util/zip/Deflater.java, - java/util/zip/DeflaterOutputStream.java, - java/util/zip/GZIPInputStream.java: - Reformated and javadoc comments merged from classpath. - -2004-02-05 Michael Koch - - * gnu/java/nio/NIOServerSocket.java - (impl): Unused, removed. - * gnu/java/nio/SocketChannelImpl.java - (finnishConnect): Don't throw NoConnectionPendingException if not - connected or no connection pending. - -2004-02-02 Graydon Hoare - - * javax/swing/SwingUtilities.java: Many new functions. - * java/awt/Container.java (LightweightDispatcher): Reimplement. - * javax/swing/basic/BasicGraphicsUtils.java - (getPreferredButtonSize): Start layout from top-left corner. - -2004-02-04 Olga Rodimina - - * java/awt/geom/AffineTransform.java: - Corrected comments on the field definitions for - m11 and m10. - (shear): Fixed few errors that caused shear - transformation to be performed incorrectly. - (createInverse): Fixed to return correct - inverse of the given matrix. - -2004-02-03 Tom Tromey - - * java/lang/natPosixProcess.cc (startProcess): Handle case where - PATH or LD_LIBRARY_PATH is not set in parent environment. - -2004-02-03 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkListPeer.java, - java/awt/BorderLayout.java, java/awt/CardLayout.java, - java/awt/CheckboxGroup.java, java/awt/Choice.java, - java/awt/Component.java, java/awt/Container.java, - java/awt/FontMetrics.java, java/awt/GridBagLayout.java, - java/awt/LayoutManager2.java, java/awt/List.java, - java/awt/Menu.java, java/awt/MenuBar.java, - java/awt/MenuItem.java, java/awt/Polygon.java, - java/awt/Rectangle.java, java/awt/ScrollPane.java, - java/awt/Scrollbar.java, java/awt/TextArea.java, - java/awt/TextField.java, - java/awt/image/renderable/RenderContext.java, - javax/swing/JApplet.java: Fix handling of alias methods, where a - method has been deprecated in favour of a new one with the same - funtion but a different name. Put the method implementation in - the deprecated method and have the new method call the - deprecated one. Make all other code call the new method. - -2004-02-03 Mohan Embar - - * gnu/java/nio/DatagramChannelImpl.java - (inChannelOperation): New field. - (isInChannelOperation): New accessor. - (setInChannelOperation): New modifier. - (receive): Use capacity() - position() of destination - buffer instead of remaining(). Set and reset our "in - channel operation indicator" before and after delegating - the receive to our datagram socket. Removed testing code. - Update destination buffer's current position if it is - backed by a byte array (hasArray() is true). - (send): Set and reset our "in channel operation indicator" - before and after delegating the send to our datagram socket. - Removed testing code. Update source buffer's current position - if it is backed by a byte array (hasArray() is true). - * gnu/java/nio/SocketChannelImpl.java (read(ByteBuffer)): - Use capacity() - position() of destination buffer instead - of remaining(). - * java/net/DatagramSocket.java (receive): Don't throw an - IllegalBlockingModeException if we have a non-blocking - channel which initiated this operation. - (send): Likewise. - -2004-02-01 Thomas Fitzsimmons - - * configure.in: Add pkgconfig check for glib and gthread. - * configure: Regenerate. - -2004-02-01 Michael Koch - - * include/jvm.h (MAYBE_UNUSED): New macro tp mark probably unused - arguments. - * jni.cc (_Jv_LookupJNIMethod): Mark 'args_size' unused. - * verify.cc (debug_print): Mark 'fmt' unused. - -2004-01-30 Michael Koch - - * configure.in: Use pkg-config to check for GTK 2.2 and libart 2.1. - * configure: Regenerated. - * glib-2.0.m4: Removed. - * gtk-2.0.m4: Removed. - * libart.m4: Removed. - * pkg.m4: New file. - -2004-01-30 Mohan Embar - - * gnu/java/net/PlainSocketImpl.java - (inChannelOperation): New field. - (isInChannelOperation): New accessor. - (setInChannelOperation): New modifier. - * gnu/java/nio/ServerSocketChannelImpl.java - (accept): Set and reset our server socket's PlainSocketImpl's - "in channel operation" indicator before and after delegating - the accept to our server socket. - * gnu/java/nio/SocketChannelImpl.java - (connect): Set and reset our socket's PlainSocketImpl's "in channel - operation" indicator before and after delegating the operation to - our socket. - (read): Likewise. - (write): Likewise. - * java/net/ServerSocket.java (implAccept): Don't throw an - IllegalBlockingModeException if we have a non-blocking - channel which initiated this accept operation. - * java/net/Socket.java (connect): Don't throw an - IllegalBlockingModeException if we have a non-blocking - channel which initiated this connect operation. - * java/nio/channels/spi/AbstractSelectableChannel.java - (configureBlocking): Only call implConfigureBlocking() if - the desired blocking mode is different from our current one. - -2004-01-29 Mohan Embar - - * java/io/BufferedReader.java (sbuf): New field. - (readLine): Use String.valueOf instead of new String() as per - Per Bothner's suggestion. Use instance sbuf field instead of a - local StringBuffer instance. - * java/io/InputStreamReader.java (read(char[],int,int)): Pass the - caller's buffer to refill(). - (read(void)): Pass our internal work buffer to refill if our - input queue is empty. - (refill): Changed return type to int. Use the specified buffer - instead of our work buffer as per Bryce McKinlay's suggestion. - Return the number of characters read or -1 for EOF. - -2004-01-29 Scott Gilbertson - - * gnu/awt/xlib/XCanvasPeer.java (handleEvent): Implemented. - -2004-01-29 Scott Gilbertson - - * Makefile.am: Added gnu/awt/xlib/XFontPeer.java. - * Makefile.in: Re-generated. - * gnu/awt/xlib/XFontPeer.java: New file. - * gnu/awt/xlib/XGraphics.java (setFont): Test for null font. - (setClip): Commented out debug printout. - * gnu/awt/xlib/XToolkit.java: Change superclass to ClasspathToolkit. - (getFontPeer): Return XFontPeer. - (getLocalGraphicsEnvironment): New method. - (getClasspathFontPeer): New method. - (createFont): New method. - -2004-01-29 Scott Gilbertson - - * gnu/java/awt/peer/ClasspathFontPeer.java (getTransform): Never - return null. - -2004-01-29 Kim Ho - - * gnu/java/awt/peer/gtk/GtkFramePeer.java - (gtkLayoutSetVisible): New method - (setMenuBar): Hide layout before setting MenuBar - and reshow it after. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (gtkLayoutSetVisible): Hide or show the Gtk Layout. - -2004-01-28 Michael Koch - - * gnu/java/lang/ClassHelper.java - (getPackagePortion): Removed. - -2004-01-28 Michael Koch - - * javax/swing/JComponent.java - (listenerList): Initalize globally. - (ancestor_list): Removed. - (veto_list): Removed. - (change_list): Removed. - (get_veto_list): Removed. - (get_change_list): Removed. - (get_ancestor_list): Removed. - (removeAncestorListener): Reimplemented. - (removePropertyChangeListener): Likewise. - (removeVetoableChangeListener): Likewise. - (addAncestorListener): Likewise. - (addPropertyChangeListener): Likewise. - (addVetoableChangeListener): Likewise. - (getListeners): New method. - (getAncestorListeners): Likewise. - (getVetoableChangeListeners): Likewise. - (fireVetoableChange): Throws PropertyVetoException. - * javax/swing/JEditorPane.java - (JEditorPane): Throws IOException. - -2004-01-28 David Jee - - * gnu/java/awt/peer/gtk/GtkFramePeer.java - (create): Set the default foreground color to - java.awt.SystemColor.windowText. - -2004-01-27 Michael Koch - - * gnu/java/awt/peer/gtk/GdkClasspathFontPeer.java, - * gnu/java/awt/peer/gtk/GdkGlyphVector.java: - Reindented to merge with classpath. - -2004-01-27 David Jee - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (addExposeFilter): Handle GtkFramePeer separately. - (removeExposeFilter): Likewise. - -2004-01-27 Michael Koch - - * gnu/java/net/protocol/http/Connection.java - (getOutputStream): Fixed typo. - -2004-01-27 Michael Koch - - * java/lang/Class.java - (getConstructor): Removed SecurityException from throws clause. - (_getConstructors): Likewise. - (getConstructors): Likewise. - (getDeclaredConstructor): Likewise. - (getDeclaredClasses): Likewise. - (getDeclaredConstructors): Likewise. - (getDeclaredField): Likewise. - (getDeclaredMethod): Likewise. - (getDeclaredMethods): Likewise. - (getField): Likewise. - (getMethod): Likewise. - (getMethods): Likewise. - -2004-01-27 Kim Ho - - * gnu/java/awt/peer/gtk/GtkFramePeer.java - (removeMenuBarPeer): Remove MenuBarPeer argument. - * gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java - (dispose): Call native method. - * java/awt/Frame.java (setMenuBar): Create and remove - MenuBar peers only if the Frame has a peer. - (addNotify): Create the MenuBar peer if one exists. - (removeNotify): Remove MenuBar peer if one exists. - * java/awt/Menu.java: Fix imports. - (addNotify): Don't use full class name. - (removeNotify): Call removeNotify on all children. - * java/awt/MenuBar.java (removeNotify): Call - removeNotify on all children. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (removeMenuBarPeer): Remove MenuBarPeer argument. - Iterate through children to find the Frame's MenuBar. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuComponentPeer.c - New file. - (dispose): Remove references to the MenuComponent. - -2004-01-27 Michael Koch - - * javax/swing/AbstractCellEditor.java: Reformated. - * javax/swing/DefaultListSelectionModel.java - (listenerList): Made protected. - (addListSelectionListener): Javadoc added. - (removeListSelectionListener): Likewise. - (getListeners): Likewise. - (getListSelectionListeners): Likewise. - * javax/swing/JComboBox.java: Merged copyright year. - * javax/swing/plaf/basic/BasicGraphicsUtils.java: Merged empty line. - -2004-01-26 Andrew Haley - - * javax/swing/table/JTableHeader.java: Extend JComponent - -2004-01-26 Kim Ho - - * gnu/java/awt/peer/gtk/GtkFramePeer.java (setMenuBar): - Fix spacing. - -2004-01-26 Kim Ho - - * gnu/java/awt/peer/gtk/GtkFramePeer.java (moveLayout): New - method. - (setMenuBar): Shift the Gtk layout up/down by the MenuBar - height and let the Layout Managers readjust anything that - needs to move. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (moveLayout): New method. Shift everything in the Gtk - layout in the Y direction by an offset. - -2004-01-26 David Jee - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (handleEvent): Implemented. Handles PaintEvents. - (paint): Implemented. Use GTK native methods to queue updates - for this heavyweight peer. - * gnu/java/awt/peer/gtk/GtkContainerPeer.java - (handleEvent): Removed. - * java/awt/Component.java - (paint): Implemented. Explictly paint the heavyweight peer. - (update): Clear the background for heavyweight components. - (paintAll): No need to call peer.paint() anymore. - (processEvent): Don't process PaintEvents here. It's now done in - the peer's handleEvent(). - (processPaintEvent): Removed. - * java/awt/Container.java - (paint): No need to call super.paint(). Visit heavyweight - children as well. - (update): Don't clear the background here. It's done in - Component.update(). - (visitChildren): Added check to not recurse into Containers. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (filter_expose_event_handler): New method. Filter unwanted - expose events while painting heavyweight peers. - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_addExposeFilter): - New method. Connect filter and block pre_event_handler. - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_removeExposeFilter): - New method. Disconnect filter and unblock pre_event_handler. - (Java_gnu_java_awt_peer_gtk_GtkComponentPeer_gtkWidgetQueueDrawArea): - New method. Invalidate and update given area. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (pre_event_handler): Add checks for unwanted expose events. - -2004-01-26 David Jee - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (find_bg_color_widget): For GtkButton, return its child. - -2004-01-26 Kim Ho - - * gnu/java/awt/peer/gtk/GtkFramePeer.java (menuBarHeight): Mark - private. - (setMenuBar): Grab MenuBar height and change insets. - (setBounds): Account for MenuBar height. - (postInsetsChangedEvent): Ditto. - (postSizeAllocateEvent): Remove. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (menubar_resize_cb): Remove - (setMenuBarPeer): Remove callback. - (getMenuBarHeight): Use size requisition instead of - allocation. - -2004-01-25 Thomas Fitzsimmons - - * java/awt/TextArea.java: Fix indentation. Flesh out javadocs. - (getMinimumSize (int, int)): Fix FIXME -- return Dimension (0,0) - when peer is null. - (setColumns): Remove FIXME -- peer will retrieve number of - columns by calling getColumns. - (setRows): Likewise for number of rows. - (next_text_number): New field. - (paramString): Fix param string. - (generateName): New method. - (getUniqueLong): New method. - -2004-01-25 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkToolkit.java (checkImage): Inform - image observer of image loading status. - (getImage (String)): Start image production. - (getImage (URL)): Likewise. - -2004-01-25 Michael Koch - - * java/lang/Class.java: Imports reworked, reformated. - (Class): Javadoc added. - (forName): Likewise. - (getClasses): Likewise. - (getClassLoader): Likewise. - (getComponentType): Likewise. - (getConstructor): Likewise. - (getConstructors): Likewise. - (getDeclaredConstructor): Likewise. - (getDeclaredClasses): Likewise. - (getDeclaredConstructors): Likewise. - (getDeclaredField): Likewise. - (getDeclaredMethod): Likewise. - (getDeclaredMethods): Likewise. - (getDeclaringClass): Likewise. - (getField): Likewise. - (getInterfaces): Likewise. - (getMethod): Likewise. - (getMethods): Likewise. - (getModifiers): Likewise. - (getName): Likewise. - (getResource): Likewise. - (getResourceAsStream): Likewise. - (getSigners): Likewise. - (setSigners): Likewise. - (getSuperclass): Likewise. - (isArray): Likewise. - (isAssignableFrom): Likewise. - (isInstance): Likewise. - (isInterface): Likewise. - (isPrimitive): Likewise. - (newInstance): Likewise. - (getProtectionDomain): Likewise. - (toString): Likewise. - (Class): Moved. - (initializeClass): Likewise. - (finalize): Likewise. - -2004-01-24 Michael Koch - - * gnu/java/net/protocol/jar/Connection.java - (hdrHash): Removed. - (hdrVec): Removed. - (gotHeaders): Removed. - (getHeaderField): Removed. - (getHeaderFields): Removed. - (getHeaderFieldKey): Removed. - (getKey): Removed. - (getField): Removed. - (getHeaders): Removed. - -2004-01-24 Michael Koch - - * Makefile.am: Added library version to gtk peer lib. - * Makefile.in: Regenerated. - -2004-01-24 Michael Koch - - * java/util/zip/InflaterInputStream.java: Merged class documentation - with classpath. - -2004-01-21 Jakub Jelinek - - * include/powerpc-signal.h: Add #ifndef __powerpc64__ around the - header. For __powerpc64__ provide the default-signal.h definitions - for now. - * include/x86_64-signal.h [!__x86_64__]: Include java-signal-aux.h - instead of the dummy definitions. - * configure.host (x86_64-*): Remove CHECKREFSPEC, add DIVIDESPEC. - (powerpc64*-*): Remove with_libffi_default. - Only add -mminimal-toc for 64-bit compilations. - * configure.in: Use powerpc-signal.h on powerpc64 as well. - (x86_64-*-linux*): Set SIGNAL_HANDLER_AUX. - Link SIGNAL_HANDLER_AUX to include/java-signal-aux.h. - * configure: Rebuilt. - -2004-01-23 Michael Koch - - * gnu/java/nio/FileLockImpl.java: Compile fixes. - -2004-01-23 Michael Koch - - * java/lang/VMClassLoader.java: Reworked imports. - -2004-01-23 Michael Koch - - * javax/swing/AbstractAction.java: Reformated. - -2004-01-23 Michael Koch - - * java/text/CollationElementIterator.java: - (setText): New method. - -2004-01-23 Michael Koch - - * gnu/java/nio/FileLockImpl.java: - Fixed filename in copyright. - (released): Removed. - (finalize): New method. - * gnu/java/nio/natFileLockImpl.cc - (releaseImpl): Implemented. - * java/nio/channels/FileChannelImpl.java: - Reworked imports. - (lock): Implemented. - (lockImpl): New method. - (tryLock): Implemented. - (tryLockImpl): New method. - * java/nio/channels/natFileChannelImpl.cc - (lockImpl): New method. - (tryLockImpl): New method. - -2004-01-23 Michael Koch - - * java/io/FileDescriptor.java - (lock): New method. - (tryLock): New method. - (unlock): New method. - * java/io/natFileDescriptorEcos.cc - (lock): New method. - (tryLock): New method. - (unlock): New method. - * java/io/natFileDescriptorPosix.cc - (lock): New method. - (tryLock): New method. - (unlock): New method. - * java/io/natFileDescriptorWin32.cc - (lock): New method. - (tryLock): New method. - (unlock): New method. - -2004-01-23 Michael Koch - - * java/io/FileDescriptor.java - (sync): Moved around, added javadoc. - (valid): Likewise. - (open): Likewise. - (write): Likewise. - (close): Likewise. - (setLength): Likewise. - (seek): Likewise. - (getLength): Likewise. - (getFilePointer): Likewise. - (read): Likewise. - (available): Likewise. - (finalize): Likewise. - -2004-01-23 Michael Koch - - * javax/swing/AbstractAction.java: Reformated. - (getPropertyChangeListeners): New method. - * javax/swing/AbstractCellEditor.java: Reformated. - (getCellEditorListeners): New method. - * javax/swing/DefaultListSelectionModel.java - (listenerList): New field. - (listeners): Removed. - (get_listeners): Removed. - (addListSelectionListener): Rewritten. - (removeListSelectionListener): Rewritten. - (getListSelectionListeners): New method. - (getListeners): New method. - * javax/swing/JComboBox.java: Imports reworked. - (addActionListener): Implemented. - (removeActionListener): Implemented. - (addItemListener): Implemented. - (removeItemListener): Implemented. - (addPopupMenuListener): Implemented. - (removePopupMenuListener): Implemented. - (getActionListeners): New method. - (getItemListeners): New method. - (getPopupMenuListeners): New method. - -2004-01-23 Michael Koch - - * gnu/java/net/protocol/http/Connection.java - (connect): Don't initialize bufferedOutputStream if not needed. - (sendRequest): Set property for content length if content is present. - Write content only if present. - (getOutputStream): Check if already connected, dont connect, - initalize bufferedOutputStream if needed. - -2004-01-23 Michael Koch - - * java/io/FileDescriptor.java - (in, out, err): Added javadoc. - (static): Merged loading code. - (fd, position): Moved around. - -2004-01-23 Michael Koch - - * gnu/java/awt/doc-files/BitwiseXORComposite-1.png: - New file. - -2004-01-23 Michael Koch - - * java/lang/Class.java, - java/lang/Object.java, - java/lang/Thread.java: Merged copyright with classpath. - -2004-01-23 Michael Koch - - * java/io/FileDescriptor.java: Merged copyright with classpath to - start merging this class. - -2004-01-22 Tom Tromey - - PR libgcj/13107: - * testsuite/libjava.lang/pr13107_2.xfail: New file. - * testsuite/libjava.lang/pr13107_3.xfail: New file. - * testsuite/libjava.lang/pr13107_3.java: New file. - * testsuite/libjava.lang/pr13107_3.out: New file. - * testsuite/libjava.lang/pr13107_2.java: New file. - * testsuite/libjava.lang/pr13107_2.out: New file. - * testsuite/libjava.lang/pr13107.java: New file. - * testsuite/libjava.lang/pr13107.out: New file. - * verify.cc (jsr_ptrs): Removed. - (entry_points): Likewise. - (struct subr_info): Likewise. - (struct subr_entry_info): Likewise. - (type_val::unused_by_subroutine_type): Likewise. - (type::merge): Don't handle unused_by_subroutine_type. - (type::print): Likewise. - (state::flags): Removed. - (state::subroutine): Likewise. - (state::seen_subrs): Likewise. - (state::NO_STACK): Likewise. - (state::FLAG_CHANGED, state::FLAG_UNUSED): Likewise. - (state): Updated all methods. - (state::clean_subrs): Removed. - (state::state): Removed `ret_semantics' flag. - (state::copy): Likewise. - (state::add_subr): Removed. - (state::enter_subroutine): Likewise. - (type::set_return_address): New method. - (handle_jsr_insn): Set return address on the type. Always - invalidate PC after call. - (check_nonrecursive_call): Removed. - (~_Jv_BytecodeVerifier): Updated. - (branch_prepass): Removed special handling of jsr. - (note_branch_target): Likewise. - (get_subroutine): Removed. - (state::merge): Don't merge subroutines and don't handle - NO_STACK. Removed ret_semantics and jsr_semantics arguments. - (state::note_variable): Removed. - (state::is_unmerged_ret_state): Likewise. - (state::print): Updated. - (set_variable): Likewise. - (merge_into): Renamed from push_jump_merge. Removed ret_semantics - and jsr_semantics arguments. Updated for new reverification - list. - (pop_jump): Rewrote. - (construct_primitive_array_type): Updated. - (state::next): Removed. - (INVALID_STATE): New define. - (state::INVALID): Removed. - (state::NO_NEXT): New value. - (state::pc, state::next): New fields. - (state::get_pc): New method. - (next_verify_pc): Removed. - (next_verify_state): New field. - (verify_instructions_0): Always check for falling off end. - (linked): New type. - (linked_utf8): Removed. - (states): Changed type. - (type::state_mergeable_p): New method. - (state::state_mergeable_p): Likewise. - (handle_ret_insn): Removed most code. - (state::reverify): New method. - (add_new_state): Likewise. - (state::set_pc): Likewise. - -2004-01-22 Jeff Sturm - - PR java/13733 - * testsuite/libjava.compile/PR13733.java: New file. - * testsuite/libjava.compile/PR13733.xfail: New file. - -2004-01-22 Arnaud Vandyck - Michael Koch - - * javax/swing/table/DefaultTableCellRenderer.java - (DefaultTableCellRenderer): Added javadoc for the class and for - the constructor, Border instance, create an EmptyBorder. - (UIResource): Removed the comment at the end of the class - (setForeground): New method. - (setBackground): New method. - (updateUI): New method. - (getTableCellRendererComponent): Rewritten with the help of - dvholten and Stephane Meslin-Weber. - (validate): New method. - (repaint): New method. - (firePropertyChange): New method. - (setValue): New method. - -2004-01-22 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (connectJObject): Replace printf calls with g_assert statements. - Move property-notify-event signal connection to ... - (connectSignals): Connect property-notify-event signal. Iterate - through the vbox's children to find layout. - -2004-01-22 Graydon Hoare - - * gnu/java/awt/peer/gtk/GdkClasspathFontPeer.java: - * gnu/java/awt/peer/gtk/GdkGlyphVector.java: - Predicate static initialization on GtkToolkit.useGraphics2D(). - * java/awt/Component.java (processPaintEvent): Consume event. - * javax/swing/AbstractButton.java: Reimplement, document. - * javax/swing/DefaultButtonModel.java: Reimplement, document. - * javax/swing/JComponent.java (paint): Use double buffer. - (listenerList): Enable member. - * javax/swing/ToggleButtonModel.java: Remove incorrect constructor. - * javax/swing/JToggleButton.java - (JToggleButton): Modify model constructor. - * javax/swing/SwingUtilities.java - (layoutCompoundLabel): Adjust arithmetic. - * javax/swing/plaf/basic/BasicButtonUI.java: Reimplement, document. - * javax/swing/plaf/basic/BasicGraphicsUtils.java - (getPreferredButtonSize): Include margins in calculation. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (Java_gnu_java_awt_peer_gtk_GtkWindowPeer_connectSignals): - Receive up events from subordinate layout component. - -2004-01-21 Thomas Fitzsimmons - - * java/awt/Component.java (show): Set visible to true before - showing the peer. - -2004-01-21 Kim Ho - - * gnu/java/awt/peer/gtk/GtkFramePeer.java (postConfigureEvent): - Fix comments. - (removeMenuBarPeer): Make package private. - (setMenuBarPeer): Make package private. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (menubar_resize_cb): Mark attributes unused. - (getMenuBarHeight): ditto. - -2004-01-21 David Jee - - * java/awt/Container.java - (LightweightDispatcher.handleEvent): Add an extra check to avoid - dispatching MOUSE_ENTERED event twice. Translate the point for - the mouse event target before dispatching the event. - -2004-01-20 Jakub Jelinek - - * Makefile.am (lib_org_w3c_dom_la_LIBADD, - lib_org_w3c_dom_la_LDFLAGS): New. - (lib_org_xml_sax_la_LIBADD, lib_org_xml_sax_la_LDFLAGS): New. - * Makefile.in: Rebuilt. - -2004-01-20 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java (setBounds): - Calculate proper offsets for heavyweight components packed in - lightweight containers. - - * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c - (native create): Add width parameter. - (create): Calculate text entry width based on current font's - metrics and number of columns. Set TextField's font if not - already set. Call native create. - (gtkEntryGetBorderWidth): New native method. - (gtkEntryGetSize): Remove method. - (getMinimumSize): Call minimumSize. - (getPreferredSize): Call preferredSize. - (minimumSize): Calculate minimum size based on backing - GtkEntry's borders, font metrics and number of columns. - (preferredSize): Likewise for preferred size. - (get_border_width): New static function. - - * gnu/java/awt/peer/gtk/GtkFramePeer.java (setResizable): - Override GtkWindowPeer's setResizable method to account for menu - bar height when setting the frame's size. - -2004-01-19 Matthias Klose - - * libtool-version: Increased `current' to 6. - -2004-01-19 Kim Ho - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (connectJObject): Iterate through the vbox's children to find layout. - -2004-01-19 Fernando Nasser - - * java/awt/EventQueue.java (invokeAndWait): Use list-aware - isDispatchThread method to replace wrong test condition. - -2004-01-19 Fernando Nasser - - * java/awt/EventQueue.java (pop): Prevent racing condition to add - events to the queue out of order by acquiring locks in the proper - order and not by releasing one before acquiring the other. - -2004-01-19 Fernando Nasser - - * gnu/java/awt/peer/gtk/TestAWT.java (DialogWindow): Make text not - visible so that dialog can be reused. - -2004-01-19 Fernando Nasser - - * java/awt/EventQueue.java (getCurrentEvent): Consider that system - events may be handled by any queue in the stack. - -2004-01-19 Kim Ho - - * gnu/java/awt/peer/gtk/GtkFramePeer.java (getMenuBarHeight): Added - MenuBarPeer parameter. - (removeMenuBarPeer): New native method. - (setMenuBar): Call remove if menu bar is null. Adjust insets - appropriately. - (postSizeAllocateEvent): New method. Called when menu bar size is - allocated. Adjust insets and redo layout. - (GtkFramePeer): Set menu bar during frame creation. - (postConfigureEvent): Adjust position and size to accomodate - menu bar. - * java/awt/Frame.java (setMenuBar): addNotify to create menu bar. - * java/awt/Menu.java (addSeparator): Use peer's addSeparator. - (addNotify): Create the peer if it doesn't exist and call addNotify - for the menu's items. - * java/awt/MenuBar.java (addNotify): Create this menu bar's menus. - * java/awt/MenuItem.java (addNotify): Create the peer if it - doesn't exist. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (removeMenuBarPeer): New method. Remove menu bar on the current - frame. - (setMenuBarPeer): Add the menu bar to the current frame and the - callback for size-allocate events on the menu bar. - (getMenuBarHeight): Add menu bar parameter. - (menubar_resize_cb): New callback method for postSizeAllocate events. - - Also: Fix indentation on last ChangeLog entry. - -2004-01-16 Kim Ho - - * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java - (gtkWidgetGetDimensions): Remove. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (gtkWidgetGetDimensions): Remove. - -2004-01-16 Tom Tromey - - * java/awt/Container.java: Typo and indentation fixes. - - * java/lang/natClassLoader.cc: Moved VMClassLoader methods... - * java/lang/natVMClassLoader.cc: ...here. New file. - * Makefile.in: Rebuilt. - * Makefile.am (nat_source_files): Added natVMClassLoader.cc. - -2004-01-16 Fernando Nasser - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c (pre_event_handler): - Discard GDK_ENTER_NOTIFY related to ungrabs. - -2004-01-16 Fernando Nasser - - * java/awt/EventQueue.java (pop): Prevent breaking the chain if pop - is called for an intermediate queue. - -2004-01-16 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (window_property_changed_cb): Set id_set. - -2004-01-16 Kim Ho - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java (GtkComponentPeer): If - it is a FileDialog and has dimensions of 0 by 0, then the initial - size is set to size request plus insets. - * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java - (gtkWidgetGetDimensions): Override method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (gtkWidgetGetDimensions): Override method. Returns size request plus - insets. - -2004-01-16 Andrew Haley - - * sysdep/x86-64/locks.h: Don't use in/out memory constraints. - * sysdep/i386/locks.h: Likewise. - -2004-01-16 Fernando Nasser - - * java/awt/EventDispatchThread.java (run): Stop running when - interrupted. - * java/awt/EventQueue.java (pop): Stop dispatch thread when done. - Reset the queue after transferring its contents. - (push): Start a new dispatch thread if none is running. - -2004-01-16 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: - (doPolygon): set fill rule of polygon to - WIND_EVEN_ODD by default. - -2004-01-15 Olga Rodimina - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: - Implemented rendering hints related methods. - (getDefaultHints): New helper method. Returns - default rendering hints. - (walkPath): changed to normalize path if - the KEY_STROKE_CONTROL key is in "normalize" mode. - (draw3DRect): changed coordinates of rectangle by +0.5 - if in "normalize" mode. - -2004-01-15 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (gnu/gcj/runtime/StackTrace.lo): New rule. - (%.lo: %.java) Filter out StackTrace.lo. - -2004-01-14 Kelley Cook - - * configure.in: Add in AC_PREREQ(2.13) - * libltdl/configure.ac: Update to AC_PREREQ(2.57). Delete - FIXME comment. - -2004-01-14 Nathan Bryant - Tom Tromey - - PR libgcj/12001: - * gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Pass empty - array to superclass. - (init): Changed interface; add URLs here. - (initialize): New static method. - * prims.cc (_Jv_CreateJavaVM): Initialize ClassLoader here... - (_Jv_RunMain): ... not here. - -2004-01-14 Michael Koch - - * java/text/MessageFormat.java: - Added descriptions to exceptions. - This fixes PR libgcj/2429. - -2004-01-13 Fernando Nasser - - * java/awt/EventQueue.java (isDispatchThread): Do check on top of stack. - (push): Make sure push is performed at the top of the thread stack. - -2004-01-13 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c - (native create): Add width and height parameters. Set text - view's size request according to new parameters. - (create): Calculate text view size based on current font's - metrics and number of rows and columns. Set TextArea's font if - not already set. Call native create. - (getMinimumSize): Call minimumSize. - (getPreferredSize): Call preferredSize. - (getHScrollbarHeight): New method. - (getVScrollbarWidth): New method. - (minimumSize): Calculate minimum size based on scrollbar - visibility, scrollbar sizes, font metrics and number of rows and - columns. - (preferredSize): Likewise for preferred size. - (gtkTextGetSize): Remove method. - -2004-01-13 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java - (initializeInsets): Remove method. - (GtkComponentPeer): Initialize insets field. Remove call to - initializeInsets. - * gnu/java/awt/peer/gtk/GtkDialogPeer.java (initializeInsets): - Remove method. - * gnu/java/awt/peer/gtk/GtkFramePeer.java (initializeInsets): - Remove method. - * gnu/java/awt/peer/gtk/GtkWindowPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: - (latestInsets): Remove field. - (native create): Add insets parameter. Call - window_get_frame_extents. Set the window's default size and - size request based on its frame extents. - (create): Initialize insets. - (postInsetsChangedEvent): New method. - (postConfigureEvent): Remove parameters top, left, bottom, - right. Remove insets-related logic. - (connectJObject): Handle property-notify-event. - (window_get_frame_extents, request_frame_extents, - property_notify_predicate, window_property_changed_cb): New - static functions. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (pre_event_handler): Remove insets-related logic for configure - events. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c (gtkInit): - Update postConfigureEvent signature. - -2004-01-13 Fernando Nasser - - * gnu/java/awt/peer/gtk/TestAWT.java (DialogWindow): Add WindowAdapter - to handle Window "Closing" events. - -2004-01-13 David Jee - - * gnu/java/awt/peer/gtk/GtkContainerPeer.java - (setBackground): New method. Children with no explicitly-set - background will be repainted with the parent container's new - background color. - -2004-01-13 David Jee - - * Makefile.am: Add BitwiseXORComposite.java. - * Makefile.in: Regenerated. - * gcj/Makefile.in: Regenerated. - * include/Makefile.in: Regenerated. - * testsuite/Makefile.in: Regenerated. - -2004-01-12 Fernando Nasser - - * gnu/java/awt/peer/gtk/TestAWT.java: Fix test program so that it does - not show modal dialogs twice and so that it allows showing a modal - dialog from another modal dialog. - -2004-01-12 Fernando Nasser - - * java/awt/Dialog.java (show): Enable blocking for all modal dialogs - and run secondary dispatch thread to process event queue while this - thread is blocked. - -2004-01-12 Graydon Hoare - - * gnu/java/awt/gtk/GdkGraphics2D.java - (static): Check GtkToolkit before initializing static state. - (Graphics2D): Don't construct transform with 0.5 unit offset. - -2003-11-06 Sascha Brawer - - * gnu/java/awt/BitwiseXORComposite.java: Add. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (setXORMode): Switch to gnu.java.awt.BitwiseXORComposite. - (BitwiseXORComposite): Remove inner class. - -2004-01-11 Michael Koch - - * gnu/java/lang/reflect/TypeSignature.java - (getEncodingOfClass): Documentation fixed. - (getClassForEncoding): Give class loader to Class.forName(). - Documentation fixed. - -2004-01-11 Sascha Brawer - - * javax/swing/undo/CompoundEdit.java (serialVersionUID): Added. - -2004-01-11 Michael Koch - - * javax/swing/undo/StateEditable.java - (RCSID): Removed redundant modifiers. - -2004-01-10 Michael Koch - - * javax/print/attribute/EnumSyntax.java - (getStringTable): Made protected. - (getEnumValueTable): Likewise. - * javax/print/attribute/standard/JobKOctetsProcessed.java - (JobKOctetsProcessed): Don't implement PrintRequestAttribute. - * javax/print/attribute/standard/JobMediaSheetsCompleted.java - (JobMediaSheetsCompleted): Made class final. - * javax/print/attribute/standard/OutputDeviceAssigned.java - (getName): Fixed typo. - * javax/print/attribute/standard/RequestingUserName.java - (serialVersionUID): Fixed value. - -2004-01-10 Michael Koch - - * javax/swing/plaf/basic/BasicButtonUI.java, - javax/swing/plaf/basic/BasicCheckBoxUI.java, - javax/swing/plaf/basic/BasicListUI.java, - javax/swing/plaf/basic/BasicOptionPaneUI.java, - javax/swing/plaf/basic/BasicPanelUI.java, - javax/swing/plaf/basic/BasicRadioButtonUI.java, - javax/swing/plaf/basic/BasicScrollPaneUI.java, - javax/swing/plaf/basic/BasicToggleButtonUI.java, - javax/swing/plaf/basic/BasicViewportUI.java: - Fixed import statements. - -2004-01-10 Michael Koch - - * gnu/java/awt/image/ImageDecoder.java - (produce): Made public. - * gnu/java/awt/peer/GLightweightPeer.java, - gnu/java/awt/peer/gtk/GtkToolkit.java: - Reformated. - -2004-01-10 Michael Koch - - * javax/swing/JRadioButtonMenuItem.java, - javax/swing/JSeparator.java, - javax/swing/JSplitPane.java, - javax/swing/JTextPane.java, - javax/swing/JToolBar.java, - javax/swing/ListCellRenderer.java, - javax/swing/ListModel.java, - javax/swing/MenuElement.java, - javax/swing/OverlayLayout.java, - javax/swing/ProgressMonitor.java, - javax/swing/ProgressMonitorInputStream.java, - javax/swing/Renderer.java, - javax/swing/RootPaneContainer.java, - javax/swing/Scrollable.java, - javax/swing/SingleSelectionModel.java, - javax/swing/ToolTipManager.java, - javax/swing/ViewportLayout.java, - javax/swing/event/DocumentEvent.java, - javax/swing/event/SwingPropertyChangeSupport.java, - javax/swing/event/TreeSelectionEvent.java, - javax/swing/event/UndoableEditEvent.java, - javax/swing/text/AbstractDocument.java, - javax/swing/text/AttributeSet.java, - javax/swing/text/Caret.java, - javax/swing/text/ComponentView.java, - javax/swing/text/DefaultCaret.java, - javax/swing/text/DefaultEditorKit.java, - javax/swing/text/Document.java, - javax/swing/text/EditorKit.java, - javax/swing/text/GapContent.java, - javax/swing/text/Keymap.java, - javax/swing/text/MutableAttributeSet.java, - javax/swing/text/PlainEditorKit.java, - javax/swing/text/Segment.java, - javax/swing/text/Style.java, - javax/swing/text/StyledDocument.java, - javax/swing/text/StyledEditorKit.java, - javax/swing/text/TextAction.java, - javax/swing/text/View.java: Fixed import statements. - -2004-01-08 Graydon Hoare - - * javax/swing/JLayeredPane.java: Rewrite to accomodate - djee@redhat.com's recent inverse ordering of Container elements. - -2004-01-09 Michael Koch - - * gnu/java/lang/ArrayHelper.java - (equalsArray): Removed. - -2004-01-09 Andrew Haley - - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Resolve - a Utf8Const field before looking at its class. - -2004-01-09 Michael Koch - - * javax/print/attribute/standard/DocumentName.java, - javax/print/attribute/standard/JobHoldUntil.java, - javax/print/attribute/standard/JobMessageFromOperator.java, - javax/print/attribute/standard/JobName.java, - javax/print/attribute/standard/JobOriginatingUserName.java, - javax/print/attribute/standard/OutputDeviceAssigned.java, - javax/print/attribute/standard/PrinterInfo.java, - javax/print/attribute/standard/PrinterLocation.java, - javax/print/attribute/standard/PrinterMakeAndModel.java, - javax/print/attribute/standard/PrinterMessageFromOperator.java, - javax/print/attribute/standard/PrinterName.java, - javax/print/attribute/standard/RequestingUserName.java: New files. - * Makefile.am (javax_source_files): Added new files. - * Makefile.in: Regenerated. - -2004-01-09 Michael Koch - - * javax/swing/AbstractAction.java, - javax/swing/AbstractSet.java, - javax/swing/Action.java, - javax/swing/ActionMap.java, - javax/swing/BoundedRangeModel.java, - javax/swing/ButtonModel.java, - javax/swing/CellEditor.java, - javax/swing/CellRendererPane.java, - javax/swing/ComboBoxEditor.java, - javax/swing/DebugGraphics.java, - javax/swing/DefaultCellEditor.java, - javax/swing/DefaultCellRenderer.java, - javax/swing/DefaultComboBoxModel.java, - javax/swing/DefaultDesktopManager.java, - javax/swing/DefaultFocusManager.java, - javax/swing/DefaultListCellRenderer.java, - javax/swing/Icon.java, - javax/swing/JButton.java, - javax/swing/JCheckBoxMenuItem.java, - javax/swing/JDesktopPane.java, - javax/swing/JEditorPane.java, - javax/swing/JMenu.java, - javax/swing/JPanel.java, - javax/swing/JPasswordField.java, - javax/swing/JPopupMenu.java, - javax/swing/JProgressBar.java: Reworked imports. - -2004-01-09 Michael Koch - - * java/awt/geom/PathIterator.java - (WIND_EVEN_ODD): Removed redundant modifiers. - (WIND_NON_ZERO): Likewise. - (SEG_MOVETO): Likewise. - (SEG_LINETO): Likewise. - (SEG_QUADTO): Likewise. - (SEG_CUBICTO): Likewise. - (SEG_CLOSE): Likewise. - * java/awt/image/SinglePixelPackedSampleModel.java: - Removed redundant semicolon. - * java/io/ObjectInputStream.java - (inputGetObjectStreamClasses): Removed unused variable "ret_val". - * java/util/logging/Filter.java - (isLoggable): Removed redundant modifier. - * java/util/logging/LogManager.java: - Removed redundant semicolon. - * java/util/logging/XMLFormatter.java - (format): Removed unused variable "key". - -2004-01-08 Fernando Nasser - - * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java (nativeSetFile): - New name for the former setFile native method. - (setFile): New method. - (setDirectory): Implemented. - (connectSignals): New native method. - (setFilenameFilter): Improve comment. - (getGraphics): Comment. - (gtkHideFileDialog): New method. - (gtkDisposeFileDialog): New method. - (gtkSetFilename): New method. - * java/awt/Dialog.java (show): Block on modal dialogs, but only - for FileDialog for now. - (hide): New method. - (dispose): New method. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (Java_gnu_java_awt_peer_gtk_GtkFileDialog_create): Replace - deprecated creation functions. Make dialog modal. Add it to the - window group. - (Java_gnu_java_awt_peer_gtk_GtkFileDialog_connectSignals): New - function. - (Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_gtkFileSelectionSetFilename): - Rename to... - (Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_nativeSetFile): New - name. - (window_closed): New function. - (ok_clicked): New function. - (cancel_clicked): New function. - -2004-01-08 Michael Koch - - * javax/swing/JLayeredPane.java: Revert changes to standard - boilerplate, reworked imports. - -2004-01-07 Tom Tromey - - PR libgcj/13439: - * verify.cc (state::merge): Copy changed locals out of subroutine - in NO_STACK case. - (state::FLAG_CHANGED): New const. - (state::FLAG_UNUSED): Likewise. - (state::local_changed): Removed. Updated all users. - (state::flags): New field. - (state::merge): Added jsr_semantics argument, more logic. - (push_jump_merge): Added jsr_semantics argument. - (handle_jsr_insn): Set jsr_semantics on push_jump_merge when - merging through the jsr instruction. - -2004-01-07 Tom Tromey - - * scripts/MakeDefaultMimeTypes.java: Use \n, not - backslash-newline. - -2004-01-07 Graydon Hoare - - * java/awt/Container.java (LightweightDispatcher): Implement. - (visitChild): Reuse graphics object. - (dispatchEventImpl): Optionally dispatch to lightweight. - (addNotifyContainerChildren): Build LightweightDispatcher. - -2004-01-07 David Jee - - * java/awt/Container.java - (update): Clear only the clipped region, instead of clearing the - entire Container. - (visitChildren): Visit children in descending order. - -2004-01-07 Michael Koch - - * java/lang/reflect/Array.java: Merged documentation with classpath. - -2004-01-07 Michael Koch - - * java/text/CollationElementIterator.java - (textIndex): Renamed from index. - * java/text/CollationKey.java - (collator): New member. - (CollationKey): New argument for parent collator. - (equals): Check for same collator, source string and key array. - * java/text/RuleBasedCollator.java: - Reformated. - (RuleBasedCollator): Don't re-initialize frenchAccents with default - value. - (getCollationElementIterator): Rewritten. - (getCollationKey): Added new argument to CollationKey constructor. - -2004-01-07 Michael Koch - - * gnu/java/nio/DatagramChannelImpl.java - (blocking): Removed. - (DatagramChannelImpl): Call configureBlocking(). - (implConfigureBlocking): Dont initialize blocking. - * gnu/java/nio/ServerSocketChannelImpl.java - (blocking): Removed. - (ServerSocketChannelImpl): Call configureBlocking(). - (implConfigureBlocking): Dont initialize blocking. - * gnu/java/nio/SocketChannelImpl.java - (blocking): Removed. - (SocketChannelImpl): Call configureBlocking(). - (implConfigureBlocking): Dont initialize blocking. - (connect): Use isBlocking(). - * java/nio/channels/spi/AbstractSelectableChannel.java - (configureBlocking): Use blockingLock() instead of LOCK. - Set blocking after successfully called implConfigureBlocking(). - (register): Use blockingLock() instead of LOCK. - -2004-01-07 Michael Koch - - * java/net/ServerSocket.java (isBound): Fixed documentation. - -2004-01-07 Sascha Brawer - - * javax/swing/DefaultBoundedRangeModel.java: Documented API. - (changeEvent): Create event object on demand. - (DefaultBoundedRangeModel, toString, setValue, setExtent, - setMinimum, setMaximum, setValueIsAdjusting, setRangeProperties, - fireStateChanged): Re-written. - * javax/swing/event/EventListenerList.java: Reformatted, document - typical usage. - (toString): Implemented. - (getListeners): Re-written. - (remove): Re-written. - (add): Re-written. - (NO_LISTENERS): New singleton field. - (listenerList): Declare as transient; document. - (serialVersionUID): Document. - (getListenerCount(Class)): More efficient implementation, - also accepts null argument. Improve Javadoc. - (getListenerCount()): Remove unnecessary cast; docfix. - * javax/swing/undo/UndoableEditSupport.java: - Re-format, document. - (UndoableEditSupport): Set realSource field. Improve documentation. - (_postEdit): Iterate over cloned listener vector. - (toString): Don't emit realSource. - (beginUpdate, endUpdate): Support nested updates. - (postEdit): Use compound edit if present. - -2004-01-06 Graydon Hoare - - * java/awt/Container.java (swapComponents): Add forgotten - function, required for JLayeredPane change. - -2004-01-06 Michael Koch - - * java/text/CollationElementIterator.java: Reformated. - (CollationElementIterator): Changed order of arguments. - * java/text/RuleBasedCollator.java - (RuleBasedCollator): Merged class documentation. - (CollationElement): Added documentation. - (compare): Reformated, renamed arguments. - (equals): Likewise. - (getCollationElementIterator): Likewise. - (getCollationKey): Likewise. - -2004-01-06 Graydon Hoare - - * javax/swing/JLayeredPane.java: Fix semantics, add javadocs. - -2004-01-06 Michael Koch - - * gnu/java/net/protocol/file/Connection.java: - Reformated copyright. - (hdrHash): Removed. - (hdrVec): Removed. - (gotHeaders): Removed. - (getHeaderField): Removed. - (getHeaderField): Removed. - (getHeaderFieldKey): Removed. - (getKey): Removed. - (getField): Removed. - (getHeaders): Removed. - -2004-01-06 Michael Koch - - * javax/print/attribute/standard/DateTimeAtCompleted.java, - javax/print/attribute/standard/DateTimeAtCreation.java, - javax/print/attribute/standard/DateTimeAtProcessing.java, - javax/print/attribute/standard/JobImpressionsCompleted.java, - javax/print/attribute/standard/JobKOctets.java, - javax/print/attribute/standard/JobKOctetsProcessed.java, - javax/print/attribute/standard/JobMediaSheetsCompleted.java, - javax/print/attribute/standard/JobPrioritySupported.java: New files. - * Makefile.am (javax_source_files): Added new files. - * Makefile.in: Regenerated. - -2004-01-06 Michael Koch - - * java/net/URLConnection.java - (contentHandler): Removed. - (locale): Removed. - (getHeaderFields): Return an empty map instead of null. - (getContent): Connect if needed, renamed "cType" to "type" and - "contentHandler" to "ch" and made it a local variable. - (getPermission): Don't use package in class name. - (setDefaultRequestProperty): Fixed typo in documentation. - (initializeDateFormats): Made locale a local variable. - -2004-01-06 Michael Koch - - * java/lang/Package.java - (getPackage): Get the current class loader directly. - * java/lang/SecurityManager.java - (currentLoadedClass): Dont iterate over class contexts. - (classLoaderDepth): Don't check class loaders if everything is allowed. - -2004-01-05 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (pre_event_handler): Set all insets to 0 when a Configure event - is received for a GtkPlug. - * gnu/java/awt/EmbeddedWindow.java (window_id): Rename handle. - Make handle long, not int. - (EmbeddedWindow()): New constructor. - (EmbeddedWindow(int)): Rename window_id to handle. Make handle - long, not int. - (setHandle): New method. - (getHandle): Return long, not int. - * gnu/java/awt/peer/EmbeddedWindowPeer.java (embed): New method - declaration. - * gnu/java/awt/peer/gtk/GtkEmbeddedWindowPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c: - (create(long)): Take long parameter, not int. Cast gtk_plug_new - argument to GdkNativeWindow. - (construct): New method. - (embed): New method. - - * gnu/java/awt/peer/gtk/GtkScrollPanePeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollPanePeer.c - (create(int, int)): New method. - (create): Call new create method. - (gtkScrolledWindowNew, gtkScrolledWindowSetSize): Remove - methods. - (childResized): Remove native implementation. Implement in - Java. - (getHScrollbarHeight, getVScrollbarWidth): Call - gtk_widget_size_request to get scrollbar dimensions. - * java/awt/ScrollPane.java (getViewportSize): Reimplement. Only - call getVScrollbarWidth and getHScrollbarHeight when vertical - and horizontal scrollbars respectively are needed. - (doLayout): Enlarge child if it is smaller than the viewport. - -2004-01-05 Fernando Nasser - - * java/awt/Dialog.java (constructor): Accept null title as per spec. - * java/awt/FileDialog.java (constructor): Throw exception on invalid - argument as per spec. - -2004-01-05 Fernando Nasser - - * java/awt/Choice.java (add): Leave posting of ItemEvents to peer. - (insert): Ditto. - (remove): Ditto. Also, Check for valid argument. - (removeAll): Use peer interface method. - * gnu/java/awt/peer/gtk/GtkChoicePeer.java (nativeAdd): New name for - native add function. - (nativeRemove): New name for native remove function. - (getHistory): New native function. - (constructor): Generate ItemEvent. - (add): Ditto, if selection is changed. - (remove): Ditto, ditto. - (removeAll): Add implementation. - (handleEvent): Remove. Dead code. - (choicePostItemEvent): Add comment. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c - (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_append): Add comments. - (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_add): Rename to... - (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_nativeAdd): New name. Add - comments and fix condition to change selection. - (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_remove): Rename to... - (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_nativeRemove): New name. Add - remove all capability. - (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_getHistory): New function. - (item_activate): Add cast to remove compiler warning. - -2004-01-05 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (getPreferredSize): Call preferredSize. - (preferredSize): Call gtkWidgetGetPreferredDimensions. - (getMinimumSize): Call minimumSize. - (minimumSize): Call gtkWidgetGetPreferredDimensions. - (gtkWidgetGetDimensions): Return the peer widget's current size - request. - (gtkWidgetGetPreferredDimensions): Return the peer widget's - natural size request. - -2004-01-05 Sascha Brawer - - Thanks to Brian Gough - * java/awt/geom/CubicCurve2D.java (solveCubic): Implemented. - * java/awt/geom/QuadCurve2D.java (solveQuadratic): Re-written. - -2004-01-04 Matthias Klose - - * aclocal.m4: Rebuilt using "aclocal -I .". - * configure: Rebuilt. - -2004-01-03 Per Bothner - - * java/util/Date.java (parse): Fix a number of problems. - (skipParens): Remove no-longer-needed method. - +2005-05-04 Thomas Fitzsimmons + + * java/awt/ImageCapabilities.java: Document. + + * java/awt/image/VolatileImage.java: Unindent copyright header. + +2005-05-03 Thomas Fitzsimmons + + * java/awt/image/VolatileImage.java: Document. + +2005-05-03 Thomas Fitzsimmons + + * 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 + + 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 + + * java/lang/VMSecurityManager.java (currentClassLoader): Use + 'systemClasssLoader' directly. + +2005-05-03 Tom Tromey + + * java/lang/VMSecurityManager.java (currentClassLoader): Don't + call VMClassLoader.getSystemClassLoader. + +2005-04-29 Michael Koch + + * 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 + + * java/lang/Class.h (_Jv_ResolvePoolEntry): Declare as friend. + +2005-04-29 Dalibor Topic + + * 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 + + 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 + + * java/nio/charset/Charset.java + (provider): Reformatted. + +2005-04-29 Michael Koch + + * gnu/java/net/protocol/http/HTTPConnection.java: + (userAgent): Initialize from system properties. + (initUserAgent): Removed. + +2005-04-29 Mark Wielaard + + * java/util/ResourceBundle.java (getObject): Clarify + MissingResourceException detailed message. + (tryBundle(String,ClassLoader)): Likewise. + +2005-04-29 Robert Schuster + + * java/beans/FeatureDescriptor.java: + (getShortDescription): Implemented fallback mechanism and fixed + documentation (fixes bug #12637). + (getDisplayName): Dito. + +2005-04-29 Robert Schuster + + * 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 + + * java/net/InetAddress.java + (aton): Fixed javadoc. + (lookup): Likewise. + +2005-04-28 Tom Tromey + + * javax/swing/Timer.java + (drainEvents, queueEvent): Now package-private. + +2005-04-28 Audrius Meskauskas + + * javax/swing/Timer.java + (constructor): Assigning initialDelay. + +2005-04-28 Audrius Meskauskas + + * javax/swing/Timer.java + (Waker.run): firing the first action event. + +2005-04-28 Michael Koch + + * javax/swing/Timer.java: Reordered all fields and methods, + Added more javadocs. + +2005-04-28 Michael Koch + + * javax/swing/Timer.java: Javadocs merged + from GNU classpath. + +2005-04-28 Jeroen Frijters + + * 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 + + * gnu/java/net/protocol/file/Connection.java + (lineSeparator): Initialize with SystemProperties.getProperty(). + +2005-04-27 Chris Burdess + + * 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 + + * 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 + + * gnu/java/net/protocol/https/Handler.java: New file. + +2005-04-27 Jeroen Frijters + + * javax/imageio/spi/IIORegistry.java (IIORegistry): + Don't assume that awt Toolkit is always ClasspathToolkit. + +2005-04-27 Chris Burdess + + * java/net/protocol/http/HTTPURLConnection.java (connect): Accept + absolute and relative paths in Location header. + +2005-04-27 Chris Burdess + + * gnu/java/net/protocol/http/HTTPURLConnection.java: Throw + FileNotFoundException and implement getErrorStream on 404. + +2005-04-27 Sven de Marothy + + * java/util/TimeZone.java, + (getDefaultDisplayName): Fix previous fix. + +2005-04-27 Sven de Marothy + + * java/util/TimeZone.java, + (getDefaultDisplayName): Don't print zero offsets. + +2005-04-27 Roman Kennke + + * 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 + + * javax/swing/plaf/metal/MetalLookAndFeel + (initComponentDefaults): Added some default colors. + +2005-04-27 Roman Kennke + + * 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 + + * 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 + + * javax/swing/plaf/basic/BasicToggleButtonUI.java: + (getPropertyPrefix): Added. + +2005-04-27 Roman Kennke + + * javax/swing/plaf/basic/BasicButtonUI.java + (getPropertyPrefix): Added. + (installDefaults): Use getPropertyPrefix instead of hard-coded + prefix. + +2005-04-27 Roman Kennke + + * 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 + + * java/nio/charset/Charset.java (providers2): Renamed from 'providers' + to work around CNI limitation. + +2005-04-27 Sven de Marothy + + * java/nio/charset/Charset.java: + (defaultCharset()): New method. + Status updated to 1.5 + +2005-04-27 Sven de Marothy + + * java/nio/charset/Charset.java: Cached encoders shouldn't be static. + +2005-04-27 Sven de Marothy + + * java/nio/charset/Charset.java: Reset cached de/encoders. + +2005-04-27 Robert Schuster + + * java/nio/charset/Charset.java (forName): Throws + IllegalArgumentException when argument is null + and added documentation. + +2005-04-27 Ito Kazumitsu + + * 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 + + * 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 + + * java/net/InetAddress.java + (toString): Don't print empty hostnames. + +2005-04-26 Luca Barbieri + + 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 + + * java/net/InetAddress.java: + Fixed typos in javadocs. + +2005-04-26 Andrew Haley + + PR libgcj/21020: + * jni.cc (_Jv_JNI_GetAnyFieldID): Use class' loader to find + field's type. + +2005-04-26 Tom Tromey + + * 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 + + * java/awt/Robot.java (waitForIdle): Call invokeAndWait in a + static way. + +2005-04-26 Mark Wielaard + + * java/net/URL.java (URL(URL,String,URLStreamHandler)): Add spec + to MalformedURLException. + +2005-04-26 Michael Koch + + * java/security/AccessControlContext.java: + Reformated. + (protectedDomains): Renamed from 'protectionDomain'. + * java/security/AccessController.java: + Reformatted. + +2005-04-26 Jeroen Frijters + + * 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 + + * java/security/Security.java, + java/security/cert/X509CRLSelector.java, + java/security/cert/X509CertSelector.java: + Modified to use SystemProperties. + +2005-04-26 Michael Koch + + * java/lang/System.java + (setSecurityManager): Fixed comment. + (getSecurityManager): Removed obsolete comment. + +2005-04-25 Tom Tromey + + * java/awt/AWTKeyStroke.java (vktable): Now package-private. + +2005-04-25 Thomas Fitzsimmons + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c + (connectSignals): Realize the window widget after connecting + signals. + +2005-04-25 Jeroen Frijters + + * 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 + + * 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 + + * 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 + + * java/awt/Transparency.java + (getTransparency): fixed API docs. + +2005-04-25 Archie Cobbs + + * java/lang/Throwable.java: simplify initializing cause in constructor + +2005-04-25 Michael Koch + + * 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 + + * javax/swing/plaf/basic/BasicScrollBarUI.java + (initDefaults): Initialize thumb*Color fields correctly. + +2005-04-25 Roman Kennke + + * javax/swing/text/GapContent.java: + Added API comments. + +2005-04-25 Roman Kennke + + * 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 + + * javax/swing/text/AbstractDocument.java: + Added FIXME comments. This class still has to be + implemented thread-safe. + +2005-04-25 Roman Kennke + + * javax/swing/tree/DefaultTreeSelectionModel.java + (DefaultTreeSelectionModel): Initialize listenerList here. + +2005-04-25 Roman Kennke + + * javax/swing/plaf/metal/MetalTextFieldUI.java + (createUI): Return one instance per Component instead of a + shared instance. + +2005-04-25 Roman Kennke + + * javax/swing/text/Document.java: + Added API documentation comments. + +2005-04-25 Roman Kennke + + * javax/swing/text/AbstractDocument.java + (getDocumentProperties): Implemented. + (setDocumentProperties): Implemented. + (getProperty): Implemented. + (putProperty): Implemented. + +2005-04-25 Roman Kennke + + * javax/swing/BoxLayout + (preferredLayoutSize): Fixed computation so that it correctly + adds the top and bottom insets of the container. + +2005-04-25 Roman Kennke + + * javax/swing/plaf/basic/BasicMenuItemUI.java + (paintText): Make use of the 'selectionForeground' UI default + for text painting. + +2005-04-25 Roman Kennke + + * javax/swing/plaf/basic/BasicLookAndFeel.java + (initSystemColorDefaults): Modified colors to match the + BasicLookAndFeel in the reference implementation. + (initComponentDefaults): Likewise. + +2005-04-25 Tom Tromey + + * 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 + + * java/io/FileInputStream.java (FileInputStream(File)), + java/io/FileOutputStream.java (FileOutputStream(File)): + Removed unnecessary File.isDirectory() check. + +2005-04-22 Bryce McKinlay + + * testsuite/lib/libjava.exp (libjava_find_gij): Use $objdir/.. to find + gij if get_multilibs fails. + +2005-04-22 Anthony Green + + * 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 + + * javax/swing/plaf/basic/BasicLookAndFeel.java + (initComponentDefaults): Changed Button.border to be + BasicBorders.getButtonBorder as it should be. + +2005-04-22 Roman Kennke + + * 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 + + * 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 + + * 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 + + * javax/swing/plaf/metal/MetalLookAndFeel.java + (getDefaults): Call addCustomEntriesToTable on the theme. + +2005-04-22 Roman Kennke + + * 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 + + * gnu/java/security/der/DERValue.java + (getValueAs): new method. + * gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java + (): read both dates with 'DERValue.getValueAs', with + 'GENERALIZED_TIME' as the argument. + +2005-04-22 Andrew Pinski + + * 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 + + * java/util/logging/LogManager.java: Reformatted. + (readConfiguration): If a logger for a key is not found, create one. + +2005-04-22 Andrew John Hughes + + * 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 + + * java/lang/natClass.cc (initializeClass): Link class. + +2005-04-21 Tom Tromey + + * java/lang/AssertionError.java: Typo fix. + +2005-04-21 Tom Tromey + + * java/lang/VMClassLoader.java (transformException): Removed. + (resolveClass): No longer native. Now does nothing. + * java/lang/natVMClassLoader.cc (resolveClass): Removed. + +2005-04-21 Anthony Green + + 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 + + * gnu/java/net/CRLFInputStream.java: Rewrite to return + CRLF-delimited chunks. + +2005-04-20 Andrew John Hughes + + * 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 + + * 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 + + * 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 + + * java/io/DataOutputStream.java (writeUTF): Use block write for + output. + +2005-04-20 Jeroen Frijters + + * java/io/DataInputStream.java (ignoreInitialNewline): Removed + (readLine): Changed newline handling. + +2005-04-20 Jeroen Frijters + + * java/awt/image/PixelGrabber.java (setPixels(int,int,int,int, + ColorModel,byte[],int,int): Fixed byte to int conversion. + +2005-04-20 Michael Koch + + * java/io/FilePermission.java + (serialVersionUID): Made private. + (ALL_FILES): New constant. + (implies): Handle '<>' case. + +2005-04-20 Sven de Marothy + + * 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 + + * 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 + + * 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 + + * java/text/SimpleDateFormat.java: + (formatWithAttribute): Pad year before truncating digits. + +2005-04-20 Michael Koch + + * gnu/java/net/PlainDatagramSocketImpl.java: + Merged copyright header. + * gnu/java/net/PlainSocketImpl.java: + Reorganized import statements. Fixed @author tags. + +2005-04-20 Michael Koch + + * gnu/java/lang/ClassHelper.java, + gnu/java/lang/reflect/TypeSignature.java: + Fixed @author tag. + +2005-04-20 Michael Koch + + * gnu/java/beans/IntrospectionIncubator.java: + Fixed HTML tags in javadocs. + +2005-04-20 Jeroen Frijters + + * 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 + + * gnu/java/awt/image/XBMDecoder.java: + Fixed modifier order. + +2005-04-20 Roman Kennke + + * 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 + + * 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 + + * 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 + + * javax/swing/plaf/metal/MetalBorders: + (PopupMenuBorder): Added. + * javax/swing/plaf/metal/MetalLookAndFeel + (initComponentDefaults): Added PopupMenuBorder. + +2005-04-20 Roman Kennke + + * javax/swing/tree/DefaultTreeSelectionModel.java: + Added API documentation all over the class. + +2005-04-20 Roman Kennke + + * 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 + + * 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 + + * javax/swing/plaf/metal/MetalScrollBarUI.java: + (createUI): Instances cannot be shared among JScrollPanes. + +2005-04-20 Roman Kennke + + * javax/swing/plaf/metal/MetalLookAndFeel.java + (initComponentDefaults): Added defaults for Menu, MenuBar + MenuEntry fonts. + +2005-04-20 Roman Kennke + + * 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 + + * 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 + + * java/net/URLConnection.java + (getContent): Fixed javadoc comment. + +2005-04-20 Andrew John Hughes + + * java/net/URL.java: + (toURI()): Implemented. + +2005-04-19 Michael Koch + + * 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/xml/dom/html2/DomHTMLParser.java: + Changed 'enum' references to become 'enumeration'. + +2005-04-19 Audrius Meskauskas + + * gnu/xml/dom/html2/DomHTMLParser.java: New file. + +2005-04-19 Andrew John Hughes + + * 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 + + * 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 + + * gnu/xml/dom/html2/DomHTMLDocument.java: Fixed element creation and + check for HTML/XHTML namespace. + +2005-04-19 Audrius Meskauskas + + * 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 + + * 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 + + * 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 + + * javax/swing/text/html/HTMLDocument.java: New file. + +2005-04-19 Michael Koch + + * 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 + + * 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 + + * 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 + + * 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 + + * Makefile.am: Added new files. + * Makefile.in: Regenerated. + +2005-04-19 Roman Kennke + + * 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 + + PR libgcj/21064 + * javax/swing/text/StyleContext.java + (NamedStyle.setResolveParent): Added null + pointer check. + +2005-04-19 Michael Koch + + * java/rmi/server/RemoteObject.java: + Removed unused import statement. + +2005-04-19 Michael Koch + + * java/net/URL.java: Formatting cleanups. + +2005-04-19 Michael Koch + + * java/awt/FontMetrics.java: Reformatted. + (getFontRenderContext): Handle case when java.awt.Graphics context is + given. + +2005-04-19 Michael Koch + + * java/awt/FontMetrics.java + (getStringBounds): New methods. + + +2005-04-19 Michael Koch + + * gnu/java/security/x509/X509Certificate.java + (parse): Handle val == null case. + +2005-04-19 Roman Kennke + + * javax/swing/plaf/metal/MetalLookAndFeel.java + (initComponentDefaults): Added defaults for Menu, MenuBar + MenuEntry fonts. + +2005-04-19 Roman Kennke + + * 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 + + * 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 + + * javax/swing/plaf/metal/MetalLookAndFeel.java + (initComponentDefaults): Added to set Metal specific component + defaults. + +2005-04-19 Mark Wielaard + + * javax/swing/plaf/metal/MetalLookAndFeel.java + (initClassDefaults): Call super.initClassDefaults(). + +2005-04-19 Roman Kennke + + * javax/swing/plaf/metal/MetalLookAndFeel.java + (initClassDefaults): Added to include the *UI classes. + +2005-04-19 Roman Kennke + + * 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 + + * 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 + + * javax/swing/UIDefaults.java: + Added API documentation for all methods. + +2005-04-19 Roman Kennke + + * 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 + + * Makefile.am: Added new files. + * Makefile.in: Regenerated. + +2005-04-19 Mark Wielaard + + * 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 + + * 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 + + * java/awt/geom/QuadCurve2D.java: + Fixed Brian Gough's name for real. + +2005-04-19 Roman Kennke + + * javax/swing/UIManager.java: + Make the UIManager respect the swing.defaultlaf system + property. + +2005-04-19 Tom Tromey + + * java/lang/natVMClassLoader.cc (loadClass): Call resolveClass, + not _Jv_InitClass. + +2005-04-19 Roman Kennke + + * javax/swing/plaf/basic/BasicMenuBarUI.java: + Fixed tabs to spaces. + +2005-04-19 Roman Kennke + + * 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 + + * javax/swing/JRootPane.java: + Fixed various tabs to be spaces. + (RootLayout.layoutContainer): Made menubar left aligned. + +2005-04-19 Roman Kennke + + * 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 + + * javax/swing/plaf/basic/BasicListUI.java + (paintCell): use CellRendererPane for painting the cells. + +2005-04-19 Roman Kennke + + * 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 + + * javax/swing/plaf/basic/BasicListUI: + make BasicListUI capable of wrapping lists + (layoutOrientation property of javax.swing.JList) + +2005-04-19 Roman Kennke + + * javax/swing/plaf/basic/BasicListUI + (updateLayoutState,paint): make BasicListUI aware of the + width of the rendered JList. + +2005-04-19 Roman Kennke + + * javax/swing/ImageIcon.java + Added API documentation. + +2005-04-19 Roman Kennke + + * 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 + + * javax/swing/JTextArea.java (replaceRange): + Fixing doc.remove(start, length) misinterpretation. + +2005-04-19 Roman Kennke + + * javax/swing/CellRendererPane.java: + implemented all methods of this class. + reformatted all wrong formatted code. + +2005-04-19 Roman Kennke + + * javax/swing/BoxLayout.java: + (layoutContainer): Made this layout manager respect the + minimum, maximum and preferred size more correctly. + +2005-04-19 Roman Kennke + + * 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 + + * javax/swing/JComponent.java: + Modified alignmentX and alignmentY to be 0.5 instead of 0.0. + Untabified the file. + +2005-04-19 Audrius Meskauskas + + * 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 + + * 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 + + * 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 + + * java/awt/MediaTracker.java: + Reindented tabs to spaces. + +2005-04-19 Roman Kennke + + * 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 + + * 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 + + * java/awt/MediaTracker.java + Added API documentation. + +2005-04-19 Roman Kennke + + * 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 + + * java/awt/Font.java (decode): Handle null argument and allow + space as delimiter. + +2005-04-19 Robert Schuster + + * java/beans/EventHandler.java: Reworked documentation. + (invoke): Fixed behavior to match spec. + +2005-04-19 Michael Koch + + * java/awt/print/PrinterJob.java + (pageDialog): New method. + (printDialog): Implemented. + +2005-04-19 Michael Koch + + * java/awt/image/ConvolveOp.java: + Removed comment added by eclipse. + +2005-04-19 Guilhem Lavaux + + * java/awt/image/IndexColorModel.java + (getRGB): Check if pixel is negative. + +2005-04-19 Michael Koch + + * java/awt/image/RasterOp.java: + Fixed wrong formatting. + +2005-04-18 Roman Kennke + + * java/awt/Compmonent.java + (setComponentOrientation): Made this property firing a + PropertyChangeEvent. + +2005-04-18 Roman Kennke + + * java/awt/BorderLayout.java + (calcSize): Check for overflow when component sizes are added. + +2005-04-18 Robert Schuster + + * java/awt/AWTEvent.java (toString): Added case + for source not being an AWT component. + +2005-04-18 Chris Burdess + + * gnu/java/net/BASE64.java: Truncate encoded byte array. + +2005-04-18 Michael Koch + + 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 + + * gnu/xml/aelfred2/XmlParser.java: + Reverted my typo fix. + +2005-04-18 Michael Koch + + * java/awt/geom/CubicCurve2D.java, + java/awt/geom/QuadCurve2D.java: + Fixed mentioning of Brian Gouph. + +2005-04-18 Michael Koch + + * 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 + + * 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 + + * gnu/xml/pipeline/ValidationConsumer.java (Recognizer): Make + 'ANY' package-private. + +2005-04-15 Tom Tromey + + * Makefile.in: Rebuilt. + * Makefile.am (libgij_la_LIBADD): Moved SAX and DOM... + (libgcj0_convenience_la_LIBADD): ... here. + +2005-04-14 Thomas Fitzsimmons + + * gij.cc (version): Properly quote java version. + (main): Fix typo in comment. + +2005-04-13 Mark Wielaard + + * java/lang/natRuntime.cc (insertSystemProperties): Set + java.class.path to CLASSPATH if not already set. + +2005-04-07 Thomas Fitzsimmons + + * prims.cc (parse_verbose_args): Fix verbose argument parsing. + +2005-04-12 Mike Stump + + * configure: Regenerate. + +2005-04-12 Aaron Luchko + + 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 + + PR libgcj/20975 + * scripts/TexinfoDoclet.java: Removed. + * Makefile.am (texinfo): Removed. + * Makefile.in: Regenerated. + +2005-04-11 Michael Koch + + * javax/imageio/ImageIO.java (ReaderFormatFilter.filter): + Fixed wrong casting. + +2005-04-06 Andrew Haley + + * 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 + + * Makefile.am ($(db_name)): Add $(EXEEXT) suffix to + gcj-dbtool dependency + * Makefile.in: Regenerated + +2005-04-06 Bryce McKinlay + + * java/util/logging/natLogger.cc (getCallerStackFrame): Don't crash on + NULL klass and meth values from _Jv_StackTrace::GetCallerInfo(). + +2005-04-05 Andrew Haley + + * 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 + + 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 + + * 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 + + * 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 + + PR libgcj/20761 + * configure.ac: Fix fastjar definition for cross builds. + * configure: Rebuilt. + +2005-04-04 Tom Tromey + + * java/lang/ClassLoader.java (loadClass): Resolve class even if + it was already found. + +2005-04-04 Tom Tromey + + * java/net/URL.java (DEFAULT_SEARCH_PATH): Added + org.metastatic.jessie. + +2005-04-02 Anthony Green + + PR libgcj/20727 + * java/nio/DirectByteBufferImpl.java: Fix buffer ownership bug. + +2005-04-02 Mark Wielaard + + * 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 + + 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 + + * java/lang/natDouble.cc (parseDouble): Handle NaN, Infinity and + -Infinity as parameters. + +2005-04-01 Michael Koch + + * 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 + + * 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 + + * Makefile.in: Rebuilt. + * Makefile.am (db_pathtail): Use $(gcc_version), not + @gcc_version@. + +2005-04-01 Jeroen Frijters + + * java/util/Timer.java + (run): Stop the queue if a task throws an exception. + +2005-03-31 Thomas Fitzsimmons + + * javax/swing/text/JTextComponent.java (viewToModel): New method. + +2005-03-29 Ian Lance Taylor + + * 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 + + * 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 + + * gnu/xml/dom/DomNode.java (notifyNode): grow listener array as + required. + +2005-03-13 Michael Koch + + * gnu/xml/aelfred2/XmlParser.java: Fixed typo. + +2005-03-11 Chris Burdess + + * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI + warnings. + +2005-02-27 Chris Burdess + + * 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 + + * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI + warnings. + +2005-03-28 Alexandre Oliva + + * 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 + + * testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one): Add + libsocket to the libraries to link for Solaris. + +2005-03-28 Per Bothner + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + 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 + + * include/jvm.h (GCJ_40_BC_ABI_VERSION): New define. + (_Jv_CheckABIVersion): Use it. + +2005-03-22 Mike Stump + + * 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 + + * gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output. + +2005-03-21 Tom Tromey + + * java/lang/VMCompiler.java (static block): Also catch + BufferUnderflowException. + +2005-03-21 Zack Weinberg + + * 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 + + * 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 + + * boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table. + +2005-03-16 Tom Tromey + + * 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 + + * gnu/java/lang/MainThread.java (run): Load main class using + system class loader. + +2005-03-16 Andreas Tobler + + * 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 + + * 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 + + PR libgcj/20251 + * Makefile.am (libjawt_la_LIBADD): Add -L$(here)/.libs. + * Makefile.in: Rebuilt. + +2005-03-15 David Daney + + * gnu/java/net/natPlainSocketImplPosix.cc (read_helper): Handle + count == 0 case. + +2005-03-15 David Daney + + * 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 + + * stacktrace.cc (GetCallerInfo): Return nothing in case of + SJLJ_EXCEPTIONS is defined. + +2005-03-12 Ranjit Mathew + + * testsuite/libjava.jacks/jacks.xfail: Add XFAILs for new JSR-201 + tests. + +2005-03-11 Andreas Tobler + + * 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 + + * include/jvm.h (GCJ_40_BC_ABI_VERSION): New define. + (_Jv_CheckABIVersion): Use it. + +2005-03-11 Tom Tromey + + * 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 + + * 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 + + * Makefile.in: Rebuilt. + * Makefile.am (ordinary_java_source_files): Added MethodRef.java. + +2005-03-10 Chris Burdess + + * gnu/xml/dom/ls/SAXEventSink.java: Ignore element declarations if + not currently parsing the DTD. + +2005-03-10 Bryce McKinlay + + 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 + + * 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 + + * 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 + + 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 + + * 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 + + * 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 + + * java/net/URLClassLoader.java (addURLImpl): Reset 'thisString'. + (toString): Synchronize. + +2005-03-08 Bryce McKinlay + + * testsuite/libjava.lang/pr13107_2.xfail: Remove xfail. + * testsuite/libjava.lang/pr13107_3.xfail: Likewise. + +2005-03-07 Tom Tromey + + * gnu/gcj/tools/gcj_dbtool/Main.java (main): Recognize '-f'. + (usage): Document '-f'. + +2005-03-07 Tom Tromey + + * java/lang/VMCompiler.java (md5Digest): New field. + (compileClass): Clone md5Digest instead of looking up a new one. + +2005-03-07 Tom Tromey + + 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 + * gnu/gcj/xlib/natXAnyEvent.cc (loadNext): Added timeout. + * gnu/awt/xlib/XCanvasPeer.java (setBackground): Removed + throw UnsupportedOperationException, fixed comments. + (setFont, setForeground): Fixed comments. + * gnu/awt/xlib/XEventLoop.java (postNextEvent): Changed + return type to boolean. + (getNextEvent): Fixed javadocs. + * gnu/awt/xlib/XToolkit.java (interrupted): Removed field. + (nativeQueueEmpty): Removed unused code. + (iterateNativeQueue): Removed outer loop. + +2005-03-06 Roger Sayle + + PR libgcj/20155 + * Makefile.am (libgcj0_convenience.la): Revert last change. + * Makefile.in: Regenerate. + +2005-03-05 Anthony Green + + * jni/gtk-peer/gtk_jawt.c (classpath_jawt_get_drawable, + classpath_jawt_lock, classpath_jawt_unlock): New functions. + * jawt.c (_Jv_AWTLock, _Jv_AWTUnlock): New functions. + (_Jv_GetDrawingSurface): Set visualID. + (_Jv_FreeDrawingSurfaceInfo): Clear visualID. + (JAWT_GetAWT): Set Lock and Unlock. + * include/jawt_md.h (struct _JAWT_X11DrawingSurfaceInfo): Add + visualID. + * include/jawt.h (JAWT_VERSION_1_4, JAWT_LOCK_ERROR, + JAWT_LOCK_CLIP_CHANGED, JAWT_LOCK_BOUNDS_CHANGED, + JAWT_LOCK_SURFACE_CHANGED): New macros. + (struct _JAWT): Add Lock and Unlock. + +2005-03-05 Roger Sayle + Alexandre Oliva + Kelley Cook + + PR libgcj/20155 + * Makefile.am (libgcj0_convenience.la): New rule to create a file + of the object files to link to avoid exceeding the command line + length limits on some platforms. + (clean-local): Clean up objectlist files. + * Makefile.in: Regenerate. + +2005-03-05 Andreas Tobler + + * java/lang/dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and + spec_case. Initialize pointer mlo. + + * java/lang/strtod.c (_strtod_r): Initialize pointers bb, bd, ds and + delta. + + * java/lang/e_asin.c (__ieee754_asin): Initialize variable t. + + * java/lang/e_exp.c (__ieee754_exp): Initialize variables hi, lo + and k. + + * java/lang/e_rem_pio2.c (__ieee754_rem_pio2): Initialize + uninitialized variable z. + + * gnu/java/net/natPlainDatagramSocketImplPosix.cc (mcastGrp): Ifdef + possible unused variables. + + * gnu/java/nio/natPipeImplPosix.cc (init): Remove self. + + * jawt.c: Include to fix implict declaration of malloc. + +2005-03-03 Thomas Fitzsimmons + + PR libgcj/20292 + * testsuite/libjava.jni/jni.exp + (gcj_jni_invocation_compile_c_to_binary): Add -I. -I.. to compile + flags. + (gcj_jni_invocation_test_one): Add -L../.libs to cxx flags. + +2005-02-23 David Daney + + * configure.host: Don't use -mxgot for MIPS builds. + +2005-02-28 Paolo Bonzini + + PR bootstrap/17383 + * configure.ac: Call GCC_TOPLEV_SUBDIRS. + (COMPPATH): Removed. + (ZIP, GCJH): Replace it with ../$(host_subdir). + (built_gcc_dir): Add $(host_subdir). + * configure: Regenerate. + * Makefile.in, include/Makefile.in, testsuite/Makefile.in, + gcj/Makefile.in, external/Makefile.in, external/sax/Makefile.in, + external/w3c_dom/Makefile.in: Regenerate. + +2005-02-24 David Gilbert + + * java/awt/font/TextAttribute.java: changed names to lower case; + (readResolve): implemented. + Added doc comments all over. + +2005-02-23 Thomas Fitzsimmons + + PR libgcj/16923 + * jni.cc (JNI_CreateJavaVM): Check JNI version. Cast args to + JvVMInitArgs. Pass args to _Jv_CreateJavaVM and check return + value. Move argument parsing code to prims.cc. + * prims.cc (no_properties): Remove. + (_Jv_Compiler_Properties): Initialize to NULL. + (_Jv_Properties_Count): Initialize to 0. + (parse_verbose_args): New function. + (parse_init_args): New function. + (_Jv_CreateJavaVM): Call parse_init_args. + (_Jv_RunMain): Check return value of _Jv_CreateJavaVM. + * gcj/cni.h (JvVMOption): New struct. + (JvVMInitArgs): Likewise. + (JvCreateJavaVM): Declare vm_args as JvVMInitArgs* rather than + void*. + * libjava/gcj/javaprims.h (_Jv_VMOption): New struct. + (_Jv_VMInitArgs): Likewise. + * include/java-props.h (_Jv_Properties_Count): Declare. + * java/lang/natRuntime.cc (insertSystemProperties): Use + _Jv_Properties_Count in for loop exit condition. + * testsuite/libjava.jni/jni.exp + (gcj_invocation_compile_c_to_binary): New procedure. + (gcj_invocation_test_one): Likewise. + (gcj_jni_run): Run JNI invocation API tests. + * testsuite/libjava.jni/invocation/PR16923.c, + testsuite/libjava.jni/invocation/PR16923.java, + testsuite/libjava.jni/invocation/PR16923.out: New test. + +2005-02-23 Michael Koch + + * Makefile.am: Added new file gnu/java/nio/ChannelReader.java. + * Makefile.in: Regenerated. + +2005-02-23 Robert Schuster + + * gnu/java/nio/ChannelReader: Fixed comments. + +2005-02-23 Robert Schuster + + * java/nio/channels/Channels: Added FIXMEs about + stub method implementation. + (newReader): Implemented. + * gnu/java/nio/ChannelReader: New class. + +2005-02-23 Michael Koch + + * java/text/SimpleDateFormat.java: + Removed unused import. + +2005-02-22 Thomas Fitzsimmons + + PR libgcj/20029: + * Makefile.am (lib_gnu_java_awt_peer_gtk_la_CFLAGS): Add X_CFLAGS. + (lib_gnu_java_awt_peer_gtk_la_LDFLAGS): Add X_LIBS and -lXtst. + * Makefile.in: Regenerate. + * configure.ac: Check for libXtst. + * configure: Regenerate. + +2005-02-22 Mark Wielaard + + * java/security/AlgorithmParameterGenerator.java (getInstance): + Mention provider when throwing NoSuchProviderException. + * java/security/AlgorithmParameters.java (getInstance): Likewise. + * java/security/KeyFactory.java (getInstance): Likewise. + * java/security/KeyStore.java (getInstance): Likewise. + * java/security/SecureRandom.java (getInstance): Likewise. + * java/security/cert/CertificateFactory.java (getInstance): Likewise. + +2005-02-22 Jeroen Frijters + + * java/lang/reflect/Proxy.java, + java/net/URL.java, + java/security/SecureRandom.java, + java/util/Timer.java, + java/util/prefs/AbstractPreferences.java: + Don't catch java.lang.ThreadDeath. + +2005-02-22 David Gilbert + + * java/awt/font/TransformAttribute.java, + (TransformAttribute(AffineTransform)): throw + IllegalArgumentException for null transform. + (getTransform): return a copy of transform. + Added doc comments to all. + +2005-02-22 Jeroen Frijters + + * java/io/Externalizable.java, + java/io/Serializable.java + (serialVersionUID): Removed. + * java/rmi/server/RemoteObject.java, + java/rmi/server/UID.java + (serialVersionUID): Made private. + * java/rmi/server/RemoteRef.java, + java/rmi/server/ServerRef.java + (serialVersionUID): Set proper value. + * java/security/interfaces/DSAPrivateKey.java, + java/security/interfaces/DSAPublicKey.java, + java/security/interfaces/RSAMultiPrimePrivateCrtKey.java, + java/security/interfaces/RSAPrivateCrtKey.java, + java/security/interfaces/RSAPrivateKey.java, + java/security/interfaces/RSAPublicKey.java, + javax/crypto/SecretKey.java + (serialVersionUID): Added. + +2005-02-22 Tom Tromey + + * java/lang/Object.h (_JvObjectPrefix): Declare as extern "Java". + +2005-02-22 Tom Tromey + + PR java/20056: + * verify.cc (type::EITHER): New constant. + (check_field_constant): Use it. + (type::compatible): Handle it. + +2005-02-22 Michael Koch + + * gnu/java/security/PolicyFile.java, + gnu/java/security/pkcs/PKCS7SignedData.java, + gnu/java/security/pkcs/SignerInfo.java: + Fixed copyright header. + +2005-02-22 Jeroen Frijters + + * java/beans/PropertyDescriptor.java + (PropertyDescriptor,setReadMethod): Set propertyType. + +2005-02-22 Michael Koch + + * java/nio/DirectByteBufferImpl.java + (owner): Fixed formatting of javadoc. + * java/text/DateFormat.java + (getAvailableLocales): Fixed formatting. + * java/text/SimpleDateFormat.java: + Fixed formatting and import statement order. + * java/util/Calendar.java + (Calendar): Fixed javadoc to be HTML compliant. + * java/util/SimpleTimeZone.java: + Fixed javadocs. + +2005-02-22 Roman Kennke + + * javax/swing/plaf/basic/BasicLookAndFeel.java + (initComponentDefaults): Fixed Button left and right margin. + +2005-02-22 Thomas Fitzsimmons + + * java/awt/Robot.java (waitForIdle): Call invokeAndWait on an + empty Runnable. + + PR libgcj/17952: + * gnu/java/awt/peer/gtk/GtkWindowPeer.java, + jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c + (getWidth): New method. + (getHeight): Likewise. + (create): Remove width, height and insets parameters. Move size + setup ... + (realize_cb): ... here. New function. + (connectSignals): Connect realize_cb. + (request_frame_extents): Remove FIXME. Move + postInsetsChangedEvent lookup ... + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c (gtkInit): + ... here. Look up GtkWindowPeer getWidth and getHeight methods. + * jni/gtk-peer/gtkpeer.h (postInsetsChangedEventID): Declare + jmethodID. + (windowGetWidthID): Likewise. + (windowGetHeightID): Likewise. + +2005-02-21 Thomas Fitzsimmons + + PR libgcj/19842 + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c + (button_to_awt_mods): Return BUTTON masks, not BUTTON_DOWN masks. + +2005-02-21 Bryce McKinlay + + Merge serialization from GNU Classpath. + * gcj/method.h: Add missing #includes. + * java/io/ObjectInputStream.java (readClassDescriptor): Check for + primitive class IDs on the stream here... + (resolveClass): ...not here. + * java/io/ObjectStreamField.java: Use VMObjectStream class calls to set + fields. + * java/io/VMObjectStreamClass.java (setDoubleNative, setFloatNative, + setLongNative, setIntNative, setShortNative, setCharNative, + setByteNative, setBooleanNative, setObjectNative): New native methods. + * java/io/natVMObjectStreamClass.java (setDoubleNative, setFloatNative, + setLongNative, setIntNative, setShortNative, setCharNative, + setByteNative, setBooleanNative, setObjectNative): Implement them. + * java/io/natObjectInputStream.cc (allocateObject): Add new parameters + from Classpath's version. Use _Jv_FromReflectedConstructor(). Call + the constructor here. + (callConstructor): Removed. + (getCallersClassLoader): Removed. + * java/lang/reflect/Field.java (setByte, setShort, setInt, setLong, + setFloat, setDouble, setChar, setBoolean): Add 'checkFinal' parameter + to control whether setting final field values is permitted. Call + getAddr() with checkFinal parameter instead of setAddr(). + * java/lang/reflect/natField.cc (getType): Lookup and resolve field + only if not done already. + (getAddr): Add checkFinal parameter. Do the final field check only if + checkFinal is set. + (setAddr): Removed. + +2005-02-21 Mark Wielaard + + # Fixes bug #11957 + * java/io/ObjectInputStream.java (resolveClass): Don't check "void" + twice. + +2005-02-21 Mark Wielaard + + Fixes bug #11618. + * java/io/ObjectInputStream.java (readClassDescriptor): Handle classes + without a super class and us ObjectStreamClass.lookupForClassObject(). + (resolveClass): Check for primitive types. + (lookupClass): Return null when argument is null. + +2005-02-21 Jeroen Frijters + + * java/io/ObjectInputStream.java + (readObject): Fix to consume TC_ENDBLOCKDATA after readExternal. + +2005-02-21 Jeroen Frijters + + * java/io/ObjectOutputStream.java + (writeObject, callWriteMethod): Replaced reflection with accessing + cached info in ObjectStreamClass. + (getMethod): Removed. + * java/io/ObjectStreamClass.java + (findMethod): Added check to make sure the method found has the + right modifiers. + (cacheMethods): Added writeReplace and writeObject methods. + (setFlags): Look at new writeObjectMethod field instead of doing + reflection again. + (writeReplaceMethod): New field. + (writeObjectMethod): New field. + +2005-02-21 Guilhem Lavaux + Jeroen Frijters + + * java/io/ObjectInputStream.java + (newObject): Changed prototype. Get a constructor reflect object + directly. + (callConstructor): Removed. + (allocateObject): Changed prototype. + (readClassDescriptor): Build the constructor reflection directly. + (readObject): Invoke newObject using the new prototype. + + * java/io/ObjectStreamClass.java + (firstNonSerializableParent): Removed. + (firstNonSerializableParentConstructor): Added. + +2005-02-21 Mark Wielaard + + * gnu/java/locale/LocaleInformation_en.java: Extend + localPatternChars to "GyMdkHmsSEDFwWahKzYeugAZ". + +2005-02-21 Mark Wielaard + + * java/text/SimpleDateFormat.java + (SimpleDateFormat(String, DateFormatSymbols)): Throw + NullPointerException when formatData is null. + +2005-02-21 Mark Wielaard + + * java/util/SimpleTimeZone.java (getOffset): Calculate beforeEnd by + taking dstSavings into account. + +2005-02-21 Sven de Marothy + + * java/text/SimpleDateFormat.java, + (parse): Set correct DST_OFFSET to the correct value. + +2005-02-21 Mark Wielaard + + * java/util/SimpleTimeZone.java (checkRule): Throw + IllegalArgumentException when month out of range. + +2005-02-21 Sven de Marothy + + * java/util/GregorianCalendar.java, + (add): Don't set fields directly anymore. Use set() + +2005-02-21 Mark Wielaard + + * java/text/SimpleDateFormat.java (CompiledField.toString): + Use StringBuffer, not StringBuilder. + (toString): Likewise. + +2005-02-21 Sven de Marothy + + * java/util/Calendar.java + (clear): Dates should clear to local time. + * java/util/GregorianCalendar.java + (computeTime): Fix priority problem with DAY_OF_WEEK, + Handle non-sunday-startig weeks and minimumDaysInFirstWeek. + +2005-02-21 Sven de Marothy + + * java/util/Calendar.java + (Calendar): Constructor should clear fields. + +2005-02-21 Sven de Marothy + + * java/text/SimpleDateFormat.java + (parse): Tweak handling of 2-year dates + * java/util/Calendar.java + (clear): Clear fields to correct value. + * java/util/GregorianCalendar.java + (computeTime): Correct handling of time zones. + Correct field minimum values. + +2005-02-21 Sven de Marothy + + * java/util/Calendar.java + (set) Invalidate all fields on first call to set(). + +2005-02-21 Sven de Marothy + + * java/util/GregorianCalendar.java + (computeTime): Fixed handling of time zones. + +2005-02-21 Sven de Marothy + + * java/util/Calendar.java + (clear): Set values to Epoch instead of zero. + (set): Set isSet to the relevant field pattern instead of just + the field. + * java/util/GregorianCalendar.java + (getBundle): Removed. + (getDayOfYear): Removed. + (getFirstDayOfMonth): New private method. + (nonLeniencyCheck): New private method. + (computeTime): Correct handling of insufficient data. + +2005-02-21 Sven de Marothy + + * java/util/Calendar.java: Invalidate ERA field on setting + the YEAR. + * java/util/SimpleTimeZone.java: + (getDaysInMonth): Reimplemented. + * java/util/GregorianCalendar.java: + (getLinearTime): Removed. + (isLeapYear(int,boolean)): Removed. + (before(), after()): Removed. + (computeTime): Reimplemented. + +2005-02-21 Sven de Marothy + + * java/util/Calendar.java: Reformatted. + * java/util/GregorianCalendar.java: Reformatted. + * java/util/SimpleTimeZone.java: Reformatted. + +2005-02-21 Sven de Marothy + + * java/util/GregorianCalendar.java + (GregorianCalendar): Update fields in the constructor + +2005-02-21 Noa Resare + + * java/util/Calendar.java (explicitDSTOffset): New instance field. + (set(int,int)): Set and use new field. + (set(int,int,int)): Check new field. + +2005-02-21 Noa Resare + + * java/util/Calendar.java(set): + Fix for DST related regression. + +2005-02-21 Jeroen Frijters + + * java/util/Calendar.java + (setTimeInMillis): Added call to clear, removed computeFields call. + * java/util/Date.java + (Date(int,int,int,int,int,int)): Removed workaround for + GregorianCalendar bug. + * java/util/GregorianCalendar.java + (GregorianCalendar): Chained all constructors to a (new) + common constructor. + (computeTime): Fixed support for lenient month treatment. + (getLinearDay): Return long instead of int. + (calculateDay): Added fields argument and changed day argument + to long. + +2005-02-21 Andrew John Hughes + + * java/text/SimpleDateFormat.java + Lots of documentation updates. + (readObject(java.io.ObjectInputStream)): Wraps + IllegalArgumentException as specified. + (compileFormat(String)): Uses standardChars + rather than the local pattern characters. + Throws IllegalArgumentException rather than + storing a -1 field. + (toString()): Extended to include all variables + in a better format. + (translateLocalizedPattern(String, String, String)): + Renamed to better define the use of this method. + +2005-02-21 Andrew John Hughes + + * java/text/DateFormat.java: + Documented pattern character offset constants and + added new ones. + (Field): Added new static fields for new pattern chars. + * java/text/SimpleDateFormat.java: + (CompiledField): Changed name of FieldSizePair class + to CompiledField after adding the character as an + attribute. Changed fields to private and added + accessors to give encapsulation. + (CompiledField.CompiledField(int,int,char)): Extended + with character field. + (CompiledField.getField()): New accessor method. + (CompiledField.getSize()): New acceessor method. + (CompiledField.getCharacter()): New accessor method. + (CompiledField.toString()): Added primarily for debugging. + (standardChars): Now uses extended 24 character sequence. + (compileFormat(String)): Changed to use CompiledField. + (formatWithAttribute(java.util.Date, gnu.java.text.FormatBuffer, + java.text.FieldPosition)): Changed to use CompiledField. + New handler for RFC 822 timezones added. + +2005-02-21 Andrew John Hughes + + * java/text/SimpleDateFormat.java: + (parse(String, java.text.ParsePosition)): + Changed 'E' and 'M' cases to use both + short and long names. Extended 'z' + case to also handle 'Z', and deal + with simple GMT offsets such as +0100. + (computeOffset(String)): New private method, + which converts a GMT offset specification, + such as GMT-0500 to a numeric offset in + milliseconds. + * java/util/TimeZone.java: + (timezones()): Added "CEST", the daylight + savings time version of "CET", or Central + European Time. + +2005-02-21 Ito Kazumitsu + + * java/text/SimpleDateFormat.java: + (parse): Set the DST offset to 0 when parsing + GMT offset timezones. + +2005-02-21 Ito Kazumitsu + + * java/text/SimpleDateFormat.java: + (parse): Use offset to set ZONE_OFFSET + rather than the DST_OFFSET, so that + GMT offset timezones change the right + one. + +2005-02-21 Andrew John Hughes + + * java/text/SimpleDateFormat.java: + (getDateFormatSymbols()): return a copy + (setDateFormatSymbols(java.text.DateFormatSymbols)): + throw exception on null input + (clone()): implemented to clone + internal fields + +2005-02-21 Sven de Marothy + + * java/text/SimpleDateFormat.java + (parse): comparison should be case-insensitive, ignore null + strings. + +2005-02-21 Robert Schuster + + * gnu/java/beans/IntrospectionIncubator.java + (addMethod) Reverts the patch that ntroduced a regression (see bug + https://savannah.gnu.org/bugs/?func=detailitem&item_id=10938). + +2005-02-21 Michael Koch + + * java/awt/Checkbox.java + (next_checkbox_number): New static variable. + (generateName): New method. + (getUniqueLong): Likewise. + * java/awt/Window.java + (next_window_number): New static variable. + (generateName): New method. + (getUniqueLong): Likewise. + +2005-02-21 Mark Wielaard + + * java/util/jar/JarFile.java (verifyHashes): Check whether ZipEntry + exists. + +2005-02-21 Andrew Haley + + * Makefile.in: Rebuilt. + * Makefile.am (nat_source_files): Added natLogger.cc. + * java/util/logging/natLogger.cc: New file. + * java/util/logging/Logger.java (getCallerStackFrame): Now + native. + +2005-02-21 Andreas Tobler + + * Makefile.am (all_property_files): Remove left over. + (classes.stamp): Add stamp for the ONESTEP build, also known as + --enable-libgcj-multifile. + * Makefile.in: Regenerated. + +2005-02-21 Michael Koch + + * java/awt/Button.java, + java/awt/Container.java, + java/awt/Font.java, + java/awt/Frame.java, + java/text/CollationElementIterator.java, + java/text/RuleBasedCollator.java, + java/util/PropertyPermission.java: + Fixed formatting issues all over. + +2005-02-21 Mark Wielaard + + * java/io/FileDescriptor.java (sync): Add real exception to + SyncFailedException. + +2005-02-21 Michael Koch + + * java/io/InputStreamReader.java: + Fixed @author tag. + +2005-02-20 Rutger Ovidius + + PR libgcj/19728: + * gnu/java/security/provider/Gnu.java (Gnu): Add SHA-160 alias. + +2005-02-20 Dalibor Topic + + * libraries/javalib/gnu/regexp/RE.java, + libraries/javalib/java/io/ObjectInputStream.java, + libraries/javalib/java/security/AllPermission.java, + libraries/javalib/java/security/BasicPermission.java, + libraries/javalib/java/security/Permissions.java, + libraries/javalib/java/text/MessageFormat.java: + Made 'inner' classes real public static inner classes, + and made them final where possible, or removed them + where unused. + +2005-02-20 Michael Koch + + * gnu/java/text/FormatCharacterIterator.java: + Removed redundant modifiers. + +2005-02-19 Thomas Fitzsimmons + + * jni/gtk-peer/gthread-jni.c (throw): Call g_snprintf instead of + snprintf. + +2005-02-19 Michael Koch + + * Makefile.am: Added new files in gnu/java/beans and + java/beans/XMLDecoder.java. + * Makefile.in: Regenerated. + +2005-02-19 Robert Schuster + + * gnu/java/beans/decoder/GrowableArrayContext.java: Fixed + assignment behavior by using java.lang.reflect.Array.set() + directly. + +2005-02-19 Dalibor Topic + + * gnu/java/beans/EmptyBeanInfo.java, + gnu/java/beans/info/ComponentBeanInfo.java: + Removed unused files. + +2005-02-19 Robert Schuster + + * gnu/java/beans/DummyAppletStub.java: Add dummy implementation + of AppletStub for java.beans.Beans.instantiate. + * gnu/java/beans/DummyAppletContext.java: Add dummy implementation + of AppletContext. + * java/beans/Beans: Added 1.4 functionality, fixed user documentation + to be conformant with Javadoc guidelines. + (instantiate): Added two more overloaded variants, reworked user + documentation, fixed exception behavior, fixed behavior when + deserializing null. + +2005-02-19 Mark Wielaard + + * gnu/java/beans/decoder/DummyHandler.java: Add return statements for + failing methods. + * gnu/java/beans/decoder/DummyContext.java: Likewise. + +2005-02-19 Robert Schuster + + * gnu/java/beans/decoder/AbstractContext.java, + gnu/java/beans/decoder/AbstractCreatableContext.java, + gnu/java/beans/decoder/AbstractElementHandler.java, + gnu/java/beans/decoder/AbstractObjectContext.java, + gnu/java/beans/decoder/ArrayContext.java, + gnu/java/beans/decoder/ArrayHandler.java, + gnu/java/beans/decoder/AssemblyException.java, + gnu/java/beans/decoder/BooleanHandler.java, + gnu/java/beans/decoder/ByteHandler.java, + gnu/java/beans/decoder/CharHandler.java, + gnu/java/beans/decoder/ClassHandler.java, + gnu/java/beans/decoder/ConstructorContext.java, + gnu/java/beans/decoder/Context.java, + gnu/java/beans/decoder/DecoderContext.java, + gnu/java/beans/decoder/DefaultExceptionListener.java, + gnu/java/beans/decoder/DoubleHandler.java, + gnu/java/beans/decoder/DummyContext.java, + gnu/java/beans/decoder/DummyHandler.java, + gnu/java/beans/decoder/ElementHandler.java, + gnu/java/beans/decoder/FloatHandler.java, + gnu/java/beans/decoder/GrowableArrayContext.java, + gnu/java/beans/decoder/IndexContext.java, + gnu/java/beans/decoder/IntHandler.java, + gnu/java/beans/decoder/JavaHandler.java, + gnu/java/beans/decoder/LongHandler.java, + gnu/java/beans/decoder/MethodContext.java, + gnu/java/beans/decoder/MethodFinder.java, + gnu/java/beans/decoder/NullHandler.java, + gnu/java/beans/decoder/ObjectContext.java, + gnu/java/beans/decoder/ObjectHandler.java, + gnu/java/beans/decoder/PersistenceParser.java, + gnu/java/beans/decoder/PropertyContext.java, + gnu/java/beans/decoder/ShortHandler.java, + gnu/java/beans/decoder/SimpleHandler.java, + gnu/java/beans/decoder/StaticMethodContext.java, + gnu/java/beans/decoder/StringHandler.java, + gnu/java/beans/decoder/VoidHandler.java: New class + implementing java.beans.XMLDecoder decoding functionality. + * java/beans/XMLDecoder.java: New class. + +2005-02-19 Michael Koch + + * javax/swing/JTextField.java + (notfiyAction): Added javadoc. + +2005-02-19 Sven de Marothy + + * javax/swing/SpinnerDateModel.java: Implemented. + +2005-02-19 Michael Koch + + * Makefile.am: Added javax/swing/SpinnerDateModel.java. + * Makefile.in: Regenerated. + +2005-02-19 Michael Koch + + * gnu/java/nio/SelectorImpl.java: + Reworked import statements. + (register): Removed unused code. + * java/nio/channels/Channels.java: Reformatted. + * java/nio/charset/Charset.java: Likewise. + * java/rmi/server/RemoteObject.java + (serialVersionUID): Made private. + * java/rmi/server/UID.java + (serialVersionUID): Likewise. + +2005-02-19 Michael Koch + + * gnu/java/net/protocol/ftp/ActiveModeDTP.java, + gnu/java/net/protocol/ftp/BlockInputStream.java, + gnu/java/net/protocol/ftp/BlockOutputStream.java, + gnu/java/net/protocol/ftp/CompressedInputStream.java, + gnu/java/net/protocol/ftp/CompressedOutputStream.java, + gnu/java/net/protocol/ftp/DTPInputStream.java, + gnu/java/net/protocol/ftp/DTP.java, + gnu/java/net/protocol/ftp/DTPOutputStream.java, + gnu/java/net/protocol/ftp/FTPConnection.java, + gnu/java/net/protocol/ftp/FTPException.java, + gnu/java/net/protocol/ftp/FTPResponse.java, + gnu/java/net/protocol/ftp/FTPURLConnection.java, + gnu/java/net/protocol/ftp/Handler.java, + gnu/java/net/protocol/ftp/PassiveModeDTP.java, + gnu/java/net/protocol/ftp/StreamInputStream.java, + gnu/java/net/protocol/ftp/StreamOutputStream.java, + gnu/java/net/CRLFInputStream.java, + gnu/java/net/CRLFOutputStream.java, + gnu/java/net/GetLocalHostAction.java, + gnu/java/net/protocol/ftp/package.html: New files. + * Makefile.am: Added new files. + * Makefile.in: Regenerated. + +2005-02-18 Tom Tromey + + * link.cc (make_vtable): Remove abstract method check. + (append_partial_itable): Likewise. + + PR java/20056: + * verify.cc (type::equals): Fixed test. + * testsuite/libjava.lang/PR20056.out: New file. + * testsuite/libjava.lang/PR20056.java: New file. + +2005-02-18 Bryce McKinlay + + * java/util/LinkedHashMap (addEntry): Call remove() with key argument, + not the HashEntry. Reported by Jean-Marie White. + +2005-02-18 Tom Tromey + + PR java/20056: + * include/jvm.h (_Jv_Linker::has_field_p): Declare. + * link.cc (has_field_p): New function. + * verify.cc (check_field_constant): Added 'putfield' argument. + (verify_instructions_0): Updated. + (type::equals): New method. + +2005-02-18 Anthony Green + + * NEWS: Draft of libgcj NEWS for 4.0. + +2005-02-18 Anthony Green + + * java/lang/natRuntime.cc (insertSystemProperties): Normalize x86 + architecture names to "i386" for compatibility reasons. Win32 + still uses "x86". + +2005-02-18 Anthony Green + + * gij.cc (version): Change year for '--version' to 2005. + * gnu/gcj/convert/Convert.java: Ditto. + * gnu/java/rmi/rmic/RMIC.java: Ditto. + * gnu/java/rmi/registry/RegistryImpl.java: Ditto. + + * gnu/gcj/tools/gcj_dbtool/Main.java: Only show the most + recent copyright year in `--version' output. + +2005-02-18 Robert Schuster + + * java/nio/charset/Charset.java (forName): Throws + IllegalArgumentException when argument is null + and added documentation. + +2005-02-17 Ito Kazumitsu + + * gnu/java/nio/channels/FileChannelImpl.java (write(ByteBuffer)): + Move the position of the source buffer forward. + +2005-02-17 Tom Tromey + + * java/lang/Class.h (_Jv_GetMethodString): Updated declaration. + * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Updated. + * java/lang/natClass.cc (_Jv_LookupInterfaceMethod): Updated. + * link.cc (_Jv_GetMethodString): Added 'derived' argument. + Changed type of second argument. Rewrote. + (make_vtable): Use it. + (append_partial_itable): Updated. + (layout_vtable_methods): Updated. + +2005-02-17 Michael Koch + + * gnu/java/net/PlainSocketImpl.java + (shutdownInput): Added javadoc. + (shutdownOutput): Likewise. + +2005-02-17 Michael Koch + + * javax/print/attribute/standard/Chromaticity.java, + javax/print/attribute/standard/Destination.java, + javax/print/attribute/standard/MediaPrintableArea.java, + javax/print/attribute/standard/MediaSize.java: New files. + * Makefile.am: Added new files. + * Makefile.in: Regenerated. + +2005-02-17 Andrew John Hughes + Michael Koch + + * gnu/java/net/protocol/http/Cookie.java, + gnu/java/net/protocol/http/HTTPConnection.java, + gnu/java/net/protocol/http/HTTPDateFormat.java, + gnu/java/net/protocol/http/Request.java, + gnu/java/nio/PipeImpl.java, + gnu/java/rmi/dgc/DGCImpl.java, + gnu/java/rmi/server/ConnectionRunnerPool.java, + gnu/java/rmi/server/UnicastConnectionManager.java, + gnu/java/security/der/DERWriter.java, + gnu/java/security/pkcs/SignerInfo.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/PKIXCertPathValidatorImpl.java, + gnu/java/security/x509/X500DistinguishedName.java, + gnu/java/security/x509/X509CRL.java, + gnu/java/security/x509/X509CRLEntry.java, + gnu/java/security/x509/X509Certificate.java, + gnu/java/security/x509/ext/AuthorityKeyIdentifier.java, + gnu/java/security/x509/ext/CertificatePolicies.java, + gnu/java/security/x509/ext/PolicyConstraint.java, + gnu/xml/dom/Consumer.java, + gnu/xml/dom/DomCharacterData.java, + gnu/xml/dom/DomDocument.java, + gnu/xml/dom/DomDocumentBuilder.java, + gnu/xml/dom/DomIterator.java, + gnu/xml/dom/DomNode.java, + gnu/xml/dom/DomXPathExpression.java, + gnu/xml/dom/DomXPathResult.java, + gnu/xml/dom/JAXPFactory.java, + gnu/xml/pipeline/CallFilter.java, + gnu/xml/pipeline/DomConsumer.java, + gnu/xml/pipeline/LinkFilter.java, + gnu/xml/pipeline/NSFilter.java, + gnu/xml/pipeline/TeeConsumer.java, + gnu/xml/pipeline/ValidationConsumer.java, + gnu/xml/pipeline/WellFormednessFilter.java, + gnu/xml/pipeline/XIncludeFilter.java, + gnu/xml/pipeline/XsltFilter.java, + gnu/xml/transform/ApplyImportsNode.java, + gnu/xml/transform/Bindings.java, + gnu/xml/transform/DocumentFunction.java, + gnu/xml/transform/FormatNumberFunction.java, + gnu/xml/transform/NodeNumberNode.java, + gnu/xml/transform/NumberNode.java, + gnu/xml/transform/Stylesheet.java, + gnu/xml/transform/SystemPropertyFunction.java, + gnu/xml/transform/Template.java, + gnu/xml/transform/TemplatesImpl.java, + gnu/xml/transform/TransformerImpl.java, + gnu/xml/transform/ValueOfNode.java, + gnu/xml/transform/XSLURIResolver.java, + gnu/xml/util/DoParse.java, + gnu/xml/util/Resolver.java, + gnu/xml/xpath/Expr.java, + gnu/xml/xpath/FunctionCall.java, + gnu/xml/xpath/RelationalExpr.java, + gnu/xml/xpath/Selector.java, + gnu/xml/xpath/XPathParser.java: + Reworked import statements, fixed modifier order and some little + formatting issues. + +2005-02-17 Ito Kazumitsu + + * java/nio/ByteBufferImpl.java (compact): + Set position and limit even if no bytes were moved. + +2005-02-17 Michael Koch + + * java/nio/CharViewBufferImpl.java (compact): Likewise. + * java/nio/DirectByteBufferImpl.java (compact): Likewise. + * java/nio/DoubleViewBufferImpl.java (compact): Likewise. + * java/nio/FloatViewBufferImpl.java (compact): Likewise. + * java/nio/IntViewBufferImpl.java (compact): Likewise. + * java/nio/LongViewBufferImpl.java (compact): Likewise. + * java/nio/MappedByteBufferImpl.java (compact): Likewise. + * java/nio/ShortViewBufferImpl.java (compact): Likewise. + * java/nio/FloatBufferImpl.java (compact): Set position. + * java/nio/CharBufferImpl.java (compact): Likewise. + * java/nio/DoubleBufferImpl.java (compact): Likewise. + * java/nio/IntBufferImpl.java (compact): Likewise. + * java/nio/LongBufferImpl.java (compact): Likewise. + * java/nio/ShortBufferImpl.java (compact): Likewise. + +2005-02-17 Jeroen Frijters + + * java/nio/ByteBufferImpl.java, + java/nio/CharBufferImpl.java, + java/nio/DirectByteBufferImpl.java, + java/nio/DoubleBufferImpl.java, + java/nio/FloatBufferImpl.java, + java/nio/IntBufferImpl.java, + java/nio/LongBufferImpl.java, + java/nio/MappedByteBufferImpl.java, + java/nio/ShortBufferImpl.java + (compact): Added explicit read-only check and invalidate mark. + +2005-02-17 Michael Koch + + * gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java, + gnu/java/awt/peer/gtk/GdkFontPeer.java, + gnu/java/awt/peer/gtk/GdkGlyphVector.java, + gnu/java/awt/peer/gtk/GdkGraphics.java, + gnu/java/awt/peer/gtk/GdkGraphics2D.java, + gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java, + gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, + gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, + gnu/java/awt/peer/gtk/GdkRobotPeer.java, + gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java, + gnu/java/awt/peer/gtk/GdkTextLayout.java, + gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java, + gnu/java/awt/peer/gtk/GtkChoicePeer.java, + gnu/java/awt/peer/gtk/GtkClipboard.java, + gnu/java/awt/peer/gtk/GtkComponentPeer.java, + gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, + gnu/java/awt/peer/gtk/GtkFontPeer.java, + gnu/java/awt/peer/gtk/GtkLabelPeer.java, + gnu/java/awt/peer/gtk/GtkMenuBarPeer.java, + gnu/java/awt/peer/gtk/GtkMenuItemPeer.java, + gnu/java/awt/peer/gtk/GtkMenuPeer.java, + gnu/java/awt/peer/gtk/GtkScrollPanePeer.java, + gnu/java/awt/peer/gtk/GtkScrollbarPeer.java, + gnu/java/awt/peer/gtk/GtkToolkit.java, + gnu/java/awt/peer/gtk/GtkWindowPeer.java, + java/applet/Applet.java, + java/awt/AWTError.java, + java/awt/AWTEvent.java, + java/awt/AWTEventMulticaster.java, + java/awt/AWTException.java, + java/awt/AWTKeyStroke.java, + java/awt/AWTPermission.java, + java/awt/ActiveEvent.java, + java/awt/Adjustable.java, + java/awt/AlphaComposite.java, + java/awt/AttributeValue.java, + java/awt/BorderLayout.java, + java/awt/BufferCapabilities.java, + java/awt/Button.java, + java/awt/Canvas.java, + java/awt/CheckboxGroup.java, + java/awt/CheckboxMenuItem.java, + java/awt/Color.java, + java/awt/ColorPaintContext.java, + java/awt/Component.java, + java/awt/ComponentOrientation.java, + java/awt/Composite.java, + java/awt/CompositeContext.java, + java/awt/Container.java, + java/awt/ContainerOrderFocusTraversalPolicy.java, + java/awt/DefaultFocusTraversalPolicy.java, + java/awt/Dialog.java, + java/awt/Dimension.java, + java/awt/DisplayMode.java, + java/awt/EventQueue.java, + java/awt/FileDialog.java, + java/awt/FontFormatException.java, + java/awt/Graphics.java, + java/awt/Graphics2D.java, + java/awt/GraphicsConfigTemplate.java, + java/awt/GraphicsConfiguration.java, + java/awt/GraphicsDevice.java, + java/awt/GridBagLayout.java, + java/awt/GridBagLayoutInfo.java, + java/awt/GridLayout.java, + java/awt/HeadlessException.java, + java/awt/IllegalComponentStateException.java, + java/awt/Image.java, + java/awt/Insets.java, + java/awt/ItemSelectable.java, + java/awt/JobAttributes.java, + java/awt/KeyEventDispatcher.java, + java/awt/KeyEventPostProcessor.java, + java/awt/KeyboardFocusManager.java, + java/awt/Label.java, + java/awt/LayoutManager.java, + java/awt/MenuBar.java, + java/awt/MenuComponent.java, + java/awt/MenuContainer.java, + java/awt/PageAttributes.java, + java/awt/Paint.java, + java/awt/PaintContext.java, + java/awt/Panel.java, + java/awt/Point.java, + java/awt/Polygon.java, + java/awt/PrintGraphics.java, + java/awt/PrintJob.java, + java/awt/Rectangle.java, + java/awt/RenderingHints.java, + java/awt/Shape.java, + java/awt/Stroke.java, + java/awt/SystemColor.java, + java/awt/Toolkit.java, + java/awt/Transparency.java, + java/awt/Window.java, + java/awt/color/CMMException.java, + java/awt/color/ColorSpace.java, + java/awt/color/ICC_ColorSpace.java, + java/awt/color/ICC_Profile.java, + java/awt/color/ProfileDataException.java, + java/awt/datatransfer/FlavorTable.java, + java/awt/datatransfer/MimeTypeParseException.java, + java/awt/datatransfer/Transferable.java, + java/awt/datatransfer/UnsupportedFlavorException.java, + java/awt/dnd/Autoscroll.java, + java/awt/dnd/DnDConstants.java, + java/awt/dnd/DragGestureListener.java, + java/awt/dnd/DragSourceAdapter.java, + java/awt/dnd/DragSourceDropEvent.java, + java/awt/dnd/DragSourceListener.java, + java/awt/dnd/DragSourceMotionListener.java, + java/awt/dnd/DropTargetAdapter.java, + java/awt/dnd/DropTargetContext.java, + java/awt/dnd/DropTargetListener.java, + java/awt/dnd/InvalidDnDOperationException.java, + java/awt/dnd/MouseDragGestureRecognizer.java, + java/awt/dnd/peer/DropTargetContextPeer.java, + java/awt/event/AWTEventListener.java, + java/awt/event/AWTEventListenerProxy.java, + java/awt/event/ActionEvent.java, + java/awt/event/AdjustmentEvent.java, + java/awt/event/AdjustmentListener.java, + java/awt/event/ComponentAdapter.java, + java/awt/event/ComponentEvent.java, + java/awt/event/ComponentListener.java, + java/awt/event/ContainerAdapter.java, + java/awt/event/ContainerEvent.java, + java/awt/event/ContainerListener.java, + java/awt/event/FocusAdapter.java, + java/awt/event/FocusEvent.java, + java/awt/event/FocusListener.java, + java/awt/event/InputEvent.java, + java/awt/event/InputMethodEvent.java, + java/awt/event/InputMethodListener.java, + java/awt/event/InvocationEvent.java, + java/awt/event/ItemEvent.java, + java/awt/event/ItemListener.java, + java/awt/event/KeyAdapter.java, + java/awt/event/KeyEvent.java, + java/awt/event/KeyListener.java, + java/awt/event/MouseAdapter.java, + java/awt/event/MouseEvent.java, + java/awt/event/MouseListener.java, + java/awt/event/MouseMotionAdapter.java, + java/awt/event/MouseMotionListener.java, + java/awt/event/MouseWheelEvent.java, + java/awt/event/MouseWheelListener.java, + java/awt/event/PaintEvent.java, + java/awt/event/TextEvent.java, + java/awt/event/TextListener.java, + java/awt/event/WindowAdapter.java, + java/awt/event/WindowEvent.java, + java/awt/event/WindowFocusListener.java, + java/awt/event/WindowListener.java, + java/awt/event/WindowStateListener.java, + java/awt/font/TextHitInfo.java, + java/awt/geom/CubicCurve2D.java, + java/awt/geom/Dimension2D.java, + java/awt/geom/Ellipse2D.java, + java/awt/geom/IllegalPathStateException.java, + java/awt/geom/Line2D.java, + java/awt/geom/NoninvertibleTransformException.java, + java/awt/geom/PathIterator.java, + java/awt/geom/Point2D.java, + java/awt/geom/QuadCurve2D.java, + java/awt/geom/RectangularShape.java, + java/awt/geom/RoundRectangle2D.java, + java/awt/im/InputContext.java, + java/awt/im/InputMethodHighlight.java, + java/awt/im/InputMethodRequests.java, + java/awt/im/InputSubset.java, + java/awt/im/spi/InputMethod.java, + java/awt/im/spi/InputMethodDescriptor.java, + java/awt/image/BandCombineOp.java, + java/awt/image/BandedSampleModel.java, + java/awt/image/ByteLookupTable.java, + java/awt/image/ComponentSampleModel.java, + java/awt/image/DataBuffer.java, + java/awt/image/DataBufferByte.java, + java/awt/image/DataBufferDouble.java, + java/awt/image/DataBufferFloat.java, + java/awt/image/DataBufferInt.java, + java/awt/image/DataBufferShort.java, + java/awt/image/DataBufferUShort.java, + java/awt/image/ImagingOpException.java, + java/awt/image/Kernel.java, + java/awt/image/LookupTable.java, + java/awt/image/MultiPixelPackedSampleModel.java, + java/awt/image/PackedColorModel.java, + java/awt/image/PixelInterleavedSampleModel.java, + java/awt/image/RGBImageFilter.java, + java/awt/image/Raster.java, + java/awt/image/RasterFormatException.java, + java/awt/image/SampleModel.java, + java/awt/image/ShortLookupTable.java, + java/awt/image/SinglePixelPackedSampleModel.java, + java/awt/image/WritableRaster.java, + java/awt/print/PrinterAbortException.java, + java/awt/print/PrinterException.java, + java/awt/print/PrinterIOException.java, + java/beans/AppletInitializer.java, + java/beans/ExceptionListener.java, + java/beans/PropertyChangeEvent.java, + java/beans/PropertyChangeListenerProxy.java, + java/beans/PropertyChangeSupport.java, + java/beans/PropertyDescriptor.java, + java/beans/VetoableChangeListenerProxy.java, + java/beans/VetoableChangeSupport.java, + java/io/BufferedReader.java, + java/io/ByteArrayInputStream.java, + java/io/ByteArrayOutputStream.java, + java/io/CharArrayReader.java, + java/io/CharArrayWriter.java, + java/io/CharConversionException.java, + java/io/DataInput.java, + java/io/DataInputStream.java, + java/io/DataOutput.java, + java/io/DataOutputStream.java, + java/io/EOFException.java, + java/io/FileInputStream.java, + java/io/FileNotFoundException.java, + java/io/FileOutputStream.java, + java/io/FilenameFilter.java, + java/io/FilterInputStream.java, + java/io/FilterOutputStream.java, + java/io/FilterReader.java, + java/io/FilterWriter.java, + java/io/IOException.java, + java/io/InputStream.java, + java/io/InterruptedIOException.java, + java/io/LineNumberInputStream.java, + java/io/LineNumberReader.java, + java/io/ObjectInputStream.java, + java/io/ObjectStreamException.java, + java/io/OptionalDataException.java, + java/io/OutputStream.java, + java/io/OutputStreamWriter.java, + java/io/PrintStream.java, + java/io/PrintWriter.java, + java/io/PushbackInputStream.java, + java/io/PushbackReader.java, + java/io/RandomAccessFile.java, + java/io/Reader.java, + java/io/SequenceInputStream.java, + java/io/Serializable.java, + java/io/StreamCorruptedException.java, + java/io/StreamTokenizer.java, + java/io/StringBufferInputStream.java, + java/io/StringWriter.java, + java/io/SyncFailedException.java, + java/io/UTFDataFormatException.java, + java/io/UnsupportedEncodingException.java, + java/io/WriteAbortedException.java, + java/io/Writer.java, + java/lang/AbstractMethodError.java, + java/lang/ArithmeticException.java, + java/lang/ArrayIndexOutOfBoundsException.java, + java/lang/ArrayStoreException.java, + java/lang/AssertionError.java, + java/lang/Boolean.java, + java/lang/Byte.java, + java/lang/Class.java, + java/lang/ClassCastException.java, + java/lang/ClassCircularityError.java, + java/lang/ClassLoader.java, + java/lang/ClassNotFoundException.java, + java/lang/CloneNotSupportedException.java, + java/lang/Cloneable.java, + java/lang/Comparable.java, + java/lang/Compiler.java, + java/lang/Double.java, + java/lang/Error.java, + java/lang/Exception.java, + java/lang/ExceptionInInitializerError.java, + java/lang/Float.java, + java/lang/IllegalAccessError.java, + java/lang/IllegalAccessException.java, + java/lang/IllegalArgumentException.java, + java/lang/IllegalMonitorStateException.java, + java/lang/IllegalStateException.java, + java/lang/IllegalThreadStateException.java, + java/lang/IncompatibleClassChangeError.java, + java/lang/IndexOutOfBoundsException.java, + java/lang/InheritableThreadLocal.java, + java/lang/InstantiationError.java, + java/lang/InstantiationException.java, + java/lang/Integer.java, + java/lang/InternalError.java, + java/lang/InterruptedException.java, + java/lang/LinkageError.java, + java/lang/Long.java, + java/lang/NegativeArraySizeException.java, + java/lang/NoClassDefFoundError.java, + java/lang/NoSuchFieldError.java, + java/lang/NoSuchFieldException.java, + java/lang/NoSuchMethodError.java, + java/lang/NoSuchMethodException.java, + java/lang/NullPointerException.java, + java/lang/Number.java, + java/lang/NumberFormatException.java, + java/lang/OutOfMemoryError.java, + java/lang/Process.java, + java/lang/Runnable.java, + java/lang/Runtime.java, + java/lang/RuntimeException.java, + java/lang/RuntimePermission.java, + java/lang/SecurityException.java, + java/lang/SecurityManager.java, + java/lang/Short.java, + java/lang/StackOverflowError.java, + java/lang/StackTraceElement.java, + java/lang/StringBuffer.java, + java/lang/StringIndexOutOfBoundsException.java, + java/lang/ThreadDeath.java, + java/lang/ThreadGroup.java, + java/lang/Throwable.java, + java/lang/UnsatisfiedLinkError.java, + java/lang/UnsupportedOperationException.java, + java/lang/VerifyError.java, + java/lang/VirtualMachineError.java, + java/lang/reflect/AccessibleObject.java, + java/lang/reflect/Array.java, + java/lang/reflect/InvocationTargetException.java, + java/lang/reflect/Member.java, + java/lang/reflect/Modifier.java, + java/lang/reflect/Proxy.java, + java/lang/reflect/ReflectPermission.java, + java/lang/reflect/UndeclaredThrowableException.java, + java/math/BigInteger.java, + java/net/NetworkInterface.java, + java/nio/ByteBufferHelper.java, + java/nio/ByteBufferImpl.java, + java/nio/DirectByteBufferImpl.java, + java/nio/DoubleBufferImpl.java, + java/nio/FloatBufferImpl.java, + java/nio/IntBufferImpl.java, + java/nio/LongBufferImpl.java, + java/nio/ShortBufferImpl.java, + java/nio/channels/Channel.java, + java/nio/channels/IllegalBlockingModeException.java, + java/nio/charset/spi/CharsetProvider.java, + java/security/AccessControlException.java, + java/security/BasicPermission.java, + java/security/DigestException.java, + java/security/DigestInputStream.java, + java/security/DigestOutputStream.java, + java/security/GeneralSecurityException.java, + java/security/Guard.java, + java/security/GuardedObject.java, + java/security/InvalidAlgorithmParameterException.java, + java/security/InvalidKeyException.java, + java/security/InvalidParameterException.java, + java/security/Key.java, + java/security/KeyException.java, + java/security/KeyManagementException.java, + java/security/KeyStoreException.java, + java/security/MessageDigestSpi.java, + java/security/NoSuchAlgorithmException.java, + java/security/NoSuchProviderException.java, + java/security/Permission.java, + java/security/PermissionCollection.java, + java/security/Permissions.java, + java/security/Principal.java, + java/security/PrivateKey.java, + java/security/PrivilegedActionException.java, + java/security/ProviderException.java, + java/security/PublicKey.java, + java/security/SecureRandom.java, + java/security/SecureRandomSpi.java, + java/security/SignatureException.java, + java/security/SignatureSpi.java, + java/security/SignedObject.java, + java/security/Signer.java, + java/security/UnrecoverableKeyException.java, + java/security/UnresolvedPermission.java, + java/security/acl/AclNotFoundException.java, + java/security/acl/LastOwnerException.java, + java/security/acl/NotOwnerException.java, + java/security/cert/CertPath.java, + java/security/cert/CertPathBuilderException.java, + java/security/cert/CertPathValidatorException.java, + java/security/cert/CertStoreException.java, + java/text/BreakIterator.java, + java/text/ChoiceFormat.java, + java/text/CollationElementIterator.java, + java/text/CollationKey.java, + java/text/Collator.java, + java/text/DateFormat.java, + java/text/DateFormatSymbols.java, + java/text/DecimalFormat.java, + java/text/DecimalFormatSymbols.java, + java/text/FieldPosition.java, + java/text/Format.java, + java/text/NumberFormat.java, + java/text/ParseException.java, + java/text/ParsePosition.java, + java/text/StringCharacterIterator.java, + java/util/AbstractCollection.java, + java/util/AbstractList.java, + java/util/AbstractMap.java, + java/util/AbstractSequentialList.java, + java/util/AbstractSet.java, + java/util/ArrayList.java, + java/util/Arrays.java, + java/util/BitSet.java, + java/util/Collection.java, + java/util/Collections.java, + java/util/Comparator.java, + java/util/ConcurrentModificationException.java, + java/util/Currency.java, + java/util/Date.java, + java/util/EmptyStackException.java, + java/util/Enumeration.java, + java/util/EventListener.java, + java/util/EventListenerProxy.java, + java/util/EventObject.java, + java/util/HashMap.java, + java/util/HashSet.java, + java/util/Hashtable.java, + java/util/IdentityHashMap.java, + java/util/Iterator.java, + java/util/LinkedHashSet.java, + java/util/LinkedList.java, + java/util/List.java, + java/util/ListIterator.java, + java/util/ListResourceBundle.java, + java/util/Map.java, + java/util/MissingResourceException.java, + java/util/NoSuchElementException.java, + java/util/Observable.java, + java/util/Observer.java, + java/util/Properties.java, + java/util/PropertyPermissionCollection.java, + java/util/RandomAccess.java, + java/util/Set.java, + java/util/SortedMap.java, + java/util/SortedSet.java, + java/util/Stack.java, + java/util/StringTokenizer.java, + java/util/TooManyListenersException.java, + java/util/TreeMap.java, + java/util/TreeSet.java, + java/util/Vector.java, + java/util/logging/FileHandler.java, + java/util/logging/Level.java, + java/util/prefs/BackingStoreException.java, + java/util/prefs/InvalidPreferencesFormatException.java, + java/util/prefs/Preferences.java, + javax/accessibility/Accessible.java, + javax/accessibility/AccessibleAction.java, + javax/accessibility/AccessibleBundle.java, + javax/accessibility/AccessibleComponent.java, + javax/accessibility/AccessibleContext.java, + javax/accessibility/AccessibleEditableText.java, + javax/accessibility/AccessibleExtendedComponent.java, + javax/accessibility/AccessibleExtendedTable.java, + javax/accessibility/AccessibleHyperlink.java, + javax/accessibility/AccessibleHypertext.java, + javax/accessibility/AccessibleIcon.java, + javax/accessibility/AccessibleKeyBinding.java, + javax/accessibility/AccessibleRelation.java, + javax/accessibility/AccessibleRelationSet.java, + javax/accessibility/AccessibleResourceBundle.java, + javax/accessibility/AccessibleRole.java, + javax/accessibility/AccessibleSelection.java, + javax/accessibility/AccessibleState.java, + javax/accessibility/AccessibleStateSet.java, + javax/accessibility/AccessibleTable.java, + javax/accessibility/AccessibleTableModelChange.java, + javax/accessibility/AccessibleText.java, + javax/accessibility/AccessibleValue.java, + javax/imageio/IIOException.java, + javax/imageio/ImageIO.java, + javax/imageio/spi/IIOServiceProvider.java, + javax/imageio/spi/ImageInputStreamSpi.java, + javax/imageio/spi/ImageOutputStreamSpi.java, + javax/imageio/spi/ImageReaderWriterSpi.java, + javax/imageio/spi/ImageTranscoderSpi.java, + javax/imageio/spi/RegisterableService.java, + javax/imageio/spi/ServiceRegistry.java, + javax/imageio/stream/IIOByteBuffer.java, + javax/imageio/stream/ImageInputStream.java, + javax/imageio/stream/ImageOutputStream.java, + javax/naming/Binding.java, + javax/naming/CannotProceedException.java, + javax/naming/CompositeName.java, + javax/naming/CompoundName.java, + javax/naming/LinkException.java, + javax/naming/LinkRef.java, + javax/naming/NameClassPair.java, + javax/naming/Reference.java, + javax/naming/ReferralException.java, + javax/naming/directory/Attribute.java, + javax/naming/directory/AttributeModificationException.java, + javax/naming/directory/Attributes.java, + javax/naming/directory/DirContext.java, + javax/naming/directory/ModificationItem.java, + javax/naming/directory/SearchControls.java, + javax/naming/directory/SearchResult.java, + javax/naming/event/EventContext.java, + javax/naming/event/EventDirContext.java, + javax/naming/event/NamespaceChangeListener.java, + javax/naming/event/NamingExceptionEvent.java, + javax/naming/event/NamingListener.java, + javax/naming/event/ObjectChangeListener.java, + javax/naming/ldap/Control.java, + javax/naming/ldap/ExtendedResponse.java, + javax/naming/ldap/HasControls.java, + javax/naming/ldap/LdapContext.java, + javax/naming/ldap/UnsolicitedNotification.java, + javax/naming/ldap/UnsolicitedNotificationEvent.java, + javax/naming/ldap/UnsolicitedNotificationListener.java, + javax/naming/spi/DirectoryManager.java, + javax/naming/spi/ResolveResult.java, + javax/naming/spi/Resolver.java, + javax/security/auth/callback/Callback.java, + javax/security/auth/callback/CallbackHandler.java, + javax/security/auth/callback/ChoiceCallback.java, + javax/security/auth/callback/ConfirmationCallback.java, + javax/security/auth/callback/LanguageCallback.java, + javax/security/auth/callback/NameCallback.java, + javax/security/auth/callback/PasswordCallback.java, + javax/security/auth/callback/TextInputCallback.java, + javax/security/auth/callback/TextOutputCallback.java, + javax/security/auth/callback/UnsupportedCallbackException.java, + javax/security/sasl/Sasl.java, + javax/security/sasl/SaslServerFactory.java, + javax/swing/DefaultBoundedRangeModel.java, + javax/swing/JComponent.java, + javax/swing/JList.java, + javax/swing/JProgressBar.java, + javax/swing/JRadioButton.java, + javax/swing/JTextArea.java, + javax/swing/JTextField.java, + javax/swing/JToggleButton.java, + javax/swing/JTree.java, + javax/swing/SpinnerListModel.java, + javax/swing/event/EventListenerList.java, + javax/swing/text/JTextComponent.java, + javax/swing/text/StringContent.java, + javax/swing/text/Utilities.java, + javax/swing/undo/UndoManager.java, + javax/swing/undo/UndoableEditSupport.java, + javax/transaction/HeuristicCommitException.java, + javax/transaction/HeuristicMixedException.java, + javax/transaction/HeuristicRollbackException.java, + javax/transaction/InvalidTransactionException.java, + javax/transaction/NotSupportedException.java, + javax/transaction/RollbackException.java, + javax/transaction/Status.java, + javax/transaction/Synchronization.java, + javax/transaction/SystemException.java, + javax/transaction/Transaction.java, + javax/transaction/TransactionManager.java, + javax/transaction/TransactionRequiredException.java, + javax/transaction/TransactionRolledbackException.java, + javax/transaction/UserTransaction.java, + javax/transaction/xa/XAException.java, + javax/transaction/xa/XAResource.java, + javax/transaction/xa/Xid.java, + javax/xml/XMLConstants.java, + javax/xml/datatype/DatatypeConfigurationException.java, + javax/xml/datatype/DatatypeConstants.java, + javax/xml/datatype/DatatypeFactory.java, + javax/xml/datatype/Duration.java, + javax/xml/datatype/XMLGregorianCalendar.java, + javax/xml/namespace/NamespaceContext.java, + javax/xml/namespace/QName.java, + javax/xml/parsers/DocumentBuilder.java, + javax/xml/parsers/DocumentBuilderFactory.java, + javax/xml/parsers/FactoryConfigurationError.java, + javax/xml/parsers/ParserConfigurationException.java, + javax/xml/parsers/SAXParser.java, + javax/xml/parsers/SAXParserFactory.java, + javax/xml/transform/ErrorListener.java, + javax/xml/transform/OutputKeys.java, + javax/xml/transform/Result.java, + javax/xml/transform/Source.java, + javax/xml/transform/SourceLocator.java, + javax/xml/transform/Templates.java, + javax/xml/transform/Transformer.java, + javax/xml/transform/TransformerConfigurationException.java, + javax/xml/transform/TransformerException.java, + javax/xml/transform/TransformerFactory.java, + javax/xml/transform/TransformerFactoryConfigurationError.java, + javax/xml/transform/URIResolver.java, + javax/xml/transform/dom/DOMLocator.java, + javax/xml/transform/dom/DOMResult.java, + javax/xml/transform/dom/DOMSource.java, + javax/xml/transform/sax/SAXResult.java, + javax/xml/transform/sax/SAXSource.java, + javax/xml/transform/sax/SAXTransformerFactory.java, + javax/xml/transform/sax/TemplatesHandler.java, + javax/xml/transform/sax/TransformerHandler.java, + javax/xml/transform/stream/StreamResult.java, + javax/xml/transform/stream/StreamSource.java, + javax/xml/validation/Schema.java, + javax/xml/validation/SchemaFactory.java, + javax/xml/validation/TypeInfoProvider.java, + javax/xml/validation/Validator.java, + javax/xml/validation/ValidatorHandler.java, + javax/xml/xpath/XPathConstants.java, + javax/xml/xpath/XPathException.java, + javax/xml/xpath/XPathExpression.java, + javax/xml/xpath/XPathExpressionException.java, + javax/xml/xpath/XPathFactory.java, + javax/xml/xpath/XPathFactoryConfigurationException.java, + javax/xml/xpath/XPathFunction.java, + javax/xml/xpath/XPathFunctionException.java, + javax/xml/xpath/XPathFunctionResolver.java: + Fixed usage of @author tag, reworked import statements, + removed CVS tags, changed the modifier order and fixed + HTML usage in javadocs. + +2005-02-16 Julian Scheid + + * gnu/java/nio/charset/UTF_8.java (decodeLoop): Set inPos to + in.position(). + (encodeLoop): Likewise. + +2005-02-16 Mark Wielaard + + * Makefile.am (ordinary_java_source_files): Add new files + gnu/java/security/ber/BER.java, + gnu/java/security/ber/BEREncodingException.java, + gnu/java/security/ber/BERReader.java, + gnu/java/security/ber/BERValue.java, + gnu/java/security/pkcs/PKCS7SignedData.java and + gnu/java/security/pkcs/SignerInfo.java. + * Makefile.in: Regenerated. + +2005-02-16 Casey Marshall + + * gnu/java/security/provider/GnuDSAPrivateKey.java + (encodedKey): new field. + (getFormat): return "PKCS#8". + (getEncoded): implemented. + (toString): check for 'null' values. + * gnu/java/security/provider/GnuDSAPublicKey.java + (encodedKey): new field. + (getFormat): return "X.509". + (getEncoded): implemented. + (toString): check for 'null' values. + +2005-02-16 Michael Koch + + * java/util/jar/JarFile.java: Imports reworked. + +2005-02-16 Mark Wielaard + + * java/util/jar/JarFile.java (verify): Make package private. + (signaturesRead): Likewise. + (verified): Likewise. + (entryCerts): Likewise. + (DEBUG): Likewise. + (debug): Likewise. + (entries): Construct new JarEnumeration with reference to this. + (JarEnumeration): Make static. + (JarEnumeration.jarfile): New field. + (JarEnumeration.nextElement): Use and synchronize on jarfile. + Compare verified value to Boolean.TRUE or Boolean.False only + when verify is true. + (getEntry): Make synchronized. Compare value of verified to + Boolean.TRUE. + (getInputStream): Construct EntryInputStream with reference to this. + (getManifest): Make synchronized. + (EntryInputStream): Make static. + (EntryInputStream.jarfile): New field. + (EntryInputStream.EntryInputStream): Check if manifest exists, + before getting attributes. + (eof): Synchronize on jarfile. + +2005-02-16 Casey Marshall + + * java/util/jar/JarFile.java (verify): return if the jar is signed + with an unsupported algorithm. + +2005-02-16 Mark Wielaard + + * java/util/jar/JarFile.java (EntryInputStream): Add actual + InputStream as argument. + (getInputStream): Construct a new EntryInputStream with the result of + super.getInputStream(entry). + +2005-02-16 Casey Marshall + + Signed JAR file support. + * java/net/URLClassLoader.java + (JarURLResource.getCertificates): re-read jar entry to ensure + certificates are picked up. + (findClass): fill in class `signers' field, too. + * java/util/jar/JarFile.java (META_INF): new constant. + (PKCS7_DSA_SUFFIX): new constant. + (PKCS7_RSA_SUFFIX): new constant. + (DIGEST_KEY_SUFFIX): new constant. + (SF_SUFFIX): new constant. + (MD2_OID): new constant. + (MD4_OID): new constant. + (MD5_OID): new constant. + (SHA1_OID): new constant. + (DSA_ENCRYPTION_OID): new constant. + (RSA_ENCRYPTION_OID): new constant. + (signaturesRead): new field. + (verified): new field. + (entryCerts): new field. + (DEBUG): new constant. + (debug): new method. + (JarEnumeration.nextElement): fill in entry certificates, read + signatures if they haven't been read. + (getEntry): likewise. + (getInputStream): verify stream if it hasn't been verified yet. + (readSignatures): new method. + (verify): new method. + (verifyHashes): new method. + (readManifestEntry): new method. + (EntryInputStream): new class. + * gnu/java/io/Base64InputStream.java (decode): new class + method. + * gnu/java/security/der/DERReader.java don't make class + final. + (in): made protected. + (encBuf): likewise. + (readLength): likewise. + * gnu/java/security/ber/BER.java, + * gnu/java/security/ber/BEREncodingException.java, + * gnu/java/security/ber/BERReader.java, + * gnu/java/security/ber/BERValue.java, + * gnu/java/security/pkcs/PKCS7SignedData.java, + * gnu/java/security/pkcs/SignerInfo.java: + new files. + +2005-02-16 Tom Tromey + + * gnu/gcj/runtime/SharedLibHelper.java (findHelper): Delete + copied file on exit. + +2005-02-15 Mark Wielaard + + * java/awt/BasicStroke.java (hashCode): Check for null dash. + +2005-02-15 Michael Koch + + * gnu/java/awt/peer/gtk/GtkArg.java, + gnu/java/awt/peer/gtk/GtkArgList.java: + Removed. + +2005-02-15 Craig Black + + * gnu/java/awt/peer/gtk/GtkCheckboxMenuItem.java + (postMenuActionEvent): Implement to notify ItemListeners. + * java/awt/CheckboxMenuItem.java + (dispatchEventImpl): Update state on ItemEvent. + * java/awt/MenuItem.java + (processActionEvent): Retarget event source. + +2005-02-15 Andrew John Hughes + + * gnu/java/awt/color/ClutProfileConverter.java, + gnu/java/awt/peer/ClasspathTextLayoutPeer.java, + gnu/java/awt/peer/gtk/GdkFontPeer.java, + gnu/java/awt/peer/gtk/GdkGlyphVector.java, + gnu/java/awt/peer/gtk/GdkGraphics2D.java, + gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, + gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, + gnu/java/awt/peer/gtk/GdkRobotPeer.java, + gnu/java/awt/peer/gtk/GdkTextLayout.java, + gnu/java/awt/peer/gtk/GtkButtonPeer.java, + gnu/java/awt/peer/gtk/GtkCheckboxPeer.java, + gnu/java/awt/peer/gtk/GtkChoicePeer.java, + gnu/java/awt/peer/gtk/GtkComponentPeer.java, + gnu/java/awt/peer/gtk/GtkContainerPeer.java, + gnu/java/awt/peer/gtk/GtkDialogPeer.java, + gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, + gnu/java/awt/peer/gtk/GtkFontPeer.java, + gnu/java/awt/peer/gtk/GtkFramePeer.java, + gnu/java/awt/peer/gtk/GtkLabelPeer.java, + gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java, + gnu/java/awt/peer/gtk/GtkMenuItemPeer.java, + gnu/java/awt/peer/gtk/GtkScrollPanePeer.java, + gnu/java/awt/peer/gtk/GtkTextComponentPeer.java, + gnu/java/awt/peer/gtk/GtkToolkit.java, + gnu/java/awt/peer/gtk/GtkWindowPeer.java, + javax/swing/JPopupMenu.java, + javax/swing/JSpinner.java, + javax/swing/SortingFocusTraversalPolicy.java, + javax/swing/SwingUtilities.java, + javax/swing/plaf/basic/BasicComboBoxEditor.java, + javax/swing/plaf/basic/BasicComboBoxRenderer.java, + javax/swing/tree/DefaultMutableTreeNode.java: + Removed unused imports and expanded starred + imports. + +2005-02-15 Mark Wielaard + + * java/awt/AWTKeyStroke.java (getAWTKeyStroke(String)): Throw + IllegalArgumentException when the given String is null. + + * javax/swing/KeyStroke.java (getKeyStroke(String)): Return null + when given keystoke sequence cannot be parsed. + + * javax/swing/JRootPane.java (setJMenuBar): Remove current menubar + if one is installed. Only install the given menubar is not null. + + * javax/swing/JViewport.java (getViewSize): Return an empty + Dimension when the view isn't set or preferred component size when + no viewSize is set. + + * javax/swing/ViewportLayout.java (preferredLayoutSize): Return an + empty Dimension when there is no view set. + (minimumLayoutSize): Likewise. + (layoutContainer): Don't try to layout when there is no view. + +2005-02-15 Thomas Fitzsimmons + + * jawt.c: New file. + * include/jawt.h: Likewise. + * include/jawt_md.h: Likewise. + * include/Makefile.am (tool_include__HEADERS): Add jawt.h and + jawt_md.h files. + * jni/classpath/classpath_jawt.h: Likewise. + * jni/gtk-peer/gtk_jawt.c: Likewise. + * Makefile.am: Build libjawt.so. + +2005-02-15 Michael Koch + + * gnu/java/awt/peer/gtk/GdkGraphics2D.java: + Merged file header with classpath CVS head. + * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: + Merged code formatting with classpath CVS head. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c: + Removed debug code. + (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getGlyphVector): + Handle special JNI strings with 2 '\0' at the end. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: + Merged file header with classpath CVS head. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c: + Merged code formatting with classpath CVS head. + +2005-02-15 Thomas Fitzsimmons + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c (create): + Use GTK's built-in file system backend. Use GTK_RESPONSE_ACCEPT. + (handle_response): Use GTK_RESPONSE_ACCEPT. + +2005-02-15 Graydon Hoare + + * Makefile.am: Fix library build breakage. + * Makefile.in: Regenerate. + +2005-02-15 Michael Koch + + * javax/swing/JTabbedPane.java + (Page.setDisplayedMnemonicIndex): Handle empty menmonic. + +2005-02-15 Michael Koch + + * javax/swing/tree/DefaultMutableTreeNode.java: + Reworked Javadocs all over. + (getPathToRoot): Fixed direction of result array initialization. + +2005-02-15 Michael Koch + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: + Fix includes for cairo 0.3.0 snappshot. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: + Merged file header from classpath CVS HEAD. + +2005-02-15 Craig Black + + * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c + (copyState): Pass a JNI global reference to signal handler. + (realize_cb): Use and free JNI global reference. + * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c + (create): Pass a JNI global reference to signal handler. + (selection_changed): Match declaration. + * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c + (dispose): Do not remove entries from state tables until after widget is + destroyed. + +2005-02-15 Michael Koch + + * java/awt/Container.javai (paramString): + If layoutMgr is null just return result of super.paramString(). + * java/awt/Scrollbar.java: Reformatted. + * java/awt/im/InputContext.java (static): + Removed redundant initializations. + +2005-02-15 Michael Koch + + * javax/swing/ImageIcon.java, + javax/swing/UIManager.java, + javax/swing/text/EditorKit.java, + javax/swing/text/Segment.java: + More whitespace cleanups. + +2005-02-15 Michael Koch + + * gnu/java/awt/EmbeddedWindow.java, + gnu/java/awt/image/ImageDecoder.java, + gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, + java/awt/DefaultKeyboardFocusManager.java, + java/awt/Frame.java, + java/awt/image/RGBImageFilter.java, + javax/swing/AbstractButton.java, + javax/swing/ActionMap.java, + javax/swing/ComponentInputMap.java, + javax/swing/DefaultDesktopManager.java, + javax/swing/ImageIcon.java, + javax/swing/InputMap.java, + javax/swing/JButton.java, + javax/swing/JCheckBox.java, + javax/swing/JCheckBoxMenuItem.java, + javax/swing/JEditorPane.java, + javax/swing/JMenu.java, + javax/swing/JMenuItem.java, + javax/swing/JOptionPane.java, + javax/swing/JRootPane.java, + javax/swing/JTable.java, + javax/swing/MenuSelectionManager.java, + javax/swing/RepaintManager.java, + javax/swing/ScrollPaneLayout.java, + javax/swing/SortingFocusTraversalPolicy.java, + javax/swing/UIManager.java, + javax/swing/ViewportLayout.java, + javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java, + javax/swing/plaf/basic/BasicInternalFrameUI.java, + javax/swing/plaf/basic/BasicLabelUI.java, + javax/swing/plaf/basic/BasicListUI.java, + javax/swing/plaf/basic/BasicMenuItemUI.java, + javax/swing/plaf/basic/BasicMenuUI.java, + javax/swing/plaf/basic/BasicOptionPaneUI.java, + javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java, + javax/swing/plaf/basic/BasicRootPaneUI.java, + javax/swing/plaf/basic/BasicScrollPaneUI.java, + javax/swing/plaf/basic/BasicSplitPaneDivider.java, + javax/swing/plaf/basic/BasicTextUI.java, + javax/swing/table/TableColumnModel.java, + javax/swing/text/AbstractDocument.java, + javax/swing/text/EditorKit.java, + javax/swing/text/Position.java, + javax/swing/text/Segment.java, + javax/swing/text/StyledEditorKit.java, + javax/swing/text/ViewFactory.java: + Cleanup whitespace differences to classpath CVS HEAD. + +2005-02-15 Graydon Hoare + + * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: + (finalize): Call finish from here. + (produce): Not from here. + * Makefile.am (gtk_c_source_files): + Remove jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c. + * Makefile.in: Regenerate. + * gnu/java/awt/peer/gtk/GdkGraphics2D.java + (cairoSetFont): + (cairoDrawGdkTextLayout): + (cairoDrawString): + (getPeerTextMetrics): + (getPeerFontMetrics): Remove. + (setFont): Don't call cairoSetFont. + (cairoDrawGlyphVector): Accept font peer argument. + (drawGlyphVector): Pass font peer to cairoDrawGlyphVector. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c + (ensure_metrics_cairo): + (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoSetFont): + (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoDrawString): + (gnu_java_awt_peer_gtk_GdkGraphics2D_getPeerFontMetrics): + (gnu_java_awt_peer_gtk_GdkGraphics2D_getPeerTextMetrics): + (metrics_cairo): + (metrics_surface): Remove. + (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoDrawGlyphVector): + Pass and install font peer. + +2005-02-15 Graydon Hoare + + * Makefile.am: Create "split library" structure. + * Makefile.in: Regenerate. + +2005-02-15 Graydon Hoare + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: + Release GDK lock during upcalls. + +2005-02-15 Graydon Hoare + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c: Remove. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c + (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getGlyphVector): + (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getFontMetrics): + (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getTextMetrics): New methods. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: Remove. + * gnu/java/awt/peer/gtk/GdkFontPeer.java + (getGlyphVector): + (getFontMetrics): + (getTextMetrics): New native methods. + * gnu/java/awt/peer/gtk/GdkFontMetrics.java: Remove native parts. + * gnu/java/awt/peer/gtk/GdkGlyphVector.java: Likewise. + * Makefile.am: Remove native entries for GdkFontMetrics, GdkGlyphVector. + * Makefile.in: Regenerate. + +2005-02-15 Andrew John Hughes + + * javax/swing/SwingUtilities.java: + (getAccessibleAt(java.awt.Component, java.awt.Point)): + Implemented and documented. + (getAccessibleChild(java.awt.Component, int)): Likewise. + (getAccessibleChildrenCount(java.awt.Component)): Likewise. + (getAccessibleIndexInParent(java.awt.Component)): Likewise. + (getAccessibleStateSet(java.awt.Component)): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/SwingUtilities.java + (getFontMetrics): Removed. + +2005-02-15 Michael Koch + + * java/awt/Container.java + (paramString): Implemented. + * javax/swing/AbstractButton.java + (paramString): Implemented. + * javax/swing/JComponent.java + (paramString): Implemented. + * javax/swing/JMenu.java + (paramString): Implemented. + * javax/swing/JMenuBar.java + (paramString): Implemented. + * javax/swing/JMenuItem.java + (paramString): Implemented. + * javax/swing/JPopupMenu.java + (paramString): Implemented. + +2005-02-15 Michael Koch + + * javax/swing/JMenu.java + (uiClassID): Removed. + (JMenu): Set invoker on popup menu. + (getUIClassID): Return id directly. + (getItemCount): Simply return getMenuComponentCount(). + Fixed javadoc. + (isTopLevelMenu): Simplified. + * javax/swing/JMenuItem.java + (uiClassID): Removed. + (getUIClassID): Return id directly. + * javax/swing/JPopupMenu.java + (uiClassID): Removed. + (JPopupMenu): Always initialize correctly. + (getSubElements): Only return components implementing MenuElement + interface. + (HeavyWeightPopup.hide): Removed. + +2005-02-15 Michael Koch + + * java/awt/image/ReplicateScaleFilter.java + (replicatePixels): Made private. + * javax/swing/colorchooser/DefaultRGBChooserPanel.java + (DefaultRGBChooserPanel): Made package private. + * javax/swing/colorchooser/DefaultSwatchChooserPanel.java + (RecentSwatchPanel): Likewise. + * javax/swing/event/MouseInputAdapter.java: Reformatted. + (MouseInputAdapter): Made abstract. + * javax/swing/tree/DefaultMutableTreeNode.java + (random): Removed. + (growTree): Likewise. + +2005-02-15 Michael Koch + + * java/awt/dnd/DropTarget.java (addDropTargetListener): + Clarified comments. + +2005-02-15 Michael Koch + + * javax/swing/JComponent.java (getComponentGraphics): + Removed accidently commited code. + +2005-02-15 Graydon Hoare + + * java/awt/dnd/DropTarget.java + (addDropTargetListener): Despite documentation, do not throw. + * javax/swing/JComponent.java: Set a default DropTarget. + +2005-02-15 Michael Koch + + * javax/swing/AbstractAction.java + (ENABLED_PROPERTY): Removed. + (setEnabled): Replaced constant with real string. + * javax/swing/AbstractButton.java + (createActionPropertyChangeListener.propertyChange): Likewise. + * javax/swing/JComboBox.java + (DEFAULT_MAXIMUM_ROW_COUNT): Made private. + (EDITABLE_CHANGED_PROPERTY): Removed. + (MAXIMUM_ROW_COUNT_CHANGED_PROPERTY):Likewise. + (ENABLED_CHANGED_PROPERTY):Likewise. + (RENDERER_CHANGED_PROPERTY):Likewise. + (EDITOR_CHANGED_PROPERTY):Likewise. + (MODEL_CHANGED_PROPERTY):Likewise. + (uiClassID):Likewise. + (getUIClassID): Replaced constant with real string. + (setModel):Likewise. + (setEditable):Likewise. + (setMaximumRowCount):Likewise. + (setRenderer):Likewise. + (setEditor):Likewise. + (setEnabled):Likewise. + * javax/swing/JLabel.java + (DISABLED_ICON_CHANGED_PROPERTY): Removed. + (DISPLAYED_MNEMONIC_CHANGED_PROPERTY): Likewise. + (DISPLAYED_MNEMONIC_INDEX_CHANGED_PROPERTY): Likewise. + (HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY): Likewise. + (HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY): Likewise. + (ICON_CHANGED_PROPERTY): Likewise. + (ICON_TEXT_GAP_CHANGED_PROPERTY): Likewise. + (LABEL_FOR_CHANGED_PROPERTY): Likewise. + (TEXT_CHANGED_PROPERTY): Likewise. + (VERTICAL_ALIGNMENT_CHANGED_PROPERTY): Likewise. + (VERTICAL_TEXT_POSITION_CHANGED_PROPERTY): Likewise. + (setText): Replaced constant with real string. + (setIcon): Likewise. + (setDisabledIcon): Likewise. + (setDisplayedMnemonic): Likewise. + (setIconTextGap): Likewise. + (setVerticalAlignment): Likewise. + (setHorizontalAlignment): Likewise. + (setVerticalTextPosition): Likewise. + (setHorizontalTextPosition): Likewise. + (setLabelFor): Replaced constant with real string. + Fire property change event after property got changed. + * javax/swing/JList.java + (CELL_RENDERER_PROPERTY_CHANGED): Likewise. + (FIXED_CELL_HEIGHT_PROPERTY_CHANGED): Likewise. + (FIXED_CELL_WIDTH_PROPERTY_CHANGED): Likewise. + (LAYOUT_ORIENTATION_PROPERTY_CHANGED): Likewise. + (MODEL_PROPERTY_CHANGED): Likewise. + (PROTOTYPE_CELL_VALUE_PROPERTY_CHANGED): Likewise. + (SELECTION_BACKGROUND_PROPERTY_CHANGED): Likewise. + (SELECTION_FOREGROUND_PROPERTY_CHANGED): Likewise. + (SELECTION_MODEL_PROPERTY_CHANGED): Likewise. + (setFixedCellWidth): Reimplemented. + (setFixedCellHeight): Exit if new value is identical. + Replaced constant with real string. + (setSelectionBackground): Likewise. + (setSelectionForeground): Likewise. + (setPrototypeCellValue): Likewise. + (setCellRenderer): Replaced constant with real string. + (setModel): Likewise. + (setSelectionModel): Likewise. + * javax/swing/JMenuBar.java + (BORDER_PAINTED_CHANGED_PROPERTY): Removed. + (MODEL_CHANGED_PROPERTY): Likewise. + (MARGIN_CHANGED_PROPERTY): Likewise. + (setBorderPainted): Reimplemented. + (setMargin): Likewise. + (setSelectionModel): Replaced constant with real string. + * javax/swing/JPopupMenu.java + (LABEL_CHANGED_PROPERTY): Removed. + (VISIBLE_CHANGED_PROPERTY): Likewise. + (borderPainted): Likewise. + (setLabel): Replaced constant with real string. + (setVisible): Exit if new value is identical. + Replaced constant with real string. + * javax/swing/JProgressBar.java + (BORDER_PAINTED_CHANGED_PROPERTY): Removed. + (ORIENTATION_CHANGED_PROPERTY): Likewise. + (STRING_CHANGED_PROPERTY): Likewise. + (STRING_PAINTED_CHANGED_PROPERTY): Likewise. + (INDETERMINATE_CHANGED_PROPERTY): Likewise. + (setOrientation): Replaced constant with real string. + (setStringPainted): Likewise. + (setString): Likewise. + (setBorderPainted): Likewise. + (setIndeterminate): Likewise. + * javax/swing/JScrollBar.java + (BLOCK_INCREMENT_CHANGED_PROPERTY): Removed. + (MODEL_CHANGED_PROPERTY): Likewise. + (ORIENTATION_CHANGED_PROPERTY): Likewise. + (setOrientation): Replaced constant with real string. + (setModel): Likewise. + (setUnitIncrement): Likewise. + (setBlockIncrement): Likewise. + * javax/swing/JScrollPane.java + (COLUMN_HEADER_CHANGED_PROPERTY): Removed. + (COMPONENT_ORIENTATION_CHANGED_PROPERTY): Likewise. + (HORIZONTAL_SCROLLBAR_CHANGED_PROPERTY): Likewise. + (HORIZONTAL_SCROLLBAR_POLICY_CHANGED_PROPERTY): Likewise. + (LAYOUT_CHANGED_PROPERTY): Likewise. + (ROW_HEADER_CHANGED_PROPERTY): Likewise. + (VERTICAL_SCROLLBAR_CHANGED_PROPERTY): Likewise. + (VERTICAL_SCROLLBAR_POLICY_CHANGED_PROPERTY): Likewise. + (VIEWPORT_CHANGED_PROPERTY): Likewise. + (VIEWPORT_BORDER_CHANGED_PROPERTY): Likewise. + (WHEEL_SCROLLING_ENABLED_CHANGED_PROPERTY): Likewise. + (setComponentOrientation): Replaced constant with real string. + (setColumnHeader): Likewise. + (setHorizontalScrollBar): Likewise. + (setHorizontalScrollBarPolicy): Likewise. + (setRowHeader): Likewise. + (setVerticalScrollBar): Likewise. + (setVerticalScrollBarPolicy): Likewise. + (setWheelScrollingEnabled): Likewise. + (setViewport): Likewise. + (setViewportBorder): Likewise. + * javax/swing/JSlider.java + (INVERTED_CHANGED_PROPERTY): Removed. + (LABEL_TABLE_CHANGED_PROPERTY): Likewise. + (MAJOR_TICK_SPACING_CHANGED_PROPERTY): Likewise. + (MINOR_TICK_SPACING_CHANGED_PROPERTY): Likewise. + (MODEL_CHANGED_PROPERTY): Likewise. + (ORIENTATION_CHANGED_PROPERTY): Likewise. + (PAINT_LABELS_CHANGED_PROPERTY): Likewise. + (PAINT_TICKS_CHANGED_PROPERTY): Likewise. + (setModel): Replaced constant with real string. + (setOrientation): Likewise. + (setLabelTable): Likewise. + (setInverted): Likewise. + (setMajorTickSpacing): Likewise. + (setMinorTickSpacing): Likewise. + (setPaintTicks): Likewise. + (setPaintLabels): Likewise. + * javax/swing/JTabbedPane.java + (MODEL_CHANGED_PROPERTY): Removed. + (TAB_PLACEMENT_CHANGED_PROPERTY): Likewise. + (TAB_LAYOUT_POLICY_CHANGED_PROPERTY): Likewise. + (setModel): Replaced constant with real string. + (setTabPlacement): Likewise. + (setTabLayoutPolicy): Likewise. + * javax/swing/JToolBar.java + (ORIENTATION_CHANGED_PROPERTY): Removed. + (FLOATABLE_CHANGED_PROPERTY): Likewise. + (BORDER_PAINTED_CHANGED_PROPERTY): Likewise. + (MARGIN_CHANGED_PROPERTY): Likewise. + (ROLLOVER_CHANGED_PROPERTY): Likewise. + (setRollover): Replaced constant with real string. + (setMargin): Likewise. + (setBorderPainted): Likewise. + (setFloatable): Likewise. + (setOrientation): Likewise. + * javax/swing/plaf/basic/BasicComboBoxUI.java + (PropertyChangeHandler.propertyChange): Likewise. + * javax/swing/plaf/basic/BasicComboPopup.java + (PropertyChangeHandler.propertyChange): Likewise. + * javax/swing/plaf/basic/BasicMenuBarUI.java + (PropertyChangeHandler.propertyChange): Likewise. + * javax/swing/plaf/basic/BasicProgressBarUI.java + (PropertyChangeHandler.propertyChange): Likewise. + * javax/swing/plaf/basic/BasicScrollBarUI.java + (PropertyChangeHandler.propertyChange): Likewise. + * javax/swing/plaf/basic/BasicSliderUI.java + (PropertyChangeHandler.propertyChange): Likewise. + * javax/swing/plaf/basic/BasicTabbedPaneUI.java + (PropertyChangeHandler.propertyChange): Likewise. + * javax/swing/plaf/basic/BasicToolBarUI.java + (PropertyChangeHandler.propertyChange): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/DefaultButtonModel.java + (changeState): Made private. + * javax/swing/DefaultDesktopManager.java + (setWasIcon): Fixed second argument to be java.lang.Boolean. + * javax/swing/JLayeredPane.java + (layerToRange): Made private. + (incrLayer): Likewise. + (decrLayer): Likewise. + * javax/swing/JTable.java + (dragEnabled): Likewise. + (preferredViewportSize): Renamed from preferredScrollableViewportSize. + * javax/swing/KeyStroke.java + (Keystroke): Made private. + * javax/swing/TransferHandler.java + (COMMAND_COPY): Likewise. + (COMMAND_CUT): Likewise. + (COMMAND_PASTE): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JTextField.java + (postActionEvent): Use text in field when actionCommand is null. + (getActionCommand): Removed. + +2005-02-15 Michael Koch + + * javax/swing/AbstractSet.java: Removed. + * Makefile.am: Removed javax/swing/AbstractSet.java. + * Makefile.in: Regenerated. + +2005-02-15 Michael Koch + + * java/awt/Window.java + (AccessibleWindow.getAccessibleStateSet): Fixed method name. + * java/awt/dnd/DnDConstants.java + (DnDConstants): New private constructor. + +2005-02-15 Michael Koch + + * javax/swing/DefaultCellRenderer.java: Removed. + * Makefile.am: Removed javax/swing/DefaultCellRenderer.java. + * Makefile.in: Regenerated. + +2005-02-15 Michael Koch + + * javax/swing/AbstractButton.java + (fireItemStateChanged): Made protected. + (fireActionPerformed): Likewise. + (fireStateChanged): Likewise. + * javax/swing/DefaultButtonModel.java + (fireItemStateChanged): Likewise. + (fireActionPerformed): Likewise. + (fireStateChanged): Likewise. + * javax/swing/JApplet.java + (JApplet): Removed. + (frameInit): Likewise. + (setRootPane): Made protected. + (createRootPane): Likewise. + * javax/swing/JComponent.java + (getClientProperty): Likewise. + (putClientProperty): Likewise. + * javax/swing/JEditorPane.java + (getContentType): Likewise. + (setContentType): Likewise. + * javax/swing/JFrame.java + (setRootPane): Likewise. + (createRootPane): Likewise. + * javax/swing/JInternalFrame.java + (getFocusCycleRootAncestor): Made final. Added @since tag. + (isFocusCycleRoot): Likewise. + (getWarningString): Made final. + * javax/swing/JScrollBar.java + (changeListener): Removed. + (changeEvent): Likewise. + (createChangeListener): Likewise. + (fireStateChanged): Likewise. + (addChangeListener): Likewise. + (removeChangeListener): Likewise. + (getChangeListeners): Likewise. + * javax/swing/JScrollPane.java + (createViewport): Made protected. + * javax/swing/JViewport.java + (addImpl): Likewise. + (setBorder): New method. + * javax/swing/JWindow.java + (setRootPane): Made protected. + (createRootPane): Likewise. + * javax/swing/plaf/basic/BasicButtonUI.java + (installListeners): Likewise. + (uninstallListeners): Likewise. + * javax/swing/plaf/basic/BasicProgressBarUI.java + (incrementAnimationIndex): Likewise. + * javax/swing/plaf/basic/BasicTabbedPaneUI.java + (createLayoutManager): Likewise. + * javax/swing/table/DefaultTableCellRenderer.java + (firePropertyChange): Likewise. + * javax/swing/table/JTableHeader.java + (AccessibleJTableHeaderEntry.AccessibleJTableHeaderEntry): + New constructor. + * javax/swing/text/PlainDocument.java + (reindex): Made private. + * javax/swing/text/PlainView.java + (drawLine): Made protected. + (getTabSize): Likewise. + * javax/swing/text/View.java + (setSize): Removed. + (preferenceChanged): New method. + (getBreakWeight): Likewise. + (breakView): Likewise. + (getViewIndex): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JScrollPane.java + (ScrollBar): Made class protected. + * javax/swing/JSpinner.java + (JSpinner): Added @since tag. + (listenerList): Removed. + * javax/swing/JTable.java + (setValueAt): New method. + (getColumn): Likewise. + * javax/swing/JWindow.java + (rootPaneCheckingEnabled): Renamed from checking. + +2005-02-15 Michael Koch + + * javax/swing/plaf/basic/BasicTextUI.java + (RootView.modelToView): Made it public and return a java.awt.Shape. + Handle null subview. + (uninstall): Set textComponent to null when its not possible used + anymore. + * javax/swing/text/View.java + (setParent): Use better argument name. + (getContainer): Get parent via getParent(). + (getViewFactory): Likewise. + (getAttributes): Get element via getElement(). + (getStartOffset): Likewise. + (getEndOffset): Likewise. + (getResizeWeight): New method. + (getMaximumSpan): Likewise. + (getMinimumSpan): Likewise. + (setSize): Likewise. + (getGraphics): Likewise. + +2005-02-15 Andrew John Hughes + + * java/awt/Checkbox.java: + (AccessibleAWTCheckbox()): Added public constructor + to call superclass. + * java/awt/Choice.java: + (AccessibleAWTChoice): Added class documentation. + (AccessibleAWTChoice()): Added public constructor + to call superclass. + (AccessibleAWTChoice.getAccessibleAction()): Documented. + (AccessibleAWTChoice.getAccessibleRole()): Documented, + and changed role to COMBO_BOX. + (AccessibleAWTChoice.getAccessibleActionCount()): Documented. + (AccessibleAWTChoice.getAccessibleActionDescription(int)): Documented. + (AccessibleAWTChoice.doAccessibleAction(int)): Documented. + +2005-02-15 Graydon Hoare + Michael Koch + + * javax/swing/LayoutFocusTraversalPolicy.java, + javax/swing/SortingFocusTraversalPolicy.java: + New classes. + * Makefile.am: Added new classes. + * Makefike.in: Regenerated. + + +2005-02-15 Michael Koch + + * javax/swing/DebugGraphics.java: Mostly implemented. + +2005-02-15 Michael Koch + + * javax/swing/SwingUtilities.java + (findFocusOwner): New method. + +2005-02-15 Michael Koch + + * javax/swing/text/DefaultEditorKit.java + (read): Added '\n' after each line. + * javax/swing/text/PlainView.java + (modelToView): Update metrics. + (drawLine): Use offsets from element. + (paint): Update metrics. Draw all lines. + +2005-02-15 Andrew John Hughes + + * java/awt/Checkbox.java: + (AccessibleAWTCheckbox): Added class documentation + * java/awt/Scrollbar.java: + (AccessibleAWTScrollBar): typo corrected and docs added + (AccessibleAWTScrollBar.getAccessibleRole()): documented + (AccessibleAWTScrollBar.getAccessibleStateSet()): likewise + (AccessibleAWTScrollBar.getAccessibleValue()): likewise + (AccessibleAWTScrollBar.getCurrentAccessibleValue()): likewise + (AccessibleAWTScrollBar.setCurrentAccessibleValue(int)): likewise + (AccessibleAWTScrollBar.getMinimumAccessibleValue()): likewise + (AccessibleAWTScrollBar.getMaximumAccessibleValue()): likewise + (getAccessibleContext()): name of accessible class corrected + +2005-02-15 Mark Wielaard + + * java/awt/BasicStroke.java (hashCode): Implement. + (equals): Document. + +2005-02-15 Michael Koch + + * java/awt/print/PrinterJob.java + (pageDialog): Throws java.awt.HeadlessException. + (printDialog): Likewise. + +2005-02-15 Mark Wielaard + + * jni/gtk-peer/gtkpeer.h (gdk_env): Fix prototype. + +2005-02-15 Michael Koch + + * javax/swing/JTable.java + (getValueAt): New method. + * javax/swing/table/JTableHeader.java + (columnAtPoint): New method. + +2005-02-15 Michael Koch + + * javax/swing/JTextField.java + (actions): New field. + (static): Initalize actions field. + (getActions): New method. + +2005-02-15 Andrew John Hughes + + * java/awt/Checkbox.java: + (AccessibleAWTCheckbox): name capitalization corrected + and serialization UID added. + (AccessibleAWTCheckbox.itemStateChanged(java.awt.event.ItemEvent)): + documented. + (AccessibleAWTCheckbox.getAccessibleAction()): likewise + (AccessibleAWTCheckbox.getAccessibleValue()): likewise + (AccessibleAWTCheckbox.getAccessibleActionCount()): likewise + (AccessibleAWTCheckbox.getAccessibleActionDescription(int)): likewise + (AccessibleAWTCheckbox.doAccessibleAction(int)): likewise + (AccessibleAWTCheckbox.getCurrentAccessibleValue()): likewise + (AccessibleAWTCheckbox.setCurrentAccessibleValue(int)): likewise + (AccessibleAWTCheckbox.getMinimumAccessibleValue()): likewise + (AccessibleAWTCheckbox.getMaximumAccessibleValue()): likewise + (AccessibleAWTCheckbox.getAccessibleRole()): likewise + (AccessibleAWTCheckbox.getAccessibleStateSet()): implemented and + documented + (getAccessibleContext()): name of accessible class corrected + +2005-02-15 Sven de Marothy + + * java/awt/geom/doc-files/Area-1.png, + java/awt/geom/doc-files/Ellipse-1.png, + java/awt/geom/doc-files/GeneralPath-1.png: + New files. + +2005-02-15 Graydon Hoare + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c (env_union): + Use union to avoid type-punning warning. + +2005-02-15 Michael Koch + + * javax/swing/DefaultListSelectionModel.java + (clone): New method. + +2005-02-15 Mark Wielaard + + Reported by Martin Platter + * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c + (Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_nativeSetFile): + Correct method signature of gtkSetFilename. + +2005-02-15 Arnaud Vandyck + + * javax/swing/text/StringContent.java: New file. + +2005-02-15 Michael Koch + + * Makefile.am: Added javax/swing/text/StringContent.java. + * Makefile.in: Regenerated. + +2005-02-15 Michael Koch + + * gnu/java/awt/ClasspathToolkit.java: + Import statements reworked. + (imageCache): Made it of type java.util.HashMap. + +2005-02-15 Michael Koch + + * javax/imageio/stream/MemoryCacheImageInputStream.java: + Reworked import statements. + +2005-02-15 Graydon Hoare + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: + Rewrite uses of extern variable to be function calls. + * jni/gtk-peer/gtkpeer.h (gdk_env): Change declaration to + function, from extern variable. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c + (gdk_env): Remove variable, add new function. + (java_vm): Add new variable. + (Java_gnu_java_awt_peer_gtk_GtkToolkit_gtkInit): Initialize + java_vm rather than old gdk_env variable. + +2005-02-15 David Gilbert + + * javax/swing/DefaultListModel.java + (add): fire correct event, + (addElement): corrected interval indices in event, + (clear): corrected upper bound for interval, only fire event if + list is not empty, + (setSize): fire appropriate event. + +2005-02-15 Graydon Hoare + + * gnu/awt/xlib/XEventLoop.java: Add non-blocking event mode. + * gnu/awt/xlib/XToolkit.java: Likewise. + * gnu/gcj/xlib/XAnyEvent.java: Likewise. + * gnu/gcj/xlib/natXAnyEvent.cc: Likewise. + * gnu/java/awt/ClasspathToolkit.java: Likewise. + * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise. + * java/awt/EventQueue.java (getNextEvent): + Adjust event loop to switch to native mode after 100ms. + * javax/swing/Timer.java (drainEvents): Reuse Runnable. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c + (Java_gnu_java_awt_peer_gtk_GtkGenericPeer_dispose): + Wake up event thread. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c + (Java_gnu_java_awt_peer_gtk_GtkToolkit_iterateNativeQueue): + Adjust event loop to switch to java mode after 100ms. + +2005-02-15 Graydon Hoare + + * jni.cc (_Jv_JNI_RegisterNatives): Re-add sync, which was + accidentally removed in last change. + +2005-02-15 Michael Koch + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c, + gnu/java/awt/peer/gtk/GtkMainThread.java: Removed. + +2005-02-15 Graydon Hoare + + * include/jni.h (_Jv_JNIEnv::bottom_locals): New field. + * include/jvm.h (_Jv_FreeJNIEnv): Declare. + * java/lang/natThread.cc (finalize_native): Call _Jv_FreeJNIEnv. + * jni.cc: Reuse bottom frame between calls, avoid clearing + frame when no local references are made. + +2005-02-15 Michael Koch + + * javax/swing/UIDefaults.java (UIDefaults): + Fixed typo in javadoc (Thanks to Thomas Zander for reporting) + Fixed HTML entity and removed a redundant comma. + +2005-02-15 Michael Koch + + * javax/swing/text/DefaultEditorKit.java + (deinstall): Removed. + (install): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/UIDefaults.java (put): Handle value of null. + +2005-02-15 Michael Koch + + * java/awt/Robot.java, + java/awt/Scrollbar.java, + java/awt/print/PrinterJob.java, + javax/swing/JTable.java, + javax/swing/text/AbstractDocument.java: + Reworked import statements. + +2005-02-15 Michael Koch + + * javax/swing/JEditorPane.java + (read): Implemented. + (write): Likewise. + * javax/swing/text/DefaultEditorKit.java + (page): Renamed from page_url. Made private. + (editorKit): Renamed from kit. Made private. + (ctype): Removed. + (JEditorPane): All constructors reimplemented. + (getContentType): Use content type from editor kit. + (getEditorKit): Return editorKit. + (getEditorKitForContentType):Likewise. + (getPage): Return page. + (setContentType): Reimplemented. + (setEditorKit): Likewise. + (setEditorKitForContentType): Removed wrong implementation. + (setPage): Implemented. + +2005-02-15 Thomas Fitzsimmons + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c + (nativeSetIconImageFromData): Re-add native implementation. + +2005-02-15 David Gilbert + + * javax/swing/table/DefaultTableModel.java + (DefaultTableModel()): Added Javadocs. + (DefaultTableModel(int, int)): Fixed implementation. + (DefaultTableModel(Vector, int)): Throw IllegalArgumentException + for negative rowCount. + (DefaultTableModel(Object[], int)): Added Javadocs. + (DefaultTableModel(Vector, Vector)): Likewise. + (DefaultTableModel(Object[][], Object[])): Likewise. + (getDataVector): Likewise. + (setDataVector(Vector, Vector)): Likewise. + (setDataVector(Object[][], Object[])): Likewise. + (newDataAvailable): Likewise. + (newRowsAdded): Likewise. + (rowsRemoved): Likewise. + (setColumnIdentifiers(Vector)): Allow for null argument. + (setColumnIdentifiers(Object[])): Added Javadocs. + (setNumRows): Likewise. + (setRowCount): Adds new rows if necessary, and sends more specific + TableModelEvent. + (setColumnCount): Allow for null columnIdentifiers. + (addColumn(Object)): Added Javadocs. + (addColumn(Object, Vector)): Handle null columnData. + (addColumn(Object, Object[])): Handle columnData with more or less + entries than rows in the table. + (addRow(Vector)): Fire appropriate event. + (addRow(Object[])): Added Javadocs. + (insertRow(int, Vector)): Fire appropriate event. + (insertRow(int, Object[])): Added Javadocs. + (moveRow): Reimplemented. + (removeRow(int)): Fire appropriate event. + (getColumnCount): Allow for null columnIdentifiers. + (getColumnName): Now returns empty string when column index is too + large. + (isCellEditable): Added Javadocs. + (getValueAt): Likewise. + (setValueAt): Fire more specific event. + (convertToVector): Added Javadocs. + * javax/swing/table/TableModel.java + Added Javadocs. + +2005-02-15 Thomas Fitzsimmons + + * libgcj.spec.in (lib): Add -l-javax-imageio. + +2005-02-15 Thomas Fitzsimmons + + * gnu/java/awt/peer/gtk/GtkComponentPeer.java: Replace direct + references to event queue q with method call q(). + * gnu/java/awt/peer/gtk/GtkDialogPeer.java: Likewise. + * gnu/java/awt/peer/gtk/GtkFramePeer.java: Likewise. + * gnu/java/awt/peer/gtk/GtkScrollbarPeer.java: Likewise. + * gnu/java/awt/peer/gtk/GtkTextComponentPeer.java: Likewise. + * gnu/java/awt/peer/gtk/GtkWindowPeer.java: Likewise. + * gnu/java/awt/peer/gtk/GtkGenericPeer.java: Likewise. + (q): New method. + +2005-02-15 Graydon Hoare + + * gnu/java/awt/ClasspathToolkit.java + (registerImageIOSpis): New method. + * gnu/java/awt/image/ImageDecoder.java + (imageDecoder): New constructor using InputStream + (startProduction): Handle existing InputStream. + * gnu/java/awt/peer/gtk/GdkGraphics2D.java + (findSimpleIntegerArray): Make public and static. + (updateBufferedImage): Set each pixel, in a loop. + * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: + Implement ImageIO SPI classes. + (createBufferedImage): Rewrite in terms of SPI classes. + * gnu/java/awt/peer/gtk/GtkToolkit.java + (registerImageIOSpis): New method. + * java/lang/reflect/natMethod.cc + (_Jv_CallAnyMethodA): Borrow a patch from aph, applied to trunk, + which lets JNI call interface methods properly. + * javax/imageio/ImageIO.java + (WriterFormatFilter.filter): Fix copy-and-paste typos. + (WriterMIMETypeFilter.filter): Likewise. + (ImageReaderIterator): Pass extension argument through to SPI. + (getReadersByFilter): Likewise. + (getWritersByFilter): Likewise. + (getImageReadersByFormatName): Likewise. + (getImageReadersByMIMEType): Likewise. + (getImageReadersBySuffix): Likewise. + (getImageWritersByFormatName): Likewise. + (getImageWritersByMIMEType): Likewise. + (getImageWritersBySuffix): Likewise. + (read): Implement. + (write): Implement. + * javax/imageio/ImageReader.java + (progressListeners): Initialize. + (setInput): Implement. + * javax/imageio/ImageWriter.java + (progressListeners): Initialize. + (warningListeners): Likewise. + (warningLocales): Likewise. + (setOutput): Test "isInstance" rather than class equality. + * javax/imageio/spi/IIORegistry.java + (static): Add reader and writer SPIs. + (IIORegistry): Call ClasspathToolkit.registerImageIOSpis. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c + (query_formats): New function. + (save_to_stream): Likewise. + (Java_gnu_java_awt_peer_gtk_GdkPixbufDecoder_streamImage): Likewise. + +2005-02-15 Thomas Fitzsimmons + + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c (mouseWheel): + Call XFlush. + (keyPress): Likewise. + (keyRelease): Likewise. + +2005-02-15 Olga Rodimina + + * javax/swing/JTable.java + (columnAtPoint): New Method. Implemented. + (rowAtPoint): Likewise. + (countSelections): Fixed few small count errors. + (getSelections): Likewise. + (setSelectionMode): Set selection mode for column + selection model in addition to row selection model. + * javax/swing/plaf/basic/BasicTableUI.java: + (getRowForPoint): Removed. Replaced by + JTable.rowAtPoint(). + (getColForPoint): Removed. Replaced by + JTable.columnAtPoint(). + (updateSelection): Updated to call JTable.columnAtPoint + and JTable.rowAtPoint. + * javax/swing/table/DefaultTableColumnModel.java: + (getSelectedColumns): Implemented. + (getSelectedColumnCount): Implemented. + +2005-02-15 Graydon Hoare + + * Makefile.am + (jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c) + (gnu/java/awt/peer/gtk/GtkMainThread.java) : Remove. + * Makefile.in: Regenerate. + * gnu/awt/xlib/XEventLoop.java: Fix to match thread model. + * gnu/awt/xlib/XFramePeer.java: Likewise. + * gnu/awt/xlib/XToolkit.java: Likewise. + * gnu/gcj/xlib/XAnyEvent.java: Likewise. + * gnu/gcj/xlib/natXAnyEvent.cc: Likewise. + * gnu/java/awt/ClasspathToolkit.java + (nativeQueueEmpty) + (wakeNativeQueue) + (iterateNativeQueue): New methods. + * gnu/java/awt/peer/gtk/GtkMainThread.java: Remove. + * gnu/java/awt/peer/gtk/GtkToolkit.java + (gtkInit): Absorb from defunct GtkMainThread class. + (static): Run gtkInit in static startup block. + (GtkToolkit): Remove construction of GtkMainThread and queue. + (getSystemEventQueueImpl): Construct queue when requested. + (nativeQueueEmpty) + (wakeNativeQueue) + (iterateNativeQueue): New methods. + * java/awt/Component.java (removeNotify): Remove race. + * java/awt/EventDispatchThread.java + (EventDispatchThread): Don't start on construction. + (run): Remove isInterrupted check. + * java/awt/EventQueue.java (shutdown): New flag. + (isShutdown): New method checking J2SE shutdown condition. + (setShutdown): New method. + (getNextEvent): Restructure to use ClasspathToolkit. + (postEvent): Activate new thread on posting, wake thread on + post of possible shutdown condition event. + * java/awt/Frame.java + (Frame): Call noteFrame in all constructors. + (fireDummyEvent): New helper method. + (addNotify): Fire a dummy event to wake up queue. + (removeNotify): Fire a dummy event to wake up queue. + (noteFrame): New method. + (weakFrames): New static field. + (getFrames): Implement. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c: + Remove. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c: + Move everything from GtkMainThread into this file + (Java_gnu_java_awt_peer_gtk_GtkToolkit_iterateNativeQueue) + (Java_gnu_java_awt_peer_gtk_GtkToolkit_wakeNativeQueue) + (Java_gnu_java_awt_peer_gtk_GtkToolkit_nativeQueueEmpty): + New functions to implement single-threaded queue semantics. + +2005-02-15 Michael Koch + + * javax/swing/plaf/metal/MetalLookAndFeel.java + (getControlTextFont): New method. + (getMenuTextFont): Likewise. + (getSubTextFont): Likewise. + (getSystemTextFont): Likewise. + (getUserTextFont): Likewise. + (getWindowTitleFont): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/text/AbstractDocument.java + (documentFilter): New field. + (getDocumentFilter): New method. + (setDocumentFilter): Likewise. + (dump): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JTree.java + (DynamicUtilTreeNode.hasChildren): Clarify javadoc. + +2005-02-15 Michael Koch + + * javax/swing/text/AbstractDocument.java + (AbstractElement.getLength): Fixed off-by-one error. + (AbstractElement.children): Made abstract. + (AbstractElement.getAllowsChildren): Likewise. + (AbstractElement.getElement): Likewise. + (AbstractElement.dumpElement): New private method. + (AbstractElement.dump): New method. + (BranchElememt.getName): Fixed implementation. + (BranchElememt.toString): Likewise. + (BranchElememt.getElement): Fixed arguments. + (LeafElement.getName): Fixed implementation. + (LeafElement.toString): Likewise. + * javax/swing/text/GapContent.java + (GapContent): Put default content into buffer. + * javax/swing/text/PlainDocument.java + (reindex): Use empty attribute sets instead of null. + (createDefaultRoot): Reimplemented. + (insertUpdate): Call super method. + (removeUpdate): Likewise. + (getParagraphElement): Implemented. + +2005-02-15 Michael Koch + + * gnu/java/awt/ClasspathToolkit.java + (createRobot): Throws java.awt.AWTException. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c: + Added '__attribute__((unused))' to all unused method arguments. + +2005-02-15 Michael Koch + + * javax/swing/DefaultBoundedRangeModel.java + (fireValueChanged): Fixed off-by-one error. + +2005-02-15 Thomas Fitzsimmons + + * Makefile.am (gtk_c_source_files): Add GdkRobotPeer.c. + (gtk_awt_peer_sources): Add GdkScreenGraphicsDevice.java and + GdkRobotPeer.java. + (lib_gnu_java_awt_peer_gtk_la_CFLAGS): Add X flags. + (lib_gnu_java_awt_peer_gtk_la_LDFLAGS): Add XTest flags. + * gnu/awt/xlib/XToolkit.java (createRobot): New method. + * gnu/java/awt/ClasspathToolkit.java (createRobot): New method. + * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java + (getDefaultScreenDevice): Implement. + * gnu/java/awt/peer/gtk/GdkRobotPeer.java: New file. + * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise. + * gnu/java/awt/peer/gtk/GtkToolkit.java (createRobot): New method. + * java/awt/Robot.java: Implement. + * java/awt/peer/RobotPeer.java: Rename parameters. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c: New file. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c + (awt_keycode_to_keysym): Make non-static. + * jni/gtk-peer/gtkpeer.h (AWT_BUTTON1_MASK, AWT_BUTTON2_MASK, + AWT_BUTTON3_MASK): Declare constants. + (awt_keycode_to_keysym): Declare. + + * Makefile.am (AM_MAKEFLAGS): Set KEYS variable. + * testsuite/libjava.mauve/mauve.exp (test_mauve): If KEYS exists + and is non-empty pass its value to "make check". + (test_mauve_sim): Likewise. + +2005-02-15 Michael Koch + + * javax/imageio/IIOParam.java + (setSourceBands): New method. + (setSourceSubsampling): Likewise. + * javax/imageio/ImageReadParam.java + (setDestination): Likewise. + (setDestinationBands): Likewise. + (setSourceProgressivePasses): Likewise. + * javax/imageio/metadata/IIOInvalidTreeException.java + (serialVersionUID): New static field. + * javax/imageio/metadata/IIOMetadataNode.java + (IIOMetadataNode): Don't explicitely implement org.w3c.dom.Node. + (parent): Dont initailize with default value explicitely. + (Object): Likewise. + (removeAttribute): Doesn't throws org.w3c.dom.DOMException. + (removeAttributeNode): Likewise. + (removeAttributeNS): Likewise. + (setAttribute): Likewise. + (setAttributeNode): Likewise. + (setAttributeNodeNS): Likewise. + (setAttributeNS): Likewise. + (appendChild): Likewise. + (getNodeValue): Likewise. + (insertBefore): Likewise. + (removeChild): Likewise. + (replaceChild): Likewise. + (setPrefix): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/LookAndFeel.java + (getDesktopPropertyValue): New method. + +2005-02-15 Michael Koch + + * javax/swing/JTree.java + (hasChildren): New instance field. + +2005-02-15 Michael Koch + + * javax/swing/JComponent.java + (getToolTipText): New method. + (getTitledBorderText): Likewise. + (getAccessibleKeyBinding): Likewise. + (getVerifyInputWhenFocusTarget): Likewise. + (setVerifyInputWhenFocusTarget): Likewise. + (verifyInputWhenFocusTarget): New instance field. + +2005-02-15 Michael Koch + + * javax/swing/DefaultListSelectionModel.java + (fireValueChanged): New method. + +2005-02-15 Michael Koch + + * javax/swing/DefaultBoundedRangeModel.java: + Fixed javadocs all over. + (fireStateChanged): Simplified. + * javax/swing/BoundedRangeModel.java: + Reformatted. + +2005-02-15 Michael Koch + + * javax/swing/JRootPane.java + (setMenuBar): Added @deprecated tag. + (getMenuBar): Likewise. + * javax/swing/JTable.java + (sizeColumnsToFit): Likewise. + +2005-02-15 Paul Jenner + + * javax/swing/ImageIcon.java (setImage): Implemented. + +2005-02-15 Michael Koch + + * javax/swing/JTable.java: + Removed unused imports. + +2005-02-15 Olga Rodimina + + (prepareRenderer): Get column's index in dataModel instead + of column's view index. + (getColumnCount): return count of the columns in ColumnModel, + not in dataModel. + (removeColumn): Implemented. + (moveColumm): Likewise. + (setRowHeight): throw IllegalArgumentException if height is + less then 1. + * javax/swing/table/DefaultTableColumnModel.java: Add javadocs. + (DefaultTableColumnModel):Add call to createSelectionModel(). + (addColumn): Fire columnAdded event to registered listeners. + (removeColumn): Fire columnRemoved event to registered listeners. + (moveColumn): Fire columnMoved event to registered listeners. + (setColumnMargin): Fire ColumnMarginChanged event to registered listeners. + (getColumnIndex): Changed parameter name. + (setColumnSelectionAllowed): Likewise. + (fireColumnAdded): Implemented. + (fireColumnRemoved): Likewise. + (fireColumnMoved): Likewise. + (fireColumnMarginChanged): Likewise. + (getListeners): Changed parameter name. + (propertyChange): Implemented. + (valueChanged): Changed parameter name. + (createSelectionModel): Implemented. + +2005-02-15 Michael Koch + + * gnu/java/awt/peer/gtk/GtkToolkit.java: + Explicitely import used classes. + (getLocalGraphicsEnvironment): Simplify. + * java/awt/Window.java (Window): + Enable code to get the default GraphicsConfiguration. + +2005-02-15 Michael Koch + + * javax/swing/plaf/metal/DefaultMetalTheme.java + (CONTROL_TEXT_FONT): New static field. + (MENU_TEXT_FONT): Likewise. + (SUB_TEXT_FONT): Likewise. + (SYSTEM_TEXT_FONT): Likewise. + (USER_TEXT_FONT): Likewise. + (WINDOW_TITLE_FONT): Likewise. + (getControlTextFont): New method. + (getMenuTextFont): Likewise. + (getSubTextFont): Likewise. + (getSystemTextFont): Likewise. + (getUserTextFont): Likewise. + (getWindowTitleFont): Likewise. + * javax/swing/plaf/metal/MetalTheme.java + (BLACK): Initialize with Color.BLACK. + (WHITE): Initialize with Color.WHITE. + (getInactiveControlTextColor): Return getControlDisabled(). + (getMenuDisabledForeground): Return getSecondary3(). + (getControlTextFont): New abstract method. + (getMenuTextFont): Likewise. + (getSubTextFont): Likewise. + (getSystemTextFont): Likewise. + (getUserTextFont): Likewise. + (getWindowTitleFont): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JFormattedTextField.java + (getFocusLostBehavior): Fixed typo in method name. + (setFocusLostBehavior): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/TransferHandler.java: + Reworked import statements. + +2005-02-15 Jerry Quinn + + * java/awt/Button.java, + java/awt/Canvas.java, + java/awt/Checkbox.java, + java/awt/CheckboxMenuItem.java, + java/awt/Choice.java, + java/awt/Dialog.java, + java/awt/Frame.java, + java/awt/Label.java, + java/awt/List.java, + java/awt/Menu.java, + java/awt/MenuBar.java, + java/awt/MenuItem.java, + java/awt/PopupMenu.java, + java/awt/ScrollPane.java, + java/awt/Scrollbar.java, + java/awt/TextArea.java, + java/awt/Window.java (getAccessibleContext): Clean up comments. + Reformat. + * java/awt/Button.java, + java/awt/Checkbox.java, + java/awt/Choice.java, + java/awt/Menu.java, + java/awt/PopupMenu.java, + java/awt/TextArea.java (getAccessibleContext): Only create new + accessible once. + * java/awt/TextComponent.java (getAccessibleContext): Implement. + +2005-02-15 Michael Koch + + * java/awt/Button.java, + javax/swing/JApplet.java, + javax/swing/JFormattedTextField.java, + javax/swing/JWindow.java, + javax/swing/JTree.java, + javax/swing/plaf/basic/BasicEditorPaneUI.java, + javax/swing/plaf/basic/BasicTextPaneUI.java, + javax/swing/plaf/basic/BasicTreeUI.java: + Reworked import statements. + +2005-02-15 Michael Koch + + * Makefile.am: Put javax.imageio into its own library and link it + against lib-org-w3c-dom.la to fix bootstrapping. + * Makefile.in: Regenerated. + +2005-02-15 Michael Koch + + * javax/swing/text/TextAction.java + (getTextComponent): Simplified. Added Javadoc. + (augmentList): Implemented. Added Javadoc. + (getFocusedComponent): Added javadoc. + +2005-02-15 Jerry Quinn + + * java/awt/Scrollbar.java (AccessibleAWTScrollbar, + getAccessibleContext): Implement. + * java/awt/ScrollPane.java (AccessibleAWTScrollPane, + getAccessibleContext): Implement. + +2005-02-15 Jerry Quinn + + * java/awt/Dialog.java (AccessibleAWTFrame, getAccessibleContext): + Implement. + * java/awt/Frame.java (AccessibleAWTFrame, getAccessibleContext): + Implement. + * java/awt/Window.java (getAccessibleContext): Fix comment. + Remove extra import. + +2005-02-15 Jerry Quinn + + * java/awt/Window.java (AccessibleAWTWindow): Implement. + (isActive, isFocused, getAccessibleContext): Implement. + +2005-02-15 Jerry Quinn + + * java/awt/MenuItem.java (getAccessibleContext): Implement. + * java/awt/MenuComponent.java (accessibleContext): Make package + visible. + * java/awt/CheckboxMenuItem.java (getAccessibleContext, + AccessibleAWTCheckboxMenuItem): Implement. + +2005-02-15 Jerry Quinn + + * java/awt/List.java: Implement AccessibleAWTList, + AccessibleAWTListChild. + +2005-02-15 Jerry Quinn + + * java/awt/Choice.java: Add implements declaration for + Accessible. + +2005-02-15 Jerry Quinn + + * javax/imageio/metadata/IIOInvalidTreeException.java: Use Node + instead of Object. + +2005-02-15 Jerry Quinn + + * javax/imageio/metadata/IIOMetadataNode.java: Add Node to + implemented interface list. + +2005-02-15 Jerry Quinn + + * javax/imageio/metadata/IIOMetadataNode.java: Implement. + * javax/imageio/metadata/IIOAttr.java: New class. + * javax/imageio/metadata/IIONamedNodeMap.java: New class. + * javax/imageio/metadata/IIONodeList.java: New class. + * Makefile.am: Added new files. + * Makefile.in: Regenerated. + +2005-02-15 Michael Koch + + * javax/swing/AbstractAction.java, + javax/swing/AbstractCellEditor.java, + javax/swing/AbstractListModel.java, + javax/swing/DefaultBoundedRangeModel.java, + javax/swing/DefaultButtonModel.java, + javax/swing/DefaultCellEditor.java, + javax/swing/DefaultComboBoxModel.java, + javax/swing/DefaultDesktopManager.java, + javax/swing/JMenu.java, + javax/swing/JSlider.java, + javax/swing/KeyStroke.java, + javax/swing/OverlayLayout.java, + javax/swing/ScrollPaneLayout.java, + javax/swing/SizeRequirements.java, + javax/swing/ViewportLayout.java: + Made serialVersionUID private. + +2005-02-15 Michael Koch + + * gnu/java/awt/peer/gtk/GtkComponentPeer.java: + Reformatted. + +2005-02-15 Michael Koch + + * gnu/java/awt/peer/gtk/GdkGraphics2D.java: More reformatting. + +2005-02-15 Michael Koch + + * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Reformatted. + +2005-02-15 Jeroen Frijters + + * java/awt/EventDispatchThread.java, + java/awt/Toolkit.java: + Don't catch java.lang.ThreadDeath. + +2005-02-15 Michael Koch + + * javax/swing/text/PasswordView.java + (drawEchoCharacter): Added javadoc. + (drawSelectedText): Likewise. + (drawUnselectedText): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JRootPane.java + (windowDecorationStyle): New field. + (setMenuBar): New method. + (getMenuBar): Likewise. + (getWindowDecorationStyle): Likewise. + (setWindowDecorationStyle): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/DefaultListSelectionModel.java + (leadAnchorNotificationEnabled): Made protected. + +2005-02-15 Michael Koch + + * javax/swing/InternalFrameFocusTraversalPolicy.java: New file. + * Makefile.am: Added InternalFrameFocusTraversalPolicy.java. + * Makefile.in: Regenerated. + + +2005-02-15 Michael Koch + + * javax/swing/JFormattedTextField.java: Implemented. + * javax/swing/JWindow.java + (JWindow): New constructors. + (initWindow): Renamed from initFrame. + * javax/swing/UIDefaults.java + (ActiveValue): Made interface static. + (LazyValue): Likewise. + * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java + (TitlePaneLayout.TitlePaneLayout): New constructor. + * javax/swing/plaf/basic/BasicSliderUI.java + (ChangeHandler): Made public. + (FocusHandler): Likewise. + (PropertyChangeHandler): Likewise. + (ScrollListener): Likewise. + * javax/swing/plaf/basic/BasicTabbedPaneUI.java + (FocusHandler): Likewise. + (MouseHandler): Likewise. + * javax/swing/plaf/basic/BasicTextPaneUI.java + (BasicTextPaneUI): Extend BasicEditorPaneUI. + * javax/swing/plaf/basic/BasicToolBarUI.java + (BasicToolBarUI): Simplified. Reworked javadoc. + (canDock): Simplified. Make public. + (DockingListener): Made public. + * javax/swing/text/JTextComponent.java + (navigationFilter): New field. + (getNavigationFilter): New method. + (setNavigationFilter): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/plaf/metal/MetalTheme.java + (getControlTextColor): Return getControlInfo(). + (getHighlightedTextColor): Return getControlTextColor(). + +2005-02-15 Michael Koch + + * javax/swing/plaf/basic/BasicButtonListener.java + (BasicButtonListener): New constructor. + * javax/swing/plaf/basic/BasicButtonUI.java + (createButtonListener): Usw new BasicButtonListener constructor. + +2005-02-15 Michael Koch + + * javax/imageio/event/package.html, + javax/imageio/metadata/package.html: New files. + +2005-02-15 Michael Koch + + * java/awt/image/MemoryImageSource.java: Reformatted. + +2005-02-15 Michael Koch + + * javax/swing/tree/TreeCellEditor.java: Refomatted. + +2005-02-15 Jeroen Frijters + + * java/awt/color/ICC_Profile.java + (finalize): Removed pointless field assignments. + +2005-02-15 Michael Koch + + * javax/swing/plaf/basic/BasicEditorPaneUI.java: New file. + * Makefile.am: Added javax/swing/plaf/basic/BasicEditorPaneUI.java. + * Makefile.in: Regenerated. + +2005-02-15 Michael Koch + + * javax/swing/text/DefaultStyledDocument.java: New file. + * Makefile.am: Added javax/swing/text/DefaultStyledDocument.java. + * Makefile.in: Regenerated. + +2005-02-15 Michael Koch + + * javax/swing/JFileChooser.java + (showDialog): Return CANCEL_OPTION for now. + (showOpenDialog): Likewise. + (showSaveDialog): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JApplet.java + (HIDE_ON_CLOSE): Removed. + (EXIT_ON_CLOSE): Likewise. + (DISPOSE_ON_CLOSE): Likewise. + (DO_NOTHING_ON_CLOSE): Likewise. + (close_action): Likewise. + (getDefaultCloseOperation): Likewise. + (setDefaultCloseOperation): Likewise. + (processWindowEvent): Likewise. + (getPreferredSize): Simplified. + * javax/swing/JInternalFrame.java + (setDefaultCloseOperation): Fixed throwing exception on wrong argument + value. + * javax/swing/JWindow.java + (HIDE_ON_CLOSE): Removed. + (EXIT_ON_CLOSE): Likewise. + (DISPOSE_ON_CLOSE): Likewise. + (DO_NOTHING_ON_CLOSE): Likewise. + (close_action): Likewise. + (processKeyEvent): Likewise. + (setDefaultCloseOperation): Likewise. + (getPreferredSize): Simplified. + +2005-02-15 Michael Koch + + * javax/swing/JTextField.java + (getPreferredSize): Re-implemented. + +2005-02-15 Michael Koch + + * javax/swing/JLabel.java + (setDisplayedMnemonic): Use only upper case characters. + (setDisplayedMnemonicIndex): Handle index == -1 and fire + PropertyChangeEvent after property got set to the new index. + +2005-02-15 Robert Schuster + + * javax/swing/JComboBox.java: + (JComboBox): Removed selection of the + first item in the model. + +2005-02-15 Robert Schuster + + * javax/swing/JComboBox.java + added support for no item being selected + (JComboBox): select first or nothing depending on element count + (setModel): cleaned up unneeded "this." usage, added more + docs, made exception behavior match that of the JDK + (setLighWeightPopupEnabled): removed unneeded "this." usage + (setEditable): dito + (setMaximumRowCount): dito + (setRenderer): dito + (setPrototypeDisplayValue): dito + (getSelectedItem): simplified, added more user doc + (setSelectedIndex): corrected exception behavior, added more user doc + (getSelectedIndex): fixed hardcoded dependency on DefaultComboBoxModel, + added performance warning to user doc + (addItem): fixed exception behavior, added user doc + (insertItemAt): dito + (removeItem): dito + (removeItemAt): dito + (removeAll): fixed exception behavior, added user doc, added support + for model not being instance of DefaultComboBoxModel + (getSelectedItemObjects): simplified + (getItemCount): fixed dependency on DefaultComboBoxModel + (getItemAt): fixed dependency on MutableComboBoxModel + * javax/swing/DefaultComboBoxModel.java: + (setSelectedItem): updates selected item only if new + value is null or known (match JDK behavior) + * javax/swing/plaf/basic/BasicComboBoxUI.java: + (paintCurrentValue): renders "" if no item is selected + +2005-02-15 Michael Koch + + * javax/swing/plaf/metal/MetalTheme.java, + javax/swing/plaf/metal/DefaultMetalTheme.java: + New files. + * javax/swing/plaf/metal/MetalLookAndFeel.java + * Makefile.am: Added the new files. + * Makefile.in: Regenerated. + +2005-02-15 Olga Rodimina + + * javax/swing/JTable.java + (editorComp): New field. + (JTable): Initialize local variables and call updateUI + (selectionBackground): Make protected. + (selectionForeground): Likewise. + (initializeLocalVars): Create default editors and renderers, + initialize editingColumn, editingRow variables. + (createDefaultEditors): New Method. + (createDefaultRenderers): Likewise. + (createDefaultListSelectionModel): Removed + (createDefaultSelectionModel): New Method. + (createDefaultTableHeader): Likewise + (removeColumn): Likewise. + (getEditingColumn): Likewise. + (setEditingColumn): Likewise. + (getEditingRow): Likewise. + (setEditingRow): Likewise. + (getEditorComponent): Likewise. + (isEditing): Likewise. + (setDefaultEditor): Likewise. + (addColumnSelectionInterval): Likewise. + (addRowSelectionInterval): Likewise. + (setColumnSelectionInterval): Likewise. + (setRowSelectionInterval): Likewise. + (removeColumnSelectionInterval): Likewise. + (removeRowSelectionInterval): Likewise. + (isColumnSelected): Likewise. + (isRowSelected): Likewise. + (isCellSelected): Likewise. + (selectAll): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JTable.java + (addColumn): New method. + (getColumnClass): Likewise. + (getColumnName): Likewise. + +2005-02-15 Paul Jenner + + * javax/swing/TransferHandler.java + (createTransferable): Made protected. + +2005-02-15 Michael Koch + + * javax/swing/JTable.java, + javax/swing/plaf/basic/BasicTableHeaderUI.java, + javax/swing/plaf/basic/BasicTableUI.java: + Use fixed get/setIntercellSpacing() methods. + +2005-02-15 Michael Koch + + * javax/swing/JTable.java + (getIntercellSpacing): Fixed typo in method name. + (setIntercellSpacing): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/text/JTextComponent.java + (focusAccelerator): New variable. + (getFocusAccelerator): New method. + (setFocusAccelerator): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JComponent.java + (setTransferHandler): Made public. Fire property change event. + * javax/swing/TransferHandler.java: Implemented. + * javax/swing/text/JTextComponent.java + (DefaultTransferHandler): New inner class. + (defaultTransferHandler): New variable. + (copy): New method. + (cut): Likewise. + (paste): Likewise. + (doTransferAction): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JTree.java + (collapsePath): New method. + (collapseRow): Likewise. + (expandPath): Likewise. + (expandRow): Likewise. + (checkExpandParents): Likewise. + (doExpandParents): Likewise. + (setExpandedState): Likewise. + (makeVisible): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JPasswordField.java: Updated javadocs. + +2005-02-15 Michael Koch + + * javax/swing/JLayeredPane.java + (getLayer): Fixed return type, made public. + (getPosition): Use new getLayer(). + (SetPosition): Likewise. + (getIndexOf): Likewise. + (remove): Likewise. + * javax/swing/JInternalFrame.java + (getLayer): Use new JLayeredPane.getLayer(). + + +2005-02-15 Michael Koch + + * javax/swing/table/TableColumn.java: Added/fixed javadocs over all. + (setHeaderValue): Simplified. Do nothing when old value == new value. + +2005-02-15 Thomas Fitzsimmons + + * gnu/java/awt/peer/gtk/GdkGraphics.java (setClip): Protect + against null clip region. + * gnu/java/awt/peer/gtk/GtkFramePeer.java (create): Call + gtkWindowSetResizable. + (postConfigureEvent): Only revalidate if frame size has changed. + * gnu/java/awt/peer/gtk/GtkWindowPeer.java (postConfigureEvent): + Only revalidate if frame size has changed. + * java/awt/Component.java (reshape): Only repaint and post + component events if component is showing. + * java/awt/Container.java (addImpl): Only post container event if + container is showing. + (remove): Likewise. + * java/awt/Window.java (setLocationRelativeTo): Implement. + (setBoundsCallback): Only post component events if component is + showing. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (clearRect): + Protect against null graphics structure. Flush gdk event queue. + +2005-02-15 Michael Koch + + * javax/imageio/ImageReader.java, + javax/imageio/ImageTranscoder.java, + javax/imageio/ImageWriter.java, + javax/imageio/spi/ImageInputStreamSpi.java, + javax/imageio/spi/ImageOutputStreamSpi.java, + javax/imageio/spi/ServiceRegistry.java, + javax/imageio/stream/ImageInputStream.java, + javax/imageio/stream/ImageOutputStream.java: Updated. + * javax/imageio/IIOException.java, + javax/imageio/IIOImage.java, + javax/imageio/IIOParam.java, + javax/imageio/IIOParamController.java, + javax/imageio/ImageIO.java, + javax/imageio/ImageReadParam.java, + javax/imageio/ImageTypeSpecifier.java, + javax/imageio/ImageWriteParam.java, + javax/imageio/spi/IIORegistry.java, + javax/imageio/spi/ImageReaderSpi.java, + javax/imageio/spi/ImageWriterSpi.java, + javax/imageio/stream/FileCacheImageInputStream.java, + javax/imageio/stream/FileCacheImageOutputStream.java, + javax/imageio/stream/FileImageInputStream.java, + javax/imageio/stream/FileImageOutputStream.java, + javax/imageio/stream/ImageInputStreamImpl.java, + javax/imageio/stream/ImageOutputStreamImpl.java, + javax/imageio/stream/MemoryCacheImageInputStream.java, + javax/imageio/stream/MemoryCacheImageOutputStream.java, + javax/imageio/event/IIOReadProgressListener.java, + javax/imageio/event/IIOReadUpdateListener.java, + javax/imageio/event/IIOReadWarningListener.java, + javax/imageio/event/IIOWriteProgressListener.java, + javax/imageio/event/IIOWriteWarningListener.java, + javax/imageio/metadata/IIOMetadata.java, + javax/imageio/metadata/IIOMetadataController.java, + javax/imageio/metadata/IIOMetadataFormat.java, + javax/imageio/metadata/IIOInvalidTreeException.java, + javax/imageio/metadata/IIOMetadataFormatImpl.java, + javax/imageio/metadata/IIOMetadataNode.java: New files. + * Makefile.am (javax_source_files): Added new files + * Makefile.in: Regenerated. + +2005-02-15 Graydon Hoare + + * gnu/java/awt/peer/gtk/GdkGraphics2D.java: + Rework painting into BufferedImages + * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: + Construct BufferedImage with alpha only when alpha is + present in colormodel. + * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: + Rework painting into client-side jint arrays. + * jni/gtk-peer/gtkcairopeer.h: + Likewise. + +2005-02-15 Michael Koch + + * javax/swing/DefaultListCellRenderer.java + (serialVersionUID): Made private. + (getListCellRendererComponent): Set horizontal alignment. + * javax/swing/JLabel.java + (setVerticalAlignment): Re-implemented. + (setHorizontalAlignment): Do nothing if old value = new value. + * javax/swing/JList.java + (setCellRenderer): Likewise. + (setModel): Re-implemented. + (setSelectionModel): Likewise. + +2005-02-15 David Gilbert + + * java/awt/Component.java, + java/awt/geom/Rectangle2D.java: + Javadoc fixes. + +2005-02-15 Michael Koch + + * javax/swing/AbstractListModel.java + (fireContentsChanged): Simplified. + (fireIntervalAdded): Likewise. + (fireIntervalRemoved): Likewise. + * javax/swing/DefaultSingleSelectionModel.java: + Reformatted. + (fireStateChanged): Simplified. + * javax/swing/JPopupMenu.java + (setSelectionModel): Set property. + +2005-02-15 Michael Koch + + * java/awt/print/Book.java: Reformatted. + +2005-02-15 Michael Koch + + * java/awt/geom/Area.java + (QuadSegment.curveArea): Remove unused variables. + (CubicSegment.curveArea): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JTree.java + (ANCHOR_SELECTION_PATH_PROPERTY): Added @since tag. + (LEAD_SELECTION_PATH_PROPERTY): Likewise. + (EXPANDS_SELECTED_PATHS_PROPERTY): Likewise. + (EXPANDED): New constant. + (COLLAPSED): Likewise. + (nodeStates): New field. + (cellEditor): New method. + (cellRenderer): Likewise. + (selectionModel): Likewise. + (treeModel): Likewise. + (scrollPathToVisible): Likewise. + (scrollRowToVisible): Likewise. + (isCollapsed): Likewise. + (isExpanded): Likewise. + (clearToggledPaths): Likewise. + (getDescendantToggledPaths): Likewise. + (hasBeenExpanded): Likewise. + (isVisible): Likewise. + (isPathEditable): Likewise. + +2005-02-15 Michael Koch + + * javax/swing/JLayeredPane.java: Reformatted. + +2005-02-15 Michael Koch + + * javax/swing/tree/DefaultMutableTreeNode.java: + Completely Revised. + * javax/swing/tree/MutableTreeNode.java: + Reformatted. + +2005-02-15 Michael Koch + + * javax/swing/JFormattedTextField.java + (setDocument): Call setDocument of super class. Don't fire property + change event. + +2005-02-15 Sven de Marothy + + * java/awt/image/IndexColorModel.java: + Add FIXME with respect to alpha handling. + (getAlpha): Default to returning opaque pixels. + * java/awt/image/MultiPixelPackedSampleModel.java + (MultiPixelPackedSampleModel): Corrected parameters, order of + bit shifts and masks, stride length off by one. + +2005-02-15 Michael Koch + + * javax/swing/JList.java, javax/swing/JTree.java: + Added much new methods and fixed much methods setting bound properties. + +2005-02-16 Mark Wielaard + + * Makefile.am (gnu_xml_source_files): Removed + gnu/xml/dom/DomCDATA.java, gnu/xml/dom/DomEx.java, + gnu/xml/dom/DomFragment.java, gnu/xml/dom/DomPI.java and + gnu/xml/dom/ls/DomLSEx.java. Replaced by adding + gnu/xml/dom/DomCDATASection.java, gnu/xml/dom/DomDOMException.java, + gnu/xml/dom/DomDocumentFragment.java, + gnu/xml/dom/DomProcessingInstruction.java and + gnu/xml/dom/ls/DomLSException.java. + * Makefile.in: Regenerated. + +2005-02-16 Tom Tromey + + * gnu/xml/aelfred2/SAXDriver.java: Ensure that null is returned when + attribute index is out of bounds. + +2005-02-16 Chris Burdess + + * gnu/xml/aelfred2/SAXDriver.java: Corrected implementation of + isDeclared methods. Improved performance of isSpecified methods. + +2005-02-16 Chris Burdess + + Fixes bug libgcj/19864 + * gnu/xml/dom/DomAttr.java, + gnu/xml/dom/DomCDATA.java, + gnu/xml/dom/DomCDATASection.java, + gnu/xml/dom/DomCharacterData.java, + gnu/xml/dom/DomDOMException.java, + gnu/xml/dom/DomDoctype.java, + gnu/xml/dom/DomDocument.java, + gnu/xml/dom/DomDocumentConfiguration.java, + gnu/xml/dom/DomDocumentFragment.java, + gnu/xml/dom/DomElement.java, + gnu/xml/dom/DomEx.java, + gnu/xml/dom/DomFragment.java, + gnu/xml/dom/DomImpl.java, + gnu/xml/dom/DomIterator.java, + gnu/xml/dom/DomNamedNodeMap.java, + gnu/xml/dom/DomNode.java, + gnu/xml/dom/DomNsNode.java, + gnu/xml/dom/DomPI.java, + gnu/xml/dom/DomProcessingInstruction.java, + gnu/xml/dom/DomText.java, + gnu/xml/dom/DomLSEx.java, + gnu/xml/dom/DomLSException.java, + gnu/xml/dom/DomLSParser.java, + gnu/xml/dom/DomLSSerializer.java: Refactoring of exception and DOM + implementation class names to conform to Classpath guidelines. Make + DomLSException use JDK 1.4+ exception chaining. + * gnu/xml/util/SAXNullTransformerFactory.java, + gnu/xml/xpath/Predicate.java: Use constants relative to + declaring class or interface. + +2005-02-16 Andrew Haley + + * javax/security/auth/Subject.java (doAsPrivileged): If acc is + null, create a new AccessControlContext. + * java/security/SecureClassLoader.java (protectionDomainCache): + new field. + (defineClass): Create a new protection domain and add it to our + cache. + + * java/rmi/server/UnicastRemoteObject.java (exportObject): Call + addStub() to keep track of the stub we've exported. + (unexportObject): Call deleteStub(). + * java/rmi/server/RemoteObject.java (stubs): New field. + (addStub): New method. + (deleteStub): New method. + (toStub): Rewrite. + + * java/lang/VMCompiler.java (loadSharedLibrary): Pass + true to findHelper (tryParents). + * gnu/gcj/runtime/SharedLibLoader.java (SharedLibLoader): + Likewise. + * java/net/URLClassLoader.java (SoURLLoader): Likewise. + * gnu/gcj/runtime/SharedLibHelper.java (SharedLibHelper): Pass + ProtectionDomain. + If tryParents is false, don't scan parent class loaders. + + * java/security/Permissions.java (PermissionsHash.implies): + Iterate over the collection and invoke implies() on each + element. + +2005-02-16 Andrew Haley + + * gnu/gcj/runtime/PersistentByteMap.java (name, values, fc): new + fields. + (PersistentByteMap): Set name + Magic number changed to 0x67636a64 ("gcjd"). + (init): Force the map to be prime. + (emptyPersistentByteMap): File name was a string, now a File. + (addBytes): Share srings between entries. + (stringTableSize): New method. + (capacity): Scale by load factor. + (force): New method. + (getFile): New method. + (close): New method. + (putAll): New method. + (ByteWrapper): New class. + * gnu/gcj/tools/gcj_dbtool/Main.java (verbose): New field. + (main): Guess the average string size as 32, not 64. + Copy a database before modifying it, so that we can update a + database in a running system. + If a database isn't big enough, resize it. + "-m": new option: merges databases. + "-a": Create a new detabase if it doesn't exist. + (usage): Correct, add new option. + (addJar): Copy a database before modifying it. + (resizeMap): New method. + +2005-02-15 David Daney + Bryce McKinlay + + * prims.cc (_Jv_CreateJavaVM): Add comment about initialization order. + * posix-threads.cc (_Jv_InitThreads): Call block_sigchld() here to + ensure that GC threads inherit the new signal mask. + (block_sigchld): Call JvFail rather than throwing exception if + pthread_sigmask() fails. + +2005-02-15 Mark Wielaard + + * java/util/jar/Attributes.java (Name.CLASS_PATH): Document that + file path elements are separated by spaces. + +2005-02-15 Mark Wielaard + + * java/util/jar/Attributes.java (Attributes.Name): Add documentation + to describe attributes without a constant field value in this class. + +2005-02-15 Michael Koch + + * java/util/jar/Attributes.java + (CREATED_BY, JAVA_BEAN, MAGIC): Removed. + +2005-02-15 Mark Wielaard + + * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Just use + space for parsing CLASS_PATH attribute. + +2005-02-15 Mark Wielaard + + * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Don't look + aside for "GCJLIBS" in directory where jarfiles are loaded. + (JarURLLoader.getClass): Removed method. + (JarURLLoader.toString): Removed method. + (FileResource.toString): Removed method. + +2005-02-15 Mark Wielaard + + * javax/net/ssl/SSLContext.java (getInstance): Add exception message + and/or cause before throwing. + +2005-02-15 Richard Henderson + + * Makefile.am (libgcj_la_SOURCES): Move all sources ... + (libgcj0_convenience_la_SOURCES): ... here. + (libgcj_la_LIBADD): Add libgcj0_convenience.la. + (libgcj_la_DEPENDENCIES): Include libgcj_la_LIBADD. + * Makefile.in: Regenerate. + +2005-02-14 Thomas Fitzsimmons + + * jawt.c: New file. + * include/jawt.h: Likewise. + * include/jawt_md.h: Likewise. + * include/Makefile.am (tool_include__HEADERS): Add jawt.h and + jawt_md.h files. + * include/Makefile.in: Regenerate. + * jni/classpath/classpath_jawt.h: Likewise. + * jni/gtk-peer/gtk_jawt.c: Likewise. + * Makefile.am: Build libjawt.so. + * Makefile.in: Regenerate. + +2005-02-14 Tom Tromey + + * testsuite/libjava.lang/PR19921.java: Use correct class name. + +2005-02-14 Tom Tromey + + * testsuite/libjava.lang/PR19921.out: Renamed from PR19929.out. + * testsuite/libjava.lang/PR19921.java: Renamed from PR19929.java. + +2005-02-14 Tom Tromey + + For PR java/19929: + * testsuite/libjava.lang/PR19929.out: New file. + * testsuite/libjava.lang/PR19929.java: New file. + +2005-02-14 Anthony Green + + PR libgcj/18116 + * testsuite/libjava.jni/PR18116.c: New file. + * testsuite/libjava.jni/PR18116.java: New file. + * testsuite/libjava.jni/PR18116.out: New file. + +2005-02-13 Anthony Green + + PR libgcj/18116 + * jni.cc (nathash_add): Don't strdup the method signature. + (_Jv_JNI_RegisterNatives): Convert the slashes to dots in the + method signature. + Update copyright. + +2005-02-12 Mark Wielaard + + Fixes bug libgcj/8170 + * java/lang/ClassLoader.java (loadClass): Don't rewrap + ClassNotFoundException. + * gnu/java/lang/MainThread.java (run): Chain NoClassDefFoundError. + * gnu/gcj/runtime/NameFinder.java (remove_interpreter): Removed. + (remove_internal): New field superceding remove_interpreter. + (sanitizeStack): Remove all no-package classes starting with "_Jv_". + Remove no-class methods starting with "_Jv_". And Replace null + class or method names with the empty string. Stop at either the + MainThread or a real Thread run() method. + (newElement): Made static. + * java/net/URLClassLoader.java (findClass): Throw + ClassNotFoundExceptions including urls, plus parent using toString(). + (thisString): New field. + (toString): New method. + +2005-02-10 Tom Tromey + + * external/sax/Makefile.in: Rebuilt. + * external/sax/Makefile.am (all-local): Removed. + (BUILT_SOURCES): New variable. + (mostlyclean-local): No error if no classes to delete. + * external/w3c_dom/Makefile.in: Rebuilt. + * external/w3c_dom/Makefile.am (all-local): Removed. + (BUILT_SOURCES): New variable. + (mostlyclean-local): No error if no classes to delete. + +2005-02-10 Bryce McKinlay + + * testsuite/libjava.mauve/xfails: Updated to reflect current state + of mauve and libjava. + +2005-02-09 Tom Tromey + + * gnu/java/net/protocol/jar/Connection.java (getJarFile): Open + jar file with OPEN_DELETE. + * java/util/zip/ZipFile.java (ZipFile): Call deleteOnExit when + OPEN_DELETE is used. + +2005-02-09 Tom Tromey + + * java/util/zip/InflaterInputStream.java (markSupported): + Override. + (mark, reset): Likewise. + +2005-02-08 Tom Tromey + + * java/net/URI.java (AUTHORITY_REGEXP): Handle case where user + name or port is missing. + (AUTHORITY_USERINFO_GROUP, AUTHORITY_HOST_GROUP, + AUTHORITY_PORT_GROUP): Updated. + +2005-02-08 Tom Tromey + + * configure: Rebuilt. + * configure.ac: Reduce number of calls to AC_CHECK_FUNCS and + AC_CHECK_HEADERS. + +2005-02-07 Tom Tromey + + * java/lang/natRuntime.cc (insertSystemProperties): Set + sun.boot.class.path earlier. + +2005-02-07 Tom Tromey + + * defineclass.cc (handleClassBegin): Use + _Jv_RegisterInitiatingLoader. + * java/lang/Class.h (_Jv_UnregisterInitiatingLoader): Declare. + * java/lang/natVMClassLoader.cc (resolveClass): Don't register + class. Use _Jv_UnregisterInitiatingLoader. + * java/lang/natClassLoader.cc (_Jv_UnregisterInitiatingLoader): + New function. + +2005-02-07 Mark Wielaard + + Reported by Timo Lindfors + java/util/regex/Matcher.java (lookingAt): Set position when match + found. + (matches): Implemented through lookingAt(). + +2005-02-07 Mark Wielaard + + Fix suggested by Timo Lindfors + * java/util/regex/Pattern.java (split(CharSequence,int)): + Fix while empties > 0 loops. + +2005-02-07 Robert Schuster + + * gnu/java/nio/charset/ISO_8859_1.java, + gnu/java/nio/charset/US_ASCII.java, + gnu/java/nio/charset/UTF_16.java, + gnu/java/nio/charset/UTF_16_LE.java, + gnu/java/nio/charset/UTF_16_BE.java, + gnu/java/nio/charset/UTF_8.java: Fixed canonical names + and aliases according to + "http://www.iana.org/assignments/character-sets", + "http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html" + and "http://oss.software.ibm.com/cgi-bin/icu/convexp?s=ALL". + * gnu/java/nio/charset/Provider.java: Made charset lookup + case-insensitive which fixes bug #11740. + +2005-02-07 Tom Tromey + + PR libgcj/19611: + * Makefile.in: Rebuilt. + * Makefile.am (src.zip): New target. + (install-src.zip): Likewise. + (sourcesdir): New variable. + +2005-02-06 Jerry Quinn + + * javax/imageio/metadata/IIOMetadataNode.java: + Implemented. + * javax/imageio/metadata/IIOAttr.java, + javax/imageio/metadata/IIONamedNodeMap.java, + javax/imageio/metadata/IIONodeList.java: + New files + +2005-02-06 Graydon Hoare + + * gnu/java/awt/ClasspathToolkit.java + (registerImageIOSpis): New method. + * javax/imageio/ImageIO.java + (WriterFormatFilter.filter): Fix copy-and-paste typos. + (WriterMIMETypeFilter.filter): Likewise. + (ImageReaderIterator): Pass extension argument through to SPI. + (getReadersByFilter): Likewise. + (getWritersByFilter): Likewise. + (getImageReadersByFormatName): Likewise. + (getImageReadersByMIMEType): Likewise. + (getImageReadersBySuffix): Likewise. + (getImageWritersByFormatName): Likewise. + (getImageWritersByMIMEType): Likewise. + (getImageWritersBySuffix): Likewise. + (read): Implement. + (write): Implement. + * javax/imageio/ImageReader.java + (progressListeners): Initialize. + (setInput): Implement. + * javax/imageio/ImageWriter.java + (progressListeners): Initialize. + (warningListeners): Likewise. + (warningLocales): Likewise. + (setOutput): Test "isInstance" rather than class equality. + * javax/imageio/spi/IIORegistry.java + (static): Add reader and writer SPIs. + (IIORegistry): Call ClasspathToolkit.registerImageIOSpis. + +2005-02-06 Michael Koch + + * javax/imageio/metadata/IIOInvalidTreeException.java + (IIOInvalidTreeException): Reformatted. + * javax/imageio/spi/IIORegistry.java + (static): Register ImageReaderSpi.class and ImageWriterSpi.class. + * javax/imageio/stream/MemoryCacheImageInputStream.java: + Reworked import statements. + +2005-02-06 Michael Koch + + * javax/imageio/stream/FileImageOutputStream.java: + Implemented. + +2005-02-06 Michael Koch + + * javax/imageio/stream/FileCacheImageInputStream.java, + javax/imageio/stream/FileCacheImageOutputStream.java, + javax/imageio/stream/FileImageInputStream.java, + javax/imageio/stream/ImageInputStreamImpl.java, + javax/imageio/stream/ImageOutputStreamImpl.java, + javax/imageio/stream/MemoryCacheImageInputStream.java, + javax/imageio/stream/MemoryCacheImageOutputStream.java: + Added all missing methods in javax.imageio.stream. + +2005-02-02 David Daney + + * java/net/InetAddress.java (InetAddress): Make a private copy of + the address. + * java/net/Inet4Address.java (getAddress): Return a copy of the + address. + * java/net/Inet6Address.java (Inet6Address): Use private copy of + the address + (getAddress): Return a copy of the address. + (equals): Rewrote. + +2005-02-02 Tom Tromey + + * Makefile.in: Rebuilt. + * Makefile.am (classes.stamp): New target, broken out from + libgcj.jar target. + ($(all_java_class_files)): Depend on it. + (libgcj-@gcc_version@.jar): Likewise. + (all-recursive): Likewise. + (CLEANFILES): Include classes.stamp. + +2005-02-02 Hans Boehm + + * link.cc: Include + +2005-02-02 Tom Tromey + + PR libgcj/19681: + * Makefile.in: Rebuilt. + * Makefile.am (ordinary_java_source_files): Added new class. + * java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal): + Use system_instance, not instance. + * gnu/gcj/runtime/SystemClassLoader.java: New file. + * gnu/gcj/runtime/VMClassLoader.java (init): Don't search + java.class.path. + (system_instance): New field. + (initialize): Initialize the system loader as well. + (VMClassLoader): Default to LIB_CACHE. + +2005-02-02 Tom Tromey + + * gnu/gcj/runtime/PersistentByteMap.java: Fixed typo. + * prims.cc: Fixed comment. + +2005-02-01 Tom Tromey + + * Makefile.in: Rebuilt. + * Makefile.am (BOOTCLASSPATH): Added sax and w3c_dom. + (.java.class): Use BOOTCLASSPATH. + +2005-02-01 Tom Tromey + + * external/w3c_dom/Makefile.am: New file. + * external/w3c_dom/Makefile.in: New file. + * external/sax/Makefile.am: New file. + * external/sax/Makefile.in: New file. + * external/Makefile.in: New file. + * external/Makefile.am: New file. + * external/README: New file from Classpath. + * configure, aclocal.m4, Makefile.in: Rebuilt. + * configure.ac (AC_CONFIG_FILES): Create new Makefiles. + * Makefile.am (SUBDIRS): Added external. + (toolexeclib_LTLIBRARIES): Removed lib-org-xml-sax.la, + lib-org-w3c-dom.la, lib-org-ietf-gss.la. + (BOOTCLASSPATH): New variable. + (AM_GCJFLAGS): Use it. + (gnu_xml_source_files): New variable. + (libgcj_la_SOURCES): Use it. + (libgcj_la_LDADD): Include new convenience libraries. + (lib_org_ietf_jgss_la_SOURCES): Removed. + (lib_org_ietf_jgss_la_DEPENDENCIES): Likewise. + (lib_org_ietf_jgss_la_LIBADD): Likewise. + (lib_org_w3c_dom_la_SOURCES): Removed. + (lib_org_w3c_dom_la_DEPENDENCIES): Likewise. + (lib_org_w3c_dom_la_LIBADD): Likewise. + (lib_org_xml_sax_la_SOURCES): Removed. + (lib_org_xml_sax_la_DEPENDENCIES): Likewise. + (lib_org_xml_sax_la_LIBADD): Likewise. + (all_java_source_files): Updated. + (property_files): Likewise. + (libgcj-@gcc_version@.jar): Include classes from external/. + (javax_source_files): Updated. + (ordinary_java_source_files): Updated. + * javax/xml/XMLConstants.java, + javax/xml/datatype/DatatypeConfigurationException.java, + javax/xml/datatype/DatatypeConstants.java, + javax/xml/datatype/DatatypeFactory.java, + javax/xml/datatype/Duration.java, + javax/xml/datatype/XMLGregorianCalendar.java, + javax/xml/datatype/package.html, + javax/xml/namespace/NamespaceContext.java, + javax/xml/namespace/QName.java, javax/xml/namespace/package.html, + javax/xml/parsers/DocumentBuilder.java, + javax/xml/parsers/DocumentBuilderFactory.java, + javax/xml/parsers/FactoryConfigurationError.java, + javax/xml/parsers/ParserConfigurationException.java, + javax/xml/parsers/SAXParser.java, + javax/xml/parsers/SAXParserFactory.java, + javax/xml/parsers/package.html, + javax/xml/transform/ErrorListener.java, + javax/xml/transform/OutputKeys.java, + javax/xml/transform/Result.java, javax/xml/transform/Source.java, + javax/xml/transform/SourceLocator.java, + javax/xml/transform/Templates.java, + javax/xml/transform/Transformer.java, + javax/xml/transform/TransformerConfigurationException.java, + javax/xml/transform/TransformerException.java, + javax/xml/transform/TransformerFactory.java, + javax/xml/transform/TransformerFactoryConfigurationError.java, + javax/xml/transform/URIResolver.java, + javax/xml/transform/package.html, + javax/xml/transform/dom/DOMLocator.java, + javax/xml/transform/dom/DOMResult.java, + javax/xml/transform/dom/DOMSource.java, + javax/xml/transform/dom/package.html, + javax/xml/transform/sax/SAXResult.java, + javax/xml/transform/sax/SAXSource.java, + javax/xml/transform/sax/SAXTransformerFactory.java, + javax/xml/transform/sax/TemplatesHandler.java, + javax/xml/transform/sax/TransformerHandler.java, + javax/xml/transform/sax/package.html, + javax/xml/transform/stream/StreamResult.java, + javax/xml/transform/stream/StreamSource.java, + javax/xml/transform/stream/package.html, + javax/xml/validation/Schema.java, + javax/xml/validation/SchemaFactory.java, + javax/xml/validation/TypeInfoProvider.java, + javax/xml/validation/Validator.java, + javax/xml/validation/ValidatorHandler.java, + javax/xml/validation/package.html, javax/xml/xpath/XPath.java, + javax/xml/xpath/XPathConstants.java, + javax/xml/xpath/XPathException.java, + javax/xml/xpath/XPathExpression.java, + javax/xml/xpath/XPathExpressionException.java, + javax/xml/xpath/XPathFactory.java, + javax/xml/xpath/XPathFactoryConfigurationException.java, + javax/xml/xpath/XPathFunction.java, + javax/xml/xpath/XPathFunctionException.java, + javax/xml/xpath/XPathFunctionResolver.java, + javax/xml/xpath/XPathVariableResolver.java, + javax/xml/xpath/package.html: New files, from GNU JAXP. + * org/w3c/dom/Attr.java, org/w3c/dom/CDATASection.java, + org/w3c/dom/CharacterData.java, org/w3c/dom/Comment.java, + org/w3c/dom/DOMException.java, org/w3c/dom/DOMImplementation.java, + org/w3c/dom/Document.java, org/w3c/dom/DocumentFragment.java, + org/w3c/dom/DocumentType.java, org/w3c/dom/Element.java, + org/w3c/dom/Entity.java, org/w3c/dom/EntityReference.java, + org/w3c/dom/NamedNodeMap.java, org/w3c/dom/Node.java, + org/w3c/dom/NodeList.java, org/w3c/dom/Notation.java, + org/w3c/dom/ProcessingInstruction.java, org/w3c/dom/Text.java, + org/w3c/dom/ranges/DocumentRange.java, + org/w3c/dom/ranges/Range.java, + org/w3c/dom/ranges/RangeException.java, + org/w3c/dom/traversal/DocumentTraversal.java, + org/w3c/dom/traversal/NodeFilter.java, + org/w3c/dom/traversal/NodeIterator.java, + org/w3c/dom/traversal/TreeWalker.java, + org/xml/sax/AttributeList.java, org/xml/sax/Attributes.java, + org/xml/sax/ContentHandler.java, org/xml/sax/DTDHandler.java, + org/xml/sax/DocumentHandler.java, org/xml/sax/EntityResolver.java, + org/xml/sax/ErrorHandler.java, org/xml/sax/HandlerBase.java, + org/xml/sax/InputSource.java, org/xml/sax/Locator.java, + org/xml/sax/Parser.java, org/xml/sax/SAXException.java, + org/xml/sax/SAXNotRecognizedException.java, + org/xml/sax/SAXNotSupportedException.java, + org/xml/sax/SAXParseException.java, org/xml/sax/XMLFilter.java, + org/xml/sax/XMLReader.java, org/xml/sax/package.html, + org/xml/sax/ext/DeclHandler.java, + org/xml/sax/ext/LexicalHandler.java, org/xml/sax/ext/package.html, + org/xml/sax/helpers/AttributeListImpl.java, + org/xml/sax/helpers/AttributesImpl.java, + org/xml/sax/helpers/DefaultHandler.java, + org/xml/sax/helpers/LocatorImpl.java, + org/xml/sax/helpers/NamespaceSupport.java, + org/xml/sax/helpers/NewInstance.java, + org/xml/sax/helpers/ParserAdapter.java, + org/xml/sax/helpers/ParserFactory.java, + org/xml/sax/helpers/XMLFilterImpl.java, + org/xml/sax/helpers/XMLReaderAdapter.java, + org/xml/sax/helpers/XMLReaderFactory.java, + org/xml/sax/helpers/package.html: Moved to external/. + * external/sax/README, + external/sax/org/xml/sax/AttributeList.java, + external/sax/org/xml/sax/Attributes.java, + external/sax/org/xml/sax/ContentHandler.java, + external/sax/org/xml/sax/DTDHandler.java, + external/sax/org/xml/sax/DocumentHandler.java, + external/sax/org/xml/sax/EntityResolver.java, + external/sax/org/xml/sax/ErrorHandler.java, + external/sax/org/xml/sax/HandlerBase.java, + external/sax/org/xml/sax/InputSource.java, + external/sax/org/xml/sax/Locator.java, + external/sax/org/xml/sax/Parser.java, + external/sax/org/xml/sax/SAXException.java, + external/sax/org/xml/sax/SAXNotRecognizedException.java, + external/sax/org/xml/sax/SAXNotSupportedException.java, + external/sax/org/xml/sax/SAXParseException.java, + external/sax/org/xml/sax/XMLFilter.java, + external/sax/org/xml/sax/XMLReader.java, + external/sax/org/xml/sax/package.html, + external/sax/org/xml/sax/ext/Attributes2.java, + external/sax/org/xml/sax/ext/Attributes2Impl.java, + external/sax/org/xml/sax/ext/DeclHandler.java, + external/sax/org/xml/sax/ext/DefaultHandler2.java, + external/sax/org/xml/sax/ext/EntityResolver2.java, + external/sax/org/xml/sax/ext/LexicalHandler.java, + external/sax/org/xml/sax/ext/Locator2.java, + external/sax/org/xml/sax/ext/Locator2Impl.java, + external/sax/org/xml/sax/ext/package.html, + external/sax/org/xml/sax/helpers/AttributeListImpl.java, + external/sax/org/xml/sax/helpers/AttributesImpl.java, + external/sax/org/xml/sax/helpers/DefaultHandler.java, + external/sax/org/xml/sax/helpers/LocatorImpl.java, + external/sax/org/xml/sax/helpers/NamespaceSupport.java, + external/sax/org/xml/sax/helpers/NewInstance.java, + external/sax/org/xml/sax/helpers/ParserAdapter.java, + external/sax/org/xml/sax/helpers/ParserFactory.java, + external/sax/org/xml/sax/helpers/XMLFilterImpl.java, + external/sax/org/xml/sax/helpers/XMLReaderAdapter.java, + external/sax/org/xml/sax/helpers/XMLReaderFactory.java, + external/sax/org/xml/sax/helpers/package.html, + external/w3c_dom/COPYRIGHT.html, external/w3c_dom/README, + external/w3c_dom/org/w3c/dom/Attr.java, + external/w3c_dom/org/w3c/dom/CDATASection.java, + external/w3c_dom/org/w3c/dom/CharacterData.java, + external/w3c_dom/org/w3c/dom/Comment.java, + external/w3c_dom/org/w3c/dom/DOMConfiguration.java, + external/w3c_dom/org/w3c/dom/DOMError.java, + external/w3c_dom/org/w3c/dom/DOMErrorHandler.java, + external/w3c_dom/org/w3c/dom/DOMException.java, + external/w3c_dom/org/w3c/dom/DOMImplementation.java, + external/w3c_dom/org/w3c/dom/DOMImplementationList.java, + external/w3c_dom/org/w3c/dom/DOMImplementationSource.java, + external/w3c_dom/org/w3c/dom/DOMLocator.java, + external/w3c_dom/org/w3c/dom/DOMStringList.java, + external/w3c_dom/org/w3c/dom/Document.java, + external/w3c_dom/org/w3c/dom/DocumentFragment.java, + external/w3c_dom/org/w3c/dom/DocumentType.java, + external/w3c_dom/org/w3c/dom/Element.java, + external/w3c_dom/org/w3c/dom/Entity.java, + external/w3c_dom/org/w3c/dom/EntityReference.java, + external/w3c_dom/org/w3c/dom/NameList.java, + external/w3c_dom/org/w3c/dom/NamedNodeMap.java, + external/w3c_dom/org/w3c/dom/Node.java, + external/w3c_dom/org/w3c/dom/NodeList.java, + external/w3c_dom/org/w3c/dom/Notation.java, + external/w3c_dom/org/w3c/dom/ProcessingInstruction.java, + external/w3c_dom/org/w3c/dom/Text.java, + external/w3c_dom/org/w3c/dom/TypeInfo.java, + external/w3c_dom/org/w3c/dom/UserDataHandler.java, + external/w3c_dom/org/w3c/dom/bootstrap/DOMImplementationRegistry.java, + external/w3c_dom/org/w3c/dom/css/CSS2Properties.java, + external/w3c_dom/org/w3c/dom/css/CSSCharsetRule.java, + external/w3c_dom/org/w3c/dom/css/CSSFontFaceRule.java, + external/w3c_dom/org/w3c/dom/css/CSSImportRule.java, + external/w3c_dom/org/w3c/dom/css/CSSMediaRule.java, + external/w3c_dom/org/w3c/dom/css/CSSPageRule.java, + external/w3c_dom/org/w3c/dom/css/CSSPrimitiveValue.java, + external/w3c_dom/org/w3c/dom/css/CSSRule.java, + external/w3c_dom/org/w3c/dom/css/CSSRuleList.java, + external/w3c_dom/org/w3c/dom/css/CSSStyleDeclaration.java, + external/w3c_dom/org/w3c/dom/css/CSSStyleRule.java, + external/w3c_dom/org/w3c/dom/css/CSSStyleSheet.java, + external/w3c_dom/org/w3c/dom/css/CSSUnknownRule.java, + external/w3c_dom/org/w3c/dom/css/CSSValue.java, + external/w3c_dom/org/w3c/dom/css/CSSValueList.java, + external/w3c_dom/org/w3c/dom/css/Counter.java, + external/w3c_dom/org/w3c/dom/css/DOMImplementationCSS.java, + external/w3c_dom/org/w3c/dom/css/DocumentCSS.java, + external/w3c_dom/org/w3c/dom/css/ElementCSSInlineStyle.java, + external/w3c_dom/org/w3c/dom/css/RGBColor.java, + external/w3c_dom/org/w3c/dom/css/Rect.java, + external/w3c_dom/org/w3c/dom/css/ViewCSS.java, + external/w3c_dom/org/w3c/dom/events/DocumentEvent.java, + external/w3c_dom/org/w3c/dom/events/Event.java, + external/w3c_dom/org/w3c/dom/events/EventException.java, + external/w3c_dom/org/w3c/dom/events/EventListener.java, + external/w3c_dom/org/w3c/dom/events/EventTarget.java, + external/w3c_dom/org/w3c/dom/events/MouseEvent.java, + external/w3c_dom/org/w3c/dom/events/MutationEvent.java, + external/w3c_dom/org/w3c/dom/events/UIEvent.java, + external/w3c_dom/org/w3c/dom/html2/HTMLAnchorElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLAppletElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLAreaElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLBRElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLBaseElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLBaseFontElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLBodyElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLButtonElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLCollection.java, + external/w3c_dom/org/w3c/dom/html2/HTMLDListElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLDirectoryElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLDivElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLDocument.java, + external/w3c_dom/org/w3c/dom/html2/HTMLElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLFieldSetElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLFontElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLFormElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLFrameElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLFrameSetElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLHRElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLHeadElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLHeadingElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLHtmlElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLIFrameElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLImageElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLInputElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLIsIndexElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLLIElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLLabelElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLLegendElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLLinkElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLMapElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLMenuElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLMetaElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLModElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLOListElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLObjectElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLOptGroupElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLOptionElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLOptionsCollection.java, + external/w3c_dom/org/w3c/dom/html2/HTMLParagraphElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLParamElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLPreElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLQuoteElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLScriptElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLSelectElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLStyleElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLTableCaptionElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLTableCellElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLTableColElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLTableElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLTableRowElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLTableSectionElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLTextAreaElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLTitleElement.java, + external/w3c_dom/org/w3c/dom/html2/HTMLUListElement.java, + external/w3c_dom/org/w3c/dom/ls/DOMImplementationLS.java, + external/w3c_dom/org/w3c/dom/ls/LSException.java, + external/w3c_dom/org/w3c/dom/ls/LSInput.java, + external/w3c_dom/org/w3c/dom/ls/LSLoadEvent.java, + external/w3c_dom/org/w3c/dom/ls/LSOutput.java, + external/w3c_dom/org/w3c/dom/ls/LSParser.java, + external/w3c_dom/org/w3c/dom/ls/LSParserFilter.java, + external/w3c_dom/org/w3c/dom/ls/LSProgressEvent.java, + external/w3c_dom/org/w3c/dom/ls/LSResourceResolver.java, + external/w3c_dom/org/w3c/dom/ls/LSSerializer.java, + external/w3c_dom/org/w3c/dom/ls/LSSerializerFilter.java, + external/w3c_dom/org/w3c/dom/ranges/DocumentRange.java, + external/w3c_dom/org/w3c/dom/ranges/Range.java, + external/w3c_dom/org/w3c/dom/ranges/RangeException.java, + external/w3c_dom/org/w3c/dom/stylesheets/DocumentStyle.java, + external/w3c_dom/org/w3c/dom/stylesheets/LinkStyle.java, + external/w3c_dom/org/w3c/dom/stylesheets/MediaList.java, + external/w3c_dom/org/w3c/dom/stylesheets/StyleSheet.java, + external/w3c_dom/org/w3c/dom/stylesheets/StyleSheetList.java, + external/w3c_dom/org/w3c/dom/traversal/DocumentTraversal.java, + external/w3c_dom/org/w3c/dom/traversal/NodeFilter.java, + external/w3c_dom/org/w3c/dom/traversal/NodeIterator.java, + external/w3c_dom/org/w3c/dom/traversal/TreeWalker.java, + external/w3c_dom/org/w3c/dom/views/AbstractView.java, + external/w3c_dom/org/w3c/dom/views/DocumentView.java, + external/w3c_dom/org/w3c/dom/xpath/XPathEvaluator.java, + external/w3c_dom/org/w3c/dom/xpath/XPathException.java, + external/w3c_dom/org/w3c/dom/xpath/XPathExpression.java, + external/w3c_dom/org/w3c/dom/xpath/XPathNSResolver.java, + external/w3c_dom/org/w3c/dom/xpath/XPathNamespace.java, + external/w3c_dom/org/w3c/dom/xpath/XPathResult.java: New files + from Classpath. + +2005-01-31 Anthony Green + + * gnu/java/net/natPlainDatagramSocketImplPosix.cc (getOption): + Support IP_MULTICAST_LOOP. + (setOption): Support IP_MULTICAST_LOOP. + + * gnu/java/net/natPlainSocketImplPosix.cc (setOption): Add + SO_REUSEADDR support. + (getOption): Support SO_REUSEADDR. + +2005-01-28 Jeroen Frijters + + PR libgcj/19649 + * java/util/Date.java + (Date(int,int,int), Date(int,int,int,int,int)): Delegate to other + constructor. + (Date(int,int,int,int,int,int)): Fixed to handle out-of-range + arguments. + (getTimezoneOffset): Inverted sign. + +2005-01-26 Ranjit Mathew + + * testsuite/libjava.jacks/jacks.xfail: Update for PR java/19070, + remove other passing tests and add new XFAILs. + +2005-01-24 Tom Tromey + + * java/lang/Class.h (next): Updated documentation. Renamed to + 'next_or_version'. + * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Use + _Jv_CheckABIVersion. + (_Jv_RegisterClasses_Counted): Likewise. + (_Jv_RegisterClassHookDefault): Fix starting condition of + duplicate-checking loop. + * include/jvm.h (GCJ_VERSION): New define. + (GCJ_BINARYCOMPAT_ADDITION): Likewise. + (_Jv_CheckABIVersion): New function. + +2005-01-24 Jakub Jelinek + + * Makefile.am (libgij_la_LIBADD): Add -L$(here)/.libs. + (libgij_la_LDFLAGS): Add. + * Makefile.in: Rebuilt. + +2005-01-24 Roger Sayle + + PR java/19295 + * testsuite/libjava.compile/PR19295.java: New test case. + +2005-01-19 Tom Tromey + + * java/lang/VMCompiler.java (compileClass): Ignore UnknownError. + * gnu/gcj/runtime/natSharedLibLoader.cc (finalize): Only dlclose + if 'handler' is valid. + +2005-01-17 Tom Tromey + + * java/text/MessageFormat.java (scanString): Changed how quoting + is handled. + (scanFormatElement): Likewise. + +2004-12-07 Mark Wielaard + + * java/text/MessageFormat.java (scanFormat): Chain thrown exception. + +2005-01-15 Michael Koch + + PR libgcj/19444 + * java/net/URI.java + (AUTHORITY_REGEXP): New regexp constant. + (AUTHORITY_USERINFO_GROUP): New constant. + (AUTHORITY_HOST_GROUP): Likewise. + (AUTHORITY_PORT_GROUP): Likewise. + (port): Changed default value to -1. + (parseURI): Parse authority part and initialize host, + port and userInfo. + +2005-01-14 Robin Green + + * java/io/File.java (toURI): Generate a URI which we understand. + +2005-01-13 Graydon Hoare + + * include/jni.h (_Jv_JNIEnv::bottom_locals): New field. + * include/jvm.h (_Jv_FreeJNIEnv): Declare. + * java/lang/natThread.cc (finalize_native): Call _Jv_FreeJNIEnv. + * jni.cc: Reuse bottom frame between calls, avoid clearing + frame when no local references are made. + +2005-01-13 Michael Koch + + PR libgcj/17784 + * java/lang/Thread.java + (Thread): Call checkAccess(). + (stop): Fixed argument name to match javadoc. + * java/lang/natThread.cc + (interrupt): Call checkAccess(). + (stop): Likewise. + +2005-01-11 Michael Koch + + PR libgcj/13972 + * java/net/URL.java (URL): Handle specs like + "/redir?http://domain2.com/index.html" which start with a slash. + +2005-01-11 Michael Koch + + PR libgcj/14012, PR libgcj/14013, PR libgcj/15157, PR libgcj/15509 + * gnu/java/net/BASE64.java, + gnu/java/net/EmptyX509TrustManager.java, + gnu/java/net/LineInputStream.java, + gnu/java/net/protocol/http/Authenticator.java, + gnu/java/net/protocol/http/ByteArrayRequestBodyWriter.java, + gnu/java/net/protocol/http/ByteArrayResponseBodyReader.java, + gnu/java/net/protocol/http/ChunkedInputStream.java, + gnu/java/net/protocol/http/Cookie.java, + gnu/java/net/protocol/http/CookieManager.java, + gnu/java/net/protocol/http/Credentials.java, + gnu/java/net/protocol/http/HTTPConnection.java, + gnu/java/net/protocol/http/HTTPDateFormat.java, + gnu/java/net/protocol/http/HTTPURLConnection.java, + gnu/java/net/protocol/http/Headers.java, + gnu/java/net/protocol/http/Request.java, + gnu/java/net/protocol/http/RequestBodyWriter.java, + gnu/java/net/protocol/http/Response.java, + gnu/java/net/protocol/http/ResponseBodyReader.java, + gnu/java/net/protocol/http/ResponseHeaderHandler.java, + gnu/java/net/protocol/http/SimpleCookieManager.java, + gnu/java/net/protocol/http/event/ConnectionEvent.java, + gnu/java/net/protocol/http/event/ConnectionListener.java, + gnu/java/net/protocol/http/event/RequestEvent.java, + gnu/java/net/protocol/http/event/RequestListener.java: New files. + * gnu/java/net/protocol/http/Connection.java: Removed. + * gnu/java/net/protocol/http/Handler.java, + javax/net/ssl/HttpsURLConnection.java: Updated. + * Makefile.am: Added new files and remove old ones. + * Makefile.in: Regenerated. + +2005-01-11 Tom Tromey + + PR libgcj/18840: + * java/io/BufferedInputStream.java (read): Repeatedly read to + fill buffer. + (refill): Change test to see if buffer must be grown. + +2005-01-10 Tom Tromey + + * mauve-libgcj: Exclude some swing tests. + +2005-01-10 Tom Tromey + + PR libgcj/12016, PR libgcj/18405, PR libgcj/17738: + * java/lang/Package.java (getPackages): Use VMClassLoader when + appropriate. + (getPackage): Likewise. + * prims.cc (_Jv_CreateJavaVM): Call + _Jv_RegisterBootstrapPackages. + * include/jvm.h (_Jv_RegisterBootstrapPackages): Declare. + * java/lang/VMClassLoader.java (getPackage): Rewrote. + (getPackages): Likewise. + (definedPackages): New field. + (definePackageForNative): New method. + * java/lang/Class.h (_Jv_FindClassInCache): Updated. + * java/lang/natVMClassLoader.cc (loadClass): Updated. + * defineclass.cc (handleClassBegin): Use + ClassLoader.findLoadedClass. + * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): + Rewrote. + (struct _Jv_LoaderInfo): Removed. + (initiated_classes): Likewise. + (_Jv_UnregisterClass): Don't use initiated_classes. + (_Jv_FindClassInCache): Likewise. Removed 'loader' argument. + (_Jv_FindClass): Register classes found during boostrap. + (BOOTSTRAP_CLASS_LIST_SIZE): New define. + (bootstrap_class_list): New global. + (bootstrap_index): Likewise. + (_Jv_RegisterBootstrapPackages): New function. + * gnu/gcj/runtime/natVMClassLoader.cc (findClass): Call + definePackageForNative. + (findClass): Updated. + * gnu/gcj/runtime/VMClassLoader.java (definePackageForNative): + New method. + +2005-01-10 Tom Tromey + + PR libgcj/18868: + * include/jvm.h (_Jv_Linker::find_field): Declare. + (_Jv_Linker::find_field_helper): Likewise. + * link.cc (find_field_helper): New method. + (find_field): Likewise. + (resolve_pool_entry): Use it. Throw NoSuchFieldError when field + not found. + (link_symbol_table): Use find_field. + +2005-01-10 Michael Koch + + PR libgcj/18014 + * java/util/Locale.java (Locale): Don't uppercase variant. + (getISOCountries): Fixed typo in javadoc. + +2005-01-10 Michael Koch + + * java/util/SimpleTimeZone.java (checkRule): + Throw IllegalArgumentException on invalid month values. + * java/util/TimeZone.java (setID): + Throw NullPointerException if needed. + +2005-01-10 Andrew John Hughes + + * java/util/SimpleTimeZone.java (getOffset): + offset end date with daylight savings + +2005-01-10 Ranjit Mathew + + * testsuite/libjava.compile/PR19277.java: New file for PR java/19277. + * testsuite/libjava.compile/PR19277.xfail: Likewise. + +2005-01-09 Michael Koch + + PR libgcj/17069 + * java/net/InetAddress.java (getLocalHost): + Throw UnknownHostException if local hostname cannot be determined. + +2005-01-06 Tom Tromey + + * java/lang/ClassLoader.java (findClass): Fixed documentation. + +2005-01-07 Michael Koch + + PR libgcj/18115 + * java/nio/Buffer.java (address): New field. + * java/nio/DirectByteBufferImpl.java (address): Removed. + * java/nio/MappedByteBufferImpl.java (address): Likewise. + * java/nio/CharViewBufferImpl.java (CharViewBufferImpl): + Explicitly initialize Buffer.address if needed. + * java/nio/DoubleViewBufferImpl.java (DoubleViewBufferImpl): Likewise. + * java/nio/FloatViewBufferImpl.java (FloatViewBufferImpl): Likewise. + * java/nio/IntViewBufferImpl.java (IntViewBufferImpl): Likewise. + * java/nio/LongViewBufferImpl.java (LongViewBufferImpl): Likewise. + * java/nio/ShortViewBufferImpl.java (ShortViewBufferImpl): Likewise. + * jni.cc (_Jv_JNI_GetDirectBufferAddress): Don't assume buffer is a + DirectByteBufferImpl object. + (_Jv_JNI_GetDirectBufferCapacity): Likewise. + * testsuite/libjava.jni/directbuffer.c, + testsuite/libjava.jni/directbuffer.java, + testsuite/libjava.jni/directbuffer.out, + testsuite/libjava.jni/bytebuffer.c, + testsuite/libjava.jni/bytebuffer.java, + testsuite/libjava.jni/bytebuffer.out: New files. + +2005-01-05 Tom Tromey + + * java/util/zip/ZipEntry.java (setCompressedSize): Allow any + argument. + (compressedSize): Now 'long'. Default to -1. + (getCompressedSize): Rewrote. + * java/util/zip/DeflaterOutputStream.java (deflate): Don't + deflate at all if we need input. + +2005-01-05 Tom Tromey + + PR libgcj/15719: + * interpret.cc (run) : Set tmpval + correctly. + +2005-01-05 Tom Tromey + + * java/lang/natRuntime.cc (insertSystemProperties): Set + java.ext.dirs earlier. + +2005-01-05 Eric Botcazou + + * java/lang/natObject.cc (_Jv_ObjectCheckMonitor): Initialize the + sync_info element of the object if needed. + +2005-01-03 Eric Botcazou + + * testsuite/libjava.lang/Process_4.java (Process_4): Expect only + a non-zero exit status from 'false'. + +2005-01-01 Bryce McKinlay + + * include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h. + diff --git a/libjava/ChangeLog-1999 b/libjava/ChangeLog-1998 similarity index 51% copy from libjava/ChangeLog-1999 copy to libjava/ChangeLog-1998 index 522025e85bb..f205833dca8 100644 --- a/libjava/ChangeLog-1999 +++ b/libjava/ChangeLog-1998 @@ -1,3510 +1,3 @@ -1999-12-21 Per Bothner - - * java/lang/natClass.cc (getDeclaredMethods): Correctly compute - offset in new Method. - -1999-12-22 Bryce McKinlay - - * java/lang/natObject.cc (notify): Throw message with - IllegalMonitorStateException. - (notifyAll): Ditto. - (wait): Ditto. - * java/lang/Thread.java (isInterrupted): Don't clear interrupt_flag. - (isInterrupted_): New function, which does clear interrupt_flag. - (interrupt): Use `isInterrupted_'. - * java/lang/natThread.cc (interrupt): Add comment. - (join): Set `prev' in joiner loop. - Change various calls to `isInterrupted' to use `isInterrupted_'. - * posix-threads.cc (_Jv_CondWait): Allways use pthread_cond_timedwait - on linux. Set result to 0 on an interrupt. Test interrupted status - of java Thread object directly. - FLAG_INTERRUPTED: removed. - (_Jv_ThreadStart): Throw OutOfMemoryError if pthread_create fails. - (_Jv_ThreadInterrupt): Don't set FLAG_INTERRUPTED. - (_Jv_InitThreads): Don't block SIGINT. - (_Jv_ThreadWait): Don't configure SIGINT handler. - -1999-12-21 Tom Tromey - - * mauve-libgcj: Added java.lang.reflect.Modifier.toString12. - -1999-12-20 Tom Tromey - - * java/lang/reflect/Modifier.java (STRICT): New constant. - (isStrict): New method. - (toString): Added `strict'. - -1999-12-23 Anthony Green - - * configure: Rebuilt. - * configure.in (LIBDATASTARTSPEC): Force data_start in with - linker trick. - -1999-12-19 Anthony Green - - * libgcjdata.c: New file. - * libgcj.spec.in: Use @LIBDATASTARTSPEC@ in startfile. - * configure: Rebuilt. - * configure.in (LIBDATASTARTSPEC): Force data with a known name - into the program. - * Makefile.in: Rebuilt. - * Makefile.am: Build libgcjdata.a. - - * libgcj.spec.in: Use @FORCELIBGCCSPEC@ in startfile. - * configure: Rebuilt. - * configure.in (FORCELIBGCCSPEC): Force important parts of libgcc - into every program. - -1999-12-17 Tom Tromey - - * java/lang/reflect/Method.java (toString): Call getType if - required. Partial fix for PR libgcj/111. From Per Bothner. - - * java/lang/natPosixProcess.cc (startProcess): Don't use sprintf. - -1999-12-16 Bryce McKinlay - - * java/lang/Boolean.java (Boolean(String)): Set `value' to false on a - null String constructor parameter. - * java/net/natPlainSocketImpl.cc: Remove unneccessary sprintf calls - for exception messages. - BooleanClass: declare. - (setOption): Use BooleanClass instead of Class.forName() for - instanceof test. - (bind): Cast 4th parameter of setsockopt to `char *' for - compatibility with older Solaris headers. - * java/net/natPlainDatagramSocketImpl.cc: Remove unneccessary - sprintf calls for exception messages. - BooleanClass, IntegerClass: declare. - (setOption): Use BooleanClass and IntegerClass, not Class.forName() - for instanceof test. - -1999-12-15 Tom Tromey - - * java/lang/natSystem.cc (init_properties): Don't set user.name or - user.home if NO_GETUID defined. Only set user.dir if getcwd - exists. - - * include/config.h.in: Rebuilt. - * acconfig.h (NO_GETUID): New define. - * configure.in: Rebuilt. - * configure.in: Define NO_GETUID in cross case. Check for getcwd - in native case. - -1999-12-08 Tom Tromey - - * include/posix-threads.h (_Jv_PthreadCheckMonitor): Handle case - where no recursive mutexes exist. Fixes PR libgcj/117. - -1999-12-05 Anthony Green - - * include/jvm.h: Declare many functions with - __attribute__((__malloc__)). - * gcj/javaprims.h: Ditto. - -Thu Dec 2 17:26:47 1999 Anthony Green - - * THANKS: Giving credit where credit is due. - -1999-12-02 Bryce McKinlay - - * java/net/ServerSocket.java (ServerSocket): Bind to any interface - if bindAddr is null. - * java/lang/natString.cc (equalsIgnoreCase): return false if - anotherString is null. - * java/lang/Boolean.java (valueOf): return FALSE if argument is - null. - -1999-11-30 Tom Tromey - - * posix-threads.cc (_Jv_MutexInit): Use _Jv_PthreadGetMutex to get - mutex to initialize. Initialize `count' if required. - Fixes PR libgcj/98. - -1999-11-27 Per Bothner - - * exception.cc: Remove prototype declarations for malloc and free. - These clash with recent versions of glibc, which specifies `throws ()' - when __cplusplus is defined. Instead, #include . - -1999-11-24 Tom Tromey - - * prims.cc (_Jv_NewObjectArray): Use - _Jv_GetArrayElementFromElementType. - (_Jv_NewPrimArray): Likewise. - * java/lang/natObject.cc (clone): Use - _Jv_GetArrayElementFromElementType instead of sizeof. - * java/lang/natSystem.cc (arraycopy): Use - _Jv_GetArrayElementFromElementType. - * include/jvm.h (_Jv_GetArrayElementFromElementType): New - function. - -1999-11-23 Bryce McKinlay - - * java/net/natPlainSocketImpl.cc: Fix potential buffer overruns in - Exception messages. PR java.net/57. - (bind): set SO_REUSEADDR before bind. - * java/net/natPlainDatagramSocketImpl.cc: Fix potential buffer - overruns. PR java.net/57. - -1999-11-19 Tom Tromey - - * Makefile.am (DIVIDESPEC): Removed. - (EXCEPTIONSPEC): Removed. - -1999-11-19 Andrew Haley - - * Makefile.am (JCFLAGS): Add -L$(here) - (JC1FLAGS): Ditto. - * Makefile.in: Rebuild. - -1999-11-18 Tom Tromey - - * java/lang/natDouble.cc: Include . - - * include/config.h.in: Rebuilt. - * acconfig.h (SJLJ_EXCEPTIONS): Undefine. - * configure.host: Force -fsjlj-exceptions on non-sparc, non-x86 - targets. - * configure: Rebuilt. - * configure.in (EXCEPTIONSPEC): Allow -fsjlj-exceptions to be - requested by configure.host. Don't put `-D' option into - libgcj.spec; instead, define SJLJ_EXCEPTIONS with AC_DEFINE. - - * configure: Rebuilt. - * configure.in (EXCEPTIONSPEC): Changed `_' to `-' in - sjlj-exceptions. - -1999-11-18 Andrew Haley - - * Makefile.am: rename SJLJ_EXCEPTIONS to EXCEPTIONSPEC. - (AM_CFLAGS): remove SJLJ_EXCEPTIONS. - (JC1FLAGS): Ditto. - * Makefile.in: Rebuild - * acconfig.h: remove SJLJ_EXCEPTIONS - * configure.in: rename SJLJ_EXCEPTIONS to EXCEPTIONSPEC. - Do not AC_DEFINE SJLJ_EXCEPTIONS. - * libgcj.spec.in: Add EXCEPTIONSPEC to jc1. - * gcj/Makefile.in, include/Makefile.in: rebuild. - * include/config.h.in: remove SJLJ_EXCEPTIONS. - -1999-11-18 Andrew Haley - - * gij.cc (main): Rename label to prevent conflict. - - * exception.cc (_Jv_type_matcher): Don't check the table if we're - using setjmp/longjmp exceptions: there isn't one. - -1999-11-17 Andrew Haley - - * exception.cc (_Jv_type_matcher): Ignore null exception tables. - (_Jv_Throw ): Add SJLJ_EXCEPTIONS. - (__sjthrow): Add declaration. - * Makefile.am (JCFLAGS): Add SJLJ_EXCEPTIONS - (JC1FLAGS): Ditto - (AM_CFLAGS): Ditto - (AM_CXXFLAGS): Ditto - * Makefile.in: Rebuild - * acconfig.h: Add SJLJ_EXCEPTIONS - * configure.in: Add SJLJ_EXCEPTIONS - * configure: Rebuild. - * gcj/Makefile.in: Rebuild. - * gcj/cni.h: Add support for sjlj-exceptions. - * gcj/javaprims.h: Add _Jv_Sjlj_Throw. - * include/Makefile.in: Rebuild. - * include/default-signal.h: Add support for sjlj-exceptions. - -1999-11-18 Tom Tromey - - * no-threads.cc (_Jv_ThreadStart): Use JvFail and not JvAssert. - - * java/lang/natClass.cc (MCACHE_SIZE): Define as a power of 2 - minus 1. - (method_cache): Made larger. - -1999-11-11 Tom Tromey - - * posix-threads.cc (_Jv_MutexInit): Use _Jv_PthreadGetMutex when - initializing mutex. Initialize `count' when required. - -1999-11-07 Anthony Green - - * java/util/zip/ZipFile.java: Compute the offset of the ZipEntry - data correctly. - -1999-11-05 Tom Tromey - - * java/lang/natThread.cc (destroy): Removed incorrect comment. - -1999-11-05 Jeff Sturm - - * boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current. - * prims.cc (parse_heap_size): Use end, not spec. Use 1024 - multipler for `k'. - -1999-11-05 Tom Tromey - - * java/lang/natThread.cc (stop): Removed argument name. - - * java/lang/ThreadGroup.java (ThreadGroup(int)): No longer - `private'; now has default access. - * Makefile.in: Rebuilt. - * Makefile.am (java/lang/ThreadGroup.h): Removed. - -1999-11-04 Tom Tromey - - * java/lang/natClass.cc (method_cache_count): Removed. - (_Jv_FindMethodInCache): Don't loop looking for the hash entry. - (_Jv_AddMethodToCache): Don't loop. - - * configure.in: Removed `qt' threads case. - * include/quick-threads.h: Removed. - * quick-threads.cc: Removed. - - * include/quick-threads.h (_Jv_ThreadCancel): Removed. - (_Jv_ThreadDestroy): Likewise. - * include/no-threads.h (_Jv_ThreadCancel): Removed. - (_Jv_ThreadDestroy): Likewise. - * include/posix-threads.h (struct _Jv_Thread_t): Removed - `exception' field. - (_Jv_ThreadCancel): Removed decl. - (_Jv_ThreadDestroy): Removed. - * posix-threads.cc (_Jv_ThreadCancel): Removed. - (throw_cleanup): Removed. - (really_start): Don't push or pop cleanup. - (_Jv_ThreadInitData): Don't initialize `exception' field. - * java/lang/Thread.java (stop): Officially unimplemented. - * java/lang/natThread.cc (stop): Officially unimplemented. - -1999-11-02 Bryce McKinlay - - * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h - instead. - -1999-11-02 Tom Tromey - - * boehm.cc: Don't include boehm-config.h. - -1999-11-01 Tom Tromey - - * boehm.cc (_Jv_InitGC): Set GC_java_finalization. - (sum_blocks): Removed. - (_Jv_GCFreeMemory): Use GC_get_free_bytes. - -1999-11-01 Bryce McKinlay - - * java/io/PrintStream (PrintStream): Fix illegal usage of "this" - before "super". - * java/io/OutputStreamWriter (OutputStreamWriter): ditto. - * java/io/InputStreamReader (InputStreamReader): ditto. - -1999-10-22 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (java/lang/ClassLoader.h): New target. - * java/lang/natClassLoader.cc (_Jv_FindClass): Removed reference - to `redirect'. - - * include/java-props.h (_Jv_Compiler_Properties): Changed - declaration. - * gcj/array.h (JvRunMain, _Jv_RunMain): Don't declare. - * include/jvm.h (_Jv_GCSetInitialHeapSize, - _Jv_GCSetMaximumHeapSize): Declare. - (JvRunMain, _Jv_RunMain): Declare. - (_Jv_SetMaximumHeapSize, _Jv_SetInitialHeapSize): Declare. - * nogc.cc (_Jv_GCSetInitialHeapSize): New function. - (_Jv_GCSetMaximumHeapSize): Likewise. - * boehm.cc (_Jv_GCSetInitialHeapSize): New function. - (_Jv_GCSetMaximumHeapSize): Likewise. - * prims.cc (parse_heap_size): New function. - (_Jv_SetInitialHeapSize): Likewise. - (_Jv_SetMaximumHeapSize): Likewise. - (_Jv_Compiler_Properties): New global. - * gij.cc (help): New function. - (version): Likewise. - (heap_size): Likewise. - (heap_max_size): Likewise. - (main): Parse arguments. Set _Jv_Compiler_Properties. - Include , . - (_Jv_Compiler_Properties): Removed. - -1999-10-18 Tom Tromey - - * gnu/gcj/runtime/VMClassLoader.java (getVMClassLoader): New - method. - (redirect): New static field. - * java/lang/ClassLoader.java (getSystemClassLoader): Now - native - (getVMClassLoader0): Removed. - * java/lang/natClassLoader.cc (getVMClassLoader0): Removed. - (redirect): Removed. - (getSystemClassLoader): Implemented. - -1999-10-16 Anthony Green - - * java/lang/ClassLoader.java (getSystemResource): Use - getSystemClassLoader instead of ClassLoader.system. - (getSystemResourceAsStream): Ditto. - - * java/lang/natClassLoader.cc (redirect): Make static and - remove #ifdef INTERPRETER so it is always defined. - (getVMClassLoader0): Remove #ifdef INTERPRETER so it always - returns a VMClassLoader. - - * java/util/ResourceBundle.java (trySomeGetBundle): Create a - PropertyResourceBundle if a properties file is found before a - ResourceBundle class. - -1999-10-15 Tom Tromey - - * gij.cc (main): Formatting fixes. - (_Jv_Compiler_Properties): Define. - * java/lang/natSystem.cc (_Jv_Environment_Properties): Don't - declare. - (init_properties): Set properites from _Jv_Compiler_Properties. - * include/java-props.h (_Jv_Compiler_Properties, - _Jv_Environment_Properties): Declare. - - * include/java-props.h: Added copyright. - -1999-10-13 Anthony Green - - * libtool-version: Catch up by incrementing current. - - * configure.host: Disable use of GCJ_PROPERTIES for mips-tx39. - * configure, include/config.h.in: Rebuilt. - * acconfig.h (DISABLE_GETENV_PROPERTIES): Undefine. - * configure.in: Added --disable-getenv-properties and new define - `DISABLE_GETENV_PROPERTIES'. - - * prims.cc (PROCESS_GCJ_PROPERTIES): Define. - (next_property_key): New function. - (next_property_value): New function. - (process_gcj_properties): New function. - (JvRunMain): Call process_gcj_properties. - (_JvRunMain): Ditto. - - * java/lang/natSystem.cc (init_properties): Set properties defined - in GCJ_PROPERTIES. - - * include/java-props.h: New file. - - * java/lang/natSystem.cc (init_properties): Add new properties to - conform with Java Product Versioning Specification. - -1999-10-12 Tom Tromey - - * configure: Rebuilt. - * configure.in: Fixed test for --disable-java-net. - -1999-10-06 Tom Tromey - - * configure.in (GCJ): Define as "target-gcj", not "target/gcj" - when building Canadian cross. - (NATIVE): Don't define when cross-compiling. - -1999-10-04 Tom Tromey - - * java/net/natPlainSocketImpl.cc: Don't include headers if - java.net is disabled. - - * Makefile.in: Rebuilt. - * Makefile.am (ZINCS): Removed. This is defined in configure.in - when needed, and must be left empty when not needed. - -1999-10-01 Anthony Green - - * THANKS: Refreshed from htdocs version. - -1999-10-01 Steve Chamberlain - - * Makefile.in: Rebuilt. - * Makefile.am (ZINCS): Define - - * configure: Rebuilt. - * configure.in (ZLIBSPEC): Spell -lzgcj correctly. - - * java/lang/ieeefp.h: Add definitions for picoJava. - -1999-10-01 Tom Tromey - - * configure: Rebuilt. - * configure.in: Set classpath when invoking gcj. Use changequote - around sed invocation. - - * java/net/natPlainSocketImpl.cc: Stub native functions if - DISABLE_JAVA_NET is defined. - * java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Fixed - typo in exception string. - (getTimeToLive): Likewise. - Stub native functions if DISABLE_JAVA_NET is defined. - * java/net/natInetAddress.cc: Stub native functions if - DISABLE_JAVA_NET is defined. - * configure.host: Disable java.net for mips-tx39. - * configure, include/config.h.in: Rebuilt. - * acconfig.h (DISABLE_JAVA_NET): Undefine. - * configure.in: Added --disable-java-net and new define - `DISABLE_JAVA_NET'. - -1999-09-30 Tom Tromey - - * java/net/natPlainDatagramSocketImpl.cc: Indentation fix. - -1999-09-29 Bryce McKinlay - - * README: New file. - -1999-09-28 Tom Tromey - - * configure: Rebuilt. - * configure.in (PROCESS): In POSIX case, only set if not already - set. - * configure.host (PROCESS): Set in mips-tx39 case. - - * aclocal.m4, configure: Rebuilt. - * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide - appropriate AC_PROG_ symbol. - -1999-09-24 Tom Tromey - - * include/sparc-signal.h (SIGNAL_HANDLER): Third argument now a - `void *'. - (MAKE_THROW_FRAME): Cast third argument back to `ucontext_t *'. - - Fix for PR java.util/47: - * configure, include/config.h: Rebuilt. - * configure.in: Don't look for ctime or ctime_r. - * Makefile.in: Rebuilt. - * Makefile.am (nat_source_files): Don't mention natDate.cc. - * java/util/natDate.cc: Removed. - * java/util/TimeZone.java (tzIDs, rawOffsets, timeZones): New - static fields. - (getAvailableIDs): Rewrote. - (getTimeZone): Rewrote. - * java/util/Date.java (toGMTString): New method. - (toLocaleString): New method. - (toString): Rewrote. - -1999-09-23 Tom Tromey - - * configure: Rebuilt. - * configure.in: Print message when checking to see if gcj can - handle -fuse-divide-subroutine. - - * java/lang/natFirstThread.cc (run): Renamed from `run0'. Removed - dead code. - * java/lang/FirstThread.java (run0): Renamed to `run'. - (run): Removed. - - * prims.cc (main_init): New function. - (JvRunMain): Call it. - (_Jv_RunMain): Likewise. - Include . - (main_init): Ignore SIGPIPE. Fixes PR 51. - -1999-09-22 Tom Tromey - - * libgcj.spec.in: Use `jc1' spec, not `cc1' spec. - -1999-09-16 Bryce McKinlay - - * java/text/MessageFormat.java (MessageFormat(String)): Set the - default locale. - * java/text/NumberFormat.java: Check that object is a Number. If - not, throw IllegialArgumentException. - -1999-09-21 Tom Tromey - - * gnu/gcj/convert/Output_UTF8.java (write): Don't exit loop unless - both `inlength' and `bytes_todo' are 0. Simplified 2-byte case. - - * include/posix-threads.h (_Jv_MutexDestroy): Use - _Jv_PthreadGetMutex. - (_Jv_MutexLock): Likewise. - (_Jv_MutexUnlock): Likewise. - - * java/io/OutputStreamWriter.java (OutputStreamWriter): Reverted - previous patch; it too was incorrect. - * java/io/PrintStream.java (PrintStream): Likewise. - - * java/io/OutputStreamWriter.java (OutputStreamWriter): Don't - refer to `this' before calling superclass constructor. - * java/io/PrintStream.java (PrintStream): Don't refer to `this' - before calling superclass constructor. - -1999-09-20 Tom Tromey - - * configure: Rebuilt. - * configure.in: Send output of `-fuse-divide-subroutine' test - compilation to /dev/null. - -1999-09-14 Tom Tromey - - * include/java-insns.h: Turned constants into an enum. Added - multiple-inclusion protection. - -1999-09-10 Tom Tromey - - * configure: Rebuilt. - * configure.in: Build include/Makefile. - * Makefile.in: Rebuilt. - * Makefile.am (SUBDIRS): Added gcj and include. - (install-data-local): New target. - (extra_headers): New macro. - * include/Makefile.in: New file. - * include/Makefile.am: New file. - - * interpret.cc: Don't include gcj/field.h or gcj/cni.h. - * java/lang/reflect/natField.cc: Don't include gcj/field.h or - gcj/cni.h. - * boehm.cc: Don't include java-threads.h or gcj/field.h. - * resolve.cc: Include config.h. - * defineclass.cc: Include config.h. - * include/java-interp.h: Don't include config.h. - * include/jvm.h: Include java-threads.h, Object.h, java-gc.h, - cni.h. - - * gcj/javaprims.h: Regenerated namespace decls. - * classes.pl (scan): Don't put `;' after closing brace. - - * Makefile.in: Rebuilt. - * Makefile.am (INCLUDES): Added -I for top_srcdir. - * configure.in: Create gcj/Makefile. - * gcj/Makefile.in: New file. - * gcj/Makefile.am: New file. - * java/lang/Object.h: Don't include any other headers. - * gcj/array.h: Renamed from include/java-array.h. - * gcj/field.h: Renamed from include/java-field.h. - * gcj/method.h: Renamed from include/java-method.h. - * gcj/cni.h, gcj/javaprims.h: Moved from include/. - Updated all files to reflect new include structure. - -1999-09-09 Tom Tromey - - * configure: Rebuilt. - * configure.in: Fixed typo; variable is THREADSPEC and not - THREADSPECS. - -1999-09-08 Tom Tromey - - * include/posix-threads.h (_Jv_PthreadCheckMonitor): Reverted - previous change and implemented a correct test in the __m_count - case. - - * include/posix-threads.h (_Jv_PthreadCheckMonitor): Changed test - in __m_count case. - -1999-09-07 Tom Tromey - - * posix-threads.cc (_Jv_CondWait): pthread_ calls return error - code and don't set errno. - - * posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, - not `r'. Changed `done_sleeping' to a `bool'. - -1999-09-07 Matt Welsh - - * libjava/posix-threads.cc: Added _Jv_ThreadDataKey. - Added FLAG_INTERRUPTED to indicate that a thread was interrupted - by another thread, rather than by the GC. - (_Jv_CondWait): Prevent premature thread wakeup by GC. - (_Jv_InitThreads): Initialize _Jv_ThreadDataKey. - * libjava/include/posix-threads.h (_Jv_ThreadCurrentData): New - function. - -1999-09-03 Tom Tromey - - * configure: Rebuilt. - * configure.in: Check for fstat function. - * java/io/natFileDescriptorPosix.cc (available): Use fstat() if - FIONREAD fails. - -1999-09-02 Tom Tromey - - * include/java-array.h (jobjectArrayjchar): Removed unused - declaration. - - * java/lang/natClassLoader.cc (_Jv_WaitForState): Call - _Jv_PrepareCompiledClass while holding class mutex. - -1999-09-01 Tom Tromey - - * include/posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define. - (_Jv_PthreadGetMutex): Use it. - (_Jv_PthreadCheckMonitor): Use new M_COUNT macros. - (_Jv_MutexInit): Use PTHREAD_MUTEX_IS_STRUCT. - (_Jv_MutexLock): Likewise. - (_Jv_MutexUnlock): Likewise. - * include/config.h.in: Rebuilt. - * acconfig.h (PTHREAD_MUTEX_HAVE_M_COUNT, - PTHREAD_MUTEX_HAVE___M_COUNT): New undefs. - * configure: Rebuilt. - * libgcj.spec.in: Don't mention INTERPSPEC. - * configure.in (INTERPSPEC): Removed. - Only run pthreads-related checks when using POSIX threads. Check - for m_count and __m_count in mutex structure. - -1999-09-01 Matt Welsh - - * java/lang/natClass.cc: Fixed notification of threads - when class initialization is complete. - -1999-09-01 Tom Tromey - - * java/lang/reflect/Modifier.java (ALL_FLAGS): New constant. - * resolve.cc: Removed constants defined by - java.lang.reflect.Modifier. - Include . - (_Jv_ResolvePoolEntry): Use values from Modifier. - (_Jv_DetermineVTableIndex): Likewise. - (_Jv_PrepareClass): Likewise. - (ncode): Likewise. - * defineclass.cc (_Jv_ClassReader): Removed constants defined by - java.lang.reflect.Modifier. - Include . - (checkExtends): Use values from Modifier. - (checkImplements): Likewise. - (handleField): Likewise. - (handleConstantValueAttribute): Likewise. - (handleFieldsEnd): Likewise. - (handleMethod ): Likewise. - (handleMethodsEnd): Likewise. - (handleClassBegin): Likewise. - * interpret.cc: Removed constants defined by - java.lang.reflect.Modifier. - (continue1): Use values from Modifier. - * java/lang/natClassLoader.cc: Removed constants defined by - java.lang.reflect.Modifier. - - * java/lang/natClassLoader.cc (_Jv_NewClass): Use - JV_STATE_NOTHING, not `0'. - * java/lang/Class.h: Replaced JV_STATE_ defines with enum. - - * posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex. - * include/posix-threads.h (_Jv_Mutex_t): Define as structure, - except on Linux. - (_Jv_PthreadGetMutex): New function. - (_Jv_PthreadCheckMonitor): Use it. - (_Jv_MutexInit): Likewise. ALso, initialize `count'. - (_Jv_MutexLock): Update `count'. - (_Jv_MutexUnlock): Likewise. - (_Jv_PthreadCheckMonitor): Use Linux-specific knowledge when - appropriate. - -1999-09-01 Kresten Krab Thorup - - * Makefile.am (.java.lo): Add rule. - - * Makefile.in: Rebuilt. - -1999-09-01 Tom Tromey - - * posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor. - * include/posix-threads.h (_Jv_PthreadCheckMonitor): New - function. - (_Jv_CondNotify): Use it. - (_Jv_CondNotifyAll): Likewise. - - * java/lang/Class.h (JV_STATE_NOTHING): Correct misspelling. - -1999-08-31 Tom Tromey - - * include/jvm.h (_Jv_makeUtf8TypeConst): Removed unused - declaration. - -1999-08-24 Bryce McKinlay - - * posix-threads.cc: Include . - -1999-08-23 Tom Tromey - - * boehm.cc: Undefine TRUE and FALSE. - - * posix-threads.cc (_Jv_CondWait): Use ETIMEDOUT, not ETIME. - -1999-08-21 Tom Tromey - - * posix-threads.cc (_Jv_CondWait): Treat a timeout as a normal - result. PR 40. - -1999-08-21 Alexandre Oliva - - * configure.in: Check for in_addr_t in netinet/in.h too. Check - for ip_mreq too. - * acconfig.h: Define HAVE_IN_ADDR_T instead of in_addr_t. - (HAVE_STRUCT_IP_MREQ): Added. - * configure, include/config.h.in: Rebuilt. - * java/net/natInetAddress.cc (aton): Typedef in_addr_t to jint - if needed. - * java/net/natPlainDatagramSocketImpl.cc (McastReq, mcastGrp): - Disable if ip_mreq is not available. - - * configure.in: Check types ssize_t and in_addr_t. - * acconfig.h: Undefine them. - * configure, include/config.h.in: Rebuilt. - - * java/lang/natSystem.cc (getpwuid_adaptor): New overloaded - function that detects the signature of getpwuid_r. - (init_properties): Use it. - * java/util/natDate.cc (ctime_adaptor): Likewise for ctime_r. - (toString): Use it. - -1999-08-20 Kresten Krab Thorup - - * interpret.cc (continue1): Implement explicit dispatch table. - insn_target: Explicit interpreter switch table. - SAVE_PC: New macro, moves pc saving code into instructions that - require so. - NEXT_INSN: New macro, replaces `goto next_insn' in all insns. - PC_REGISTER_ASM: New macro. - INLINE_SWITCH: New macro. Constrols dispatching strategy. - opcode: Remove local variable. - {i,l,f,d}{load,store}_{0,1,2,3}: Expand definitions. - (POKEI): Use _Jv_word. - (iinc): Use _Jv_word. - (dupx): Change reference argument (sp) to pointer. - (jvdump): Remove - - * interpret.cc: Remove instruction timing instrumentation. - - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Changed - comment. Don't use _Jv_ClassNameSamePackage. - - * gnu/gcj/util/path/{SearchPath,ZipFileEntry,DirectoryPathEntry, - URLPathEntry, CacheEntry}: Removed. - - * Makefile.am (ordinary_java_source_files): Remove gnu/gcj/util/path - package. - (.java.lo): Rule removed. - - * Makefile.in: Rebuilt. - -1999-08-19 Tom Tromey - - * java/lang/natThread.cc (class locker): New class. - (join): Use a locker around _Jv_CondWait. - (sleep): Likewise. - -1999-08-18 Tom Tromey - - * java/lang/ThreadGroup.java: Fixed now-erroneous comment. - * java/lang/natThread.cc (finish_): Call ThreadGroup.remove. - -1999-08-18 Tom Tromey - - * include/javaprims.h ("Java"): Regenerated namespace decls. - -1999-08-18 Kresten Krab Thorup - - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed - from _Jv_InternClassStrings. - - * prims.cc (_Jv_RunMain): New function. - (JvRunMain): Remove gij-support. - - * gij.cc (main): Use _Jv_RunMain. - - * java/util/zip/ZipFile.java: Call readDirectory in constructor. - - * interpret.cc (PUSHA, PUSHI, PUSHF, PUSHL, PUSHD): Don't store - argument in temp variable. - (continue1): For all op_x2y insns, use temp variable for - intermediate value. Also remove some comments. - - * java/lang/natClass.cc (newInstance): Call _Jv_InitClass. - (forName): Don't call _Jv_InitClass. - - * java/lang/Class.java (getResource,getResourceAsStream): Implement. - - * java/util/zip/ZipEntry.java (ZipEntry(ZipEntry)): New construcor. - - * java/util/jar/JarInputStream.java: New file. - - * java/util/jar/JarEntry.java: New file. - - * java/util/jar/JarFile.java: New file. - - * java/net/URLClassLoader.java: New file. - - * java/net/JarURLConnection.java: New file. - - * gnu/gcj/protocol/jar/Handler.java: New file. - - * gnu/gcj/protocol/jar/Connection.java: New file. - - * java/security/SecureClassLoader.java: New file. - - * java/lang/ClassLoader.java (parent): New variable. - (ClassLoader (ClassLoader)): new constructor. - (findClass): New method. - (loadClass): Add default 1.2 implementation. - (getSystemResourceAsBytes, getResourceAsBytes): Removed. - (readfully): Removed. - - * gnu/gcj/runtime/VMClassLoader.java: Moved from java/lang. - (findSystemClass): New method. - (VMClassLoader): Constructor rewritten. - (init): New method. - All other methods removed. - - * java/lang/natClassLoader.cc: Change use of java::lang::VMClassLoader - to gnu::gcj::runtime::VMClassLoader. - (_Jv_InternClassStrings): Use _Jv_ResolvePoolEntry. Also handle - class entries. - (VMClassLoader::findSystemClass): renamed from findBootClass. - - * Makefile.am: Add new files. - (FirstThread.h, ThreadGroup.h): Add _Jv_Main friend. - - * Makefile.in: Rebuilt. - -1999-08-17 Tom Tromey - - * java/lang/natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 - nano. - * include/quick-threads.h (_Jv_CondWait): Don't round to 0 - inappropriately. - -1999-08-16 Tom Tromey - - * configure: Rebuilt. - * configure.in: Set DIVIDESPEC to empty string if compiler does - not support -fuse-divide-subroutine. - -1999-08-14 Per Bothner - - * resolve.cc (_Jv_PrepareClass): Use ClassLoader::resolveClass0. - * java/lang/natClass.cc (initializeClass): Likewise. - * java/lang/ClassLoader.java (resolveClass0): New static method. - (resolveClass): Call resolveClass0. - (findSystemClass): No longer static. - -1999-08-12 Alexandre Oliva - - * include/javaprims.h (TRUE, FALSE): Redefine as themselves. - -1999-08-11 Bryce McKinlay - - * java/util/BitSet.java (set, clear, hashCode): specify "1" constant - as long. - -Mon Aug 9 18:33:38 1999 Rainer Orth - - * Makefile: Rebuilt. - * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native - builds. - - * java/net/natPlainSocketImpl.cc: Include only if - present. - - * configure: Rebuilt. - * configure.in: Properly align --help output, fix capitalization - and punctuation. - * acinclude.m4: Likewise. - -1999-08-09 Kresten Krab Thorup - - * include/javaprims.h (_Jv_word, _Jv_word2): New types. - - * include/java-interp.h (_Jv_InterpMethodInvocation): Use _Jv_word. - (_Jv_callInterpretedMethod): Unused. Remove. - (_Jv_InterpMethod::run,run_normal,run_synch_object,run_synch_class): - Use ffi_raw. - * include/java-cpool.h (_Jv_get, _Jv_put): Remove. - (_Jv_{store,load}{Indexes,Int,Float,Long,Double}): Use _Jv_word. - * boehm.cc (_Jv_MarkObj): Use _Jv_word. - * interpret.cc: use _Jv_word. - * defineclass.cc: use_Jv_word. - * resolve.cc: Use _Jv_word. - (_Jv_ResolvePoolEntry): Return _Jv_word. - * java/lang/Class.h (_Jv_Constants): Use _Jv_word for cpool. - * java/lang/natClassLoader.cc (_Jv_InternClassStrings): Use _Jv_word. - - * interpret.cc (gnu::gcj::runtime::MethodInvocation::continue1): - Change comment. - -Mon Aug 9 18:33:38 1999 Rainer Orth - - * configure: Rebuilt. - * configure.in (sched_yield): Try librt first, then libposix4. - Add -lrt, -lposix4 to THREADSPEC. - -1999-08-08 Anthony Green - - * gnu/gcj/util/path/SearchPath.java: Comment out verbose output. - -1999-08-08 Anthony Green - - * defineclass.cc (_Jv_VerifyClassName): Verify array names - correctly. - -1999-08-08 Anthony Green - - * gij.cc: New file. - - * include/config.h.in: Rebuilt. - * acconfig.h: Add INTERPRETER. - - * Makefile.in: Rebuilt. - * Makefile.am (libffi_files): Identify the libffi object files for - inclusion in libgcj. - (LIBFFIINCS): Define. - - * interpret.cc (gnu::gcj::runtime::MethodInvocation::continue1): - Dummy definition for configurations without an interpreter. - - * java/net/natPlainSocketImpl.cc (getOption): Disamiguate call to - java::lang::Boolean constructor. - - * include/java-interp.h: Always include java-cpool.h. - - * java/lang/natClassLoader.cc (getVMClassLoader0): Always return 0 - when INTERPRETER not defined. - - * java/lang/Class.h (finalize): Define. - - * gnu/gcj/util/path/DirectoryPathEntry.java (getURL): Catch - IOException from File.getCanonicalPath. - (getStream): Likewise. - - * NEWS: More news. - * THANKS: More thanks. - -1999-08-08 Kresten Krab Thorup - - * resolve.cc (get_ffi_type_from_signature): Generate uint16 for - jchar type. - (_Jv_PrepareClass): Allow non-abstract classes to - have abstract subclasses. - (_Jv_ResolvePoolEntry): Revert subclass check for protected - fields and methods. - * interpret.cc (continue1/perform_invoke): Don't sign extend - uint16 return val. - (continue1/lshl,lshr): Push long, not int. - (continue1/ulshr): Use UINT64, not long long. - * defineclass.cc (handleFieldsEnd): Handle case when all fields - are static. - * java/lang/natClass.cc (forName): Add call to _Jv_InitClass. - * java/lang/FirstThread.java (run): Add top-level exception - handler. - (run0): Renamed from run. - -1999-08-08 Kresten Krab Thorup - - * configure.in (--with-interpreter): Added. - * include/config.h.in (INTERPRETER): Added. - - * java/lang/ClassLoader.java: File replaced. - * java/lang/VMClassLoader.java: New file. - * java/lang/natClassLoader.cc: New file. - * gnu/gcj/runtime/MethodInvocation.java: New file. - * gnu/gcj/util/path/SearchPath.java: New file. - * gnu/gcj/util/path/PathEntry.java: New file. - * gnu/gcj/util/path/DirectoryPathEntry.java: New file. - * gnu/gcj/util/path/ZipPathEntry.java: New file. - * gnu/gcj/util/path/URLPathEntry.java: New file. - * gnu/gcj/util/path/CacheEntry.java: New file. - * include/java-interp.h: New file. - * include/java-cpool.h: New file. - * include/java-insns.h: New file. - * defineclass.cc: New file. - * interpret.cc: New file. - * resolve.cc: New file. - - * java/lang/natClass.cc (loaded_classes, _Jv_RegisterClass, - _Jv_RegisterClasses, _Jv_FindClassInCache, _Jv_FindClass, - _Jv_NewClass, _Jv_FindArrayClass): Moved to natClassLoader.cc. - (finalize): New. - (STATE_NOTHING, STATE_RESOLVED, STATE_IN_PROGRESS, STATE_DONE, - STATE_ERROR): Moved to java/lang/Class.h and renamed with JV_ - prefix. - (initializeClass): Use new JV_ prefixed names. Also, call - ClassLoader::resolveClass instead of _Jv_ResolveClass. - - * java/lang/Class.h (JV_STATE_PRELOADING, JV_STATE_LOADING, - JV_STATE_LOADED, JV_STATE_COMPILED, JV_STATE_PREPARED, - JV_STATE_LINKED): New. - (_Jv_WaitForState, _Jv_RegisterInitiatingLoader, - _Jv_UnregisterClass, _Jv_InternClassStrings): New friends. - (_Jv_IsInterpretedClass, _Jv_InitField, _Jv_LookupDeclaredMethod, - _Jv_DetermineVTableIndex, _Jv_ResolvePoolEntry, _Jv_PrepareClass, - _Jv_ClassReader, _Jv_InterpClass, _Jv_InterpMethod, - _Jv_InterpMethodInvocation): New friends for interpreter. - (finalize): New. - (CONSTANT_Class, CONSTANT_String, etc.): Moved to - include/java-cpool.h and renamed with JV_ prefix. - - * include/jvm.h (_Jv_makeUtf8Const, _Jv_makeUtf8TypeConst): New - decls. - (_Jv_UnregisterClass): New decl. - - * java/lang/natClassLoader.cc (_Jv_FindArrayClass): Added - class loader argument. - (_Jv_FindClass): Use class loader. - - * prims.cc (_Jv_makeUtf8Const): New function. - (_Jv_NewObjectArray): Change use of _Jv_FindArrayClass. - (_Jv_NewPrimArray): Ditto. - (_Jv_FindClassFromSignature): Ditto. - * java/lang/reflect/natArray.cc (newInstance): Ditto. - * java/lang/reflect/natMethod.cc (getType): Ditto. - - * include/java-field.h (_Jv_Field::isRef): Make robust for - non-resolved contexts. - - * boehm.cc (_Jv_MarkObj): Mark interpreter-related fields. - Also, don't mark class->next field. - - * java/lang/VirtualMachineError.java: Added FIXME note. - - * configure.in (INTERPSPEC): New spec. - * libgcj.spec.in: Added INTERPSPEC. - * Makefile.am: Added gcjh friends for java/lang/VMClassLoader and - gnu/gcj/runtime/MethodInvocation. - (libgcj_la_SOURCES): Added resolve.cc defineclass.cc interpret.cc. - (ordinary_java_source_files): Added above mentioned java classes. - - * configure: Rebuilt. - * Makefile.in: Rebuilt. - -1999-08-06 Tom Tromey - - * configure: Rebuilt. - * configure.in: Look for sched_yield in -lrt. - -1999-08-06 Mojo Jojo - - * java/util/Locale.java, CHINESE, ENGLISH, FRENCH, GERMAN, - ITALIAN, JAPANESE, KOREAN, CANADA_FRENCH, GERMANY, ITALY, KOREA, - SIMPLIFIED_CHINESE, TRADITIONAL_CHINESE, PRC, TAIWAN, CHINA): New - locales. - (toString): Print correctly when `country' is empty. - -1999-08-04 Per Bothner - - * configure.in: Also do AC_SUBST for DIVIDESPEC. - -1999-08-02 Tom Tromey - - * aclocal.m4, configure: Rebuilt for new libtool. - -1999-08-02 Bryce McKinlay - - * boehm.cc (_Jv_RegisterFinalizer): Cast `meth' to GC_PTR. - * exception.cc (_Jv_Throw): Cast `_Jv_type_matcher' to __eh_matcher. - * java/net/ServerSocket.java: Define ANY_IF. - (ServerSocket (int,int)): Use ANY_IF instead of null to bind to - all network interfaces. - * java/net/DatagramSocket.java (DatagramSocket): ditto. - * java/net/natPlainSocketImpl.cc (bind): Expect `0.0.0.0' instead of - null. - * java/net/natPlainDatagramSocketImpl (bind): Expect `0.0.0.0' - instead of null. - * java/io/natFile.cc (performMkdir): Remove FIXME. - * java/io/natFileDescriptorPosix.cc (open): Use 0644 file mode. - -1999-08-01 Alexandre Oliva - - * configure.in: Check for bstring.h. - * configure, include/config.h.in: Rebuilt. - * java/net/natPlainDatagramSocketImpl.cc: #include bstring.h. - * java/net/natPlainSocketImpl.cc: Likewise. - -1999-07-31 Tom Tromey - - * NEWS: Likewise. - * THANKS: New file. - -1999-07-31 Alexandre Oliva - - * configure.in: Check for struct hostent_data and need for - -D_REENTRANT for gethostbyname_r declaration. - * java/net/natInetAddress.cc: Define _REENTRANT if needed. - (lookup): Use hostent_data for fixed_buffer. - * configure, include/config.h.in: Rebuilt. - -1999-07-31 Alexandre Oliva - - * java/lang/natSystem.cc (arraycopy): Use bcopy if memmove is not - available. Don't cast memmove args to (void*). - * configure.in: Do not abort if memmove is not available. - -1999-07-22 Bryce McKinlay - - * java/lang/natString.cc (substring): optimize where substring is - entire String. - * java/io/File.java (getName): don't return separator with file name. - * java/io/natFile.cc (attr): fix overflow. - -Sun Jul 25 01:43:34 1999 Anthony Green - - * mauve-libgcj: Disable Object Serialization tests. - -1999-07-20 Warren Levy - - * java/net/DatagramSocket.java (DatagramSocket(int, InetAddress)): - Default to using PlainDatagramSocketImpl. - * java/net/PlainDatagramSocketImpl.java (close): Catch IOException. - -1999-07-19 Tom Tromey - - * include/stamp-h.in: New file. - -1999-07-12 Tom Tromey - - * java/lang/mprec.h: Protect definition of uint32_t with #ifndef - _UINT32_T. - -1999-07-07 Andrew Haley - - * include/i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two - bytes to make it point after the instruction where the trap - occurred. - (HANDLE_DIVIDE_OVERFLOW): Ditto. - -1999-07-07 Tom Tromey - - * mauve-libgcj: Explicitly enable formerly disabled java.text - tests. - - * mauve-libgcj: Turn off ClassTest test. Enable java.text tests - again. - -Mon Jul 5 12:01:35 1999 Anthony Green - - * java/net/URL.java (equals): Compare strings using String.equals. - * java/net/URL.java (sameFile): Ditto. - -1999-07-02 Warren Levy - - * configure: Rebuilt. - * configure.in: Added inet_ntoa to AC_CHECK_FUNCS. - * include/config.h.in: Rebuilt. - * java/net/natPlainDatagramSocketImpl.cc: Added header checking. - (mcastGrp): Updated FIXME comments. - (setOption): Fixed typo. - (getOption):Implemented IP_MULTICAST_IF. - -1999-07-02 Warren Levy - - * java/net/PlainDatagramSocketImpl.java (ttl): Removed. - * java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Implemented. - (getTimeToLive): Implemented. - (setOption): Implemented IP_MULTICAST_IF. - -1999-07-01 Bryce McKinlay - - * java/lang/String.java (toString): Check for this == null and throw - NullPointerException. - -1999-07-01 Warren Levy - - * gnu/gcj/convert/BytesToUnicode.java (read): Changed outlength - to count and revised comments to match. - * gnu/gcj/convert/Input_EUCJIS.java (read): Same as Input_8859_1.java. - * gnu/gcj/convert/Input_JavaSrc.java (read): ditto. - * gnu/gcj/convert/Input_SJIS.java (read): ditto. - * gnu/gcj/convert/Input_UTF8.java (read): ditto. - * gnu/gcj/convert/natInput_EUCJIS.cc (read): ditto. - * gnu/gcj/convert/natInput_SJIS.cc (read): ditto. - -1999-07-01 John-Marc Chandonia - - * gnu/gcj/convert/Input_8859_1.java (read): Use 3rd parameter - properly as count rather than outlength. - * java/io/BufferedOutputStream.java (write(byte[],int,int): Flush - output on overflow rather than buffer fill. - * java/io/BufferedReader.java (fill): Don't clear out the buffer - if markPos is 0 and there is still room in the buffer. - -1999-07-01 Andrew Haley - - * include/i386-signal.h: Replace sigaction () with __sigaction (). - This is a workaround for a bug in glibc's pthreads package which - doesn't deliver any sigcontext information to a signal handler. - -1999-06-24 Tom Tromey - - * java/lang/e_asin.c: Don't use __int32_t or __uint32_t. - * java/lang/fdlibm.h (HUGE): Conditionally define. - -Fri May 28 22:20:03 1999 Anthony Green - - * java/lang/fdlibm.h: Don't use __uint32_t. Include mprec.h. - * java/lang/e_log.c: Don't use __uint32_t. - -1999-05-27 Eric Christopher - - * configure: Rebuilt - * configure.in: Fixed ISO C9X and namespace collision with __uint32_t - * acconfig.h: Rebuilt - * include/config.h.in: Rebuilt - - * java/lang/mprec.h, java/lang/e_acos.c, java/lang/e_asin.c, - java/lang/e_atan2.c, java/lang/e_exp.c, java/lang/e_fmod.c, - e_log.c, java/lang/e_pow.c, java/lang/e_rem_pio2.c, - java/lang/e_remainder.c, java/lang/e_sqrt.c, java/lang/fdlibm.h, - k_tan.c, java/lang/mprec.h, java/lang/s_atan.c, - java/lang/s_ceil.c, java/lang/s_copysign.c, java/lang/s_fabs.c, - s_floor.c, java/lang/s_rint.c, java/lang/sf_rint.c: Fixed ISO C9X - and namespace collision with __uint32_t - -1999-06-23 Tom Tromey - - * java/util/zip/InflaterInputStream.java (read): Throw - ZipException if inflater throws a DataFormatException. - -1999-06-23 Warren Levy - - * java/net/DatagramSocketImpl.java (localPort): Fixed typo to match JDK. - * java/net/natPlainDatagramSocketImpl.cc (bind): ditto. - * java/text/ChoiceFormat.java (nextDouble(double, boolean)): Method - is not final per JDK. - * java/util/PropertyResourceBundle.java (handleGetObject): Method is - public per JDK. - * java/util/zip/DataFormatException.java: Class extends Exception. - * java/util/zip/Deflater.java (finalize): Method is protected per JDK. - * java/util/zip/ZipEntry.java: Class implements ZipConstants. - * java/util/zip/ZipInputStream.java: ditto. - (closeEntry): Changed method name to match JDK spec. - -1999-06-21 Tom Tromey - - * java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha. - From Jeff Sturm. - - * Makefile.in: Rebuilt. - * Makefile.am (toolexeclibdir): Define as libdir when - appropriate. - * configure: Rebuilt. - * configure.in (USE_LIBDIR): New conditional. - -1999-06-18 Bryce McKinlay - - * java/net/natInetAddress.cc (lookup): Preserve caller-supplied - hostname in returned InetAddress objects. - (getLocalHostname): Fix typo. - * java/net/InetAddress.java (getByName): Set hostname on return - object. - (getLocalHost): Call lookup directly to ensure that a fully-qualified - name is returned. - -1999-06-17 Bryce McKinlay - - * java/net/natPlainSocketImpl.cc (bind): Bind to any/all network - interfaces if host==NULL. - (accept): Throw message with InterruptedIOException. - (getOption): Cache localAddress. - * java/net/natPlainDatagramSocketImpl.cc (bind): Don't need - 'address' for DatagramSocket. - (setTimeToLive): Fix compiler warnings. - (getOption): Cache localAddress. - * java/net/Socket.java (getLocalAddress): Don't need local - InetAddress object. Add FIXME comment about calling checkConnect(). - * java/net/ServerSocket.java (ServerSocket(int)): Initialize - connection queue to 50 as per JDK 1.2 docs. - (ServerSocket(int,int)): Listen on all network interfaces by - default, per JDK 1.2 docs. - * java/net/PlainDatagramSocketImpl.java: Don't need 'address'. - Add localAddress caching. - -1999-06-15 Bryce McKinlay - - * java/io/FilterOutputStream.java (write(byte[])): Rewrite according - to JDK 1.2 docs. - (write(byte[],int,int)): ditto. - -1999-06-14 Bryce McKinlay - - * posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow. - -1999-06-11 Warren Levy - - * mauve-libgcj: Activated java.net Mauve tests. - -1999-06-10 Bryce McKinlay - - * java/net/natInetAddress.cc (aton): Fix typos. - (lookup): Use a bigger buffer size for gethostbyname_r on all - versions of glibc. Updated FIXME comment explaining this. - Modified while loops to not set herr = ERANGE to work around glibc - problems. Use user specified hostname in InetAddress result when - available (consistent with JDK). - -1999-06-10 Warren Levy - - * java/io/FileDescriptor.java (FileDescriptor(String, int)): - Throw FileNotFoundException instead of IOException. - (open): ditto. - * java/io/FileInputStream.java (FileInputStream): Doesn't throw - IOException. - * java/text/Collator.java (CANONICAL_DECOMPOSITION): Fixed typo - in static field name. - * java/text/DecimalFormat.java: Throw IllegalArgumentException - throughout rather than ParseException. - -1999-06-09 Bryce McKinlay - - * java/lang/Runtime.java (exec): Convert prog name and arguments - to string array. - * java/lang/natPosixProcess.cc (startProcess): Fix typo in - environment array conversion. Preserve current environment if envp - not passed. Preserve PATH unless explicitly specified. - * java/io/DataInputStream.java (readLine): Fix case where '\r' is - followed by EOF. Set a flag when a line is terminated by '\r' and - ignore following '\n' if set. - -1999-06-02 Warren Levy - - * java/net/URL.java (URL(URL,String)): Initialize port to -1. - Ignore context if spec is an absolute URL. Fix braindead - string comparison. - (hashCode): Use JDK 1.2 style algorithm. - * java/net/URLStreamHandler.java (parseURL): Reimplement to handle - context URL properly. - -1999-05-30 Anthony Green - - * java/net/URLStreamHandler.java (parseURL): Parse relative URLs - correctly. Clean up "/../" and "/./" path fragments. - -1999-05-28 Warren Levy - - * java/net/DatagramSocket.java (laddr): Removed. - (DatagramSocket): Removed attempts to get or set laddr if null. - (getLocalAddress): Reimplemented per spec. - * java/net/MulticastSocket.java (setTimeToLive): Throw exception - when ttl is 0. - (joinGroup): Throw NullPointerException if any argument is null. - (leaveGroup): ditto. - * java/net/PlainDatagramSocketImpl.java: Updated comments. - * java/net/PlainSocketImpl.java (timeout): Added. - (getInputStream): Added FIXME comment on how to support timeouts - for TCP. - * java/net/ServerSocket.java (ServerSocket): Added FIXME comment. - * java/net/Socket.java: Added FIXME comments to identify - conflicting specs between the JCL and JDK 1.2 documents. - * java/net/natPlainDatagramSocketImpl.cc (bind): Use INADDR_ANY - if host is null. Get localport value resolved by kernel if bind - lport is 0. - (receive): Implemented support for timeouts in UDP. - (setOption): Implemented based on natPlainSocketImpl version. - (getOption): ditto. - * java/net/natPlainSocketImpl.cc (bind): Get localport value - resolved by kernel if bind lport is 0. - (connect): Get localport value resolved by kernel if bind wasn't - done to set localport. - (accept): Implemented support for timeouts for ServerSocket. - (setOption): Save value for SO_TIMEOUT. - (getOption): Return timeout for SO_TIMEOUT. - -1999-05-26 Bryce McKinlay - - * java/net/DatagramSocket.java (getSoTimeout): Verify class type. - * java/net/DatagramSocketImpl.java (getOption): Made abstract. - (setOption): Made abstract. - * java/net/PlainDatagramSocketImpl.java: Mirror SocketOptions fields - to avoid cpp conflicts in native code. - * java/net/PlainSocketImpl.java: Mirror SocketOptions fields to avoid - cpp conflicts in native code. - * java/net/ServerSocket.java (toString): Prepended "ServerSocket". - * java/net/Socket.java (getLocalAddress): Implemented. - (setTcpNoDelay): Implemented. - (getTcpNoDelay): Implemented. - (setSoLinger): Implemented. - (getSoLinger): Implemented. - (getSoTimeout): Verify class type. - (setSendBufferSize): Implemented. - (getSendBufferSize): Implemented. - (setReceiveBufferSize): Implemented. - (getReceiveBufferSize): Implemented. - (toString): Prepended "Socket". - * java/net/SocketImpl.java (toString): Rewritten. - (getOption): Made abstract. - (setOption): Made abstract. - * java/net/natPlainSocketImpl.cc (connect): Set localport properly. - (setOption): Implemented. - (getOption): Implemented. - -1999-05-26 Warren Levy - - * java/net/DatagramSocket.java (DatagramSocket): Get local host - address when null. Set SO_REUSEADDR for multicasts. - (getSoTimeout): Implemented. - (setSoTimeout): Implemented. - * java/net/DatagramSocketImpl.java: Implement SocketOptions interface. - * java/net/MulticastSocket.java (getInterface): Implemented. - (setInterface): Implemented. - (setTimeToLive): Check for invalid ttl. - (joinGroup): Verify multicast address and security. - (leaveGroup): Verify multicast address and security. - (send): Implemented. - * java/net/PlainDatagramSocketImpl.java (timeout): Added. - (iface): Added. - (ttl): Added. - (setOption): Added. - (getOption): Added. - (mcastGrp): Added. - (getTTL): Implemented as non-native. - (setTTL): ditto. - (join): ditto. - (leave): ditto. - * java/net/ServerSocket.java (setSoTimeout): Implemented. - (getSoTimeout): Implemented. - (setSocketFactory): Made synchronized. - * java/net/Socket.java (setSoTimeout): Implemented. - (getSoTimeout): Implemented. - (close): Made synchronized. - (setSocketImplFactory): Made synchronized. - * java/net/SocketImpl.java: Implement SocketOptions interface. - * java/net/natInetAddress.cc: Corrected module name at top of file. - * java/net/natPlainDatagramSocketImpl.cc (McastReq): Added union. - (bind): Added FIXME. - (peek): Implemented. - (setTTL): Removed. - (getTTL): Removed. - (join): Removed. - (leave): Removed. - (mcastGrp): Added. - (setOption): Implemented for SO_REUSEADDR. - (getOption): Implemented for SO_REUSEADDR. - -1999-05-24 Tom Tromey - - * java/util/ResourceBundle.java (getBundle): Throw - NullPointerException if baseName is null. - -1999-05-22 Tom Tromey - - * java/util/zip/ZipInputStream.java (fill): New method. - (compressed_len): New instance variable. - (getNextStream): Set it. - (read): Reset inflater on EOF. Only read via `super' if entry is - deflated. - (skip): Only skip via `super' if entry is deflated. - * java/util/zip/Deflater.java (last_input_count): Removed. - * java/util/zip/natDeflater.cc (deflate): Return 0 if input array - is length 0. - (needsInput): Don't use last_input_count. - (setInput): Don't set last_input_count. - * java/util/zip/natInflater.cc (getRemaining): Return correct - result. - (inflate): Return 0 if input array is length 0. - (setInput): Don't set last_input_count. - * java/util/zip/Inflater.java (last_input_count): Removed. - -1999-05-21 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (INCLUDES): Added $(ZINCS). - * configure: Rebuilt. - * configure.in (ZINCS): New subst. - -1999-05-21 Andrew Haley - - * include/sparc-signal.h (INIT_FPE, INIT_SEGV): SA_NODEFER added - to signal options to allow the same exceptions to be rethrown - later. - -1999-05-20 Andrew Haley - - * libjava/prims.cc (catch_fpe): Call to HANDLE_DIVIDE_OVERFLOW - added. - * include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): New macro. - (INIT_FPE): Exception string made more informative. - * include/sparc-signal.h (INIT_FPE): Exception string made more - informative. - * testsuite/libjava.lang/Divide_1.java: New file. - * testsuite/libjava.lang/Divide_1.out: New file. - -1999-05-19 Tom Tromey - - * aclocal.m4, configure: Rebuilt. - * acinclude.m4 (version): New variable; pass to AM_INIT_AUTOMAKE. - - * java/util/zip/GZIPOutputStream.java (write(byte[])): New - method. - - * java/util/zip/natInflater.cc (inflate): Cast `len' to unsigned. - Include . - * java/util/zip/natDeflater.cc (deflate): Cast `len' to unsigned. - Include . - (update): Fail in default case. Always initialize `strat'. - - * mauve-libgcj: Enable java.util.zip. - -1999-05-18 Warren Levy - - * Makefile.am (ordinary_java_source_files): Added DatagramPacket.java, - DatagramSocket.java, DatagramSocketImpl.java, MulticastSocket.java, - PlainDatagramSocketImpl.java, and SocketOptions.java. - (nat_source_files): Added natPlainDatagramSocketImpl.cc. - * Makefile.in: Rebuilt. - - * java/net/DatagramPacket.java: New file. - * java/net/DatagramSocket.java: New file. - * java/net/DatagramSocketImpl.java: New file. - * java/net/MulticastSocket.java: New file. - * java/net/PlainDatagramSocketImpl.java: New file. - * java/net/SocketOptions.java: New file. - * java/net/natPlainDatagramSocketImpl.cc: New file. - -1999-05-18 Tom Tromey - - * java/util/zip/ZipOutputStream.java (level): Initial value is - Deflater.DEFAULT_COMPRESSION. - (close): New method. - (closeEntry): Likewise. - (finish): Likewise. - (put_version): Likewise. - (write_entry): Likewise. - (put2, put4): Now return `int'. - (comment): Default to empty string. - (bytes_written): New instance variable. - (chain): Likewise. - * java/util/zip/ZipEntry.java (setComment): Limit length of - comment string. - (setCrc): Check CRC validity. - (setExtra): Check argument validity. - (setMethod): Likewise. - (setSize): Likewise. - (ZipEntry): Likewise. - * include/javaprims.h: Updated namespace declarations. - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Mention new files. - (nat_source_files): Likewise. - * java/util/zip/ZipFile.java (readu2): Throw ZipException, not - EOFException. - (read4): Likewise. - (getInputStream): Handle compressed entries. - * java/util/zip/GZIPOutputStream.java: New file. - * java/util/zip/GZIPInputStream.java: New file. - * java/util/zip/DataFormatException.java: New file. - * java/util/zip/CheckedInputStream.java: New file. - * java/util/zip/CheckedOutputStream.java: New file. - * java/util/zip/InflaterInputStream.java: Implemented. - * java/util/zip/natInflater.cc: New file. - * java/util/zip/Deflater.java: Implemented. - * java/util/zip/natDeflater.cc: New file. - * java/util/zip/DeflaterOutputStream.java: Implemented. - - * java/util/zip/ZipInputStream.java (closeZipEntry): Throw - ZipException, not IOException. - * java/util/zip/ZipFile.java (readDirectory): Throw ZipException, - not IOException. - -1999-05-17 Tom Tromey - - * java/lang/natSystem.cc (init_properties): URL now points to - sourceware. - -1999-05-12 Per Bothner - - * java/util/Calendar.java (set): First call computeFields if needed. - * java/util/natGregorianCalendar.cc (computeTime): Cast 1000 to jlong. - -1999-05-12 Tom Tromey - - * configure: Rebuilt. - * configure.in: Look for -ldl when using the Boehm collector. - Look for sched_yield in -lposix4. - -1999-05-12 Per Bothner - - * java/io/File.java (mkdirs): Handle a null parent directory. - -1999-05-12 Tom Tromey - - * include/javaprims.h: Updated namespace declarations. - * classes.pl (scan): Uniquify class list. - * Makefile.in, configure: Rebuilt. - * Makefile.am (nat_source_files): Added natConcreteProcess.cc. - (built_java_source_files): New macro. - (nat_headers): Added built_java_source_files. - (javao_files): Likewise. - (EXTRA_libgcj_la_SOURCES): Likewise. - (libgcj.zip): Create built class files. - ($(built_java_source_files:.java=.class)): New target. - (jv_convert_LDADD): Added -L$(here)/.libs. - * configure.in: Create links for ConcreteProcess.java and - natConcreteProcess.cc. - * java/lang/Runtime.java (exec): Create a ConcreteProcess. - * java/lang/natEcosProcess.cc: New file. - * java/lang/EcosProcess.java: New file. - * java/lang/PosixProcess.java: New file. - * java/lang/natPosixProcess.cc: New file. - -1999-05-12 Warren Levy - - * java/net/PlainSocketImpl.java: Corrected copyright & header comments. - * java/net/SocketImpl.java: Added marker for JDK 1.2 work. - * java/net/natPlainSocketImpl.cc (bind): Throw BindException. - (connect): Throw ConnectException. - -1999-05-11 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (jv_convert_DEPENDENCIES): Include libgcj.spec. - * libgcj.spec.in: Don't use `+'. Instead, put old lib spec after - our libraries. - - * Makefile.in: Rebuilt. - * Makefile.am (jv_convert_LDADD): Removed `-L.'; it is not needed - and it causes problems with libtool. - - * Makefile.in, configure: Rebuilt. - * Makefile.am (jv_convert_LDFLAGS): Removed -nodefaultlibs. - (jv_convert_LDADD): Added ZLIBS. Removed -lm, -lc, -lgcc. - (jv_convert_DEPENDENCIES): Added ZDEPS. - * configure.in (GCSPEC): Added `-L' to point to boehm-gc build - directory. - (THREADSPEC): Added `-L' to point to qthreads build directory. - (ZLIBS): New subst. - (ZDEPS): New subst. - - * configure, Makefile.in: Rebuilt. - * Makefile.am (toolexeclib_DATA): New macro. - * configure.in: Create libgcj.spec. Look for -lsocket and -lnsl. - Recognize --with-system-zlib. - (GCSPEC): New subst. - (THREADSPEC): New subst. - (SYSTEMSPEC): New subst. - (ZLIBSPEC): New subst. - * libgcj.spec.in: New file. - -1999-05-10 Tom Tromey - - * java/io/InputStreamReader.java (read): If length is 0, return - 0. Reset `wpos' and `wcount' when buffer has been filled and - emptied. - - * java/util/Properties.java (save): Removed `FIXME' comment. - (load): Invalid characters in \u now treated as terminators. - Make sure to append character resulting from `\' handling. - Cast to `char' when appending to key or value. - (skip_ws): Inverted test for whitespace. - - * java/io/RandomAccessFile.java (RandomAccessFile): Removed - `FIXME' comment. - (readLine): Likewise. - (readFully): Implemented. - - * java/lang/natObject.cc (sync_init): Use _Jv_AllocBytesChecked. - - * java/awt/natToolkit.cc: Added copyright header. - * java/util/zip/InflaterInputStream.java: Added copyright header. - - * java/io/FilterWriter.java (FilterWriter): Removed `FIXME' - comment. - * java/io/SequenceInputStream.java (SequenceInputStream): Removed - `FIXME' comment. - (getNextStream): Likewise. - - * java/util/ResourceBundle.java (partialGetBundle): Explicitly use - locale.toString(). - (getBundle): Don't explicitly throw null pointer exception. - - * gnu/gcj/RawData.java: Added copyright header. - - * include/jni.h (_Jv_va_list): Always define as va_list. - -1999-05-9 Anthony Green - - * java/text/DateFormat.java (computeInstance): Separate time - and date styles. - (getDateTimeInstance): Ditto. - (getDateTimeInstance(int,int)): New method. - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Add new classes. - - * java/util/PropertyResourceBundle.java: New file. - * gnu/gcj/util/EnumerationChain.java: New file. - -1999-05-07 Tom Tromey - - * acconfig.h (GCJVERSION): New undef. - * java/lang/natSystem.cc (init_properties): Define java.version, - java.class.version, os.name, os.arch, os.version. - Include if required. - * configure: Rebuilt. - * configure.in: Compute and define GCJVERSION. - - * java/lang/natSystem.cc (default_file_encoding): Now static. - - * java/lang/natCharacter.cc (isLowerCase): Use a binary search. - - * libtool-version: New file. - * Makefile.in: Rebuilt. - * Makefile.am (libgcj_la_LDFLAGS): Use -version-info, not - -release. - - * mauve-libgcj: Don't omit Utf8Encoding or StringTest. - Comment out FieldPosition, ParsePosition, and SimpleDateFormat - again (oops). - - * mauve-libgcj: Test more from java.text. Don't mention 1.1 tests - (we pick those up already). - -1999-05-05 Per Bothner - - * java/awt/*: Check a bunch of classes, a few complete, but mostly - stub classes. (This is enough to get Kawa to compile against libgcj.) - - * gnu/gcj/RawData.java: New class. - * doc/cni.sgml: Document RawData. - - * java/util/zip/InflaterInputStream.java: New stub class. - * java/util/zip/ZipInputStream.java: New class. Partly works. - * java/util/zip/ZipConstants.java: Add two (internal) constants. - * java/util/zip/ZipEntry.java (timeFromDOS): New static method. - * java/util/zip/ZipFile.java: Now mostly works (unless compressed). - * java/util/zip/ZipOutputStream.java: Start implementation. - - * java/lang/natSystem.cc (DEFAULT_FILE_ENCODING): New macro. - (default_file_encoding): New global, initial value is above macro. - (init_properties): Default file.encoding to default_file_encoding. - - * Makefile.am: Add new classes. - -1999-05-05 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (CLEANFILES): Don't mention $(class_files). - (clean-local): New target - - * java/lang/natRuntime.cc: Include if required. - (load, loadLibrary): Now native. - (init): New method. - * java/lang/Runtime.java (load, loadLibrary): Now native. - (init): New native method. - (Runtime): Use init. - * prims.cc: Include if required. - (JvRunMain): Call LTDL_SET_PRELOADED_SYMBOLS. - -1999-05-05 Gilles Zunino - - * configure.in: Switch from irix threads to posix threads - * configure: Regenerate. - -1999-04-30 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (jv_convert_LDADD): Added -lgcc. - -1999-04-29 Tom Tromey - - * java/lang/StringBuffer.java (ensureCapacity): Don't resize - vector when shared. - - * java/util/Locale.java (Locale(String,String)): Implement in - terms of 3-argument version; variant now defaults to empty - string. - (toString): Assume variant is not null. - (equals): Assume all strings are not null. - (Locale): Throw NullPointerException if any argument is null. - - * java/util/ResourceBundle.java (getBundle): Don't try the base - name; now implicit in partialGetBundle call. - (trySomeGetBundle): Search for parent bundles and call setParent - as required. - (partialGetBundle): Added `langStop' argument. Use - `Locale.toString' to compute bundleName. - (resource_cache): New static field. - (partialGetBundle): Cache the returned resource bundle. Now - synchronized. - - * gnu/gcj/text/LocaleData_en.java (contents): [collatorRule] Added - missing `<'. - - * mauve-libgcj: Enable Collator and RuleBasedCollator. - * java/text/natCollator.cc (decomposeCharacter): `base' now - `const'. - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added - CollationElementIterator, CollationKey, Collator, - RuleBasedCollator. - (nat_source_files): Added natCollator.cc. - * java/text/RuleBasedCollator.java (ceiNext): No longer static. - (compare): Pass `this' to CollationElementIterator constructor. - (getCollationElementIterator): Likewise. - (ceiNext): Fix off-by-one error when finding initial substring. - (next): Correctly mask off bits when computing return value. - Fixed return values when one string is shorter than the other. - * java/text/CollationElementIterator.java (collator): New field. - (CollationElementIterator): Added collator argument. - (next): Call ceiNext on collator object. - -1999-04-26 Tom Tromey - - * natCollator.cc: New file. - - * java/util/GregorianCalendar.java (setDefaultTime): New method. - (GregorianCalendar): Use it in all constructors. - * java/util/Calendar.java (Calendar): Changed argument name to - `zone' to match code. - - * gnu/gcj/text/LocaleData_en.java: Added collatorRule element. - * java/text/CollationKey.java: New file. - * java/text/CollationElementIterator.java: New file. - * java/text/Collator.java: New file. - * java/text/RuleBasedCollator.java: New file. - - * Makefile.in: Rebuilt. - * Makefile.am (jv_convert_LDFLAGS): Added -nodefaultlibs. - (jv_convert_LDADD): Explicltly add -lm -lc. - -1999-04-26 Tom Tromey - - * configure, Makefile.in: Rebuilt. - * configure.in: Added AM_PROG_LIBTOOL. - (GCOBJS): Use `.lo' form of files. - (THREADOBJS): Likewise. - (GCDEPS): Use `.la' form of library. - (GCLIBS): Set to be the same as GCDEPS. - (THREADDEPS): Use `.la' form of library. - (THREADLIBS): Set to be the same as THREADDEPS. - * Makefile.am (toolexeclib_LTLIBRARIES): Renamed from - toolexeclib_LIBRARIES. - (libgcj_la_SOURCES): Renamed for libtoolization. - (EXTRA_libgcj_la_SOURCES): Likewise. - (libgcj_la_DEPENDENCIES): Likewise. - (libgcj_la_LIBADD): Likewise. - ($(nat_files)): Use LTCXXCOMPILE. - ($(c_files)): Use LTCOMPILE. - (GCJCOMPILE): New macro. - (.class.o): Use it. - (.java.o): Likewise. - ($(javao_files)): Likewise. - (jv_convert_LINK): Use LIBTOOL. - (nat_files): Use `.lo' files. - (c_files): Likewise. - (javao_files): Likewise. - (.class.lo): Renamed. - (.java.lo): Likewise. - ($(nat_files)): Depend on %.lo. - ($(c_files)): Likewise. - ($(javao_files)): Likewise. - (jv_convert_LDADD): Link against .lo files. - (jv_convert_DEPENDENCIES): Depend on .lo files. - (maintainer-check): Depend on libgcj.la, but examine .a file. - (jv_convert_DEPENDENCIES): Depend on libgcj.la. - (libgcj_la_LDFLAGS): New macro. - -1999-04-23 Warren Levy - - * Makefile.am: Added URLDecoder and URLEncoder. - * Makefile.in: Rebuilt. - - * java/net/ServerSocket.java (setSocketFactory): Renamed from - setSocketImplFactory to match spec. - * java/net/Socket.java (getSoLinger): Changed return type to - match spec. - - * java/net/URLDecoder.java: New file. - * java/net/URLEncoder.java: New file. - -1999-04-21 Tom Tromey - - * java/lang/natString.cc (getBytes): Reverted earlier change and - applied correct fix from Per Bothner. - - * java/lang/String.java: Don't throw - UnsupportedEncodingException. - - * java/lang/natString.cc (getBytes): Correctly size result - buffer. From Bryce McKinlay . - -1999-04-20 Andrew Haley - - * include/sparc-signal.h: new file. - * configure.in: include/sparc-signal.h added. - * configure: regenerated. - * prims.cc (JvRunMain): signal handling code rewritten to be more - portable. - (catch_segv): ditto. - (catch_fpe): ditto. - * include/i386-signal.h: reorganized. - * include/default-signal.h: reorganized. - -1999-04-19 Tom Tromey - - * java/lang/natSystem.cc (init_properties): Only declare pwd_entry - once. From Anthony Green. - -1999-04-19 Andrew Haley - - * Makefile.in: Processed with new automake. - -1999-04-19 Tom Tromey - - * include/javaprims.h: Removed security namespace. - -1999-04-20 Anthony Green - - * java/io/PrintStream.java (println): Remove extra println. - -1999-04-19 Anthony Green - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Add new security files. - - * java/security/NoSuchAlgorithmException.java, - java/security/MessageDigest.java: New files. - - * include/javaprims.h: Add security namespace. - -1999-04-16 Per Bothner - - * gnu/gcj/convert/JIS0201.h: New file, generated from Unicode table. - * gnu/gcj/convert/Input_JavaSrc.java: New BytesToUnicode class. - * gnu/gcj/convert/Input_SJIS.java: New BytesToUnicode class. - * gnu/gcj/convert/Output_EUCJIS.java: New UnicodeToBytes class. - * gnu/gcj/convert/Output_SJIS.java: New UnicodeToBytes class. - * gnu/gcj/convert/natInput_EUCJIS.cc: New file. - * gnu/gcj/convert/natInput_SJIS.cc: New file. - * gnu/gcj/convert/natOutput_EUCJIS.cc: New file. - * gnu/gcj/convert/natOutput_SJIS.cc: New file. - * gnu/gcj/convert/make-trie.c: New file: functions to make a trie. - * gnu/gcj/convert/gen-from-JIS.c: Invoke make-trie for output. - * gnu/gcj/convert/Unicode_to_JIS.cc: New generated trie table. - * Makefile.am: Various changes for new files and conversions. - - * gnu/gcj/convert/UnicodeToBytes.java (write(String,int,int,char[])): - New overloading, allows greater efficiency. - * gnu/gcj/convert/Output_8859_1.java (write(String,int,int,char[])): - New overloading (for efficiency - avoids copying). - - * gnu/gcj/convert/Output_UTF8.java: Fix typo: 0xC0 -> 0c3F. - * gnu/gcj/convert/Input_UTF8.java: Fix typos in bit masks. - - * java/io/InputStreamReader.java (): Set super.in correctly. - * java/io/OutputStreamWriter.java (): Set super.in correctly. - (writeChars): Don't be quite so eager to flush. - * java/io/PrintStream.java: Rewrite. Now more similar to - OutputStreamWriter, using explicit UnicodeToBytes converter. - Also, autoflush does not need to flush so often. - * java/lang/natString.cc (getBytes): More efficient algorithm. - (init(jbyteArray,jint,jint,jstring)): More efficient. - -1999-04-15 Warren Levy - - * Makefile.am (ordinary_java_source_files): Added new Connection - and Handler classes in gnu.gcj.protocol.file package. - * Makefile.in: Rebuilt. - - * gnu/gcj/protocol/file/Connection.java: New file. - * gnu/gcj/protocol/file/Handler.java: New file. - * gnu/gcj/protocol/http/Connection.java (getInputStream): Check - if doInput allows input. - (getOutputStream): Check if doOutput allows output. - * java/net/URLStreamHandler.java (parseURL): Fix indentation. - -1999-04-14 Tom Tromey - - * java/net/natInetAddress.cc (lookup): On glibc2.0 systems, make - buffer larger to work around bug. - From Bryce McKinlay . - -1999-04-14 Andrew Haley - - * java/lang/natDouble.java (doubleToLongBits): ensure that all - NaNs are always converted to the same long value. - * java/lang/natFloat.java (floatToIntBits): ditto, but for float - converted to int. - -1999-04-13 Tom Tromey - - * java/lang/natSystem.cc (arraycopy): Don't always use jbyteArray; - instead switch on actual element type. - - * Makefile.in: Rebuilt. - * Makefile.am (AM_MAKEFLAGS): Added JC1FLAGS. - -1999-04-13 Andrew Haley - - * include/i386-signal.h, include/default-signal.h: New files. - * prims.cc (catch_segv): Call MAKE_THROW_FRAME in exception - handler. - (catch_fpe): New function. - * configure.in: Make link to appropriate include/java-signal.h. - * configure: Rebuilt. - * Makefile.am: include/java-signal.h added to dependency list. - * Makefile.in: Rebuilt. - -1999-04-12 Urban Widmark - - * java/io/DataInputStream.java (readLine): Corrected handling of - empty lines, from null to "". - -1999-04-12 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (libgcj.zip): Put `gnu' classes into zip file. - - * java/lang/natSystem.cc (SystemClass): New define. - (init_properties): Synchronize. - -1999-04-08 Geoff Berry - - * natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6). - * natPlainSocketImpl.cc (accept): Add missing else if check - for AF_INET6. - -1999-04-08 Tom Tromey - - * java/lang/Long.java (parseLong): Corrected overflow detection - code. - * java/lang/Integer.java (parseInt): Corrected overflow detection - code. - - * java/io/PrintStream.java (print): Handle null string argument. - (println): Likewise. - -1999-04-07 Warren Levy - - * java/lang/natString.cc (init(jbyteArray,jint,jint,jstring)): - Set count to 0 when InputStreamReader returns -1 for EOF. - -1999-04-07 Tom Tromey - - * mauve-libgcj: Omit java.text.Collator, - java.text.RuleBasedCollator. - -1999-04-06 Tom Tromey - - * gnu/gcj/protocol/http/Connection.java (getHeaderField): Catch - IOException from getHttpHeaders(). - (getHeaderFieldKey): Likewise. - - * include/javaprims.h: Regenerated declarations. - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Updated for removed - files. - -1999-04-06 Per Bothner - - * java/util/zip/Adler32.java: New class. - * java/util/zip/CRC32.java: Add working method bodies. - * Makefile.am (ordinary_java_source_files): Add new Adler32 class. - * Makefile.in: Re-generate. - -Tue Apr 6 18:28:42 1999 Warren Levy - - * gnu/gcj/protocol/http/Connection.java: New file. Rewritten - from version in removed www hierarchy. - * gnu/gcj/protocol/http/Handler.java: New file. Copied from - version in removed www hierarchy. - - * gnu/gcj/www/protocol/http/Connection.java: Removed. - * gnu/gcj/www/protocol/http/Handler.java: Removed. - * gnu/gcj/www/protocol/http: Removed dir. - * gnu/gcj/www/protocol: Removed dir. - * gnu/gcj/www: Removed dir. - - * java/net/HttpURLConnection.java: Revised comments to indicate - missing JDK 1.2 methods. - - * java/net/URL.java (setURLStreamHandler): Look in gnu/gcj/protocol - hierarchy rather than the gnu/gcj/www/protocol one. - * java/net/URLConnection.java: Updated status comments. - (setContentHandler): Look in gnu/gcj/content hierarchy rather than - the gnu/gcj/www/content one. - -1999-04-06 Per Bothner - - * Makefile.am (JIS0208_to_Unicode.cc, JIS0212_to_Unicode.cc): - The gen-from-JIS program is in $(CONVERT_DIR). - -1999-04-06 Tom Tromey - - * mauve-libgcj: Renamed from mauve-libjava. - -Tue Apr 6 03:18:38 1999 Warren Levy - - * java/net/HttpURLConnection.java (getResponseCode): Implemented. - (getResponseMessage): Implemented. - (getResponseVals): New private method. - - * java/net/URLConnection.java (getContent): Implemented. - (setContentHandler): Convert non-alphabetic/numeric chars per spec. - -1999-04-05 Tom Tromey - - * Makefile.am (bin_PROGRAMS): Renamed convert to jv-convert. - (jv_convert_SOURCES): Renamed. - (EXTRA_jv_convert_SOURCES): Likewise. - (jv_convert_LDFLAGS): Likewise. - (jv_convert_LINK): Likewise. - (jv_convert_LDADD): Likewise. - (jv_convert_DEPENDENCIES): Likewise. - - * Makefile.in: Rebuilt. - * Makefile.am (toolexeclibdir): Reference toolexecdir, not - tooldir. - -Mon Apr 5 02:14:35 1999 Warren Levy - - * java/net/HttpURLConnection.java (setRequestMethod): Use String.equals - method for comparison. - - * java/net/URLConnection.java (getContentLength): Implemented. - (getContentType): Implemented. - (getContentEncoding): Implemented. - (getExpiration): Implemented. - (getDate): Implemented. - (getLastModified): Implemented. - (getHeaderFieldInt): Implemented. - (getHeaderFieldDate): Implemented. - -Fri Apr 2 18:04:52 1999 Warren Levy - - * java/net/URLConnection.java (toString): Implemented. - (setContentHandlerFactory): Implemented. - (setContentHandler): Wrote new private helper method. - -1999-04-01 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am ($(java_source_files:.java=.class): Reverted change - of 1999-03-31; we always want to build all the .class files. - Depend on java_source_files, not libgcj.zip. - (nat_headers): Define in terms of ordinary_java_source_files. - -1999-03-31 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (special_java_source_files): New macro. - (java_source_files): Use it. - (ordinary_java_source_files): New macro. - (java_source_files): Use it. - ($(ordinary_java_source_files:.java=.class)): Renamed to avoid - creating headers for those files with hand-maintained headers. - - * include/javaprims.h: Regenerated namespace declarations. - * classes.pl (scan): Include [0-9] in regexp for matching class - names; for java.util.zip.CRC32. - - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Redefined to generate all possible - header files. - - * java/util/zip/ZipException.java: In package java.util.zip, not - java.net. - -1999-03-30 Tom Tromey - - * configure: Rebuilt. - * configure.in (EH_COMMON_INCLUDE): Look in ../compat-include for - eh-common.h when not building in tree with gcc. - - * Makefile.in: Rebuilt. - * Makefile.am ($(nat_files) $(GCOBJS) $(THREADOBJS) - $(libgcj_a_OBJECTS)): Changed how we list files that depend on - nat_headers. - ($(java_source_files:.java=.class)): New target. - - * Makefile.in: Rebuilt. - * Makefile.am (java_source_files): Added - java/net/HttpURLConnection.java and - gnu/gcj/www/protocol/http/Connection.java. - -Tue Mar 30 15:20:45 1999 Warren Levy - - * gnu/gcj/www/protocol/http/Connection.java: New file. - * gnu/gcj/www/protocol/http/Handler.java (openConnection): Implemented. - * java/net/HttpURLConnection.java: New file. - * java/net/URLConnection.java (getHeaderField): Implemented default. - (getHeaderFieldKey): Implemented default method. - -1999-03-30 Tom Tromey - - * gnu/gcj/convert/JIS0212.h, gnu/gcj/convert/JIS0208.h: Rebuilt. - - * java/util/zip/Deflater.java: Added copyright header. - * java/util/zip/CRC32.java: Added copyright header. - - * Makefile.am ($(srcdir)/$(CONVERT_DIR)/JIS0208.h): Note in file - that it is automatically generated. - ($(srcdir)/$(CONVERT_DIR)/JIS0212.h): Likewise. - - * gnu/gcj/convert/BytesToUnicode.java, - gnu/gcj/convert/Convert.java, gnu/gcj/convert/Input_8859_1.java, - gnu/gcj/convert/Input_EUCJIS.java, - gnu/gcj/convert/Input_UTF8.java, - gnu/gcj/convert/JIS0208_to_Unicode.cc, - gnu/gcj/convert/JIS0212_to_Unicode.cc, - gnu/gcj/convert/Output_8859_1.java, - gnu/gcj/convert/Output_JavaSrc.java, - gnu/gcj/convert/Output_UTF8.java, - gnu/gcj/convert/UnicodeToBytes.java, - gnu/gcj/convert/natInput_EUCJIS.cc: Added copyright headers. - - * gnu/gcj/convert/gen-from-JIS.c (main): Fixed incorrect fprintf. - - * Makefile.in, configure: Rebuilt. - * configure.in (TESTSUBDIR): Enable if testsuite subdir exists, - not if test subdir exists. - (--enable-gcj-classes): Removed; gcj always used to generate - .class files. - (JAVA, JAVAC): Removed. - (--enable-single-compilation, --enable-source-compilation): - Removed. - (here): New subst. - (NATIVE): New conditional. - * Makefile.am (toolexecdir): Renamed from tooldir to allow - `install-exec' to work. - (toolexeclibdir): Likewise. - (toollib_LIBRARIES): Likewise. - (AM_MAKEFLAGS): Don't pass tooldir. - (JAVAC): New macro. - (javao_files): Redefined. - (java_source_files): New macro. - (c_source_files): New macro. - (c_files): Redefined in terms of c_source_files. - (java_io_files, java_lang_files, java_net_files, java_text_files, - java_util_files, gnu_files, java_files): Removed. - (class_io_files, class_lang_files, class_net_files, - class_text_files, class_util_files, class_gnu_files, class_files): - Removed. - (nat_source_files): New macro. - (nat_files): Redefined in terms of nat_source_files. - (EXTRA_libgcj_a_SOURCES): Added c_source_files, - java_source_files. Removed no-such-file.c. - (here): Removed. - (ETAGS_ARGS): Removed. - (TAGS_DEPENDENCIES): Likewise. - (libgcj.zip): Depend on java_source_files. Use $(here) and not - pwd in rule. - (src_io_files, src_lang_files, src_text_files, src_util_files, - src_gnu_files): Removed. - Removed ALL_AT_ONCE and COMPILE_FROM_CLASS code. - (BUILT_SOURCES): Removed. - (header-check): New target. - (javadir): Removed. - (noinst_PROGRAMS): New macro. - ($(srcdir)/$(CONVERT_DIR)/JIS0208_to_Unicode.cc): Conditionalize - on MAINTAINER_MODE. - ($(srcdir)/$(CONVERT_DIR)/JIS0212_to_Unicode.cc): Likewise. - (gen-from-JIS): Build in top directory. - (convert_source_files): New macro. - (convert_SOURCES): New macro. - (convert_LDFLAGS): Likewise. - (convert_LINK): Likewise. - (convert_LDADD): Likewise. - (convert_DEPENDENCIES): Likewise. - (convert): Removed. - (gen-from-JIS): Removed. - (gen_from_JIS_SOURCES): New macro. - (gen_from_JIS_LDADD): Likewise. - (gen_from_JIS_DEPENDENCIES): Likewise. - - * configure: Rebuilt. - * configure.in (CANADIAN): Set to `yes', not `canadian'. - (NULL_TARGET): Initialize to `no'. Correctly examine $NULL_TARGET - when defining conditional. - -Tue Mar 30 10:36:27 1999 Per Bothner - - * gnu/gcj/convert/{JIS0208.TXT,JIS0212.TXT}: Remove these files. - The Unicode Consortium does not permit their re-distribution. - * Makefile.am, Makefile.in: Add comments with URLs for removed files. - (JIS0208.h, JIS0212.h): Do not depend on removed files. - -Mon Mar 29 18:58:13 1999 Per Bothner - - * natSystem.c (init_properties): Use malloc, realloc, free after all. - -Mon Mar 29 13:41:02 1999 Per Bothner - - * gnu/gcj/convert/{JIS0208.TXT,JIS0212.TXT}: New mapping tables - from Unicode Consortium. - * gnu/gcj/convert/{JIS0208.h,JIS0212.h}: New generated headers. - * gnu/gcj/convert/gen-from-JIS.c: New utility for maintainers only. - * gnu/gcj/convert/{JIS0208_to_Unicode.cc,JIS0212_to_Unicode.cc}: - New tables, generated using gen-from-JIS. - * gnu/gcj/convert/Output_JavaSrc.java: New UnicodeToBytes class. - * gnu/gcj/convert/Output_UTF8.java: Fix bug. - * gnu/gcj/convert/Input_EUCJIS.java: New BytesToUnicode class. - * gnu/gcj/convert/natInput_EUCJIS.cc: Native methods for new class. - - * gnu/gcj/convert/Convert.java: New application. - * Makefile.am, Makefile.in (convert): New program, using Convert. - Build the various JIS conversion tables (in maintainer mode). - -Fri Mar 26 16:51:30 1999 Warren Levy - - * gnu/gcj/www/protocol/http/Handler.java: New file - stubbed. - - * java/net/URL.java (URL): Deal with null property value. Use "." - as separator in building class name. - * java/net/URLConnection.java: Implemented majority of stubbed methods. - * java/net/URLStreamHandler.java (parseURL): Use "" in string - manipulations instead of 'null'. Comment cleanup. Use 0 for the - beginning of the substring rather than 'start'. - -1999-03-26 Tom Tromey - - * include/java-chartables.h: Rebuilt. - * include/java-chardecomp.h: New file. - * chartables.pl: Generate output files directly. Added support - for generating decomposition header. - (canonical_decomposition, full_decomposition): New globals. - (DECOMPOSITION): New constant. - (process_char): Call add_decomposition. - (add_decomposition): New sub. - (write_decompositions): New sub. - -1999-03-25 Tom Tromey - - * java/text/CollationElementIterator.java: New file. - - * mauve-libjava: Omit StringTest. - -Wed Mar 24 15:17:49 1999 Warren Levy - - * java/net/URL.java (URL(URL, String, URLStreamHandler)): Allow URLs - without a '/' when parsing protocol. Handle ref outside of parseURL. - (hashCode): Implemented. - (set): Don't expand -1 to default port. - (getDefaultPort): Removed. - - * java/net/URLStreamHandler.java (parseURL): Implemented. - (toExternalForm): Implemented. - -1999-03-23 Tom Tromey - - * java/text/BreakIterator.java (getSentenceInstance): - Implemented. - * gnu/gcj/text/SentenceBreakIterator.java: New file. - - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added IllegalAccessException. - * java/lang/natClass.cc (newInstance): Throw - IllegalAccessException, not IllegalAccessError. - Include IllegalAccessException.h. - -1999-03-22 Tom Tromey - - * gnu/gcj/text/LineBreakIterator.java: New file. - * java/text/BreakIterator.java (getLineInstance): Implemented. - - * gnu/gcj/text/WordBreakIterator.java (WordBreakIterator): Made - copy constructor private. - (previous, next): Removed erroneous comment about line - separators. - (previous): Correctly recognize break between non-letter on the - left and letter on the right. Handle apostrophes correctly. - - * java/text/BreakIterator.java (getWordInstance): Implemented. - * gnu/gcj/text/WordBreakIterator.java: New file. - * gnu/gcj/text/CharacterBreakIterator.java: Extend - BaseBreakIterator. - * gnu/gcj/text/BaseBreakIterator.java: New file. - -1999-03-19 Tom Tromey - - * java/text/BreakIterator.java: New file (partially stubbed out). - * gnu/gcj/text/CharacterBreakIterator.java: New file. - - * include/config.h.in: Rebuilt. - * acconfig.h (STRUCT_TM_HAS_GMTOFF): New define. - (HAVE_TIMEZONE): Likewise. - * configure: Rebuilt. - * configure.in: Added timezone checks. - * java/util/natGregorianCalendar.cc (computeTime): Adjust for - timezone. - -Fri Mar 19 15:26:35 1999 Per Bothner - - * gnu/gcj/convert/BytesToUnicode.java: New abstract class. - * gnu/gcj/convert/UnicodeToBytes.java: New abstract class. - * gnu/gcj/convert/Input_8859_1.java: New BytesToUnicode sub-class. - * gnu/gcj/convert/Input_UTF8.java: New BytesToUnicode sub-class. - * gnu/gcj/convert/Output_8859_1.java: New UnicodeToBytes sub-class. - * gnu/gcj/convert/Output_UTF8.java: New UnicodeToBytes sub-class. - * java/io/InputStreamReader.java: Rewrite to use BytesToUnicode. - * java/io/OutputStreamWriter.java: Rewrite to use UnicodeToBytes. - - * java/io/natFileDescriptorPosix.cc (open): Use O_BINARY flag. - (BSD_COMP): Kludge needed for Solaris2. - -Fri Mar 19 01:49:46 1999 Warren Levy - - * java/net/URL.java (URL(java.net.URL, string): Moved code to - URL(java.net.URL, string, URLStreamHandler) and call it with a - null handler. In latter constructor, added SecurityManager check. - (set): Expect null handler on bad protocol rather than an exception. - (setURLStreamHandler): Simplified exception handling; return null - on invalid protocol. - -1999-03-18 Tom Tromey - - * java/text/DecimalFormat.java (format(long,...)): Rewrote. - - * java/lang/natSystem.cc (setOut, setIn, setErr): New native - methods. - Include PrintStream.h, InputStream.h. - * java/lang/System.java (ForwardingInputStream, - ForwardingOutputStream): Removed. - (setErr, setIn, setOut): Now native. - - Reverted patch from 1999-02-12 to work around problem in - libgcc2.c. - * exception.cc (_Jv_eh_alloc): Use malloc, not _Jv_AllocBytes. - (_Jv_eh_free): Use free. - - * java/io/natFileDescriptorPosix.cc (open): Allocate enough space - for path name. Minor formatting fixes. - - * boehm.cc (_Jv_MarkObj): Always mark `methods' field. - - * prims.cc (fail_on_finalization): New function. - (_Jv_GCWatch): Likewise. - - * prims.cc (JvRunMain): Initialize `nullp'. - (nullp): New global. - (catch_segv): Throw nullp. - - * Makefile.in: Rebuilt. - * Makefile.am (ZIP): In "null target" case, zip is found in the - build tree. - - * prims.cc (_Jv_PrimClass): Initialize all elements of class - object. - Include Modifier.h. - - * java/lang/StringBuffer.java (StringBuffer): Don't use - ensureCapacity to set initial capacity. - (capacity): Subtract `length' from return result. - -Thu Mar 18 01:53:35 1999 Warren Levy - - * java/io/natFileDescriptorPosix.cc (open): Throw - FileNotFoundException, but with filename and errno in msg. - -Wed Mar 17 11:09:30 1999 Warren Levy - - * gnu/gcj/www/protocol/URLStreamHandlerFactory.java: Removed; - functionality folded into java/net/URL.java per spec. - - * java/io/natFileDescriptorPosix.cc (open): Check for ENOENT rather - than EEXIST for throwing FileNotFoundException. - - * java/net/URL.java: Folded in default URLStreamHandlerFactory - algorithm per JDK 1.2 doc. Added SecurityManager checks. - - * java/net/URLStreamHandler.java (parseURL): Added stub. - -1999-03-15 Andrew Haley - - * java/text/ChoiceFormat.java (nextDouble): Simplify and fix off - by one errors. - -1999-03-15 Andrew Haley - - * java/lang/natSystem.cc (currentTimeMillis): Restore eCos clock - support. - -1999-03-12 Tom Tromey - - * prims.cc (catch_segv): New function. - Include if HANDLE_SEGV defined. Include - NullPointerException.h. - (JvRunMain): If HANDLE_SEGV defined, install catch_segv as SIGSEGV - handler. - - * java/text/SimpleDateFormat.java (equals): Ensure that object is - a SimpleDateFormat, not just a DateFormat. - (defaultCenturyStart, formatData, pattern): Now private. - (append): Now `final'. Use `NumberFormat.format'. - (parse): Wrote. - (SimpleDateFormat): Turn off groupin in NumberFormat object. - - * java/lang/natString.cc (indexOf): Add `fromIndex' to successful - result. - - * java/text/MessageFormat.java (format): Use default MessageFormat - constructor. - (parse, parseObject): Wrote. - - * java/text/SimpleDateFormat.java (SimpleDateFormat): Wrote no-arg - constructor. - -1999-03-12 Andrew Haley - - * java/lang/String.java (indexOf): Replace with native method for - better performance. - * java/lang/natString.cc (IndexOf): As above. - - * java/lang/natString.cc (init(jbyteArray,jint,jint,jint)): - Argument check corrected. - (init(jbyteArray,jint,jint,jstring)): Likewise. - - * java/lang/StringBuffer.java (ensureCapacity): Replace with JDK - 1.2 compliant method. - - * java/lang/Double.java (byteValue, shortValue): JDK 1.1 methods - added. - * java/lang/Float.java (byteValue, shortValue): Likewise. - -1999-03-11 Tom Tromey - - * java/text/DecimalFormat.java (parse): Wrote. - - * java/text/ChoiceFormat.java (parse): Set error index on - ParsePosition object. - - * java/lang/Integer.java (parseInt): Throw exception on overflow - when intermediate result is most negative number. Changed - overflow detection as well. - * java/lang/Long.java (parseLong): Likewise. - - * configure, Makefile.in: Rebuilt. - * configure.in (NULL_TARGET, CANADIAN): New conditionals. Set - CANADIAN when building in source tree that doesn't include gcc. - * Makefile.am (ZIP, GCJ, GCJH): Use automake conditionals to - define. - - * java/text/ChoiceFormat.java (nextDouble): Correct some - off-by-one errors when masking or adding. - - * java/text/DecimalFormat.java (format): Fill in FieldPosition - parameter, if given. Use `%', not IEEEremainder. - (scanFix): Throw error if multiplier already set. - (computePattern): Wrote. - -1999-03-11 Andrew Haley - - * java/text/ChoiceFormat.java (mantissaBits): Use correct value of - 52. - (nextDouble): Corrected masking logic. Handle interaction between - `next' and negative numbers. - -Wed Mar 10 18:58:37 1999 Warren Levy - - * gnu/gcj/www/protocol/URLStreamHandlerFactory.java: Created. - * java/net/URL.java: Added general comments. - -1999-03-10 Tom Tromey - - * java/text/ChoiceFormat.java (parse): Wrote. - - * java/text/ChoiceFormat.java (toPattern): Use `#', not `<'. - - * java/text/MessageFormat.java (MessageFormatElement.setLocale): - Create ChoiceFormat objects. - (format): Special-case ChoiceFormat. - (scanFormatElement): Include { and } in generated style string. - -1999-03-09 Tom Tromey - - * java/text/ChoiceFormat.java: New file. - -Tue Mar 9 17:09:18 1999 Warren Levy - - * java/net/BindException.java: Created. - * java/net/ConnectException.java: Created. - * java/net/ContentHandler.java: Created. - * java/net/ContentHandlerFactory.java: Created. - * java/net/FileNameMap.java: Created. - * java/net/MalformedURLException.java: Created. - * java/net/NoRouteToHostException.java: Created. - * java/net/ProtocolException.java: Created. - * java/net/ServerSocket.java (@author): Fixed typo. - * java/net/Socket.java (@author): Fixed typo. - * java/net/SocketImpl.java (@author): Fixed typo. - * java/net/SocketImplFactory.java (@author): Fixed typo. - * java/net/URL.java: Created - nearly complete. - * java/net/URLConnection.java: Created - near-empty stub. - * java/net/URLStreamHandler.java: Created - incomplete stub. - * java/net/URLStreamHandlerFactory.java: Created. - * java/net/UnknownServiceException.java: Created. - -1999-03-09 Tom Tromey - - * java/lang/System.java (ForwardingInputStream): New class. - (ForwardingOutputStream): Likewise. - (in, out, err): Now `final' forwarding streams. - (setIn, setOut, setErr): Use appropriate method on forwarding - streams. - - * java/text/MessageFormat.java (MessageFormatElement): Now `final' - class. - -Tue Mar 9 12:16:53 1999 Per Bothner - - * java/util/zip/CRC32.java: New class (just an incomplete stub). - * java/util/zip/Checksum.java: New interface (complete). - * java/util/zip/Deflater.java: New class (near-empty stub). - * java/util/zip/DeflaterOutputStream.java: New class (incomplete stub). - * java/util/zip/ZipConstants.java: New interface (near-empty stub). - * java/util/zip/ZipEntry.java: New class (complete). - * java/util/zip/ZipException.java: New class (complete). - * java/util/zip/ZipFile.java: New class (incomplete stub). - * java/util/zip/ZipOutputStream.java: New class (incomplete stub). - -1999-03-09 Tom Tromey - - * java/text/MessageFormat.java (MessageFormatElement): Removed - `public' specifiers. - - * java/text/DecimalFormat.java (scanFormat): Increment index - before processing exponential format. Fixed a couple typos in - exception messages. - (format): Correct normalization of exponent. - -1999-03-08 Tom Tromey - - * java/text/SimpleDateFormat.java (parse): Throw - IllegalArgumentException, not ParseException. - -1999-03-05 Tom Tromey - - * java/text/SimpleDateFormat.java (SimpleDateFormat): Use locale - when constructing DateFormatSymbols. Initialize numberFormat - field of superclass. - - * java/text/DateFormat.java (equals): Rewrote. - (getAvailableLocales): New method. - (getDateInstance): New methods. - (getDateTimeInstance): Likewise. - (getTimeInstance): Likewise. - (getInstance): New method. - (computeInstance): New method. - - * java/text/DateFormatSymbols.java (zoneStringsDefault): Completed - for US. - (safeGetResource): New method. - (DateFormatSymbols): Use Locale paramater. - (equals): Now protected. - Made instance variables private. - -1999-03-04 Tom Tromey - - * java/text/DecimalFormat.java: New file. - - * java/text/NumberFormat.java (groupingUsed, - maximumFractionDigits, maximumIntegerDigits, - minimumFractionDigits, minimumIntegerDigits, parseIntegerOnly): - New fields. - (setDecimalSeparatorAlwaysShown, setMultiplier, - setPositivePrefix): Removed. - (setMinimumFractionDigits, setMaximumFractionDigits): - Implemented. - (format): Now final. - Added many new methods. - - * Makefile.in: Rebuilt. - * Makefile.am (gnu_files): New macro. - (java_files): Added gnu_files. - (class_gnu_files): New macro. - (class_files): Use it. - (src_gnu_files): New macro. - (gnu.o): New target. - (javao_files): Added gnu.o. - - * gnu/gcj/text/LocaleData_en_US.java: New file. - * gnu/gcj/text/LocaleData_en.java: New file. - * java/text/DecimalFormatSymbols.java: Import ResourceBundle. - (DecimalFormatSymbols): Use ResourceBundle to find resources. - (safeGetString): New method. - (safeGetChar): Likewise. - -1999-03-03 Tom Tromey - - * java/text/NumberFormat.java (INTEGER_FIELD, FRACTION_FIELD): New - constants. - - * java/text/FieldPosition.java (equals): Don't check for null - object; instanceof does this. - - * java/util/Locale.java (clone): New method. - (equals): Likewise. - -Wed Mar 3 17:20:15 1999 Anthony Green - - * doc/cni.sgml: New file. - -1999-03-03 Tom Tromey - - * prims.cc (_Jv_Abort): Mention libgcj, not libjava. - - * java/text/DecimalFormatSymbols.java: New file. - -1999-03-02 Tom Tromey - - * java/io/natFileDescriptorPosix.cc: Include sys/filio.h if it - exists. - * configure: Rebuilt. - * configure.in: Check for sys/filio.h. - - * java/lang/Runtime.java (checkLink): Throw NullPointerException - if required. - (load): Always throw UnsatisfiedLinkError. - (loadLibrary): Likewise. - -1999-03-02 Anthony Green - - * LIBGCJ_LICENSE: New file. - * LIBJAVA_LICENSE: Removed. - * Many files: libjava now libgcj. - -1999-03-02 Tom Tromey - - * include/java-chartables.h: Rebuilt. - * chartables.pl (print_block): Make table `const'. - (print_numerics): Likewise. - (print_single_map): Likewise. - (print_all_block): Likewise. - (print_case_table): Likewise. - (print_fast_tables): Likewise. - * java/lang/natCharacter.cc (table_search): `table' argument now - const. - -1999-03-01 Tom Tromey - - * java/util/Date.java (before, after): Inverted logic. - - * java/util/Date.java (parse): Handle case where first character - in string is open parenthesis. - (skipParens): Rewrote. - - * java/lang/reflect/natArray.cc: Include . - * java/lang/reflect/natField.cc: Include . - - * java/util/Date.java (parse): Correctly compute beginning of - punctuation. - - * java/util/Hashtable.java (get): Throw NullPointerException if - key is null. - (containsKey): Likewise. - - * java/util/Properties.java (list): Truncate value to 37 - characters and add `...'. - - * java/lang/Byte.java (parseByte): Pass `radix' to - Integer.parseInt. - - * prims.cc (_Jv_Abort): In non-DEBUG case, use System.err, not - fprintf. - Include System.h, PrintStream.h. - - * java/lang/natSystem.cc (init_properties): Don't use malloc, - realloc, or free. - - * java/lang/natSystem.cc (init_properties): Use getpwuid_r if it - exists. - * configure: Rebuilt. - * configure.in: Check for getpwuid_r. Look for `pwd.h', not - `pwd.d'. - - * mauve-libjava: Omit AttibutedCharacterIterator, ACIAttribute. - - * java/lang/SecurityManager.java: Import java.net.*. - (checkMulticast): New methods. - -Fri Feb 26 14:54:52 1999 Per Bothner - - * Makefile.am, Makefile.in (java/lang/reflect/Method.h): New rule. - (nat_files): Add java/lang/reflect/natArray.o. - (nat_headers): Add Field.h and NoSuchFieldException.h. - - * include/java-field.h (_Jv_GetStaticLongField, _Jv_GetStaticIntField, - _Jv_GetStaticShortField, _Jv_GetStaticByteField): New inline methods. - (_Jv_FromReflectedField): Fix buglet. - * include/jvm.h (_Jv_NewMultiArray): New declaration. - * include/java-assert.h (JvFail): Pass message string to _Jv_Abort. - * prims.cc (_Jv_Abort): Include message in print-out. - - * prims.cc (_Jv_equal): New method (compare Utf8Const and jstring). - (new_multi_array): Rename to _Jv_NewMultiArray. Make non-static. - * include/jvm.h (_Jv_NewMultiArray, _Jv_equal): New declarations. - - * configure.in (AC_CHECK_HEADERS), configure: Add pwd.h. - * include/config.h.in (HAVE_PWD_H): New feature macro. - * java/lang/natSystem.cc (init_properties): Set file.encoding, - user.name, user.home, user.dir. - - * java/lang/reflect/Array.java: New class. - * java/lang/reflect/natArray.cc: New native methods. - * include/javaprims.h: Declare java::lang::reflect::Array. - - * java/lang/Class.h (getField): New private method. Add friends. - * java/lang/Class.java (getField): Add private overload. - * java/lang/natClass.cc (getField, getField, getDeclaredField, - getDeclaredMethods): Add working implementations. - * java/lang/reflect/Field.java, java/lang/reflect/natField.cc: - Finish implementation, except for access control. - - * java/lang/reflect/Modifier.java (toString): New overload. - * include/java-method.h: New file. - * java/lang/reflect/Method.java (index): Replaced by offset field. - Remove various private fields - get them from _Jv_Field instead. - * java/lang/reflect/natMethod.cc (getModifiers, getName, getType): - New method implementations. - - * java/text/NumberFormat.java: Add a bunch of methods. - -Mon Feb 22 17:52:34 1999 Per Bothner - - * java/lang/StringBuffer.java (getChars): Fix bounds checks. - -1999-02-26 Tom Tromey - - * include/config.h.in: Rebuilt. - * acconfig.h (GETHOSTBYNAME_R_RETURNS_INT, - GETHOSTBYADDR_R_RETURNS_INT, HAVE_GETHOSTBYNAME_R, - HAVE_GETHOSTBYADDR_R): New defines. - * java/net/natInetAddress.cc (lookup): Use gethostbyname_r and - gethostbyaddr_r if available. - Include . - * configure: Rebuilt. - * configure.in: Check for gethostbyname_r, gethostbyaddr_r. - - * java/net/natInetAddress.cc (aton): Use _Jv_AllocBytesChecked. - Don't use JvFree. - (lookup): Likewise. - Include . - * include/jvm.h (_Jv_AllocBytesChecked): Declare. - * prims.cc (_Jv_AllocBytesChecked): New function. - - * Makefile.in: Rebuilt. - * Makefile.am (SUBDIRS): Removed `test'. - * configure: Rebuilt. - * configure.in: Don't build test/Makefile. - * test/*: Removed all files. - -Thu Feb 25 17:27:37 1999 Warren Levy - - * java/lang/reflect/Constructor.java: Make class final to match spec. - * java/lang/reflect/Method.java: Ditto. - -1999-02-25 Tom Tromey - - * java/net/natInetAddress.cc: Include before - . - * java/net/natPlainSocketImpl.cc: Include before - . - - * java/net/natInetAddress.cc: Declare gethostname if required. - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_GETHOSTNAME_DECL): New define. - * configure: Rebuilt. - * configure.in: Define HAVE_GETHOSTNAME_DECL when gethostname is - declared in unistd.h. - -1999-02-24 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (java/io/FileDescriptor.h): Removed target. - * java/io/FileDescriptor.java (FileDescriptor): Changed protection - from private to "none". - - * include/javaprims.h: Regenerated class declarations with new - classes.pl. - * classes.pl (scan): Only generate decls for java.lang, java.io, - and java.util. - -1999-02-24 Tom Tromey - - * posix-threads.cc (_Jv_InitThreads): Mask SIGINT in all threads. - (_Jv_ThreadWait): Allow SIGINT to be delivered to waiting thread. - -1999-02-23 Tom Tromey - - * java/util/natGregorianCalendar.cc (_REENTRANT): Only define if - not already defined. - * java/io/natFile.cc (_REENTRANT): Only define if not already - defined. - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_BOEHM_GC): New define. - * configure: Rebuilt. - * configure.in: Define HAVE_BOEHM_GC if using it. - * posix-threads.cc: Include boehm-config.h and gc.h if - HAVE_BOEHM_GC. - * include/posix-threads.h: Added explanatory note about Boehm GC. - - * java/io/BufferedReader.java (readLine): Only return null when - EOF seen before any characters read. (In particular, an empty - line should not return null.) - - * java/io/BufferedInputStream.java (read): Only refill once per - invocation. - - * mauve-libjava: Added java.text.StringCharacterIterator.iter, - java.lang.Character.classify12, java.lang.String.hash, - java.text.FieldPosition.Test, java.text.ParsePosition.Test, - java.text.SimpleDateFormat.getAndSet2DigitYearStart - - * java/text/StringCharacterIterator.java (setIndex): No error if - index == end. - (next): Check for `pos == end', not `end - 1'. - (StringCharacterIterator): Allow `pos == end'. Explicitly check - for null text in each constructor. - (clone): Fixed order of arguments to constructor. - -1999-02-22 Tom Tromey - - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_INET6): New define. - (HAVE_SOCKLEN_T): Likewise. - * java/net/PlainSocketImpl.java: Added copyright header. - * java/net/natPlainSocketImpl.cc: Added copyright header. - (union SockAddr): Use HAVE_INET6, not AF_INET6. - (bind): Likewise. - (connect): Likewise. - (accept): Likewise. - (socklen_t): New typedef. - (accept): Use socklen_t. - * java/net/natInetAddress.cc: Added copyright header. - (HAVE_GETHOSTNAME): Don't define. - (HAVE_INET_ADDR): Likewise. - (lookup): Fixed typo. - (aton): Don't use `address' as name of local variable. - (lookup): Use HAVE_INET6, not AF_INET6. - - * configure: Rebuilt. - * configure.in: Look for functions inet_aton, inet_addr, - gethostname, inet_pton, uname. Check for sockaddr_in6 structure. - Check for socklen_t typedef. - - * exception.cc (__throw): Declare as __noreturn__. - -Mon Feb 22 15:27:35 1999 Per Bothner - - * Makefile.am, Makefile.in: Also build java/net. - (java/io/FileDescriptor.h): Add friend java::net::PlainSocketImpl. - - * java/io/natFile.cc: #define _POSIX_PTHREAD_SEMANTICS and _REENTRANT. - * java/util/natGregorianCalendar.cc: #define _REENTRANT. - - * prims.cc (_Jv_malloc, _Jv_Free): New functions. - * include/cni.h (JvMalloc, JvFree): New inline functions. - (JvThrow): Add __noreturn__ attribute. - * include/javaprims.h (_Jv_Malloc, _Jv_Free): New declarations. - (_Jv_Throw): Add __noreturn__ attribute. - - * java/net/PlainSocketImpl.java: Init fnum to -1. - * java/net/ServerSocket.java: Add missing throws clauses. - * java/lang/Socket.java: For the constructor taking a SocketImpl, - don't call create on the latter. Instead, other constructors - have to explicitly call SocketImpl.create. - * java/net/natPlainSocketImpl.cc (accept): Change variable addrlen - from size_t to int, to match ::accept prototype. - * java/net/natInetAddress.cc: Use JvFree rather than free. - - -1999-02-22 Tom Tromey - - * include/javaprims.h: Added new classes. - * java/text/StringCharacterIterator.java: New file. - * java/text/CharacterIterator.java: New file. - - * java/text/ParseException.java (errorOffset): Now private. - -Mon Feb 22 12:54:53 1999 Per Bothner - - * java/net: New package. - * java/net/{InetAddress.java,PlainSocketImpl.java,ServerSocket.java, - Socket.java,SocketException.java,SocketImpl.java, - SocketImplFactory.java,UnknownHostException.java,natInetAddress.cc, - natPlainSocketImpl.cc}: New classes. - - * configure.in (AC_CHECK_HEADERS): Also check for , - , and . - * include/config.h.in: Add place-holders for HAVE_ARPA_INET_H, - HAVE_NETDB_H, HAVE_NETINET_IN_H, and HAVE_SYS_SOCKET_H. - - * classes.pl: Translate package into "namespace", not "class". - * include/javaprims.h: Update class list, using "namespace". - -1999-02-21 Tom Tromey - - * java/util/natGregorianCalendar.cc (_POSIX_PTHREAD_SEMANTICS): - Define when appropriate. - -1999-02-20 Tom Tromey - - * java/lang/natString.cc (_Jv_GetStringUTFRegion): Encode \u007f - as a single byte and \u07ff as two bytes. - (_Jv_GetStringUTFLength): Likewise. - * include/jvm.h (UTF8_GET): Mask first byte of 3-byte encoding - with 0x0f, not 0x1f. - -1999-02-19 Tom Tromey - - * java/io/DataOutputStream.java (writeUTF): When encoding - character as 3 bytes, `or' first byte with 0xe0, not 0xc0. - * java/io/DataInputStream.java (readUTF): Mask second byte of - 3-byte character with 0x3f, not 0x1f. - - * java/io/DataInputStream.java (readLong): Cast result of - readUnsignedByte to long before using. - - * java/io/FileInputStream.java (finalize): Only finalize `fd' if - it is not null. - - * mauve-libjava: Re-enabled java.io.DataInputOutput. - * include/no-threads.h (_Jv_ThreadInterrupt): Removed name of - argument to avoid warning. - * include/quick-threads.h (_Jv_ThreadInterrupt): Removed name of - argument to avoid warning. - -1999-02-18 Tom Tromey - - * mauve-libjava: Omit java.io.DataInputOutput and - java.io.Utf8Encoding. - -1999-02-17 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added InterruptedIOException.h. - * java/io/natFileDescriptorPosix.cc: Include - InterruptedIOException.h, Thread.h. - (write): Throw InterruptedIOException when required. - (read): Likewise. - * posix-threads.cc: Include . - (_Jv_ThreadInterrupt): New function. - (INTR): New define. - (handle_intr): New function. - (_Jv_InitThreads): Register handle_intr via sigaction. - * java/lang/natThread.cc (interrupt): Call _Jv_ThreadInterrupt. - * include/posix-threads.h (_Jv_ThreadInterrupt): Declare. - * include/quick-threads.h (_Jv_ThreadInterrupt): New function. - * include/no-threads.h (_Jv_ThreadInterrupt): New function. - -1999-02-19 Andrew Haley - - * java/lang/ThreadGroup (setMaxPriority): Set the maximum priority - of subgroups. - (ThreadGroup (int)): Set the maximum priority of the initial - ThreadGroup. - -1999-02-18 Andrew Haley - - * java/lang/natClass.cc (forName): Check for the case where a - classname is the name of an array and call FindClassFromSignature - to find the Class. - -1999-02-18 Andrew Haley - - * java/lang/StringBuffer (insert (int, String)): Move up any - characters above the insert position and increase the length of - the string buffer by the length of the argument. - (insert (int, char[])): Likewise. - (insert (int, char)): Likewise. - (StringBuffer (String)): The initial capacity of the string buffer - is 16 plus the length of the argument. - (getChars): Add a JDK 1.2 FIXME. - -1999-02-18 Andrew Haley - - * java/lang/Short.java (parseShort(String, int)): Pass radix to - Integer.parseInt. - -1999-02-18 Andrew Haley - - * java/lang/Double.java (equals): Use a bit-by-bit comparision - instead of floating-point equality. This is necessary for - correct floating-point Hashtables. - * java/lang/Float.java (equals): Ditto. - -1999-02-16 Tom Tromey - - * java/util/Properties.java (list): Truncate value to 37 - characters and add "...". - -1999-02-16 Tom Tromey - - * java/util/Vector.java (Vector): Throw IllegalArgumentException - if initCap is negative. - (contains): Implement JDK1.2-style handling of null argument. - (removeElement): Likewise. - (indexOf): Likewise. Also, correctly handle case where idx is - negative. - (lastIndexOf): Likewise. - -1999-02-16 Tom Tromey - - * java/lang/natString.cc (init): Increment source pointer in - loop. - -1999-02-16 Tom Tromey - - * exception.cc: Include NullPointerException.h. - (_Jv_Throw): If `value' is NULL, throw a NullPointerException. - -1999-02-16 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (AUTOMAKE_OPTIONS): Added `no-installinfo. - -Sat Feb 13 20:25:09 1999 Bonzo Armstrong - - * configure.in: Don't undefine EH_COMMON_INCLUDE just because - we're compiling canadian. - * configure: Regenerated. - -1999-02-12 Andrew Haley - - * java/lang/sf_rint.c: Resurrected. This file shouldn't have been - deleted from libgcj. - -1999-02-12 Tom Tromey - - * exception.cc (_Jv_eh_alloc): Use _Jv_AllocBytes, not malloc. - (_Jv_eh_free): Don't call free. - Don't declare malloc or free. - -1999-02-11 Tom Tromey - - * configure.host: Use `libgcj', not `libjava'. Removed `echo'. - -1999-02-11 Andrew Haley - - * ef_fmod.c, sf_ceil.c, sf_fabs.c, sf_floor.c, sf_rint.c, - wf_fmod.c: Deleted. These are all files from fdlibm which aren't - needed by java.lang.*. - * Makefile.am: ef_fmod.o, sf_ceil.o, sf_fabs.o, sf_floor.o, sf_rint.o, - wf_fmod.o: Removed from libjava.a. - -1999-02-11 Tom Tromey - - * include/javaprims.h: Reverted previous change; with it - exception.cc can't compile. - - * include/javaprims.h (_Jv_Throw): Mark as noreturn. - - * include/config.h.in: Rebuilt. - * include/posix-threads.h (_Jv_ThreadYield): Conditionalize on - HAVE_SCHED_YIELD. - * configure: Rebuilt. - * configure.in: Check for sched_yield. Look in thread library for - all thread functions. - - * posix-threads.cc (_Jv_MutexInit): Handle case where system has - no recursive mutexes. - (_Jv_MutexDestroy): Define when required. - (_Jv_MutexLock): Likewise. - (_Jv_MutexUnlock): Likewise. - (_Jv_CondWait): Conditionalize on HAVE_RECURSIVE_MUTEX. - * include/posix-threads.h (HAVE_RECURSIVE_MUTEX): New define. - (_Jv_Mutex_t): New structure. - (_Jv_MutexDestroy): Only define if recursive mutexes available. - (_Jv_MutexLock): Likewise. - (_Jv_MutexUnlock): Likewise. - -1999-02-10 Tom Tromey - - * aclocal.m4, configure, Makefile.in: Rebuilt. - * acinclude.m4: Renamed libjava to libgcj. Updated to use - automake 1.4. - * configure.in: Changed to track library changes. - * Makefile.am (toollib_LIBRARIES): Renamed libjava to libgcj. - (AM_CXXFLAGS): Likewise. - (data_DATA): Likewise. - (AM_CFLAGS): Likewise. - (JC1FLAGS): Likewise. - (libgcj_a_SOURCES): Likewise. - (EXTRA_libgcj_a_SOURCES): Likewise. - (libgcj_a_DEPENDENCIES): Likewise. - (libgcj_a_LIBADD): Likewise. - (libgcj.zip): Likewise. - (CLEANFILES): Likewise. - ($(nat_headers)): Likewise. - (java/lang/FirstThread.h): Likewise. - (java/lang/ThreadGroup.h): Likewise. - (java/lang/String.h): Likewise. - (java/lang/reflect/Field.h): Likewise. - (BUILT_SOURCES): Likewise. - (maintainer-check): Likewise. - (CONFIG_STATUS_DEPENDENCIES): Likewise. -Tue Feb 9 11:06:38 1999 Anthony Green - - * java/util/natGregorianCalendar.cc (computeFields): Only use - gmtime_r and localtime_r when configured for posix threads. - - * java/io/natFile.cc (get_entry): Only use readdir_r when - configured for posix threads. - - * java/util/natGregorianCalendar.cc: Update copyright notice. - * java/util/TimeZone.java: Ditto. - * java/util/SimpleTimeZone.java: Ditto. - -1999-02-08 Tom Tromey - - * java/io/PrintStream.java (line_separator): New constant. - (print): Use line_separator, not `file.separator' property. - (println): Use line_separator. - - * java/lang/natClass.cc (newInstance): Throw IllegalAccessError - when trying to instantiate Class. - - * java/lang/ThreadGroup.java (ThreadGroup): Throw - NullPointerException if argument is null. - - * java/lang/Thread.java (setName): Throw NullPointerException, not - IllegalArgumentException. - (Thread): Likewise. - -1999-02-08 Andrew Haley - - * java/lang/natClass.cc (newInstance): Don't allow anyone to - create new Classes with Class.newInstance(). - - * java/lang/natClass.cc (_Jv_FindArrayClass): Only add a - semiciolon to end of an array Class's signature if the elements of - the array aren't themselves arrays. - - * java/lang/natSystem.cc (arraycopy): The size of an element of an - array of objects is always sizeof(jobject), not the size of the - object to which the reference points. - -1999-02-08 Tom Tromey - - * java/util/BitSet.java (and): Throw NullPointerException when - required. - (or): Likewise. - (xor): Likewise. - - * java/util/BitSet.java (BitSet): Throw NegativeArraySizeException - if argument is negative. - (clear): Correctly compute `offset'. Throw - IndexOutOfBoundsException when required. - (set): Likewise. - (get): Likewise. Also, return correct value. - (ensure): Changed meaning of argument. - (toString): Wrap contents in `{}'; put spaces after commas. - (hashCode): Don't try to examine elements off the end of array. - (or): Correctly include bits past the end of this bit set. - (xor): Likewise. - -Thu Feb 4 12:48:03 1999 Warren Levy - - * configure.host (mips-tx39-*): Use jmr3904dram.ld link script - instead of the jmr3904app.ld script (i.e. use DRAM instead of SRAM). - -1999-02-04 Andrew Haley - - * java/lang/natClass.cc (Class::forName): Remove code which mapped - '/' in signatures to '.' - (Class::getName): Likewise, - (_Jv_FindArrayClass): Add a semiciolon to end of an array Class's - signature. - * java/lang/natFirstThread.cc (run): Change '/' in main's - signature to '.'. - -1999-02-03 Andrew Haley - - * configure.host: -ffloat-store added when compiling libjava on - x86. fdlibm apparently relies on this. - - * java/lang/ThreadGroup.java (add): throw an exception if the - ThreadGroup has been destroyed. - - * java/lang/natMath.cc (round): Ensure correct NaN and overflow - behaviour. - -1999-01-27 Tom Tromey - - * java/lang/StringBuffer.java (StringBuffer): Handle null - argument. - -1999-01-21 Tom Tromey - - * java/lang/natFirstThread.cc (run): Don't require main to be - public. - -Wed Jan 20 15:44:56 1999 Anthony Green - - * boehm.cc (_Jv_InitGC): Clear out the free lists correctly. - -1999-01-20 Tom Tromey - - * java/lang/natString.cc (_Jv_StringFindSlot): Synchronize on - StringClass. - (rehash): Likewise. - (intern): Likewise. - (unintern): Likewise. - (_Jv_NewStringUtf8Const): Likewise. - - * java/text/SimpleDateFormat.java (format): Use [a-zA-z], not - Character.isLetter, to see if character is self-quoting. Also, - correctly handle quoted characters. - (parse): Fixed typo. Also now throws ParseException. - -1999-01-15 Tom Tromey - - * java/lang/natObject.cc (INIT_NEEDED): Added missing close paren. - - * java/lang/natObject.cc (INIT_NEEDED): Added cast in case where - _Jv_SyncInfo has `init' member. - - * include/quick-threads.h (_Jv_MutexUnlock): Return result of - coop_mutex_unlock. - - * java/lang/natObject.cc (_Jv_MonitorExit): Throw - IllegalMonitorStateException if unlock fails. - - * prims.cc (_Jv_NewPrimArray): Assume allocated memory is all - zero. - (_Jv_NewObjectArray): Likewise. - -1999-01-14 Tom Tromey - - * java/lang/Character.java (isJavaIdentifierPart): Allow - LETTER_NUMBER characters. - - * chartables.pl (process_char): Fixed error messages. - - * include/java-chartables.h: Rebuilt with UniData 2.1.8. - * chartables.pl: Updated comments. Changed detection of non-digit - numeric values (no longer miss \u00b2 and friends). - - * java/lang/Character.java (isJavaIdentifierPart): Recognize - currency symbols and connector punctuation. - (isIdentifierIgnorable): Make 7f-9f ignorable. - - * prims.cc (_Jv_NewObjectArray): Check for overflow. - (_Jv_NewPrimArray): Likewise. - (SIZE_T_MAX): New define. - - * java/lang/ClassLoader.java (system): Now private and final. - - * boehm.cc (_Jv_MarkObj): Handle case where object's class is - null. - - * configure: Rebuilt. - * configure.in (EH_COMMON_INCLUDE): Add -I for `../include' as - well. - * exception.cc: Include gansidecl.h. - -1999-01-14 Andrew Haley - - * java/lang/Math.java, java/lang/natMath.cc: min and max routines - corrected: they didn't treat -0.0 and NaNs correctly. - -Wed Jan 13 13:32:22 1999 Anthony Green - - * nogc.cc: Use calloc to zero out memory. - -1999-01-11 Tom Tromey - - * java/lang/natClass.cc (isInstance): Return false if this class - is primitive, not if class of `obj' is primitive. - (_Jv_IsInstanceOf): Rewrote to use Class.isInstance. - - * java/io/SequenceInputStream.java (close): Handle case where `in' - is already null. - - * java/text/DateFormat.java (format): New method. - - * mauve-libjava: Omit java.text.DateFormat. - -1999-01-08 Tom Tromey - - * posix-threads.cc (_Jv_ThreadInitData): Removed name of unused - argument. - * include/posix-threads.h (_Jv_CondNotify): Removed name of unused - argument. - (_Jv_CondNotifyAll): Likewise. - - * configure: Rebuilt. - * configure.in: Change --enable-source-compilation logic to work - correctly. - -1999-01-07 Andrew Haley - - * Makefile.am (AM_MAKEFLAGS): Remove RUNTEST, EXPECT, - and RUNTESTFLAGS from AM_MAKEFLAGS. - * configure.in: AM_RUNTESTFLAGS added. - * configure.host: AM_RUNTESTFLAGS added. - * Makefile.in, test/Makefile.in, testsuite/Makefile.in: rebuilt. - * configure: rebuilt. - * testsuite/Makefile.am: RUNTESTFLAGS set from AM_RUNTESTFLAGS. - - * testsuite/libjava.mauve/DejaGNUTestHarness.java (main): use of - argv[] made conditional because embedded targets may not have - argv[]. - * testsuite/libjava.mauve/DejaGNUTestHarness.java (main): - explanatory comments added in call to super. - - * testsuite/libjava.mauve/test.exp (test_mauve): Test for an - exception thrown in the test harness itself added. - * testsuite/libjava.mauve/test.exp (test_mauve_sim): New routine. - -Wed Jan 6 17:27:39 1999 Per Bothner - - * java/text/DateFormatSymbols.java (zoneStringsDefault): Make static. - -1999-01-06 Tom Tromey - - * java/io/natFile.cc (get_entry): New function. - (performList): Use get_entry. - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_READDIR_R): New define. - * configure: Rebuilt. - * configure.in: Look for readdir_r. - - * java/util/natGregorianCalendar.cc (computeFields): Fixed comment. - - * java/util/natDate.cc: Added copyright header. - -1999-01-05 Tom Tromey - - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_ACCESS, HAVE_STAT, HAVE_REALPATH, HAVE_MKDIR, - HAVE_REALPATH, HAVE_RMDIR, HAVE_UNLINK): New macros. - * configure: Rebuilt. - * configure.in: Check for access, stat, mkdir, rename, rmdir, - unlink, and realpath. - * java/io/natFile.cc (access): Conditionalize on HAVE_ACCESS. - (stat): Conditionalize on HAVE_STAT. - (attr): Likewise. - (getCanonicalPath): Conditionalize on HAVE_REALPATH. - (performMkdir): Conditionalize on HAVE_MKDIR. - (performRenameTo): Conditionalize on HAVE_RENAME. - (performDelete): Conditionalize on HAVE_RMDIR and HAVE_UNLINK. - - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_GMTIME_R, HAVE_LOCALTIME_R): New defines. - * configure: Rebuilt. - * configure.in: Check for gmtime_r and localtime_r. For cross - builds, assume they exist. - - * mauve-libjava: Include java.text.DateFormatSymbols again. - * java/text/DateFormatSymbols.java (setLocalPatternChars): Renamed - from setAmPmStrings. - - * mauve-libjava: Omit java.text.DateFormatSymbols. - -1999-01-04 Tom Tromey - - * java/io/PushbackReader.java: `off' already includes `numBytes'. - - * java/io/LineNumberReader.java (read): Decrement `count' in - loop. - - * java/io/BufferedWriter.java (write): Correctly determine when - incoming data would overrun buffer. Flush buffer if write causes - it to become full. - - * java/io/BufferedOutputStream.java (write): Increment `count' - after copying data into buffer. - - * java/io/FilterOutputStream.java (close): Call flush first. - - * java/io/PipedReader.java (read): If read causes `out' to catch - up with `in', then set `in' to -1. - - * java/io/LineNumberInputStream.java (read): If no bytes read, - return -1. If no bytes requested, return 0. - - * java/lang/StringBuffer.java (insert): If `str' is null, use - string "null". - 1998-12-30 Anthony Green * README: Removed. diff --git a/libjava/ChangeLog-1999 b/libjava/ChangeLog-1999 index 522025e85bb..540531b97b1 100644 --- a/libjava/ChangeLog-1999 +++ b/libjava/ChangeLog-1999 @@ -3505,3604 +3505,3 @@ Wed Jan 6 17:27:39 1999 Per Bothner * java/lang/StringBuffer.java (insert): If `str' is null, use string "null". -1998-12-30 Anthony Green - - * README: Removed. - * LIBJAVA_LICENSE, COPYING.LIB: Created. - -1998-12-23 Tom Tromey - - * java/io/PushbackInputStream.java (read): `off' already includes - `numBytes'. - -1998-12-17 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (GCJ_canadian): Include target_alias. - - * java/lang/natFirstThread.cc (run): Require main's class to be - public. - -1998-12-16 Tom Tromey - - * java/util/Locale.java (JAPAN): Language is `ja', not `jp'. - - * java/util/ResourceBundle.java (getBundle): Throw - NullPointerException if locale argument is null. - - * java/lang/natClass.cc (forName): Throw NullPointerException if - argument is null. - Include NullPointerException.h. - -1998-12-14 Tom Tromey - - * java/lang/Character.java (Character): Implement Comparable. - (compareTo): New methods. - - * java/util/Locale.java (CANADA, FRANCE, JAPAN): Now `final'. Use - correct country and language codes. - (UK, US): New constants. - (setDefault): Language codes are lower-case. - - * java/lang/natClass.cc (getDeclaredConstructor): New method. - (getDeclaredConstructors): Likewise. - (getDeclaredField): Likewise. - (getDeclaredFields): Likewise. - (getDeclaredMethod): Likewise. - (getDeclaredMethods): Likewise. - (getField): Likewise. - (getFields): Likewise. - (getMethod): Likewise. - (getMethods): Likewise. - * java/lang/Class.java: Declare new methods. - * java/lang/Class.h: Declare new methods. - - * java/lang/natString.cc: Removed `#pragma implementation'. - * include/cni.h (_Jv_GetStringChars): New function. - * Makefile.in: Rebuilt. - * Makefile.am (java/lang/String.h): Don't generate definition for - _Jv_GetStringChars. - - * java/lang/natString.cc: Added `#pragma implementation'. - - * Makefile.in: Rebuilt. - * Makefile.am (libjava.zip): Put build directory first in class - path to avoid bug in compiler. - -1998-12-14 Anthony Green - - * java/util/Locale.java: Add CANADA, FRANCE and JAPAN. - - * include/javaprims.h: Add EventObject, ListResourceBundle and - ResourceBundle. - -1998-12-13 Anthony Green - - * mauve-libjava: Run the ResourceBundle tests. - - * java/lang/natClass.cc (_Jv_FindClass): Don't fail when loader is - NULL. - -Sun Dec 13 18:11:21 1998 Per Bothner - - * configure.in, configure: Make --enable-gcj-classes and - --enable-source-compilation the default. (Nervously...) Yeah! - Based on a patch from Tom Tromey. - -1998-12-13 Tom Tromey - - * java/util/EventObject.java: New file. - * java/util/EventListener.java: New file. - - * include/javaprims.h: Updated class declarations. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added Constructor.h. - (java/lang/String.h): Don't inline String::length(). - * java/lang/Class.h (getConstructor, getConstructors): Declare. - * java/lang/Class.java (initializeClass, hackRunInitializers, - hackTrampoline): No need to mark `final'. - (getConstructor, getConstructors): Declare. - * java/lang/reflect/Field.java (equals): New method. - * java/lang/natClass.cc (getConstructor): New method. - (getConstructors): Likewise. - Include Method.h, Field.h, Constructor.h. - * java/lang/reflect/Constructor.java: New file. - * java/lang/reflect/Method.java (toString): No space before open - paren. - (equals): Simplified. - -1998-12-13 Anthony Green - - * java/util/ResourceBundle.java: New file. - * java/util/ListResourceBundle.java: New file. - -1998-12-12 Tom Tromey - - * java/lang/System.java (in, out, err): Now buffered streams by - default. - - * include/javaprims.h: Updated class declarations. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added AccessibleObject.h, Method.h, - InvocationTargetException.h, Void.h, Byte.h, Short.h, Integer.h, - Long.h, Boolean.h. - (nat_files): Added natMethod.o. - * java/lang/reflect/natMethod.cc: New file. - * java/lang/reflect/Field.java (Field): Now extends - AccessibleObject. - * java/lang/reflect/AccessibleObject.java: New file. - * java/lang/reflect/InvocationTargetException.java: New file. - -1998-12-11 Tom Tromey - - * boehm.cc, prims.cc, include/jvm.h, java/lang/Class.h, - java/lang/Object.h, java/lang/natClass.cc, java/lang/natObject.cc: - Renamed dtable -> vtable and _Jv_DispatchTable -> _Jv_VTable. - - * java/io/OutputStreamWriter.java (buffer): Size at 8192 bytes. - -1998-12-09 Tom Tromey - - * java/util/natDate.cc (_POSIX_THREAD_SEMANTICS): Define if - HAVE_CTIME_R. - - * java/lang/natCharacter.cc (toTitleCase): Handle case where - character is already titlecase. - - * java/lang/Character.java (isJavaLetter): Follow spec. - (isJavaLetterOrDigit): Likewise. - - * java/util/GregorianCalendar.java (gregorianCutover): Append - `L'. - - * java/lang/Character.java (isWhitespace): Use \r and not \u000d. - -1998-12-08 Tom Tromey - - * java/lang/reflect/Modifier.java (toString): Replace second - `static' with `synchronized'. - - * java/lang/natObject.cc (_Jv_FinalizeObject): Call hack12_6. - * java/lang/Object.h (Object::hack12_6): Declare. - * java/lang/Object.java (hack12_6): New function. - -1998-12-07 Tom Tromey - - * include/java-array.h (__JArray::clone): Removed decl. - * prims.cc (__JArray::clone): Removed. - * java/lang/natObject.cc (clone): Incorporate code to clone an - array. - - * java/lang/natClass.cc (_Jv_NewClass): Set class loader. - (_Jv_FindArrayClass): Set dtable_method_count on new class. - Correctly use dtable_method_count. - -1998-12-07 Andrew Haley - - * java/lang/Double.java (isInfinite, isNaN): Handle correct - IEEE754 values. - -1998-12-06 Anthony Green - - * mauve-libjava: Don't test ResourceBundle. - -1998-12-04 Tom Tromey - - More JDK 1.2 spec fixes: - * java/util/Date.java (millis): Now private. - * java/text/DateFormat.java (DateFormat): Constructor now - protected. - * java/lang/Void.java (Void): New private constructor. - * java/lang/System.java (System): New private constructor. - * java/lang/SecurityManager.java (classLoaderDepth): Uncommented - body. - (currentClassLoader): New method. - (currentLoadedClass): New method. - * java/lang/Math.java (Math): New private constructor. - * java/lang/Compiler.java (Compiler): New private constructor. - * java/lang/Class.java (Class): New private constructor. - * java/lang/Double.java (toString): Removed access specifier from - two-argument `toString' method. - -1998-12-04 Andrew Haley - - * java/lang/s_rint.c (rint): Make the variable w volatile; this - causes it to be flushed from an fp register (where it may be - longer than double precision) to a double in memory. This is - essential to ensure correct rounding behaviour. - -1998-12-04 Tom Tromey - - * include/java-assert.h (_Jv_Abort): Declare as `noreturn' - function. - - * java/lang/Character.java (isIdentifierIgnorable): Added comment - explaining apparent divergence from JDK 1.2. - -1998-12-04 Per Bothner - - * include/no-threads.h: Remove unused parameter names. - This silences a bunch of warnings. - -1998-12-04 Tom Tromey - - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_CTIME_R): New symbol. - -1998-12-03 Tom Tromey - - * mauve-libjava: Added many more categories to reject. - - Changes to follow JDK1.2 spec: - * java/lang/System.java (arraycopy, init_properties, checkSetIO, - setErr, setIn, setOut): No need to be `final'. - * java/lang/natObject.cc (wait): `nanos' argument is an int. - * java/lang/Object.h (Object::wait): `nanos' argument is an int. - * java/lang/Object.java (wait): `nanos' argument is an int. - * java/lang/VirtualMachineError.java: Class is abstract. - * java/lang/ThreadDeath.java: Made constructors public. - * java/io/FileDescriptor.java (FileDescriptor): Added missing - constructor. - -Thu Dec 3 20:29:38 1998 Warren Levy - - * java/text/DateFormatSymbols.java (getAmPmStrings, - getLocalPatternChars, setShortWeekdays): Fixed typos in method names. - -Thu Dec 3 19:21:53 1998 Warren Levy - - * java/io/RandomAccessFile.java (writeInt, writeLong, writeFloat, - writeDouble, writeByte, writeBytes, writeChar, writeChars, - writeShort, writeUTF): Added 'final' to signature to match JDK 1.1 - and 1.2. - - * java/lang/IllegalThreadStateException.java - (IllegalThreadStateException): Changed extending class to match spec. - - * java/lang/NumberFormatException.java - (java/lang/NumberFormatException): Changed extending class to match - spec. - - * java/util/Observer.java (Observer): Changed sig to match JCL. - -Thu Dec 3 19:05:26 1998 Warren Levy - - * java/io/DataOutputStream.java (writeInt, writeLong, writeFloat, - writeDouble, writeBytes, writeChars, writeUTF): Added 'final' to - signature to match JDK 1.1 and 1.2. - -Thu Dec 3 16:47:42 1998 Warren Levy - - * Makefile.am: Changed to use $(PERL) rather than hardcoded 'perl'. - * configure.in (PERL): Added AC_CHECK_PROGS to look for installed perl. - * Makefile.in, configure: Rebuilt. - - * java/text/ParsePosition.java (setErrorIndex): Fixed typo in method - name. - -1998-12-02 Tom Tromey - - * mauve-libjava: New file. - - The remaining `-W -Wall' fixes: - * java/lang/e_sqrt.c (__ieee754_sqrt): Added cast to unsigned to - avoid warning. - * java/lang/s_scalbn.c (scalbn): Added braces to avoid ambiguous - `else'. - * java/lang/s_floor.c (floor): Added cast to unsigned to avoid - warning. - * java/lang/e_pow.c (__ieee754_pow): Added cast to unsigned to - avoid warning. - * java/lang/e_log.c (__ieee754_log): Added braces to avoid - ambiguous `else'. - * java/lang/s_ceil.c (ceil): Cast `i1' to unsigned to avoid - warning. - * java/lang/e_atan2.c (__ieee754_atan2): Added parentheses per gcc - suggestion. - * java/lang/strtod.c (_strtod_r): Added parentheses per gcc - suggestion. - * java/lang/mprec.c (Balloc): Removed unused variable. - (mult): Added parentheses per gcc suggestion. - (pow5mult): Likewise. - (lshift): Likewise. - (ulp): Likewise. - (b2d): Likewise. - (d2b): Likewise. - * java/lang/dtoa.c (_dtoa_r): Added some parentheses per gcc - suggestion. Added cast to `int' to avoid signed/unsigned - comparison. - * jni.cc (_Jv_JNI_GetSuperclass): Removed name of unused - parameter. - (IsAssignableFrom): Likewise. - (_Jv_JNI_GetObjectField): Likewise. - (_Jv_JNI_GetByteField): Likewise. - (_Jv_JNI_GetShortField): Likewise. - (_Jv_JNI_GetIntField): Likewise. - (_Jv_JNI_GetLongField): Likewise. - (_Jv_JNI_GetStringLength): Likewise. - (_Jv_JNI_ToReflectedField): Likewise. - (_Jv_JNI_FromReflectedField): Likewise. - (_Jv_JNIFunctions): Uncommented IsAssignableFrom. - - * Makefile.in: Rebuilt. - * Makefile.am (AM_CFLAGS): Define conditionally. - (WARNINGS): New macro. - (AM_CXXFLAGS): Include WARNINGS. - * configure: Rebuilt. - * configure.in (USING_GCC): New conditional. - - * prims.cc (_Jv_Abort): Declare twice, to avoid warnings. - - * java/lang/Character.java: Changed classification constants to - type `byte' to match JDK 1.2 docs. - -1998-12-01 Tom Tromey - - Some fixes to be `-W -Wall' clean: - * boehm.cc (_Jv_MarkObj): Removed name of unused parameter. - (_Jv_MarkArray): Likewise. - * java/lang/natCharacter.cc (to_lower_title): `i' is unsigned. - (to_upper_title): Likewise. - (isTitleCase): Likewise. - (toTitleCase): Likewise. - (getNumericValue): Likewise. - (isLowerCase): Likewise. - * java/lang/natString.cc (charAt): Don't cast `i' to unsigned - (avoids compiler warning). - * java/lang/natClass.cc (getDeclaredClasses): Always return a - value. - (getDeclaringClass): Likewise. - (_Jv_LookupInterfaceMethod): Likewise. - (_Jv_NewClass): Removed name of unused parameter. - * exception.cc (_Jv_type_matcher): Removed unused variable. - (_Jv_setup_eh_info): Removed name of unused parameter. - * prims.cc (_Jv_NewArray): Always return a value. - (_Jv_FindClassFromSignature): Likewise. - * include/java-field.h (getNameUtf8Const): Removed name of unused - parameter. - * include/quick-threads.h (_Jv_ThreadInitData): Removed name of - unused parameter. - (_Jv_ThreadSetPriority): Likewise. - - * java/lang/natString.cc (hashChars): Now static. - - * java/lang/FirstThread.java (FirstThread): Now final. - - * java/io/File.java (performMkdir, performRenameTo): Now private. - - * java/lang/natSystem.cc (currentTimeMillis): Return a value even - if no time function defined. - - * configure: Rebuilt. - * configure.in: Look for ctime_r, ctime. - * java/util/Date.java (toString): Now native. - * java/util/natDate.cc (toString): Rewrote. - -1998-11-27 Andrew Haley - - * Add LDFLAGS line to allow TX39 test cases to link when cross - compiling. - -1998-11-23 Anthony Green - - * boehm.cc, chartables.pl, classes.pl, exception.cc, jni.cc, - no-threads.cc, nogc.cc, posix-threads.cc, prims.cc, - quick-threads.cc, include/boehm-gc.h, include/cni.h, - include/java-array.h, include/java-assert.h, include/java-field.h, - include/javaprims.h, include/jni.h, include/jvm.h, - include/no-gc.h, include/no-threads.h, include/posix-threads.h, - include/quick-threads.h, java/io/BufferedInputStream.java, - java/io/BufferedOutputStream.java, java/io/BufferedReader.java, - java/io/BufferedWriter.java, java/io/ByteArrayInputStream.java, - java/io/ByteArrayOutputStream.java, java/io/CharArrayReader.java, - java/io/CharArrayWriter.java, - java/io/CharConversionException.java, java/io/DataInput.java, - java/io/DataInputStream.java, java/io/DataOutput.java, - java/io/DataOutputStream.java, java/io/EOFException.java, - java/io/File.java, java/io/FileDescriptor.java, - java/io/FileInputStream.java, java/io/FileNotFoundException.java, - java/io/FileOutputStream.java, java/io/FileReader.java, - java/io/FileWriter.java, java/io/FilenameFilter.java, - java/io/FilterInputStream.java, java/io/FilterOutputStream.java, - java/io/FilterReader.java, java/io/FilterWriter.java, - java/io/IOException.java, java/io/InputStream.java, - java/io/InputStreamReader.java, - java/io/InterruptedIOException.java, - java/io/LineNumberInputStream.java, java/io/LineNumberReader.java, - java/io/OutputStream.java, java/io/OutputStreamWriter.java, - java/io/PipedInputStream.java, java/io/PipedOutputStream.java, - java/io/PipedReader.java, java/io/PipedWriter.java, - java/io/PrintStream.java, java/io/PrintWriter.java, - java/io/PushbackInputStream.java, java/io/PushbackReader.java, - java/io/RandomAccessFile.java, java/io/Reader.java, - java/io/SequenceInputStream.java, java/io/Serializable.java, - java/io/StreamTokenizer.java, - java/io/StringBufferInputStream.java, java/io/StringReader.java, - java/io/StringWriter.java, java/io/SyncFailedException.java, - java/io/UTFDataFormatException.java, - java/io/UnsupportedEncodingException.java, java/io/Writer.java, - java/io/natFile.cc, java/io/natFileDescriptorEcos.cc, - java/io/natFileDescriptorPosix.cc, - java/lang/AbstractMethodError.java, - java/lang/ArithmeticException.java, - java/lang/ArrayIndexOutOfBoundsException.java, - java/lang/ArrayStoreException.java, java/lang/Boolean.java, - java/lang/Byte.java, java/lang/Character.java, java/lang/Class.h, - java/lang/Class.java, java/lang/ClassCastException.java, - java/lang/ClassCircularityError.java, - java/lang/ClassFormatError.java, java/lang/ClassLoader.java, - java/lang/ClassNotFoundException.java, - java/lang/CloneNotSupportedException.java, - java/lang/Cloneable.java, java/lang/Comparable.java, - java/lang/Compiler.java, java/lang/Double.java, - java/lang/Error.java, java/lang/Exception.java, - java/lang/ExceptionInInitializerError.java, - java/lang/FirstThread.java, java/lang/Float.java, - java/lang/IllegalAccessError.java, - java/lang/IllegalAccessException.java, - java/lang/IllegalArgumentException.java, - java/lang/IllegalMonitorStateException.java, - java/lang/IllegalStateException.java, - java/lang/IllegalThreadStateException.java, - java/lang/IncompatibleClassChangeError.java, - java/lang/IndexOutOfBoundsException.java, - java/lang/InstantiationError.java, - java/lang/InstantiationException.java, java/lang/Integer.java, - java/lang/InternalError.java, java/lang/InterruptedException.java, - java/lang/LinkageError.java, java/lang/Long.java, - java/lang/Math.java, java/lang/NegativeArraySizeException.java, - java/lang/NoClassDefFoundError.java, - java/lang/NoSuchFieldError.java, - java/lang/NoSuchFieldException.java, - java/lang/NoSuchMethodError.java, - java/lang/NoSuchMethodException.java, - java/lang/NullPointerException.java, java/lang/Number.java, - java/lang/NumberFormatException.java, java/lang/Object.h, - java/lang/Object.java, java/lang/OutOfMemoryError.java, - java/lang/Process.java, java/lang/Runnable.java, - java/lang/Runtime.java, java/lang/RuntimeException.java, - java/lang/SecurityException.java, java/lang/SecurityManager.java, - java/lang/Short.java, java/lang/StackOverflowError.java, - java/lang/String.java, java/lang/StringBuffer.java, - java/lang/StringIndexOutOfBoundsException.java, - java/lang/System.java, java/lang/Thread.java, - java/lang/ThreadDeath.java, java/lang/ThreadGroup.java, - java/lang/Throwable.java, java/lang/UnknownError.java, - java/lang/UnsatisfiedLinkError.java, - java/lang/UnsupportedOperationException.java, - java/lang/VerifyError.java, java/lang/VirtualMachineError.java, - java/lang/Void.java, java/lang/natCharacter.cc, - java/lang/natClass.cc, java/lang/natDouble.cc, - java/lang/natFirstThread.cc, java/lang/natFloat.cc, - java/lang/natMath.cc, java/lang/natObject.cc, - java/lang/natRuntime.cc, java/lang/natString.cc, - java/lang/natSystem.cc, java/lang/natThread.cc, - java/lang/reflect/Field.java, java/lang/reflect/Member.java, - java/lang/reflect/Modifier.java, java/lang/reflect/natField.cc, - java/text/DateFormat.java, java/text/DateFormatSymbols.java, - java/text/FieldPosition.java, java/text/Format.java, - java/text/NumberFormat.java, java/text/ParseException.java, - java/text/ParsePosition.java, java/text/SimpleDateFormat.java, - java/util/BitSet.java, java/util/Calendar.java, - java/util/ConcurrentModificationException.java, - java/util/Date.java, java/util/Dictionary.java, - java/util/EmptyStackException.java, java/util/Enumeration.java, - java/util/GregorianCalendar.java, java/util/Hashtable.java, - java/util/Locale.java, java/util/MissingResourceException.java, - java/util/NoSuchElementException.java, java/util/Observable.java, - java/util/Observer.java, java/util/Properties.java, - java/util/Random.java, java/util/SimpleTimeZone.java, - java/util/Stack.java, java/util/StringTokenizer.java, - java/util/TimeZone.java, java/util/TooManyListenersException.java, - java/util/Vector.java, java/util/natGregorianCalendar.cc: Updated - copyright notices. - - * exception.cc: Include eh-common.h instead of duplicating - code. - -1998-11-23 Tom Tromey - - * configure.host: Don't add `-O2' to libjava_flags. Only add - `-Os' to libjava_flags once. - -1998-11-17 Andrew Haley - - * Makefile.am: add LIBJAVA_JAVAFLAGS. - * Makefile.in: likewise - * acconfig.h: add ECOS conditional for configure.h - * config.h.in: likewise - * configure: add test for --with-ecos - * configure.in: likewise - * java/io/natFileDescriptorEcos.cc (java::io::FileDescriptor::write): - rename call to avoid name clash. - * java/lang/natSystem.cc: add eCos clock support. - * java/util/natGregorianCalendar.cc: add eCos support. - -1998-11-20 Andrew Haley - - * Makefile.am, Makefile.in, configure.host: tx39 build option - "-G 0" added. - -Wed Nov 18 18:55:25 1998 Warren Levy - - * java/io/BufferedReader.java: Added more comments for clarity. - (mark): Used more mnemonic name for local var extraBuffSpace. - - * java/io/LineNumberReader.java (lineEnd): Removed method to avoid - confusion with private method of same name in superclass. - (skipRedundantLF): Set fields in special case to avoid infinite - recursion. Check if markPos has been invalidated in special case. - (readLine): Rewritten to use readLine method of superclass. - (skip): Incorporated code from lineEnd. - -Wed Nov 18 02:46:03 1998 Warren Levy - - * java/io/BufferedReader.java (readLine): New method. - (lineEnd): new private method. - (mark): Track special case for readLine of getting '\r' at the - end of the buffer. - (reset): Ditto. - (read): Ditto. - (fill): Ditto. - (skip): Ditto. - - * java/io/InputStreamReader.java (read): Return number chars skipped - rather than requested. - - * java/lang/StringBuffer.java (append): Update count and differentiate - between field and local variable. - - * java/util/Date.java (parseTz): Evaluate in minutes rather than - seconds. Deal with military style time. - (parse): Consistently treat all timezones in minutes until final - calculation. Flag as non-local timezone. Return value in milliseconds. - (setTime): Adjust for year offset from 1900. - (UTC): Adjust for year offset from 1900. - -1998-11-17 Tom Tromey - - * configure: Rebuilt. - * configure.in: Switch on host, not target. - - * Makefile.in: Rebuilt. - * Makefile.am (GCJ_no): New macro. - (GCJ): Use @CANADIAN@. - (GCJH_no): New macro - (GCJH_canadian): New macro. - (GCJH): Use @CANADIAN@. - (ZIP_no): New macro. - (ZIP_canadian): New macro. - (ZIP): Use @CANADIAN@. - * aclocal.m4, configure: Rebuilt. - * configure.in (CANADIAN): Compute and subst. - -Tue Nov 17 12:44:37 1998 Anthony Green - - * java/io/FileDescriptor.java (finalize): Only close file - descriptor if valid. - -1998-11-17 Tom Tromey - - * prims.cc (_Jv_InitRuntime): Removed. - -1998-11-16 Tom Tromey - - * java/io/FileOutputStream.java (close): Only close file - descriptor if valid. - (finalize): New method. - - * prims.cc (_Jv_NewObjectArray): Set vtbl last. - (_Jv_NewPrimArray): Likewise. - * boehm.cc (_Jv_RegisterFinalizer): Use - GC_REGISTER_FINALIZER_NO_ORDER. - (GC_GENERIC_MALLOC): New define. - (_Jv_AllocObj): Use it. - (_Jv_AllocArray): Likewise. - (_Jv_AllocBytes): Likewise. - (_Jv_MarkObj): Just return if vtbl not set. - (_Jv_MarkArray): Likewise. - (MAYBE_MARK): New macro; use everywhere. - (_Jv_MarkObj): Mark fields belonging to superclasses as well. - -Mon Nov 16 14:57:53 1998 Warren Levy - - * java/util/natGregorianCalendar.cc (computeTime): Cast a time_t - to a jlong before calculation to prevent overflow. - -1998-11-16 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Fixed typo. - -1998-11-15 Tom Tromey - - * java/lang/Class.h (Class::getName): Removed definition. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added InstantiationException.h, - NoSuchMethodException.h. - * java/lang/natClass.cc (clinit_name): Renamed from init_name. - (init_name): New global. - (hackRunInitializers): Use clinit_name. - Include InstantiationException.h, NoSuchMethodException.h. - (newInstance): Do some error checking (but not all). Call - constructor. - (forName): Throw exception if class not found. - (getName): New method. - (forName): Transform class name from external format to internal - format before lookup. - -1998-11-15 Anthony Green - - * java/lang/Class.h (Class::forName): Method is static. - - * java/lang/natClass.cc (newInstance): Add simple implementation. - (forName): Ditto. - -Sat Nov 14 18:25:13 1998 Per Bothner - - * java/lang/Class.h (Class::accflags): Must be unsigned short (not - int), for compatibility with jc1. - -1998-11-14 Tom Tromey - - * include/config.h.in: Rebuilt. - * acconfig.h (LINUX_THREADS): New define. - * configure: Rebuilt. - * configure.in: Define LINUX_THREADS if using POSIX threads on - Linux. Look for pthread_mutexattr_setkind_np function. - * posix-threads.cc (throw_cleanup): New function. - (really_start): Push cleanup function. - (_Jv_ThreadCancel): New function. - (daemon_mutex, daemon_cond, non_daemon_count): New globals. - (_Jv_ThreadInitData): Set `exception' field in new structure. - (_Jv_ThreadStart): Increment non_daemon_count if not a daemon - thread. - (_Jv_ThreadWait): New function. - (_Jv_InitThreads): Initialize daemon globals. - (FLAG_DAEMON): New macro. - (really_start): Notify daemon_cond when non-daemon thread exits. - Include . - (struct starter): `object' field now a thread. - (_Jv_MutexInit): Use pthread_mutexattr_setkind_np if it exists. - * include/posix-threads.h (_Jv_CondInit): Use `0', not NULL. - (_Jv_ThreadWait): Removed definition. - (_Jv_Thread_t): Added `exception' field. - (_Jv_ThreadCancel): Removed definition. - -1998-11-13 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (libjava.zip): Compute javac before changing - directory. - - * Makefile.in: Rebuilt. - * Makefile.am (libjava.zip): Include directory entries. - - * Makefile.in: Rebuilt. - * Makefile.am (expanded): New macro. - (GCJ): Use it. - -1998-11-12 Tom Tromey - - * prims.cc (clone): New function. - * include/java-array.h (__JArray::clone): Removed definition. - - * java/lang/natObject.cc (clone): Don't assert that class is not - an array; array's `clone' method just calls this one. - - * Makefile.in: Rebuilt. - * Makefile.am (libjava.zip): Renamed target from classes.stamp. - Now creates zip file. Changed all users. - (ZIP): New macro. - (data_DATA): New macro. - -1998-11-11 Tom Tromey - - * configure: Rebuilt. - * configure.in: Recognize --enable-java-gc, not --enable-gc. - -Wed Nov 11 18:13:46 1998 Warren Levy - - * java/io/InputStream.java (reset): Add msg to thrown exception. - -Wed Nov 11 17:57:02 1998 Warren Levy - - * java/io/LineNumberInputStream.java: Rewritten. - - * java/io/StringBufferInputStream.java: Removed extraneous import. - -Wed Nov 11 15:19:33 1998 Warren Levy - - * java/io/StringBufferInputStream.java: Rewritten. - - * java/util/Date.java (parseMonth): Optimize. - (parseDayOfWeek): Created. - (parse): Optimize to use parseDayOfWeek. - -1998-11-11 Tom Tromey - - * java/lang/StringBuffer.java (append): Handle case where STR is - `null'. - - * include/javaprims.h: Regenerated class declarations. - - * configure: Rebuilt. - * configure.in: Added --enable-gcj-classes, - --enable-single-compilation, --enable-source-compilation flags. - * Makefile.in: Rebuilt. - * Makefile.am (java_io_files): New macro. - (java_lang_files): Likewise. - (java_text_files): Likewise. - (java_util_files): Likewise. - (java_files): Use new macros. - (java-io.o): New target. - (java-lang.o): Likewise. - (java-text.o): Likewise. - (java-util.o): Likewise. - (src_io_files): New macro. - (src_lang_files): Likewise. - (src_text_files): Likewise. - (src_util_files): Likewise. - (class_io_files): New macro. - (class_lang_files): Likewise. - (class_text_files): Likewise. - (class_util_files): Likewise. - (class_files): Use new macros. - (javao_files): Define conditionally. - (.java.o): New target. - ($(javao_files)): New target. - (GCJ): new macro. - (GCJH): Added $(EXEEXT). - (CLASSPATH_ENV): Removed. - (GCJCOMPILE): New macro. - -Wed Nov 11 12:03:15 1998 Warren Levy - - * java/util/Date.java (parse): Written from scratch. - -1998-11-11 Tom Tromey - - * java/lang/Throwable.java (toString): Correct sense of test for - determining when to include detail message in result. - - * java/lang/ThreadDeath.java (ThreadDeath): Added missing - constructor. - -Fri Nov 6 16:30:20 1998 Tom Tromey - - * java/lang/Class.h: Use _Jv_RegisterClasses, not - _Jv_RegisterClass. - * java/lang/natClass.cc (_Jv_RegisterClasses): New function. - (_Jv_RegisterClass): Use it. - * include/jvm.h (_Jv_RegisterClasses): Declare. - * java/lang/natObject.cc (init): Removed. - (sync_init): Never call _Jv_InitializeSyncMutex. - (_Jv_InitializeSyncMutex): Don't set `init'. - * prims.cc (JvRunMain): Don't run init functions. - -Thu Nov 5 17:14:37 1998 Tom Tromey - - * java/lang/natClass.cc (initializeClass): Set state before - resolving constants. - - * java/lang/natClass.cc (STATE_CONST_INIT): Removed. - (STATE_RESOLVED): New macro. - (initializeClass): Call resolveConstants. - (hackRunInitializers): Don't call resolveConstants. - (_Jv_FindArrayClass): Move short-circuit return for primitive - element types earlier in function. - -1998-11-03 Tom Tromey - - * prims.cc (no_memory): New global. - (_Jv_makeUtf8Const): Throw no_memory. - (_Jv_AllocObject): Likewise. - (_Jv_NewObjectArray): Likewise. - (_Jv_NewPrimArray): Likewise. - (JvRunMain): Initialize no_memory. - -Tue Nov 3 17:15:45 1998 Warren Levy - - * java/io/FileInputStream.java: Corrected date comment. - * java/io/SequenceInputStream.java: Rewritten. - -Mon Nov 2 17:20:31 1998 Tom Tromey (tromey@cygnus.com) - - * java/lang/FirstThread.java (die): New method. - * java/lang/natFirstThread.cc (die): Removed. - (DIE): New macro. - (run): Use `DIE', not `die'. - -Mon Nov 2 16:23:41 1998 Warren Levy - - * java/io/CharArrayReader.java (read): Move check into synchronized - block to prevent a close while in progress. - (reset): Ditto. - (skip): Ditto. - * java/io/PushbackReader.java (read): Ditto. - (ready): Ditto. - (unread): Ditto. - * java/io/StringReader.java (mark): Ditto. - (read): Ditto. - (reset): Ditto. - (skip): Ditto. - -Mon Nov 2 15:56:20 1998 Warren Levy - - * java/io/PipedInputStream.java: Updated status. - (connect): Added code to prevent infinite recursion and to - differentiate exception causes. - (read): Added code to differentiate exception causes. - (receive): Made exception pass string with the cause. - - * java/io/PipedOutputStream.java: Updated status. - (connect): Added code to call connect at the other end of the pipe. - -Mon Nov 2 00:22:12 1998 Warren Levy - - * java/io/PipedInputStream.java (connect): Throw exception if - already connected to the same output stream. - (read): Do bounds checking first. - -Sun Nov 1 22:48:55 1998 Warren Levy - - * java/io/PipedInputStream.java: Added private boolean outClosed. - (available): Removed check if output stream is open. - (close): Mark the buffer as empty so available returns 0. - (read): Check if the output stream was closed and then return EOF - when the buffer is empty. - (receive): Mark the output stream as closed when passed a -1. - - * java/io/PipedOutputStream.java (close): Notify the input stream - that there's no more data coming. - (connect): Added a FIXME comment to note more coordination needed - with PipedInputStream. - (flush): Added a FIXME comment to mark what this method might do - instead of nothing. - -Fri Oct 30 14:27:21 1998 Warren Levy - - * java/io/PipedInputStream.java: Rewritten. - -1998-10-30 Tom Tromey - - * java/lang/Throwable.java: Rewrote from scratch. - - * java/lang/Class.h (Class): Don't mention newMultiArray. - * prims.cc (newMultiArray): Removed. - (_Jv_NewMultiArray): Removed. - (newArray): Removed. - (new_multi_array): New function. - (_Jv_NewMultiArray): Rewrote from scratch. - - * include/javaprims.h: Regenerated class declarations. - * classes.pl (scan): Don't declare PrimClass. - * include/cni.h (JvPrimClass): Use new names for classes. - * java/lang/Class.h (Class): Removed _Jv_initPrimClass as friend; - added _Jv_PrimClass. - * prims.cc (_Jv_PrimClass): Renamed from PrimClass. - (_Jv_initPrimClass): Removed. - (DECLARE_PRIM_TYPE): Generated globals now start with `_Jv_'. - (_Jv_AllocObject): Added comment. - (_Jv_NewObjectArray): Likewise. - (_Jv_NewPrimArray): Likewise. - -1998-10-29 Tom Tromey - - * java/lang/natClass.cc (_Jv_NewClass): Initialize new field. - (_Jv_FindArrayClass): Use dtable_method_count to compute size of - new dtable. - * java/lang/Class.h (Class): Added `dtable_method_count' field. - - * java/lang/natObject.cc (init): New global. - (sync_init): Call _Jv_InitializeSyncMutex if required. - - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added ClassLoader.h. - * include/jvm.h (_Jv_FindClassFromSignature): Declare. - * java/lang/Class.h (Class): simpleLookupClass, insertClass, - internalAddClass, lookupArray no longer friends. - _Jv_RegisterClass, _Jv_FindClassInCache, _Jv_NewClass, - _Jv_FindArrayClass now friends. - * java/lang/natClass.cc (HASH_LEN): New macro. - (HASH_UTF): Likewise. - (loaded_classes): New global. - (_Jv_FindClass): New function. - (ClassClass): New define. - (_Jv_FindClassInCache): New function. - (_Jv_RegisterClass): Likewise. - (_Jv_NewClass): Likewise. - Include - (ObjectClass): New define. - (CloneableClass): New define. - * prims.cc (_Jv_FindClass): Removed. - (simpleLookupClass): Removed. - (insertClass): Removed. - (CLASSHASHSZ): Removed. - (classPool): Removed. - (_Jv_RegisterClass): Removed. - (internalAddClass): Removed. - (ClassClass): Removed. - (RuntimeClass): Removed. - (lookupArray): Removed. - (CloneableClass): Removed. - (CLASSMAXSIG): Removed. - Rearranged file to group related functions together. - (_Jv_IsInstanceOf): Moved to natClass.cc. - (abort_final): Removed. - Removed some unused includes. - (classFromSig): Removed. - (_Jv_FindClassFromSignature): New function. - (_Jv_initPrimClass): Renamed. - (getClass): Removed. - -Thu Oct 29 23:17:17 1998 Warren Levy - - * java/io/FileDescriptor.java (finalize): Throws IOException - instead of Throwable. - - * java/io/FileInputStream.java: Rewritten. - - * java/io/StreamTokenizer.java (nextToken): Unread newline character - at the end of a comment. - -1998-10-29 Tom Tromey - - * include/javaprims.h: Regenerated class declarations. - * classes.pl (scan): Don't special-case ClassLoader. - - * prims.cc (processClass): Removed. - (_Jv_InitClass): Removed. - Removed all CSTATE_ macros. - (resolveConstants): Removed. - (MAXDIMS): Removed. - (_Jv_NewMultiArray): Cleaned up. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added NoClassDefFoundError.h. - * java/lang/Class.h (Class): Declare new methods. processClass no - longer a friend. - * java/lang/Class.java (hackTrampoline): New method. - (initializeClass): Declare. - (hackRunInitializers): Declare. - * java/lang/natClass.cc (getClassLoader): Moved into Class.h. - (initializeClass): New method. - (hackRunInitializers): New method. - (init_name, void_signature): Moved from prims.cc. - (_Jv_InitClass): New function. - (isAssignableFrom): Don't call processClass. - (STATE_NOTHING): New macro. - (resolveConstants): New function. - Include Thread.h. - (ErrorClass): New define. - - * java/lang/Class.java (getClassLoader): Declare. - * java/lang/ClassLoader.java: Rewrote from scratch. - - * java/lang/natClass.cc: Include IncompatibleClassChangeError.h, - AbstractMethodError.h, IllegalAccessError.h, - NoClassDefFoundError.h. - * include/jvm.h (StringClass): Declare _Jv_equalUtf8Consts. - * prims.cc (_Jv_equalUtf8Consts): Renamed from equalUtf8Consts; no - longer static. Changed return type. - * java/lang/natFirstThread.cc (run): Use _Jv_GetMethodLocal. - * java/lang/Class.h (Class): findMethodLocal no longer a friend. - * prims.cc (findMethodLocal): Removed. - (processClass): Use _Jv_GetMethodLocal. - -1998-10-28 Tom Tromey - - * prims.cc (_Jv_LookupInterfaceMethod): Removed. - * java/lang/Class.h (Class): Declare _Jv_GetMethodLocal as - friend. - * java/lang/natClass.cc (_Jv_GetMethodLocal): New function. - (_Jv_LookupInterfaceMethod): New function (rewrote from scratch). - - * include/jni.h: Added copyright header. - * include/javaprims.h: Added copyright header. - * include/java-field.h: Added copyright header. - * include/java-array.h: Added copyright header. - * include/cni.h: Added copyright header. - - * include/javaprims.h: Regenerated class declarations using - classes.pl; now they are complete. - * classes.pl: New file. - - * java/lang/natMath.cc: Include . - * java/lang/reflect/natField.cc: Include . - * java/util/NativeUtil.java: Removed. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added Math.h. - * java/lang/Math.h: Removed. - * java/util/natGregorianCalendar.cc: Added copyright header. - Include . - * java/lang/natFloat.cc: Added copyright header. - * java/lang/Byte.java: Added copyright header. - * java/lang/Void.java: Added copyright header. - * java/lang/Short.java: Added copyright header. - -Wed Oct 28 12:55:47 1998 Warren Levy - - * include/javaprims.h (java::io): Added bunch of missing classes. - - * java/io/DataInputStream.java (readLine): Added a special case - for handling BufferedInputStream data to reduce the likelihood - of a pushback error. - (skipBytes): Added code to handle negative number of skip bytes. - - * java/io/StreamTokenizer.java: Rewritten. - -1998-10-28 Tom Tromey - - * java/util/natGregorianCalendar.cc (computeFields): Call - getRawOffset as a method. - - * include/javaprims.h (java::io): Added FilterOutputStream. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added PrintStream.h, - FilterOutputStream.h. - * java/lang/natFirstThread.cc: Include System.h, Modifier.h, - PrintStream.h. - (die): New function. - (run): Die if `main' not found, is not public, or is not static. - - * boehm.cc (_Jv_MarkObj): Use new field names. - * include/java-field.h (JvGetFirstInstanceField): Use new field - names. - (JvNumInstanceFields): Likewise. - * java/lang/natClass.cc (isAssignableFrom): Use new field names. - (getInterfaces): Likewise. - * prims.cc (CLASS_CONSTANTS): Removed. - (CLASS_CONST_SIZE): Likewise. - (CLASS_CONST_TAG): Likewise. - (CLASS_CONST_DATA): Likewise. - (CLASS_CONST_UTF8): Likewise. - (WORD2UTF): Likewise. - (CLASS_CLASS): Likewise. - (CLASS_PRIM_SIG): Likewise. - (CLASS_ARRAY_CACHE): Likewise. - (HASH_CHARS): Likewise. - (hashClassName): Likewise. - Many changes to use new field names. - * java/lang/Class.h (Class): Renamed fields to track compiler. - -1998-10-27 Tom Tromey - - * java/lang/natClass.cc: Use #pragma implementation. - (getComponentType): Moved into header. - (getModifiers): Likewise. - (getName): Likewise. - (getSuperclass): Likewise. - (isArray): Likewise. - (isPrimitive): Likewise. - * include/jvm.h (_Jv_FindClass): Declare. - * java/lang/natFirstThread.cc (run): Updated for new Class.h. - * java/lang/natSystem.cc (arraycopy): Updated for new Class.h. - * include/javaprims.h: Use _Jv_Method, not JvMethod. - * java/lang/Class.h: Rewrote from scratch. - * prims.cc: Many changes to work with new Class.h. - * include/java-field.h (CLASS_FIELDS): Removed. - (CLASS_SFIELDS): Likewise. - (CLASS_IFIELDS): Likewise. - (CLASS_NFIELDS): Likewise. - (CLASS_NIFIELDS): Likewise. - (CLASS_NSFIELDS): Likewise. - (CLASS_FSIZE): Likewise. - (JvGetFirstInstanceField): Rewrote. - (JvNumInstanceFields): Likewise. - - * java/lang/Object.h: Added copyright comment. - -Wed Oct 28 00:32:23 1998 Per Bothner - - * java/text: New package directory. - * java/text/FieldPosition.java: New class. - * java/text/ParsePosition.java: New class. - * java/text/ParseException.java: New Exception class. - * java/text/Format.java: New class. - * java/text/NumberFormat.java: New (empty placeholder) class. - * java/text/DateFormatSymbols.java: New class (no Locales support). - * java/text/DateFormat.java: New Format class (incomplete). - * java/text/SimpleDateFormat.java: New DateFormat class. - - * include/javaprims.h (java::test): Added new package and classes. - * java/util/Calendar.java (clone): New method. - * java/util/Date.java (toString): Added non-native implementation. - (parse): Made public instead of synchronized. - * java/util/natDate.cc (toString): Removed. - * java/util/natGregorianCalendar.cc (computeFields): - Use gmtime (or gmtime_r) if no zone offset (the default, for now!). - -1998-10-27 Tom Tromey - - * boehm.cc (_Jv_MarkObj): Correctly mark a class' interfaces. - - * prims.cc (lookupArray): Added explanatory comment. - * boehm.cc (_Jv_MarkObj): Correctly scan methods and fields of - class. Mark the class of each object. - (_Jv_MarkArray): Mark the object's class. - - * configure: Rebuilt. - * configure.in: Create java-gc.h. - * include/boehm-gc.h: New file. - * include/no-gc.h: New file. - * java/lang/Class.h (Class): Declare JV_MARKOBJ_DECL as friend, if - defined. - * java/lang/Object.h: Include java-gc.h. - (Object): Declare JV_MARKOBJ_DECL and JV_MARKARRAY_DECL as - friends, if defined. - * boehm.cc (_Jv_MarkObj): Renamed from mark_obj; changed - signature. - (_Jv_MarkArray): Renamed from mark_array; changed signature. - -1998-10-26 Tom Tromey - - * java/lang/natCharacter.cc (isSpaceChar): Look for line and - paragraph separators, not numbers. - - * java/io/Writer.java (write): Removed write(char) to avoid - ambiguity. - * java/util/Properties.java: Rewrote from scratch. - * include/javaprims.h (java::io): Added PrintWriter, - BufferedWriter, PushbackReader. - -Mon Oct 26 13:13:28 1998 Anthony Green - - * java/lang/System.java: exit() is a static method. - -1998-10-26 Tom Tromey - - * java/lang/natString.cc (_Jv_NewStringUTF): Use - _Jv_strLengthUtf8. - (_Jv_NewStringUtf8Const): Likewise. - * include/jvm.h (_Jv_strLengthUtf8): Declare. - * prims.cc (_Jv_strLengthUtf8): Renamed from strLengthUtf8. - - * java/lang/Object.h (Object): Add mark_array as friend function. - * prims.cc (_Jv_NewPrimArray): Use _Jv_AllocObj, not - _Jv_AllocBytes, to ensure that header is marked. - * boehm.cc (mark_obj): Push sync_info field for all objects, not - just Objects. - (mark_array): Push sync_info field for array. - -1998-10-24 Tom Tromey - - * java/lang/String.java (String): Updated for StringBuffer - change. - * java/util/BitSet.java: Renamed field (data->bits) to conform to - serialization spec. - * java/lang/StringBuffer.java: Renamed fields to conform to - serialization spec: buffer->value, next->count, copy->shared. - -Wed Oct 21 18:24:57 1998 Per Bothner - - * java/util/TimeZone.java: New class. - * java/util/SimpleTimeZone.java: New class. - * java/util/Locale.java: New file. - * java/util/Calendar.java: Make almost complete. - * java/util/GregorianCalendar.java - * java/util/natGregorianCalendar.cc: New file. - * java/util/Date.java: Re-written from scratch. - * java/util/natDate.cc (setTime): Removed - no longer native. - * include/javaprims.h (java::util): Add new classes. - * Makefile.am (nat_files): Add java/util/natGregorianCalendar.o. - (nat_headers); Add TimeZone.h, Calendar.h, GregorianCalendar.h. - -Sat Oct 24 22:58:25 1998 Warren Levy - - * java/io/natFileDescriptorPosix.cc (read): Zero extend jbyte b before - returning it as a jint. - -1998-10-23 Tom Tromey - - * prims.cc (arg_vec, main_group, main_thread): New globals. - (JvRunMain): Use them. - -Fri Oct 23 17:10:12 1998 Warren Levy - - * java/io/DataInputStream.java: Rewritten. - - * java/io/DataOutputStream.java (writeUTF): OR secondary and - tertiary bytes with 0x80 per spec. - -1998-10-23 Tom Tromey - - * java/lang/String.java (init): Changed name of `copy' argument. - * java/lang/natString.cc (init): Inverted sense of `copy' - argument. - - * java/lang/Object.h (Object): Declare mark_obj as a friend. - * java/lang/Class.h (Class): Declare mark_obj as a friend. - * boehm.cc (ObjectClass): New define. - (ClassClass): Likewise. - (mark_obj): Special-case Object and Class. - - * prims.cc (_Jv_NewPrimArray): Pass correct args to memset. - - * java/util/BitSet.java: Rewrote from scratch. - - * prims.cc (lookupArray): Removed useless cast. - - * java/lang/natObject.cc: Use `#pragma implementation'. - - * java/lang/String.java (init): Added `copy' argument. - (String): Look in StringBuffer to find char array. - * java/lang/natString.cc (init): Added `copy' argument. - * java/lang/StringBuffer.java: Rewrote from scratch. - - * java/lang/Compiler.java: Rewrote from scratch. - * java/lang/Throwable.java: Don't use NativeLang. - * include/javaprims.h (java::lang): Don't mention NativeLang. - * java/lang/Process.java: Rewrote from scratch. - * java/lang/SecurityManager.java (classLoaderDepth): Commented - out. - (currentClassLoader): Likewise. - (currentLoadedClass): Likewise. - * java/lang/natClass.cc (getClassLoader): Commented out. - * java/lang/Class.java (getClassLoader): Commented out. - * java/lang/Compiler.java: Removed. - * java/lang/NativeLang.java: Removed. - - * java/lang/natFirstThread.cc (run): Use _Jv_makeUtf8Const. - * include/jvm.h (StringClass): Declare _Jv_makeUtf8Const. - * prims.cc (_Jv_makeUtf8Const): Renamed from makeUtf8Const. - (_Jv_hashUtf8String): Now static. - * include/java-field.h (getNameUtf8Const): Use `_Jv_Utf8Const' as - name of return type. - - * java/lang/Class.h (Class): Declare checkMemberAccess. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added Member.h. - * java/lang/natClass.cc: Include Member.h. - (getDeclaredClasses): Call checkMemberAccess. - * java/lang/Class.java (checkMemberAccess): Call - SecurityManager.checkMemberAccess. - -Fri Oct 23 08:01:54 1998 Anthony Green - - * java/lang/SecurityManager.java: Rewritten. - -Thu Oct 22 17:16:10 1998 Anthony Green - - * java/applet/Applet.java, java/applet/AppletContext.java, - java/applet/AppletStub.java, java/applet/AudioClip.java, - java/awt/AWTError.java, java/awt/AWTException.java, - java/awt/BorderLayout.java, java/awt/Button.java, - java/awt/Canvas.java, java/awt/CardLayout.java, - java/awt/Checkbox.java, java/awt/CheckboxGroup.java, - java/awt/CheckboxMenuItem.java, java/awt/Choice.java, - java/awt/Color.java, java/awt/Component.java, - java/awt/Container.java, java/awt/Dialog.java, - java/awt/Dimension.java, java/awt/Event.java, - java/awt/FileDialog.java, java/awt/FlowLayout.java, - java/awt/Font.java, java/awt/FontMetrics.java, - java/awt/Frame.java, java/awt/Graphics.java, - java/awt/GridBagConstraints.java, java/awt/GridBagLayout.java, - java/awt/GridLayout.java, java/awt/Image.java, - java/awt/Insets.java, java/awt/Label.java, - java/awt/LayoutManager.java, java/awt/List.java, - java/awt/MediaTracker.java, java/awt/Menu.java, - java/awt/MenuBar.java, java/awt/MenuComponent.java, - java/awt/MenuContainer.java, java/awt/MenuItem.java, - java/awt/Panel.java, java/awt/Point.java, java/awt/Polygon.java, - java/awt/Rectangle.java, java/awt/Scrollbar.java, - java/awt/TextArea.java, java/awt/TextComponent.java, - java/awt/TextField.java, java/awt/Toolkit.java, - java/awt/Window.java, java/awt/image/ColorModel.java, - java/awt/image/CropImageFilter.java, - java/awt/image/DirectColorModel.java, - java/awt/image/FilteredImageSource.java, - java/awt/image/ImageConsumer.java, - java/awt/image/ImageFilter.java, - java/awt/image/ImageObserver.java, - java/awt/image/ImageProducer.java, - java/awt/image/IndexColorModel.java, - java/awt/image/MemoryImageSource.java, - java/awt/image/PixelGrabber.java, - java/awt/image/RGBImageFilter.java, java/awt/peer/ButtonPeer.java, - java/awt/peer/CanvasPeer.java, - java/awt/peer/CheckboxMenuItemPeer.java, - java/awt/peer/CheckboxPeer.java, java/awt/peer/ChoicePeer.java, - java/awt/peer/ComponentPeer.java, - java/awt/peer/ContainerPeer.java, java/awt/peer/DialogPeer.java, - java/awt/peer/FileDialogPeer.java, java/awt/peer/FramePeer.java, - java/awt/peer/LabelPeer.java, java/awt/peer/ListPeer.java, - java/awt/peer/MenuBarPeer.java, - java/awt/peer/MenuComponentPeer.java, - java/awt/peer/MenuItemPeer.java, java/awt/peer/MenuPeer.java, - java/awt/peer/PanelPeer.java, java/awt/peer/ScrollbarPeer.java, - java/awt/peer/TextAreaPeer.java, - java/awt/peer/TextComponentPeer.java, - java/awt/peer/TextFieldPeer.java, java/awt/peer/WindowPeer.java, - java/net/ContentHandler.java, java/net/ContentHandlerFactory.java, - java/net/DatagramPacket.java, java/net/DatagramSocket.java, - java/net/DefaultSocketImpl.java, java/net/InetAddress.java, - java/net/MalformedURLException.java, java/net/NativeNet.java, - java/net/ProtocolException.java, java/net/ServerSocket.java, - java/net/Socket.java, java/net/SocketException.java, - java/net/SocketImpl.java, java/net/SocketImplFactory.java, - java/net/URL.java, java/net/URLConnection.java, - java/net/URLEncoder.java, java/net/URLStreamHandler.java, - java/net/URLStreamHandlerFactory.java, - java/net/UnknownHostException.java, - java/net/UnknownServiceException.java: Removed. - -1998-10-22 Tom Tromey - - * prims.cc (_Jv_AllocObject): Register finalizer if class' - finalizer is not Object.finalize. - (internalAddClass): Don't set `final' member of class. - * java/lang/Object.h: Updated _JvObjectPrefix comment to mention - other places that know about finalize() location. - * java/lang/Class.h (Class): Removed `final' field. - - * aclocal.m4, configure: Rebuilt. - * acinclude.m4 (LIB_AC_PROG_CXX): Unconditionally use - AC_CHECK_PROGS; otherwise the CXX cache variable might not be - set. - * configure.in (AC_OUTPUT): Pass CXX to config.status. - * Makefile.in: Rebuilt. - * Makefile.am (AM_MAKEFLAGS): Added CXX, CXXFLAGS. - -1998-10-21 Tom Tromey - - * java/lang/Object.java (finalize): Move to be first method in - class. - - * configure: Rebuilt. - * configure.in (GCINCS): Include contents of boehm-cflags file. - -Tue Oct 20 13:11:04 1998 Alexandre Petit-Bianco - - * java/lang/ArrayIndexOutOfBoundsException.java - (ArrayIndexOutOfBoundsException): Fixed string literal. - * java/lang/StringIndexOutOfBoundsException.java - (StringIndexOutOfBoundsException): Fixed string literal. - -1998-10-20 Andrew Haley - - * natFileDescriptorEcos.cc added. - * natFileDescriptor.cc renamed natFileDescriptorPosix.cc. - -1998-10-20 Andrew Haley - - * acconfig.h: test for __int32_t and __uint32_t added. - * include/config.h.in: test for __int32_t and __uint32_t added. - * java/lang/fdlibm.h: test for __int32_t and __uint32_t added. - * java/lang/mprec.h: test for __int32_t and __uint32_t added. - * configure.in: test for __int32_t and __uint32_t added. - * configure: test for __int32_t and __uint32_t added. - - * natFileDescriptor.cc renamed natFileDescriptorPosix.cc. - - * configure.in: Test for --enable ecos and link - natFileDescriptor.cc to natFileDescriptorEcos.cc or - natFileDescriptorPosix.cc - - * java/lang/dtoa.c: #include moved inside #ifdef DEBUG. - -Mon Oct 19 18:13:58 1998 Warren Levy - - * java/io/ByteArrayInputStream.java (skip): Ensure that arg passed - in isn't negative. - - * java/io/CharArrayReader.java (close): Synchronize on lock - object per Reader contract. - (read): Synchronize on lock obj. Verify that reader wasn't closed. - (reset): Synchronize on lock obj. Verify that reader wasn't closed. - (skip): Synchronize on lock obj. Verify that reader wasn't closed. - Ensure that arg passed in isn't negative. - - * java/io/FilterReader.java (FilterReader): Use the lock obj when - constructing the superclass. - - * java/io/PushbackReader.java (close): Synchronize on lock - object per Reader contract. - (read): Synchronize on lock obj. Verify that reader wasn't closed. - (ready): Synchronize on lock obj. Throw IOException if reader - wasn't closed. - (reset): Synchronize on lock obj. Verify that reader wasn't closed. - (skip): Synchronize on lock obj. Verify that reader wasn't closed. - Ensure that arg passed in isn't negative. - (unread): Synchronize on lock obj. Verify that reader wasn't closed. - - * java/io/StringReader.java: Created. - -Sun Oct 18 02:19:11 1998 Warren Levy - - * java/io/CharArrayReader.java (mark): Removed synchronized modifier - to match JCL. - (read): Removed synchronized modifier to match JCL. - (reset): Removed synchronized modifier to match JCL. - (skip): Removed synchronized modifier to match JCL. - -Sun Oct 18 02:01:54 1998 Warren Levy - - * java/io/PushbackReader.java (PushbackReader): Made - constructors public. - -1998-10-17 Tom Tromey - - * java/io/PushbackInputStream.java (PushbackInputStream): Made - constructors public. - -1998-10-16 Anthony Green - - * aclocal.m4, configure: Rebuilt. - * acinclude.m4 (LIBJAVA_CONFIGURE): Changed for new - configure.host. - * configure.host: Rewrote. - * Makefile.in: Rebuilt. - * Makefile.am (AM_CXXFLAGS): Added LIBJAVA_CXXFLAGS. - (AM_CFLAGS): New macro. - ($(c_files)): Use COMPILE macro. - (EXTRA_libjava_a_SOURCES): Added dummy file to work around - automake problem(s). - -Fri Oct 16 16:36:28 1998 Warren Levy - - * java/io/ByteArrayInputStream.java (mark): Removed temp. comment. - - * java/io/CharArrayReader.java: Created. - -Fri Oct 16 15:17:01 1998 Warren Levy - - * java/io/PushbackInputStream.java (PushbackInputStream): Changed - size check to allow 0 per JCL. - - * java/io/PushbackReader.java: Created. - -1998-10-16 Tom Tromey - - * java/io/natFileDescriptor.cc: Conditionalize , - includes. - * java/io/natFile.cc: Conditionalize include. - * include/no-threads.h: Conditionalize include on - HAVE_UNISTD_H. - -Fri Oct 16 14:39:51 1998 Andrew Haley - - * include/no-threads.h: Don't include unless HAVE_SLEEP - is defined. - -Thu Oct 15 19:27:54 1998 Warren Levy - - * java/io/FilterReader.java: Created. - -Thu Oct 15 17:49:43 1998 Warren Levy - - * java/io/PushbackInputStream.java: Rewritten. - - * java/io/BufferedInputStream.java (BufferedInputStream): Check - that size passed to constructor is legal. - (read): Check that args passed in are legal. - (skip): Rewritten to get rid of the temporary buffer. - (refill): Added marklimit check to grow the buffer. - - * java/io/ByteArrayInputStream.java (read): Optimized invalid args - check. - (bytesAvail): Removed. - (read): Changed bytesAvail to Math.min. - (skip): Changed bytesAvail to Math.min. - - * java/io/InputStream.java (read): Got rid of extraneous exceptions - from the throws clause. - (skip): Rewritten to use a temporary buffer. - -Thu Oct 15 19:42:55 1998 Andrew Haley - - * prims.cc: (JvConvertArgv): Check added for argc < 0; possible on - some target OSes - - * java/lang/dtoa.c: (print): Made #ifdef DEBUG only. - - * java/lang/strtod.c: (_strtod_r): Don't use HUGE_VAL: it's faster - to write the double one word at a time. - -Tue Oct 13 14:41:47 1998 Warren Levy - - * java/io/BufferedInputStream.java: Rewritten. - -1998-10-12 Tom Tromey - - * jni.cc: Include config.h and stddef.h. - - * java/lang/Class.h (_dispatchTable): Removed again. - Removed all ACC_* defines again. - -Fri Oct 9 17:08:34 1998 Per Bothner - - * Makefile.am (nat_files): Add netField.o. - (libjava_a_SOURCES): Add jni.cc. - (java/lang/reflect/Field.h): New rule. - * Makefile.in: Re-generated. - * include/javaprims.h: Add some extra class and typedefs. - * include/jni.h: New file. - * jni.cc: New file. - - * include/java-field.h: New file. - * include/jvm.h: #include . - * boehm.cc: #include . - * java/lang/Class.h (JvField, inline numbers): Moved to java-field.h. - * java/lang/reflect/Member.java: New class. - * java/lang/reflect/Field.java: New class. (Very incomplete.) - * java/lang/reflect/natField.cc: New file. (Very incomplete.) - -Sun Oct 11 00:34:44 1998 Anthony Green - - * Makefile.in, aclocal.m4, configure, test/Makefile.in, - testsuite/Makefile.in: Rebuilt. - * Makefile.am, acinclude.m4, configure.in: Add multilib support. - * configure.host: Created. - -1998-10-10 Tom Tromey - - * java/lang/natObject.cc (sync_init): Always allocate a new - sync_info. - -1998-10-09 Tom Tromey - - * java/io/ByteArrayInputStream.java (mark): Renamed from - `mark_FIXME'. - - * java/io/FileOutputStream.java (finalize): Removed. - * java/io/FileDescriptor.java (finalize): New method. - -Thu Oct 8 17:59:43 1998 Warren Levy - - * ByteArrayInputStream.java: Corrected status comment. - -Thu Oct 8 17:22:49 1998 Warren Levy - - * ByteArrayInputStream.java, FilterInputStream.java: Rewritten. - -1998-10-08 Tom Tromey - - * prims.cc (lookupArray): Use static array to initialize list of - interfaces. - -Thu Oct 8 12:45:03 1998 Anthony Green - - * prims.cc (lookupArray): Initialize the msize for new - array classes. - -Wed Oct 7 12:13:59 1998 Anthony Green - - * configure: Rebuilt. - * configure.in: Check for fsync and sleep. - * acconfig.h (HAVE_SLEEP, HAVE_FSYNC): Added. - - * include/no-threads.h (_Jv_CondWait): Wrap sleep() use with - HAVE_SLEEP. Include config.h. - - * java/io/natFileDescriptor.cc (NO_FSYNC_MESSAGE): Added. - * java/io/natFileDescriptor.cc (sync): Wrap fsync() use - with HAVE_FSYNC. - -1998-10-08 Tom Tromey - - * java/io/natFile.cc: Don't include SecurityManager.h. - (performList): Renamed. - (performMkdir): Likewise. - (performRenameTo): Likewise. - (performDelete): Likewise. - Include . - * java/io/File.java (performDelete): Renamed from natDelete. - (list): Now written in Java. - (performList): New method. - (performMkdir): New method. - (mkdir): Now written in Java. - (performRenameTo): New method. - (renameTo): Now written in Java. - -1998-10-06 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (ETAGS_ARGS): New macro. - (TAGS_DEPENDENCIES): Likewise. - -Tue Oct 6 22:04:44 PDT 1998 Anthony Green - - * Makefile.in: Rebuilt. - * Makefile.am: Use -classpath option with javac. - -Tue Oct 6 18:51:31 1998 Tom Tromey - - * java/io/FileOutputStream.java (finalize): Call - super.finalize(). - -Tue Oct 6 16:02:45 1998 Anthony Green - - * java/lang/mprec.h: Remove unused _mprec_log10 which conflicts - with newlib's libm. - * java/lang/mprec.c: Ditto. - - * java/lang/mprec.h: Include math.h for HUGE_VAL when - cross-compiling. - -Tue Oct 6 14:27:00 1998 Warren Levy - - * java/io/InputStream.java (skip): Make local var i a long. - -Mon Oct 5 09:44:24 1998 Tom Tromey - - * java/lang/natObject.cc (clone): Use memcpy, not memmove. - * prims.cc (lookupArray): Use memcpy, not memmove. - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_MEMCPY): Added. - * configure: Rebuilt. - * configure.in: Check for memcpy again. - - * java/io/RandomAccessFile.java (RandomAccessFile): Use - String.compareTo, not ==. - - * java/lang/Class.h (Class): Use _Jv_DispatchTable. - (_PRIMITIVE_DTABLE): Use _Jv_DispatchTable. - * java/lang/natObject.cc (struct _dispatchTable): Removed. - * include/jvm.h (struct _Jv_DispatchTable): New structure. - * prims.cc (lookupArray): Removed dead code. Copy Object's dtable - into new array's dtable. - (_Jv_AllocObject): Use _Jv_DispatchTable. - (_Jv_NewPrimArray): Likewise. - (_Jv_NewObjectArray): Likewise. - -Fri Oct 2 18:57:14 1998 Alexandre Petit-Bianco - - * prims.cc (_Jv_ThrowBadArrayIndex): Construct a string with the - offending index value. - (_Jv_NewPrimArray): Throw NegativeArraySizeException when - appropriate. - * include/jvm.h (_Jv_ThrowBadArrayIndex): Added declaration. - * java/lang/Throwable.java: (Throwable): fixed argument to this(). - -Fri Oct 2 15:58:23 1998 Warren Levy - - * java/io/DataInput.java, java/io/InputStream.java: Rewritten. - - * java/io/OutputStream.java (write): Use off and len parameters to - output partial byte array. - - * java/io/BufferedReader.java, java/io/FileReader.java, - java/io/InputStreamReader.java, java/io/LineNumberReader.java, - java/io/OutputStreamWriter.java, java/io/PrintWriter.java, - java/io/Reader.java, java/io/UnsupportedEncodingException.java, - java/io/Writer.java: Added COPYRIGHT-TBD comment. - - * include/javaprims.h (java::lang): Added - ExceptionInInitializerError, IllegalStateException, - NoSuchFieldException, and UnsupportedOperationException. - -Fri Oct 2 01:05:38 1998 Tom Tromey - - * java/lang/natObject.cc (CloneableClass): Is a Class, not a - Class*. - - * include/java-array.h (__JArray): Added clone method. - * prims.cc (CloneableClass): New define. - (lookupArray): Initialize array class to indicate that it - implements Cloneable. - - * java/lang/Class.h: Removed all ACC_* defines. - * prims.cc: Include Modifier.h. - (_Jv_LookupInterfaceMethod): Use methods in - java.lang.reflect.Modifier, not ACC_ defines. - - * java/lang/Class.h (Class): Declare getClasses, - getDeclaredClasses, getDeclaringClass, getModifiers, - * java/lang/Class.java: Rewrote from scratch. - - * include/javaprims.h (java::lang): Added reflect and - reflect::Modifier. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added Modifier.h. - - * prims.cc (_Jv_IsInstanceOf): Return false if class is - primitive. - -Fri Oct 2 06:49:00 1998 Anthony Green - - * java/lang/natString.cc (_Jv_StringFindSlot): Use JvAssert - instead of test and abort. - - * java/lang/natString.cc (_Jv_NewStringUtf8Const): Add cast to - remove compiler warning. - -Fri Oct 2 12:33:44 1998 Andrew Haley - - * java/lang/natDouble.cc: zero terminate string. - * strtod.c: Set errno if no digits are found in fraction. - -Thu Oct 1 11:48:28 1998 Tom Tromey - - * java/lang/reflect/Modifier.java: New file. - - * java/lang/VirtualMachineError.java: Rewrote from scratch. - * java/lang/VerifyError.java: Rewrote from scratch. - * java/lang/UnsatisfiedLinkError.java: Rewrote from scratch. - * java/lang/UnknownError.java: Rewrote from scratch. - * java/lang/StackOverflowError.java: Rewrote from scratch. - * java/lang/OutOfMemoryError.java: Rewrote from scratch. - * java/lang/InternalError.java: Rewrote from scratch. - * java/lang/IllegalAccessError.java: Rewrote from scratch. - * java/lang/ExceptionInInitializerError.java: New file. - * java/lang/Error.java: Rewrote from scratch. - * java/lang/ClassFormatError.java: Rewrote from scratch. - * java/lang/ClassCircularityError.java: Rewrote from scratch. - * java/lang/AbstractMethodError.java: Rewrote from scratch. - * java/lang/NoClassDefFoundError.java: Rewrote from scratch. - * java/lang/NoSuchFieldError.java: Rewrote from scratch. - * java/lang/LinkageError.java: Rewrote from scratch. - * java/lang/IncompatibleClassChangeError.java: Rewrote from - scratch. - * java/lang/NoSuchMethodError.java: Rewrote from scratch. - - * java/lang/natObject.cc (_Jv_FinalizeObject): New function. - * java/lang/Object.h (Object): Declare _Jv_FinalizeObject as a - friend. - * include/cni.h (JvAllocObject): Moved from prims.cc. - Include Class.h. - * prims.cc (JvAllocObject): Moved to cni.h. - (_Jv_AllocObject): Use _Jv_FinalizeObject. - (finalize_name): Removed. - -Wed Sep 30 12:09:34 1998 Tom Tromey - - * java/lang/Class.h (Class): Added size() method. - * prims.cc (_Jv_MonitorEnter): Removed. - (_Jv_MonitorExit): Removed. - * java/lang/Object.h (JvSyncInfo): Removed. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added Cloneable.h, - CloneNotSupportedException.h. - * java/lang/Object.h: Rewrote. - * java/lang/natObject.cc: Rewrote from scratch. - * java/lang/Object.java: Rewrote from scratch. - - * java/io/natFile.cc: Conditionally include . - (list): If no , always return NULL. - * configure: Rebuilt. - * configure.in: Check for dirent.h. - - * prims.cc (lookupArray): Don't use sprintf. - - * java/util/Hashtable.java (containsKey): Use `abs' to compute - initial index. - (get): Likewise. - (put): Likewise. - (rehash): Likewise. - (remove): Likewise. - - * java/util/Hashtable.java (hsize): Renamed from size to avoid - name conflict with method. - - * include/javaprims.h (java::util): Added HashtableEntry. - -Tue Sep 29 16:48:01 1998 Warren Levy - - * java/util/Hashtable.java: Rewritten. - -Tue Sep 29 00:28:42 1998 Tom Tromey - - * java/io/natFileDescriptor.cc (write): Correctly test `write' - return value. - (write): Likewise. - - * java/lang/natThread.cc (join): Fixed assertion to refer to `nt', - not `curr_nt'. - - * posix-threads.cc (_Jv_CondWait): Now returns int. - * include/javaprims.h (java::lang): Added - IllegalMonitorStateException. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added IllegalMonitorStateException.h. - * include/no-threads.h (_Jv_CondDestroy): Removed. - (_Jv_MutexDestroy): Removed. - (_Jv_CondWait): Now returns int. - (_Jv_CondNotify): Likewise. Added mutex argument. - (_Jv_CondNotifyAll): Likewise. - (_Jv_MutexLock): Always succeed. - (_Jv_MutexUnlock): Likewise. - * include/posix-threads.h (_Jv_HaveCondDestroy): Define. - (_Jv_HaveMutexDestroy): Define. - (_Jv_CondNotify): Now returns int. Added mutex argument. - (_Jv_CondNotifyAll): Likewise. - * include/quick-threads.h (_Jv_CondDestroy): Removed. - (_Jv_MutexDestroy): Removed. - (_Jv_CondWait): Now returns int. - (_Jv_CondNotify): Likewise. Added mutex argument. - (_Jv_CondNotifyAll): Likewise. - * java/lang/natObject.cc (finalize_sync_info): New function. - (init_mutex): Initialize `init' and register finalizer if - required. - (CHECK): New macro. - (init_mutex): Use it. - (notify): Use it. - (notifyAll): Use it. - (wait): Use it. - (notify): Throw IllegalMonitorStateException on failure. - (notifyAll): Likewise. - (wait): Likewise. Also, throw InterruptedException if - appropriate. - Include cni.h, Thread.h, IllegalMonitorStateException.h, - InterruptedException.h, IllegalArgumentException.h. - * java/lang/Object.h (struct JvSyncInfo): Added `init' member. - - * java/lang/natString.cc: Renamed all `JvPriv' functions. - * java/lang/natRuntime.cc: Renamed all `JvPriv' functions. - * java/lang/Object.h: Renamed all `JvPriv' functions (and types). - * java/lang/natObject.cc: Renamed all `JvPriv' functions. - * java/lang/natThread.cc: Renamed all `JvPriv' functions. - * quick-threads.cc: Renamed all `JvPriv' functions. - * prims.cc: Renamed all `JvPriv' functions. - * posix-threads.cc: Renamed all `JvPriv' functions. - * nogc.cc: Renamed all `JvPriv' functions. - * no-threads.cc: Renamed all `JvPriv' functions. - * boehm.cc: Renamed all `JvPriv' functions. - * include/quick-threads.h: Renamed all `JvPriv' functions. - * include/posix-threads.h: Renamed all `JvPriv' functions. - * include/no-threads.h: Renamed all `JvPriv' functions. - * include/jvm.h: Renamed all `JvPrivXXX' functions to `_Jv_XXX'. - - * include/no-threads.h (JvPrivCondWait): Wrote minimal - implementation. - (JvPrivCondNotify): Do nothing. - (JvPrivCondNotifyAll): Do nothing. - - * prims.cc (processClass): Handle case where state is - DOING_CONSTINIT. - - * java/lang/natFirstThread.cc: Include - - * configure: Rebuilt. - * configure.in: Fixed sense of --enable-libjava-debug. - - * java/lang/natThread.cc (join): Declare `t' outside the loop so - it can be used afterward by the assertion. - - * configure: Rebuilt. - * configure.in: When cross-compiling, assume alloca. - - * java/lang/natDouble.cc: Updated alloca magic to avoid use of - __builtin_alloca (autoconf docs are wrong here). - - * java/io/natFileDescriptor.cc (close): Set fd to -1 before - closing. - (available): Use `FD_ZERO' (typo fix). - -Tue Sep 29 17:43:30 1998 Andrew Haley - - * java/lang/mprec.h, java/lang/mprec.c, java/lang/dtoa.c, - java/lang/natDouble.cc, java/lang/strtod.c: struct _Bigint renamed - struct _Jv_Bigint. - * java/lang/mprec.h, java/lang/mprec.c, java/lang/dtoa.c, - java/lang/natDouble.cc, java/lang/strtod.c: struct _reent renamed - struct _Jv_reent. - - * java/lang/natDouble.cc: layout changed to match GNU coding standard. - -Tue Sep 29 07:57:13 1998 Anthony Green - - * java/lang/natDouble.cc: Declare alloca safely. - - * configure, include/config.h.in: Rebuilt. - * configure.in: Add alloca check. - -Tue Sep 29 00:28:42 1998 Tom Tromey - - * java/lang/natThread.cc (finish_): Hold mutex for interrupt - condition while calling notify. - (join): Remove `curr_nt' from `nt's join list, not vice versa. - (interrupt): Hold mutex for interrupt condition while calling - notify. - - * java/lang/natString.cc (init): Allocate and try to read `count' - characters, not `count - offset' characters. - - * java/io/ByteArrayInputStream.java (ByteArrayInputStream): - Correctly compute `count'. - - * java/lang/Boolean.java (getBoolean): Return false if property - not found. - - * java/lang/System.java (setProperties): Set prop_init. - -Mon Sep 28 12:39:25 1998 Tom Tromey - - * java/io/PrintStream.java (println): Use line.separator, not - file.separator. - * java/lang/System.java (out, err): Make both autoflush streams. - * java/io/ByteArrayOutputStream.java (write): Increment `count'. - - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_MEMCPY): Removed. - * configure: Rebuilt. - * configure.in: Never define HAVE_MEMCPY. - - * java/lang/natString.cc: Don't include OutOfMemoryError.h or - Class.h. - (_Jv_AllocString): Use JvAllocObject again. - * java/lang/Class.h (thread): New field. - (_Jv_AllocString): No longer a friend. - * prims.cc (processClass): Removed dead code. Changed to more - closely follow the Java Language Specification. - (processClass): Return early if already at the right state. - - * prims.cc (JvNewStringUTF): Removed. - * include/cni.h (JvNewStringUTF): New function. - (_Jv_NewStringUTF): Declare as `extern "C"'. - * java/lang/natString.cc (_Jv_NewStringUTF): New function. - - * java/lang/natDouble.cc: Added copyright info and header - comment. Include . - (doubleValueOf): Use alloca, not malloc. Allocate 3 times as many - bytes as are chars in string. - -Sat Sep 26 00:19:27 1998 Tom Tromey - - * java/util/Hashtable.java (hkeys): Member renamed from to avoid - clash with method. - (hsize): Likewise. - - * java/lang/System.java (init_properties): Now native. - * java/lang/natSystem.cc (init_properties): New method. - Include java/util/Properties.h. - - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added ByteArrayOutputStream.h, - OutputStreamWriter.h, ByteArrayInputStream.h, - InputStreamReader.h, Writer.h, InputStream.h, OutputStream.h, - Reader.h, Vector.h, SecurityManager.h, FilenameFilter.h, - SyncFailedException.h, EOFException.h, FileNotFoundException.h, - Properties.h, Hashtable.h, Dictionary.h. - (CFLAGS): Removed. - - * include/javaprims.h (java::io): Added Reader, Writer, - InputStreamReader, OutputStreamWriter, - UnsupportedEncodingException, ByteArrayInputStream, - ByteArrayOutputStream, EOFException, SyncFailedException, - PushbackInputStream. - (java::lang): Added Cloneable. - (java::util): Added NoSuchElementException, VectorEnumeration, - Dictionary, HashtableEnumeration, PropertiesEnumeration. - - * java/io/PipedReader.java: New file. - -Fri Sep 25 00:11:25 1998 Tom Tromey - - * java/lang/natCharacter.cc (getNumericValue): Use `digit' to pick - up A-Z. - - * java/io/io-defs.h: Removed. - - * java/io/FileInputStream.java (skip): Use FileDescriptor.seek. - (FileInputStream): Use new constructor. Can throw IOException. - - * java/lang/System.java (getProperty): Don't throw - NullPointerException. - - * java/io/RandomAccessFile.java: Rewrote from scratch. - - * java/io/natFileDescriptor.cc: Include EOFException.h. - (seek): New method. - (length): New method. - (getFilePointer): New method. - (read): New method. - (available): New method. - * java/io/FileDescriptor.java (SET, CUR): New constants. - (seek, length, getFilePointer, read, available): New decls. - - * java/io/PipedWriter.java: New file. - * java/io/StringWriter.java: New file. - * java/io/CharArrayWriter.java: New file. - * java/io/CharConversionException.java: New file. - * java/io/BufferedWriter.java: New file. - * java/io/FilterWriter.java: New file. - * java/io/FileWriter.java: New file. - - * java/lang/natString.cc: Include ByteArrayOutputStream.h, - OutputStreamWriter.h, NullPointerException.h, - ByteArrayInputStream.h, InputStreamReader.h. - (getBytes): New method. - (init): Throw NullPointerException. - (init): New function. - * java/lang/String.java (getBytes): Added missing decl. - (getBytes): New method. - (String): Added byte[]-based constructors. - (copyValueOf): Wrote. - (init): Declare variant which takes byte array and encoding. - Import java.io.UnsupportedEncodingException. - - * java/io/File.java: Rewrote from scratch. - * java/io/natFileDescriptor.cc: Rewrote from scratch. - * java/io/FileDescriptor.java: Rewrote from scratch. - * java/io/FilenameFilter.java: Rewrote from scratch. - -Thu Sep 24 13:30:16 1998 Tom Tromey - - * java/io/SyncFailedException.java: New file. - * java/io/UTFDataFormatException.java: Rewrote from scratch. - * java/io/InterruptedIOException.java: Rewrote from scratch. - * java/io/FileNotFoundException.java: Rewrote from scratch. - * java/io/EOFException.java: Rewrote from scratch. - * java/io/IOException.java: Rewrote from scratch. - * java/io/PrintStream.java: Rewrote from scratch. - * java/io/DataOutputStream.java: Rewrote from scratch. - * java/io/BufferedOutputStream.java: Rewrote from scratch. - * java/io/FilterOutputStream.java: Rewrote from scratch. - * java/io/ByteArrayOutputStream.java: Rewrote from scratch. - * java/io/PipedOutputStream.java: Rewrote from scratch. - * java/io/FileOutputStream.java: Rewrote from scratch. - * java/io/OutputStream.java: Rewrote from scratch. - * java/io/DataOutput.java: Rewrote from scratch. - -Mon Sep 28 22:59:54 1998 Per Bothner - - * prims.cc (_Jv_CheckCast): Add missing ! operator. - -Mon Sep 28 15:50:06 1998 Anthony Green - - * configure.in: Add --enable-libjava-debug - - * Makefile.am (nat_headers): Add java/lang/Float.h and - java/lang/Double.h - - * acconfig.h: Add DEBUG and HAVE_MEMCPY. - - * Makefile.in, configure, include/config.h.in: Rebuilt. - -Mon Sep 28 17:05:58 1998 Andrew Haley - - * java/lang/Float.java: Rewritten - * java/lang/Double.java: Rewritten - * java/lang/natFloat.cc: toString() added. - * java/lang/natDouble.cc: toString() added. - * java/lang/natDouble.cc: doubleValueOf() added. - * java/lang/dtoa.c, java/lang/mprec.c, java/lang/mprec.h, - java/lang/strtod.c: added. - * ieeefp.h: __sparc added. - * Makefile.am: java/lang/Float.h and java/lang/Double.h added. - -Thu Sep 24 13:30:16 1998 Tom Tromey - - * include/javaprims.h (java::lang): Added - CloneNotSupportedException. - - * java/lang/Object.java (clone): No longer native. Implemented. - * java/lang/natObject.cc (clone): Removed. - -Wed Sep 23 12:03:38 1998 Tom Tromey - - * prims.cc: Don't make definitions `extern "C"'. - (_Jv_RegisterClass): Renamed from registerClass. - * include/jvm.h (_Jv_ThrowBadArrayIndex): Declare. - (_Jv_NewArray): Likewise. - (_Jv_NewMultiArray): Likewise. - (_Jv_CheckCast): Likewise. - (_Jv_LookupInterfaceMethod): Likewise. - (_Jv_CheckArrayStore): Likewise. - (_Jv_RegisterClass): Likewise. - - * acconfig.h (HAVE_FMOD, HAVE_MEMCPY): Removed. - * configure: Rebuilt. - * configure.in: Don't check for fmod; it is provided by the fdlibm - code. - * prims.cc (fmod): Removed. - - * java/lang/natString.cc (charAt): Use _Jv_uint. - * java/lang/Class.h (class JvField): Use _Jv_ushort. - * prims.cc (HASH_CHARS): Use _Jv_ushort. - (equalUtf8Consts): Likewise. - (internalAddClass): Use _Jv_uint. - (processClass): Likewise. - * include/javaprims.h (_Jv_ushort): Renamed from uint16. - (_Jv_uint): Renamed from uint32. - (struct _Jv_Utf8Const): Changed members to use new type names. - - * configure: Rebuilt. - * configure.in: Don't check for memcpy. Require memmove and a way - to get the time. - * java/lang/natSystem.cc (arraycopy): Removed dead code, and - #error. - (currentTimeMillis): Don't use #error. - -Tue Sep 22 18:00:16 1998 Andrew Haley - - * java/lang/Math.java: static member random renamed to random_ to - avoid conflict with member function of the same name. - * include/javaprims.h: java.util.Random added. - -Tue Sep 22 13:53:14 1998 Tom Tromey - - * include/java-chartables.h: Regenerated. - * chartables.pl: End COMPACT_CHARACTER #if after fast tables - printed. - -Tue Sep 22 17:17:52 1998 Andrew Haley - - * java/lang/Math.java: Rewritten. - * java/lang/natMath.cc: New file. - * Files added from fdlibm: - java/lang/e_acos.c, java/lang/k_sin.c, java/lang/sf_floor.c, - java/lang/e_asin.c, java/lang/k_tan.c, java/lang/sf_rint.c, - java/lang/e_atan2.c, java/lang/s_atan.c, java/lang/w_acos.c, - java/lang/e_exp.c, java/lang/s_ceil.c, java/lang/w_asin.c, - java/lang/e_fmod.c, java/lang/s_copysign.c, java/lang/w_atan2.c, - java/lang/e_log.c, java/lang/s_cos.c, java/lang/w_exp.c, - java/lang/e_pow.c, java/lang/s_fabs.c, java/lang/w_fmod.c, - java/lang/e_rem_pio2.c, java/lang/s_floor.c, java/lang/w_log.c, - java/lang/e_remainder.c, java/lang/s_rint.c, java/lang/w_pow.c, - java/lang/e_scalb.c, java/lang/s_scalbn.c, java/lang/w_remainder.c, - java/lang/e_sqrt.c, java/lang/s_sin.c, java/lang/w_sqrt.c, - java/lang/ef_fmod.c, java/lang/s_tan.c, java/lang/wf_fmod.c, - java/lang/k_cos.c, java/lang/sf_ceil.c, - java/lang/k_rem_pio2.c, java/lang/sf_fabs.c, - java/lang/ieeefp.h, java/lang/fdlibm.h - * Makefile.am: rules added for compiling C files from fdlibm. - -Mon Sep 21 15:40:58 1998 Tom Tromey - - * chartables.pl: Minor documentation fixes. - - * configure: Rebuilt. - * configure.in: Fixed --help output for --enable-fast-character. - -Thu Sep 17 11:03:27 1998 Tom Tromey - - * configure: Rebuilt. - * configure.in: Recognize --enable-fast-character. - * acconfig.h (COMPACT_CHARACTER): New define. - * include/config.h.in: Rebuilt. - * include/java-chartables.h: New file. - * Makefile.in: Rebuilt. - * Makefile.am (nat_files): Added natCharacter.o. - * java/lang/natCharacter.cc: New file. - * chartables.pl (set_attribute): New function. - (@attributes, @second_attributes): New globals. - ($ROMAN_START, $ROMAN_END): Likewise. - (process_char): Call set_attribute when required. - (print_char): Just print hex value. - (print_block): Generate C++ syntax. - (print_numerics): Likewise. - (print_single_map): Likewise. - (print_all_block): Likewise. - (print_case_table): Likewise. - (print_fast_tables): New function. - Generate C++ code suitable for a header file. - * java/lang/Character.java (table_search): Removed. - (digit_value): Now native. - (getNumericValue): Likewise. - (getType): Likewise. - Removed all automatically-generated tables. - (Tamil_Digit_One): Removed. - (isSpaceChar): Now native. - (isTitleCase): Likewise. - (isLowerCase): Likewise. - (isUpperCase): Likewise. - (toLowerCase): Likewise. - (toTitleCase): Likewise. - (toUpperCase): Likewise. - (isDefined): Fixed sense of test. - -Wed Sep 16 12:00:19 1998 Tom Tromey - - * java/lang/natString.cc (equalsIgnoreCase): Removed obsolete - FIXME comment. - (regionMatches): Likewise. - -Tue Sep 15 14:35:12 1998 Tom Tromey - - * prims.cc (_Jv_AllocObject): Call _Jv_InitClass on the class. - - * java/lang/Class.h (Object): For now, declare _Jv_AllocString as - a friend. - * java/lang/natString.cc (_Jv_AllocString): For now, don't call - _Jv_AllocObject. - - * java/lang/natString.cc (toUpperCase): Declare `ch' as a jchar, - not a char. - - * java/lang/natClass.cc (isAssignableFrom): Handle arrays. - -Fri Sep 11 14:01:08 1998 Tom Tromey - - * prims.cc (instanceof_class): Removed. - (instanceof_array): Likewise. - (instanceof): Likewise. - (_Jv_IsInstanceOf): Use Class::isAssignableFrom. - (_Jv_CheckCast): Likewise. - * java/lang/natClass.cc (isAssignableFrom): New method. - * java/lang/Class.java (isAssignableFrom): Now native. - - * include/cni.h (JvThrow): Use `extern inline'. - (JvAllocObject): Likewise. - (JvInitClass): Likewise. - - * java/lang/natSystem.cc (arraycopy): Only check class of source - object if not null. - - * prims.cc (_Jv_CheckArrayStore): Wrote. - (_Jv_MonitorEnter): Prefer `JvThrow'. - Include ArrayStoreException.h. - (_Jv_CheckCast): Indentation cleanup. - -Thu Sep 10 18:59:29 1998 Tom Tromey - - * chartables.pl: New file. - * java/lang/Character.java: Rewrote from scratch. - -Fri Sep 18 18:15:58 1998 Warren Levy - - * java/lang/ArithmeticException.java, - java/lang/ArrayIndexOutOfBoundsException.java, - java/lang/ArrayStoreException.java, - java/lang/ClassCastException.java, - java/lang/ClassNotFoundException.java, - java/lang/CloneNotSupportedException.java, - java/lang/Exception.java, java/lang/IllegalAccessException.java, - java/lang/IllegalArgumentException.java, - java/lang/IllegalMonitorStateException.java, - java/lang/IllegalThreadStateException.java, - java/lang/IndexOutOfBoundsException.java, - java/lang/InstantiationException.java, - java/lang/InterruptedException.java, - java/lang/NegativeArraySizeException.java, - java/lang/NoSuchMethodException.java, - java/lang/NullPointerException.java, - java/lang/NumberFormatException.java, - java/lang/RuntimeException.java, java/lang/SecurityException.java, - java/lang/StringIndexOutOfBoundsException.java: Rewritten. - - * java/lang/IllegalStateException.java, - java/lang/NoSuchFieldException.java, - java/lang/UnsupportedOperationException.java: Created. - -Fri Sep 18 15:01:42 1998 Warren Levy - - * java/lang/Integer.java, java/lang/Long.java: Rewritten. - * java/lang/Byte.java, java/lang/Short.java (decode): Uncommented. - -Fri Sep 11 16:49:19 1998 Per Bothner - - * prims.cc (JvRunMain): No longer need to call _Jv_InitClass. - -Thu Sep 10 12:23:55 1998 Warren Levy - - * Makefile.am (nat_headers): Added StringIndexOutOfBoundsException.h. - - * Makefile.in: Rebuilt. - - * include/javaprims.h (java::lang): Added - StringIndexOutOfBoundsException. - - * java/lang/String.java: Added header comment and FIXME comment for - missing constructors/methods. - (endsWith): Adjusted offset into string to look at just the last chars. - Commented out undocumented method. - - * java/lang/natString.cc: Added includes for - ArrayIndexOutOfBoundsException.h & StringIndexOutOfBoundsException.h. - (String::init): Throw StringIndexOutOfBoundsException. - (String::charAt): Throw StringIndexOutOfBoundsException. - (String::substring): Throw StringIndexOutOfBoundsException. - (String::getChars): Throw ArrayIndexOutOfBoundsException. - (String::getBytes): Throw ArrayIndexOutOfBoundsException. - (String::compareTo): Return difference/offset between chars/strings. - -Tue Sep 8 13:22:33 1998 Warren Levy - - * java/lang/Boolean.java (TYPE): Added comment. - - * java/lang/Byte.java (decode): Added - commented out until dependent - code for Integer is written. - (compareTo): JDK 1.2 methods written. - (hashCode): Added comment to note that values have been verified. - - * java/lang/Short.java (decode): Added - commented out until dependent - code for Integer is written. - (compareTo): JDK 1.2 methods written. - (hashCode): Added comment to note that values have been verified. - - * java/lang/Comparable.java: Created - JDK 1.2 interface. - -Fri Sep 4 10:36:35 1998 Tom Tromey - - * include/javaprims.h (java::lang): Added VirtualMachineError, - OutOfMemoryError. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added OutOfMemoryError.h, - VirtualMachineError.h. - * prims.cc (_Jv_NewPrimArray): Throw OutOfMemoryError. - (lookupArray): Likewise. - (makeUtf8Const): Likewise. - (_Jv_AllocObject): Likewise. - (_Jv_NewObjectArray): Likewise. - Include OutOfMemoryError.h. - - * java/io/natFileDescriptor.cc (newstr): Removed. Changed callers - to use JvNewStringLatin1. - - * java/io/io-defs.h: Include java/lang/IOException.h. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added - ArrayIndexOutOfBoundsException.h, - ClassFormatError.h,ClassNotFoundException.h, - ClassCircularityError.h, ClassCastException.h, - IncompatibleClassChangeError.h, AbstractMethodError.h, - IllegalAccessError.h, LinkageError.h, Error.h, - NegativeArraySizeException.h, IOException.h. - * include/cni.h (SignalError): Removed declaration. - * java/util/natDate.cc (setTime): Use JvFail, not sorry. - * java/lang/natObject.cc (clone): Use JvFail, not sorry. - * java/lang/natClass.cc (getInterfaces): Use JvFail, not sorry. - (newInstance): Likewise. - (forName): Likewise. - * java/io/natFileDescriptor.cc (open_read_write): Use JvFail, not - sorry. - (read): Use JvThrow, not SignalError. - (read): Likewise. - (write): Likewise. - (skip): Likewise. - (close): Likewise. - (open_read): Likewise. - (open_write): Likewise. - (ftell): Likewise. - (fseek): Likewise. - (newstr): New function. - * java/io/natFile.cc (isDirectoryUnchecked): Use JvFail, not - sorry. - (lastModifiedUnchecked): Likewise. - (lengthUnchecked): Likewise. - * include/javaprims.h (sorry): Removed declaration. - (java::lang): Added ArrayIndexOutOfBoundsException, LinkageError, - ClassFormatError, ClassNotFoundException, ClassCircularityError, - ClassCastException, IncompatibleClassChangeError, - AbstractMethodError, IllegalAccessError, NegativeArraySizeException. - * prims.cc (instanceof_array): Use JvFail, not sorry. - (sorry): Removed. - Include ArrayIndexOutOfBoundsException.h, - ClassFormatError.h,ClassNotFoundException.h, - ClassCircularityError.h, ClassCastException.h, - IncompatibleClassChangeError.h, AbstractMethodError.h, - IllegalAccessError.h, NegativeArraySizeException.h. - (_Jv_ThrowBadArrayIndex): Implemented. - (JvNewStringUTF): Use JvFail, not sorry. - (_Jv_FindClass): Likewise. - (_Jv_NewArray): Likewise. - (throwException): Removed. - (getClass): Use JvThrow. - (processClass): Likewise. - (_Jv_NewObjectArray): Likewise. - (_Jv_NewMultiArray): Likewise. - (_Jv_CheckCast): Likewise. - (_Jv_LookupInterfaceMethod): Likewise. - (SignalError): Removed. - (getClass): Use _Jv_NewStringUtf8Const to create String. - - * java/lang/natSystem.cc (arraycopy): Throw - ArrayIndexOutOfBoundsException, not IndexOutOfBoundsException. - - * Makefile.in: Rebuilt. - * Makefile.am (GCJH): Renamed. Now use `gcjh'. Changed all - users. - * include/java-array.h: Mention gcjh, not gjavah. - - * java/io/natFile.cc (existsUnchecked): Use JvGetStringUTFRegion. - (canReadUnchecked): Likewise. - (canWriteUnchecked): Likewise. - (isFileUnchecked): Likewise. - * java/io/natFileDescriptor.cc: Don't include cni.h. - - * java/lang/Thread.java (run__): Declare. - * java/lang/natThread.cc (run__): New method, to avoid compiler - warning. - (start): Use run__, not run_. - - * java/io/io-defs.h: Include cni.h and jvm.h. - -Thu Sep 3 18:20:08 1998 Per Bothner - - Re-implement java.lang.String, using "COMPACT_STRINGS" representation. - * prims.cc (JvAllocString, JvNewString, JvNewStringlatin1): Moved - to natString.cc (with suitable renaming, inlines etc). - (javaString2CString): Removed. Subsumed by _Jv_GetStringUTFRegion. - * java/lang/Class.h: Renamed Utf8Const to _Jv_Utf8Const. - * java/lang/String.h: Removed - now generated using gjavah. - * java/lang/String.java: Re-written from scratch. Many native methods. - * java/lang/natDouble.cc, java/util/natDate.cc: #include . - * java/lang/natString.cc: Many functions re-written for "compact - strings" representation, or native java.lang.String methods added. - (Utf8Const2JavaString): Renamed to _Jv_NewStringUtf8Const. - (_Jv_GetStringUTFLength, _Jv_GetStringUTFRegion): New methods. - * java/lang/natClass.cc (getName): Use new _Jv_NewStringUtf8Const. - * java/io/natFileDescriptor.cc: Use new JvGetStringUTFRegion. - * include/cni.h: Add inline method. - * include/java-array.h (jobjectArrayjchar): gjavah bug work-around. - * include/javaprims.h: Moved some stuff frm String.h. - * include/jvm.h (UTF8_GET, Utf8Const, StringClass): Moved here. - * Makefile.am (nat_header): Added Character.h and String.h. - (String.h): Add new rule. - -Thu Sep 3 10:28:16 1998 Tom Tromey - - * no-threads.cc: Include config.h, cni.h, jvm.h. Don't include - java-assert.h. - * posix-threads.cc: Include cni.h, jvm.h. - * quick-threads.cc: Include cni.h, jvm.h. - * nogc.cc: Include cni.h, not javaprims.h. - * java/lang/natFirstThread.cc: Include cni.h, jvm.h. - * java/lang/natThread.cc: Rearranged #include ordering. Don't - include java-assert.h. - * java/lang/natSystem.cc: Include cni.h. Don't include - java-assert.h. - * java/lang/natRuntime.cc: Include cni.h. Don't include - java-assert.h. - * prims.cc: Rearranged #include ordering. Don't include - java-array.h or java-assert.h. - * boehm.cc: Include config.h, cni.h. - * exception.cc: Include config.h, cni.h. - * include/jvm.h: Include java-assert.h. - * include/cni.h: Include java/lang/Object.h. Don't include - java-threads.h or java-array.h. - -Thu Sep 3 16:03:08 1998 Warren Levy - - * java/lang/Boolean.java: Rewritten. - -Thu Sep 3 10:28:16 1998 Tom Tromey - - * java/lang/natFirstThread.cc (main_func): New typedef. - (run): Use main_func, not JvPrivThreadStartFunc. - * include/no-threads.h (JvPrivThreadStartFunc): Use correct - argument type. - * include/posix-threads.h (JvPrivThreadStartFunc): Use correct - argument type. - * include/quick-threads.h (JvPrivThreadStartFunc): Use correct - argument type. - - Can't throw Java exceptions with C++ `throw': - * quick-threads.cc (qthrow): Use _Jv_Throw, not throw. - * java/lang/natThread.cc (join): Use _Jv_Throw, not throw. - (setPriority): Likewise. - (sleep): Likewise. - (start): Likewise. - (stop): Likewise. - * java/lang/natSystem.cc (arraycopy): Use _Jv_Throw, not throw. - * prims.cc (_Jv_MonitorEnter): Use _Jv_Throw, not throw. - - Can't catch Java exceptions from C++: - * java/lang/natThread.cc (finish_): New method. - (run_): Removed. - * java/lang/Thread.java (run_): Rewrote in Java. - (finish_): New native method. - -Wed Sep 2 17:30:39 1998 Warren Levy - - * java/lang/Cloneable.java, java/lang/Number.java: Rewritten. - - * include/javaprims.h (java::io): Added Serializable. - -Wed Sep 2 15:22:00 1998 Warren Levy - - * java/util/EmptyStackException.java, - java/util/NoSuchElementException.java: Rewritten. - - * java/util/ConcurrentModificationException.java, - java/util/MissingResourceException.java, - java/util/TooManyListenersException.java: Created. - -Wed Sep 2 13:36:57 1998 Tom Tromey - - * include/cni.h (JvThrow): New function. - * include/javaprims.h (_Jv_Throw): Declare. - -Wed Sep 2 14:07:48 1998 Warren Levy - - * java/util/Observable.java: Rewritten. - -Wed Sep 2 13:36:57 1998 Tom Tromey - - * prims.cc (_Jv_MonitorExit): Assert that object is non-null. - (_Jv_MonitorEnter): Throw NullPointerException if object is null. - Include NullPointerException.h. - -Tue Sep 1 12:07:35 1998 Tom Tromey - - * java/lang/natSystem.cc (arraycopy): Removed overlapping-copy - assignability checks. Don't bother using memcpy. - - * quick-threads.cc (JvPrivThreadStart): Don't call coop_start. - (started): Removed. - * include/quick-threads.h (JvPrivThreadWait): New function. - * include/no-threads.h (JvPrivThreadWait): New function. - * include/posix-threads.h (JvPrivThreadWait): New function. - * prims.cc (JvRunMain): Call JvPrivThreadWait. - - * java/lang/natSystem.cc (arraycopy): Do nothing if count is 0. - - * java/lang/natSystem.cc (arraycopy): Multiply both src and dst - offsets by size of type that is being copied. - - * java/lang/natThread.cc (start): Don't pass `object' argument to - JvPrivThreadStart. - * no-threads.cc (JvPrivThreadStart): Removed `object' argument. - * posix-threads.cc (JvPrivThreadStart): Removed `object' - argument. - * quick-threads.cc (JvPrivThreadStart): Removed `object' argument; - always pass thread as object. - * include/quick-threads.h, include/posix-threads.h, - include/no-threads.h (JvPrivThreadStart): Removed `object' - argument. - -Mon Aug 31 19:11:53 1998 Warren Levy - - * java/util/Dictionary.java: Rewritten. - -Mon Aug 31 14:35:55 1998 Tom Tromey - - * include/quick-threads.h (JvPrivThreadInitData): Use 0, not NULL. - (JvPrivThreadDestroy): Likewise. - -Mon Aug 31 12:56:01 1998 Warren Levy - - * java/lang/natRuntime.cc (exit): Changed final call to ::exit. - -Thu Aug 27 12:24:40 1998 Tom Tromey - - * java/lang/natSystem.cc: Rewrote from scratch. - * java/lang/System.java: Rewrote from scratch. - * java/lang/Class.h (Class): Declare isAssignableFrom. - * include/javaprims.h (java::lang): Added ArrayStoreException, - IndexOutOfBoundsException. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added ArrayStoreException.h, - IndexOutOfBoundsException.h. - * java/lang/natObject.cc (hashCode): Use _Jv_HashCode. - * include/jvm.h (_Jv_HashCode): New function. - - * java/lang/natThread.cc (suspend): Call checkAccess. - (resume): Likewise. - * java/lang/Thread.java (setDaemon): Call checkAccess. - -Thu Aug 27 12:24:40 1998 Tom Tromey - - * java/lang/Runtime.java: Rewrote from scratch. - * java/lang/natRuntime.cc: Rewrote from scratch. - - * nogc.cc (JvPrivGCTotalMemory): New function. - (JvPrivGCFreeMemory): Likewise. - (total): New global. - (JvPrivAllocObj): Increment total. - (JvPrivAllocArray): Likewise. - (JvPrivAllocBytes): Likewise. - * include/jvm.h: Declare JvPrivGCTotalMemory, JvPrivGCFreeMemory. - * boehm.cc (JvPrivGCTotalMemory): New function. - (sum_blocks): Likewise. - (JvPrivGCFreeMemory): Likewise. - -Wed Aug 26 12:30:32 1998 Tom Tromey - - * include/javaprims.h (java::lang): Added FirstThread. - * java/lang/natFirstThread.cc: New file. - * java/lang/FirstThread.java: New file. - * prims.cc (main_signature): Removed. - (main_name): Removed. - #include FirstThread.h. - * Makefile.in: Rebuilt. - * Makefile.am (TFRIEND): Removed. - (java/lang/Thread.h): Likewise. - (FTFRIEND): New macro. - (java/lang/FirstThread.h): New target. - (nat_files): Added natFirstThread.o. - (nat_headers): Added FirstThread.h. - * include/jvm.h (_Jv_StartFirstThread): Don't declare. - * java/lang/natThread.cc (_Jv_StartFirstThread): Removed. - - * java/lang/Thread.java (setName): Throw IllegalArgumentException - if name is null. - (Thread): Likewise. - - * java/lang/natThread.cc (start): Synchronize the thread. - (stop): Synchronize the thread. - - * java/lang/ThreadDeath.java: Rewrote from scratch. - - * Makefile.in: Rebuilt. - * Makefile.am (TGFRIEND): New macro. - (java/lang/ThreadGroup.h): New target. - ($(nat_files) prims.o boehm.o nogc.o): Native files depend on the - native headers. - ($(javao_files) $(nat_files) prims.o boehm.o nogc.o): Removed. - - * nogc.cc: Include config.h. - - * java/lang/ThreadGroup.java: Rewrote from scratch. - -Tue Aug 25 00:12:54 1998 Tom Tromey - - * java/lang/Thread.java (checkAccess): Only call in to security - manager if it exists. - (Thread): Don't check access when creating the first thread. Add - this thread to the appropriate ThreadGroup. - - * java/lang/natThread.cc (run_): Call uncaughtException method on - the ThreadGroup. - - * java/lang/Runnable.java: Rewrote from scratch. - * java/lang/Thread.java: Updated copyright comment to correct - form. - -Wed Aug 26 15:16:18 1998 Warren Levy - - * java/util/Random.java: Rewritten. - -Wed Aug 26 14:25:39 1998 Alexandre Petit-Bianco - - * prims.cc (_Jv_NewMultiArray): Need one more slot to store - trailing 0 in array[]. - -Wed Aug 26 12:21:06 1998 Anthony Green - - * Makefile.am (AM_MAKEFLAGS): Remove RUNTEST, EXPECT, - and RUNTESTFLAGS from AM_MAKEFLAGS. - (SUBDIRS): Conditionally include testsuite. - * Makefile.in: Rebuilt. - -Tue Aug 25 18:14:53 1998 Anthony Green - - * java/lang/Object.h: Include java-assert.h. - -Tue Aug 25 17:33:57 1998 Anthony Green - - * Makefile.am: Add testsuite directory. - * configure.in: Build testsuite/Makefile. - * Makefile.in, configure: Rebuilt. - -Tue Aug 25 00:12:54 1998 Tom Tromey - - * prims.cc (JvRunMain): Use _Jv_StartFirstThread. - * include/jvm.h (_Jv_StartFirstThread): Declare. - - * include/javaprims.h (java::lang): Added Exception, - RuntimeException. - - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added NullPointerException.h, - InterruptedException.h, IllegalArgumentException.h, Exception.h, - Throwable.h, RuntimeException.h, IllegalThreadStateException.h. - (java/lang/Thread.h): New target. - (TFRIEND): New macro - - * include/java-assert.h (JvFail): Use 0 and not NULL. - - * posix-threads.cc (JvPrivThreadStart): Use getPriority() method - instead of assuming we are a friend of Thread. - * quick-threads.cc (JvPrivThreadStart): Use isDaemon() method - instead of assuming we are a friend of Thread. - -Mon Aug 24 15:58:36 1998 Tom Tromey - - * java/lang/natThread.cc: Rewrote from scratch. - * java/lang/Thread.java: Rewrote from scratch. - * prims.cc (JvRunMain): Use new Thread constructor. - * include/javaprims.h (java::lang): Added InterruptedException. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added java/lang/Thread.h. - * java/lang/Thread.h: Removed. - * quick-threads.cc (JvPrivThreadStart): Added `data' argument. - * no-threads.cc (JvPrivThreadStart): Added JvPrivThread_t - argument. - * posix-threads.cc (JvPrivThreadJoin): Removed. - (JvPrivThreadInitData): Don't initialize join_mutex or join_cond. - (really_start): Don't notify join_cond. - (JvPrivThreadStart): Added `data' argument. - * include/no-threads.h (JvPrivThreadInterrupt): Removed. - (JvPrivThreadJoin): Likewise. - Use JvFail instead of sorry. - (JvPrivThreadSuspend): Removed. - (JvPrivThreadResume): Removed. - * include/quick-threads.h (JvPrivThreadInterrupt): Removed. - (JvPrivThreadJoin): Likewise. - (JvPrivThreadSuspend): Use JvFail. - (JvPrivThreadResume): Likewise. - (JvPrivThreadSuspend): Removed. - (JvPrivThreadResume): Likewise. - * include/posix-threads.h (JvPrivThreadInterrupt): Removed. - (JvPrivThread_t): Removed join_mutex, join_cond. - Use JvFail instead of sorry. - (JvPrivThreadSuspend): Removed. - (JvPrivThreadResume): Likewise. - -Tue Aug 25 12:50:13 1998 Warren Levy - - * java/util/Observer.java: Rewritten - * java/util/Enumeration.java: Rewritten - -Tue Aug 25 11:33:54 1998 Warren Levy - - * java/util/StringTokenizer.java: Rewritten - * java/util/Stack.java: Added COPYRIGHT-TBD comment - * java/util/Vector.java: Added COPYRIGHT-TBD comment - * java/io/Serializable.java: Added COPYRIGHT-TBD comment - -Fri Aug 21 10:14:22 1998 Tom Tromey - - * include/java-assert.h (JvFail): Call _Jv_Abort even when DEBUG - not defined. - - * no-threads.cc (JvPrivThreadStart): Use JvAssert. - Include java-assert.h. - * include/java-assert.h: New file. - * prims.cc (_Jv_Abort): New function. - Include java-assert.h, not assert.h. - (_Jv_MonitorExit): Use JvAssert. - (resolveConstants): Likewise. - (processClass): Likewise. - (JvRunMain): Assert that method is found. - - * configure: Rebuilt. - * configure.in: Check for test subdir. - * Makefile.in: Rebuilt. - * Makefile.am (SUBDIRS): Conditional on TESTSUBDIR. - - * prims.cc (JvRunMain): Use NORM_PRIORITY. - * java/lang/Thread.h (Thread): Added NORM_PRIORITY. - - * prims.cc (resolveConstants): Removed unused variables. - (processClass): Likewise. - - * include/quick-threads.h (JvPrivThreadCurrent): Use - coop_getspecific. - * quick-threads.cc (destroy_data): New function. - (JvPrivInitThreads): Create key. - (JvPrivThreadKey): New global. - (JvPrivThreadStart): Use coop_setspecific. - - * include/quick-threads.h, include/posix-threads.h, - include/no-threads.h, no-threads.cc, quick-threads.cc, - posix-threads.cc, nogc.cc, boehm.cc: Added copyright comment. - -Thu Aug 20 10:57:30 1998 Tom Tromey - - * include/no-threads.h (JvPrivThreadInitData): Don't set - JvPrivOnlyThread. - - * include/quick-threads.h (JvPrivCondWait): coop function now - takes microseconds. - (JvPrivThreadJoin): Likewise. - - * java/lang/Thread.h (Thread): Updated declaration of - JvPrivThreadStart. - * include/quick-threads.h, include/posix-threads.h: Updated - declaration of JvPrivThreadStart. - * include/no-threads.h (JvPrivThreadStart): Changed definition - into declaration. - * no-threads.cc (JvPrivThreadStart): Removed `data' argument. - * quick-threads.cc (JvPrivThreadStart): Removed `data' argument. - * posix-threads.cc (JvPrivThreadStart): Removed `data' argument. - -Wed Aug 19 14:53:59 1998 Tom Tromey - - * quick-threads.cc (qthrow): New function. - (JvPrivInitThreads): New function. - (started): New global. - (JvPrivThreadStart): Call coop_start if required. - * include/quick-threads.h (JvPrivThreadCancel): Implement. - (JvPrivThreadDestroy): Likewise. - (JvPrivInitThreads): Removed. - * include/posix-threads.h (JvPrivThreadCancel): Added error - argument. - * java/lang/natThread.cc (stop_): Pass exception to - JvPrivThreadCancel. - -Tue Aug 18 12:58:22 1998 Tom Tromey - - * include/javaprims.h (java::lang): Added - IllegalArgumentException, IllegalThreadStateException, Math, - NullPointerException, ThreadDeath. - (java::util): Added Enumeration. - - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added java/lang/ThreadGroup.h. - - * java/lang/ThreadGroup.java (ThreadGroup): No-args constructor - now public. - (threadsv): Renamed from threads to avoid clash in C++ header. - (groupsv): Likewise. - * include/no-threads.h (JvPrivThreadStart): Removed. - * no-threads.cc (JvPrivThreadStart): New function. - * java/lang/Thread.java (Thread): New constructor for internal use. - * java/lang/Thread.h (Thread): Declare JvRunMain as friend. - (Thread): Declare constructor. - * prims.cc (JvRunMain): Create the initial Thread and - ThreadGroup. - Include and . - * posix-threads.cc (JvPrivThreadStart): Added `thread' argument. - Removed `daemon' argument. - - * prims.cc (JvRunMain): Call _Jv_InitializeSyncMutex. - * java/lang/Object.h (Object): Declare _Jv_InitializeSyncMutex as - a friend. - * java/lang/natObject.cc (_Jv_InitializeSyncMutex): New function. - - * Makefile.in: Rebuilt. - * Makefile.am (INCLUDES): Include THREADINCS. - - * configure: Rebuilt. - * configure.in: Recognize `qt' as a threads package. - -Thu Aug 20 12:42:32 1998 Warren Levy - - * java/util/Stack.java (pop): Null out topmost node for robustness. - -Thu Aug 20 12:30:30 1998 Warren Levy - - * java/util/Stack.java: Rewritten. - * java/util/Vector.java (isEmpty): Simplified expression. - -Wed Aug 19 18:02:19 1998 Warren Levy - - * prims.cc (_Jv_NewObjectArray): Renamed from JvNewObjectArray. - (soft_anewarray): Removed, _Jv_NewObjectArray used instead. - - * include/java-array.h (JvNewObjectArray): Created inline to - _Jv_NewObjectArray. - - * java/lang/Class.h (_Jv_NewObjectArray): Renamed from - JvNewObjectArray. - -Wed Aug 19 14:12:02 1998 Warren Levy - - * java/util/Vector.java: Rewritten. - * java/io/Serializable.java: Created. - -Fri Aug 14 10:31:54 1998 Tom Tromey - - * java/lang/Float.java (NEGATIVE_INFINITY, POSITIVE_INFINITY): - Infinity is 1/0, not 1/1. - - * boehm.cc (JvPrivAllocArray): Use GC_generic_malloc. - - * configure: Rebuilt. - * configure.in: Removed duplicate AC_ARG_WITH. - -Thu Aug 13 14:51:47 1998 Warren Levy - - * prims.cc (_Jv_ThrowBadArrayIndex): Renamed from - soft_badarrayindex. - (_Jv_InitClass): Renamed from soft_initialise_class. - (_Jv_NewMultiArray): Renamed from soft_multianewarray. - (_Jv_CheckCast): Renamed from soft_checkcast. - (_Jv_LookupInterfaceMethod): Renamed from soft_lookupinterfacemethod. - (_Jv_CheckArrayStore): Renamed from soft_checkarraystore. - (JvRunMain): Call JvInitClass instead of soft_initialise_class. - * include/cni.h (JvInitClass): New function. - (_Jv_InitClass): Renamed from soft_initialise_class. - -Wed Aug 12 10:07:04 1998 Tom Tromey - - * configure: Rebuilt. - * configure.in (CXX): Don't set. - * Makefile.in: Rebuilt. - * Makefile.am (AM_CXXFLAGS): New macro. - - * Makefile.in: Rebuilt. - * Makefile.am ($(javao_files) $(nat_files) prims.o boehm.o - nogc.o): New target. - - * boehm.cc (mark_obj): Update PUSH_CONTENTS call for new Boehm - GC. - (mark_array): Likewise. - -Tue Aug 11 11:44:53 1998 Per Bothner - - * java/lang/Class.h (JvMethod): Removed some unused fields. - (JvField.info): Removed unused idx union variant. - -Mon Aug 10 15:00:14 1998 Tom Tromey - - * prims.cc (makeUtf8Const): Mask off high bits of hash value to - match compiler. - -Mon Aug 3 16:13:54 1998 Per Bothner - - * configure.in, configure (CXX): Add -fvtable-thunks. - -Thu Jul 30 14:34:47 1998 Per Bothner - - * java/lang/Object.java (finalize): Move first. - * java/lang/Object.h (_JvObjectPrefix): New dummy base class. - (Object): Re-arrange order to match Object.java. - -Tue Jul 28 21:42:16 1998 Per Bothner - - * prims.cc (hashUtf8String): Fix - use new JavaSoft specification. - * java/lang/natString.cc (hashChars): Likewise. - - * prims.cc (RuntimeClass): New macro. - (JvRunMain): Do soft_initialise_class of RuntimeClass before exit. - -Mon Jul 27 22:20:10 1998 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (AM_MAKEFLAGS): New macro. - -Fri Jul 24 11:21:24 1998 Tom Tromey - - * nogc.cc: Include . - - * Makefile.in: Rebuilt. - * Makefile.am (GJAVAH): gjavah no longer in java subdir. - -Thu Jul 23 11:38:40 1998 Tom Tromey - - * exception.cc (terminate): Removed. - (unexpected): Removed. - - * configure: Rebuilt. - * configure.in: Handle case where target subdir is ".". - - * configure: Rebuilt. - * configure.in: Compute COMPPATH based on --with-target-subdir - option. Added --with-target-subdir and --with-cross-host. Use - --with-cross-host to determine when a cross compiler is in use. - - * Makefile.in: Rebuilt. - * Makefile.am (GJAVAH): Include COMPPATH. - * configure: Rebuilt. - * configure.in: Subst COMPPATH. - -Mon Jul 20 16:13:43 1998 Tom Tromey - - * prims.cc (lockMutex): Removed. - (unlockMutex): Likewise. - (processClass): Lock the class using a JvSynchronize object. - -Fri Jul 17 11:27:48 1998 Tom Tromey - - * java/lang/natString.cc (gc_calloc_fixed): Removed. - (gc_free_fixed): Removed. - (rehash): Use JvPrivAllocBytes, not gc_calloc_fixed; don't bother - freeing old value of strhash. - - * exception.cc (_Jv_type_matcher): Cast first argument to - _Jv_IsInstanceOf. - -Thu Jul 16 14:51:44 1998 Tom Tromey - - * include/java-array.h (jstringArray): New type. - * java/lang/natSystem.cc (setProperty): Removed. - (initProperties): Directly call JvNewStringLatin1 for arguments. - * java/util/natDate.cc: Include java/util/Date.h, not - java-util.h. - (setTime): Removed. - * java/io/FileDescriptor.java (available): No longer static. - * java/lang/natDouble.cc (Double): Removed class definition. - * include/javaprims.h (java::lang::Number): Declare. - (java::lang::NumberFormatException): Likewise. - (java::io::FilenameFilter): Likewise. - (java::lang::Character): Likewise. - (java::lang::Error): Likewise. - (java::lang::SecurityManager): Likewise. - (java::util::Vector): Likewise. - (java::io::FileNotFoundException): Likewise. - (java::io::IOException): Likewise. - (java::lang::NativeLang): Likewise. - (java::lang::UnsatisfiedLinkError): Likewise. - (java::util::StringTokenizer): Likewise. - (java::io::InputStream, java::io::OutputStream): Likewise. - (java::io::PrintStream, java::lang::SecurityException): Likewise. - (java::util::Hashtable): Likewise. - * Makefile.in: Rebuilt. - * Makefile.am (nat_headers): Added java/lang/Double.h, - java/lang/Number.h, java/lang/System.h, java/lang/Runtime.h. - (MOSTLYCLEANFILES): Added nat_headers. - * include/jvm.h: Moved many defines, declarations, and functions - to java/lang/Class.h. - (struct JvSyncInfo): Moved to java/lang/Object.h. - (UTF8_GET): Moved to java/lang/String.h. - -Wed Jul 15 09:02:31 1998 Tom Tromey - - * java/io/io-defs.h: Don't include java-io.h. - * include/java-io.h: Removed. - * include/javaprims.h: Include java::io. - -Tue Jul 14 17:04:26 1998 Tom Tromey - - * include/java-io.h (File): Removed - (FileDescriptor): Likewise. - - * java/io/io-defs.h: Include java/io/File.h and - java/io/FileDescriptor.h. - - * Makefile.in: Rebuilt. - * Makefile.am (GJAVAH): New macro. - (.class.h): New rule. - (SUFFIXES): Added .h. - (nat_headers): New macro. - ($(nat_headers)): New target. - (BUILT_SOURCES): Added nat_headers. - - * include/java-util.h: Removed. - -Fri Jul 3 10:17:14 1998 Tom Tromey - - * include/java-io.h: Changed to avoid java-lang.h. - * java/lang/natThread.cc: Include java/lang/Thread.h, not - java-lang.h. - * java/lang/natSystem.cc: Include java/lang/System.h, not - java-lang.h. - * java/lang/natString.cc: Include java/lang/String.h, not - java-lang.h. - * java/lang/natRuntime.cc: Include java/lang/Runtime.h, not - java-lang.h. - * java/lang/natClass.cc: Include java/lang/Class.h, not - java-lang.h. - * java/lang/natDouble.cc: Include java/lang/Object.h, not - java-lang.h. - * java/lang/natObject.cc: Include java/lang/Object.h, not - java-lang.h. - * exception.cc: Don't include java-lang.h. - * posix-threads.cc: Include java/lang/Thread.h, not java-lang.h. - * no-threads.cc: Include java/lang/Thread.h, not java-lang.h. - * nogc.cc: Don't include java-lang.h. - * boehm.cc: Include java/lang/Class.h, not java-lang.h. - * prims.cc (processClass): Don't use `init_type'; just cast to - type directly. - Include java/lang/Class.h and jvm.h, not java-lang.h. - (JvAllocObject): Wrote single-argument version. - (PrimClass): Inherit from Class. - (initPrimClass): Removed. - * include/java-lang.h: Removed. - * include/jvm.h: Declare struct _dispatchTable. - * include/cni.h: Don't declare _Jv_MonitorEnter, - _Jv_MonitorExit, struct _dispatchTable. - * include/javaprims.h: Moved all typedefs here, from cni.h. - * java/lang/Class.h: New file. - * include/java-array.h: New file. - * java/lang/Object.h: New file. - - * prims.cc (classFromSig): Now static. - -Wed Jul 1 12:28:48 1998 Tom Tromey - - * include/cni.h: Don't mention soft_new. - * include/java-lang.h (Object): Don't mention soft_new. Mention - _Jv_NewPrimArray, not newPrimArray. - * prims.cc (soft_new): Removed. - (_Jv_NewArray): Renamed from soft_newarray. - (soft_anewarray): Use JvNewObjectArray. - (newArray): Likewise. - (newRefArray): Removed. - (_Jv_NewPrimArray): Renamed from newPrimArray. - (equalUtf8Consts): Now static. - (soft_instanceof): Removed. - * java/lang/natDouble.cc (doubleToString): Now static. - - * java/lang/natDouble.cc (java_lang_Double_doubleToLongBits, - java_lang_Double_longBitsToDouble, java_lang_Double_toString): - Removed. - -Tue Jun 30 10:54:57 1998 Tom Tromey - - * include/java-lang.h: Renamed functions to _Jv_MonitorEnter and - _Jv_MonitorExit. - * include/cni.h: Renamed functions to _Jv_MonitorEnter and - _Jv_MonitorExit. - * include/no-threads.h (JvPrivMutexLock): Always return -1. - (JvPrivMutexUnlock): Likewise. - * prims.cc (_Jv_MonitorEnter): Renamed from soft_monitorenter. - Return value now jint. - (_Jv_MonitorExit): Renamed from soft_monitorexit. Return value - now jint. - - * Makefile.in: Rebuilt. - * Makefile.am: Don't allow `jV' names. - (maintainer-check): Depend on libjava.a. - * exception.cc (_Jv_eh_free): Renamed from __jV_eh_free. - - * Makefile.in: Rebuilt. - * Makefile.am (NM): New macro. - (maintainer-check): New target. - - * include/posix-threads.h (_MIT_POSIX_THREADS): Removed. - - * configure: Rebuilt. - * configure.in: Use --enable-threads, not --enable-gc. Fix - documentation for --enable-threads. Changed option to work like - identical option in gcc/configure. - -Mon Jun 29 10:44:29 1998 Tom Tromey - - * boehm.cc (mark_array): Use JvGetArrayLength. - -Thu Jun 25 11:56:21 1998 Per Bothner - - * exception.cc: New file (mostly written by Andrew MacLeod), - exception handling support. - * Makefile.am (libjava_a_SOURCES), Makefile.in: Add exception.cc. - Remove -fexceptions - it is now the default. - - * prims.cc (JvIsInstanceOf): Renamed to _Jv_IsInstanceOf. - (JvAllocObject): Renamed to _Jv_AllocObject. - (soft_athrow): Removed. Replaced by _Jv_Throw in exception.cc. - (loadClass): Renamed to _Jv_FindClass. - * include/cni.h (JvIsInstanceOf, JvAllocObject). Make into - inline methods that call _Jv_IsInstanceOf and _Jv_AllocObject. - * include/java-lang.h (JvGetArrayLength): New CNI function. - * include/jvm.h (_Jv_FindClass): Added declaration. - - * java/lang/natString.cc: More implementation if COMPACT_STRINGS. - -Wed Jun 24 16:41:30 1998 Per Bothner - - * java/lang/natClass.cc (getName): Add implementation. - * java/lang/Throwable.java (printStackTrace): Handle missing backtrace. - -Tue Jun 23 15:56:24 1998 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (.class.o): Added -fexceptions. - -Mon Jun 15 14:54:06 1998 Tom Tromey - - * configure: Rebuilt. - * configure.in: Don't check for __nanosleep. - * posix-threads.cc (nanosleep): Never define. - -Sun Jun 14 22:37:23 1998 Tom Tromey - - * posix-threads.cc (JvPrivCondWait): Fixed computation of - timespec. - -Thu Jun 11 10:51:44 1998 Tom Tromey - - * java/lang/natThread.cc (enumerate): Uncommented. - * java/lang/Thread.java (interrupted_): Renamed from `interrupt_'. - (interrupt): Call it. - -Wed Jun 10 15:57:16 1998 Tom Tromey - - * configure: Rebuilt. - * configure.in (GCLIBS): Use `-lgc' so gjavac can recognize it. - -Mon Jun 8 12:04:11 1998 Tom Tromey - - * include/no-threads.h (JvPrivThreadInterrupt): New method. - * include/java-lang.h (Thread): Added `interrupted_' method. - * java/lang/Thread.java (interrupted_): New method. - * java/lang/natThread.cc (join): Possibly throw interrupted - exception after join finishes. - (interrupted_): New method. - * posix-threads.cc (JvPrivThreadInitData): Initialize join_mutex, - join_cond. - (JvPrivThreadJoin): New function. - (really_start): Notify all threads waiting for this thread. - (struct starter): Added `data' member. - (JvPrivThreadStart): Set it. - * include/posix-threads.h (JvPrivThread_t): Added join_mutex, - join_cond. - (JvPrivThreadJoin): No longer inline. - (JvPrivThreadInterrupt): New function. - - * include/no-threads.h (JvPrivThreadSleep): Removed. - * posix-threads.cc (JvPrivThreadSleep): Removed. - -Fri Jun 5 13:51:25 1998 Tom Tromey - - * configure: Rebuilt. - * configure.in (THREADOBJS): Initialize to no-threads.o in - no-threads case. - * posix-threads.cc (key): New global. - (JvPrivInitThreads): New function. - (really_start): Set thread-specific data to point to object. - (JvPrivThreadStart): Added `daemon' argument. - (JvPrivThreadSleep): Added `data' argument. - * include/posix-threads.h (JvPrivInitThreads): Removed - implementation. - (JvPrivThreadCurrent): New function. - * include/no-threads.h (JvPrivThreadInitData): Initialize - JvPrivOnlyThread. Added `thread' argument. - (JvPrivThreadCurrent): New function. - (JvPrivThreadStart): Added `daemon' argument. - * no-threads.cc: New file. - * java/lang/natThread.cc (init_data): New function. - (isAlive): Removed. - (start): Set `alive' member. - (stop_): Clear `alive' member. - (destroy): Likewise. - (currentThread): Implemented. - (start): Pass `daemon' argument to JvPrivThreadStart. - (sleep): Rewrote. - * include/java-lang.h (Thread): Added `alive', `tsync' members. - (Thread): Added `init_data' method. - * java/lang/Thread.java (alive, data): New instance variables. - (init_data): New private method. - (isAlive): No longer native. - -Thu Jun 4 14:09:32 1998 Tom Tromey - - * include/java-lang.h (JvRunMain): Declare. - * include/jvm.h (JvPrivInitGC): Revert to C++ linkage. - * prims.cc (JvRunMain): New function. - (main_signature, main_name): New globals. - - * boehm.cc (mark_array): Use `elements' function and not - operator[] on jarray. - - * posix-threads.cc: Include . Define nanosleep if - required. - - * configure: Rebuilt. - * configure.in: Check for _nanosleep. - - * configure: Rebuilt. - * configure.in: Check for pthread_mutexattr_settype. - - * include/cni.h (class JvSynchronize): New class. - * java/lang/Thread.java (sleep): Throws InterruptedException. - (join): Throws InterruptedException. - (resume): Not native. - (resume_): New method. - (start): Now synchronized. - (stop_): New method. - (Thread): Synchronize when accessing threadNumber. - (misc): Removed. - * java/lang/natThread.cc (throwException): New macro. - (sleep): Throw InterruptedException. - (resume_): Renamed. - (stop_): Renamed. - * include/java-lang.h (Runtime): Added interrupted(). - - * boehm.cc (call_finalizer): Correctly initialize jobj. - * include/java-lang.h (Runtime): Added getRuntime() and exit(). - - * java/lang/natSystem.cc (currentTimeMillis): Use #elif, not - `#elseif'. - - * configure: Rebuilt. - * configure.in: Added support for --disable-threads. - * include/no-threads.h: New file. - - * acconfig.h (HAVE_PTHREAD_MUTEXATTR_INIT): New macro. - - * Makefile.in: Rebuilt. - * Makefile.am (EXTRA_libjava_a_SOURCES): Added posix-threads.cc. - (libjava_a_DEPENDENCIES): Added THREADOBJS. - (libjava_a_LIBADD): Added THREADOBJS. - * configure: Rebuilt. - * configure.in: Added --with-threads option. - * posix-threads.cc: New file. - * include/posix-threads.h: New file. - * include/java-lang.h (Object): Added static member sync_mutex, - member sync_info, method init_mutex. - (struct JvSyncInfo): New struct. - Include "java-threads.h". - * prims.cc (soft_monitorenter): Wrote. - (soft_monitorexit): Likewise. - * java/lang/natObject.cc (init_mutex): New method. - (notify): Wrote. - (notifyAll): Wrote. - (wait): Wrote. - (sync_mutex): Define. - Include "java-threads.h". - -Tue Jun 2 15:24:33 1998 Per Bothner - - * include/java-lang.h (JvPrivInitGC): Make extern "C". - * include/jvm.h (JvConvertArgv, JvNewObjectArray): Likewise. - -Mon Jun 1 11:21:34 1998 Per Bothner - - * include/cni.h (jbyte etc): Re-define using __java_byte etc. - Added extern "Java" in places to tell G++ Object is a "Java" type. - Other minor renaming and fixes. - * include/java-io.h (FileDescriptor): Add friend class declarations. - G++ no longer allows non-Java types in method parameters and results - of Java classes. Converted most offending methods to friends. - * java/lang/natDouble.cc (Double::toString): Rename to doubleToString. - * java/lang/natSystem.cc (setProperty): Make friend. - * java/lang/natString.cc, include/java-lang.h (String): Rename - methods findInternSlot to __JvStringFindSlot and __JvStringGetSlot. - * include/java-lang.h (JArray): Remove getData and eoprator[]. - Add elements friend function instead. - * java/lang/natSystem.cc (arraycopy): Use elements function. - * java/io/natFileDescriptor.cc (read, write): Likewise. - * include/java-lang.h (Object): Remove unused make method. - (System::setProperty(char*,char*)): Turn into friend function. - (Class): Rename newObject by JvAllocObject. - * prims.cc: Update to use JvAllocObject, and elements. - - * java/lang/natDouble.cc: Fix double -> jdouble. - -Wed May 20 16:50:06 1998 Per Bothner - - * Makefile.am (INCLUDES): Add -Iinclude (to get config.h). - -Mon May 18 13:46:02 1998 Tom Tromey - - * java/lang/natRuntime.cc (finalize_on_exit): Define. - * include/java-lang.h (Runtime): finalize_on_exit and - runFinalizersOnExit now static. - * java/lang/Runtime.java (runFinalizersOnExit): Now static, to - match JDK 1.2b3. - (finalize_on_exit): Now static. - - * boehm.cc (mark_obj): Get class using getClass() method on - object. - (_dispatchTable): Removed. - -Mon May 11 15:26:52 1998 Tom Tromey - - * java/io/natFileDescriptor.cc (open_read): Only call open if - HAVE_OPEN defined. - (open_write): Likewise. - - * Makefile.in: Rebuilt. - * Makefile.am ($(nat_files)): Depend on config.h. - -Thu May 7 16:22:00 1998 Tom Tromey - - * prims.cc (ObjectClass): Now a macro; updated for new class name - mangling scheme. - (StringClass): Likewise. - (ClassClass): Likewise. - -Wed May 6 00:26:44 1998 Tom Tromey - - * java/io/natFileDescriptor.cc (available): Do nothing unless - HAVE_SELECT defined. - * java/util/natDate.cc (setTime): Conditional on - HAVE_GETTIMEOFDAY. - (toString): Conditional on HAVE_TIME. - * aclocal.m4, configure: Rebuilt. - * acinclude.m4: New file. - * configure.in: Don't actually call AM_EXEEXT. Call - AC_CANONICAL_HOST. Use LIB_AC_PROG_CC and LIB_AC_PROG_CXX. Added - --with-target-subdir option. Check for select and open - functions. - -Tue May 5 00:10:45 1998 Tom Tromey - - * boehm.cc (JvPrivRegisterFinalizer): Changed interface. - (call_finalizer): Likewise. - * nogc.cc (JvPrivRegisterFinalizer): Changed interface. - * prims.cc (newObject): Pass actual method pointer to - JvPrivRegisterFinalizer. - * include/jvm.h (JvPrivFinalizerFunc): New typedef. - (JvPrivRegisterFinalizer): Changed interface. - - * Makefile.in: Rebuilt. - * Makefile.am (MOSTLYCLEANFILES): New macro. - (CLEANFILES): Removed javao_files. - -Fri May 1 22:52:24 1998 Tom Tromey - - * nogc.cc: New file. - * Makefile.in: Rebuilt. - * Makefile.am (INCLUDES): Use GCINCS, not paths to boehm-gc. - (EXTRA_libjava_a_SOURCES): New macro. - (libjava_a_SOURCES): Removed boehm.cc. - (libjava_a_DEPENDENCIES): Added GCOBJS. - (libjava_a_LIBADD): Likewise. - * configure: Rebuilt. - * configure.in: Added code for --enable-gc=TYPE. - -Thu Apr 30 14:54:00 1998 Tom Tromey - - * boehm.cc (mark_array): Don't further dereference pointer from - array. - - * boehm.cc: Include , not . - * Makefile.in: Rebuilt. - * Makefile.am (INCLUDES): Removed -I for boehm-gc/include; added - one for boehm-gc build directory. - -Wed Apr 29 09:45:19 1998 Tom Tromey - - * include/java-lang.h (finalize_on_exit): New instance variable in - java::lang::Runtime. - (runFinalizersOnExit): New method. - * java/lang/Runtime.java (finalize_on_exit): New instance - variable. - (runAllFinalizers_): New private method. - (runFinalizersOnExit): New method. - * boehm.cc (JvPrivRunFinalizers): New function. - (JvPrivRunAllFinalizers): Likewise. - (JvPrivRunGC): Likewise. - * java/lang/natRuntime.cc: Include "jvm.h". - (gc): Call JvPrivRunGC. - (runFinalization): Call JvPrivRunFinalizers. - (runFinalizersOnExit): New method. - (exit_): Call JvPrivRunAllFinalizers if required. - * include/jvm.h: Declare JvPrivRunFinalizers, - JvPrivRunAllFinalizers, JvPrivRunGC. - -Tue Apr 28 15:06:50 1998 Tom Tromey - - * boehm.cc (JvPrivRegisterFinalizer): New function. - (call_finalizer): Likewise. - * include/jvm.h: Declare JvPrivRegisterFinalizer. - * prims.cc (finalize_name): New global. - (newObject): Just call other newObject. - (newObject): Register finalizer if it exists. - -Mon Apr 27 12:47:03 1998 Tom Tromey - - * prims.cc (gc_malloc): Removed. - (makeUtf8Const): Use JvPrivAllocBytes. - (lookupArray): Likewise. - (newPrimArray): Likewise. - (JvNewObjectArray): Use JvPrivAllocArray. - (newObject): Use JvPrivAllocObj. - (newObject): Likewise. - Changed Method -> JvMethod everywhere. - Changed Field -> JvField everywhere. - * include/java-lang.h (Object): Changed type of `fields' to - JvField*. - (jmethodID, jfieldID): New typedefs. - (Object): JvGetFirstInstanceField and JvNumInstanceFields now - friends. - * include/jvm.h (struct JvMethod): Renamed from Method, and moved - from java-lang.h. - (METHOD_NATIVECODE): Moved from java-lang.h. - (class JvField): New class. - (JvGetFirstInstanceField): New function. - (JvFieldIsRef): Likewise. - (JvGetObjectField): Likewise. - (JvNumInstanceFields): Likewise. - -Thu Apr 23 16:42:11 1998 Tom Tromey - - * boehm.cc: New file. - * Makefile.in: Rebuilt. - * Makefile.am (libjava_a_SOURCES): Added boehm.cc. - (INCLUDES): Added -I options to find boehm-gc files. - -Wed Apr 29 15:11:37 1998 Tom Tromey - - * configure: Rebuilt. - * configure.in (CXX): Put -fno-rtti here and not in CXXFLAGS. - - * Makefile.in: Rebuilt. - * Makefile.am (nat_files): New macro. - (libjava_a_DEPENDENCIES): Use it. - (libjava_a_LIBADD): Likewise. - ($(nat_files)): New static pattern rule. - (class_files): Run separate find to find .class files. - (javao_files): Compute based on class_files. - (BUILT_SOURCES): New macro. - -Thu Apr 23 16:42:11 1998 Tom Tromey - - * Makefile.am (java_files): New macro. - (class_files): Likewise. - (javao_files): Likewise. - (libjava_a_DEPENDENCIES): Include $(javao_files). - (libjava_a_LIBADD): Likewise. - (classes.stamp): Depend on $(java_files); only recompile changed - files. - (here): New macro. - (CLEANFILES): Don't run find; use macros. Don't mention - libjava.a. - (.class.o): New target. - (compiled.stamp): Removed. - -Thu Apr 23 14:17:43 1998 Per Bothner - - * java/io/{Reader,InputStreamReader,FileReader,BufferedReader, - LineNumberReader}>java: Newly-implemented standard classes. - -Thu Apr 23 14:02:04 1998 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (compiled.stamp): Use $(CC), not $(GCC). - - * Makefile.in: Rebuilt. - * Makefile.am (hack): New macro. - (libjava_a_LIBADD): Use $(hack) to work around automake oddity. - -Wed Apr 22 16:49:57 1998 Tom Tromey - - * include/config.h.in: New file. - * include/config.h: Removed. - * acconfig.h: New file. - * Makefile.am (AR, ARFLAGS, JAVAC, GCC, CXX, CXXFLAGS): Removed. - (lib_LIBRARIES, libjava_a_SOURCES, libjava_a_DEPENDENCIES, - libjava_a_LIBADD): New macros. - (INCLUDES): New macro. - (prims.o): Removed. - (.cc.o): Removed. - (SUFFIXES): Removed. - (all): Removed. - (libjava.a): Removed. - - * configure: Rebuilt. - * configure.in: Call AC_PROG_CC, AC_PROG_CXX, AC_PROG_RANLIB. - Look for headers and functions we require. Create - include/config.h. - -Mon Apr 20 22:25:00 1998 Per Bothner - - * prims.cc (instance_class, instanceof, JvIsInstanceOf, JvConvertArgv, - soft_instanceof, newObject, JbNewObjectArray, soft_checkcast, - soft_lookupinterfacemethod): New functions. - (PrimClass): Actually initialize the primitive classes. - (Utf8Const2JavaString): Moved to java/lang/natString.cc. - - * include/java-util.h: Removed java::util definition. - * include/cni.h: Moved java::util here and added Properties. - Added more function prototypes. - * include/java-lang.h: Added mroe methods and friend declarations. - * include/config.h (HAVE_GETTIMEOFDAY, HAVE_TIME): Added. - * include/jvm.h (strLengthUtf8): Add declaration. - - * java/lang/{Integer,Long,Boolean,Character,Float,Double}.java (TYPE): - New static field. - * java/lang/{Byte,Short,Void}.java: New classes. - * java/lang/Character.java (isJavaIdentifierStart, - JavaIdentifierPart): New static methods. - * java/lang/Number.java (byteValue, shortValue): New methods. - - * java/lang/String.java (intern, hashCode): Make native. - * java/lang/natString.cc: New file. Handle the string pool. - * Makefile.am: Build natString.o. Use CXXFLAGS. - - * java/lang/Class.java (isArray, isPrimitive, getComponentType, - isInstance, isAssignableFrom), java/lang/natClass.cc: New methods. - * java/lang/Throwable.java (): Don't fillInStackTrace yet. - * java/lang/System.java (setProperty): New private method. - (initProperties): Take argument, and make native. - * java/lang/natSystem.cc: Implement (preliminary) initProperties. - (currentTimeMillis): Make more robust. - - * java/io/{Writer,PrintWriter,OutputStreamWriter}.java: New classes. - * java/io/UnsupportedEncodingException.java: New exception class. - - * java/io/DataInputStream.java: Don't use a PushbackInputStream. - * java/io/FilterOutputStream.java: Add missing 'extends OutputStream'. - -Fri Apr 10 11:52:10 1998 Per Bothner - - * Makefile.am (CXXFLAGS, JC1FLAGS): New macro. - * prims.cc: Added bunch of stuff. - * include/cni.h: Added various definitions. - * include/java-lang.h: Added Method, various friends, some macros. - - * include/config.h: Added HAVA_MEMMOVE and HAVE_MEMCPY. - * java/lang/System.java (arraycopy): Make native. - -Sun Apr 5 23:58:51 1998 Per Bothner - - * java/lang/{netObject.cc,natClass.cc,natDouble.cc,natRuntime.cc, - natSystem.cc,natThread.cc}: Native (C++) methods for various classes. - * java/lang/ClassLoader.java (defineClass): Now takes extra argument. - * java/lang/Double.java (toString, doubleToLongBits, longBitsToDouble): - Make native. - * java/lang/Runtime.java: Declare methods as native instead of - using NativeLang. - * java/lang/SecurityManager.java (getClassContext): Just throw Error. - * java/lang/System.java: Comment out some stuff, for now. - * java/lang/Thread.java: Re-write. Use native methods. - * java/lang/NativeLang.java: Remove most of it. - - * java/util/natDate.cc: Native (C++) methods for Date. - * java/util/{Calendar.java,GregorianCalendar.java}: New classes. - * java/util/Date.java: Complete re-write. - - * java/io/io-defs.h: New header file. - * java/io/FileDescriptor.java: Add a bunch of private methods, - mostly moved from NativeIO.java and natNativeIO.cc. - * java/io/{natFile.cc,java/io/natFileDescriptor.cc}: New native code. - * java/io/File.java: Use new code. - * java/io/{FileInputStream.java.FileOutputStream.java, - RandomAccessFile.java}: Use new private FileDescriptor methods. - * java/io/NativeIO.java: Removed, no longer used. - - * java/io/StreamTokenizer.java (numericChars): Make char array. - - * include/*.h: Various header files used by the C++ native code. - - * Makefile.am, Makefile.in, aclocal.m4, configure, configure.in: - New autoconf+automake-based setup. - * prims.cc: New file for Java "primitives". - diff --git a/libjava/ChangeLog-2001 b/libjava/ChangeLog-2000 similarity index 53% copy from libjava/ChangeLog-2001 copy to libjava/ChangeLog-2000 index 8b1211006a6..a2b57f625a1 100644 --- a/libjava/ChangeLog-2001 +++ b/libjava/ChangeLog-2000 @@ -1,4262 +1,3 @@ -2001-12-29 Andreas Tobler - - * libjava/java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for - Darwin. - -2001-12-21 Tom Tromey - - * java/io/ObjectInputStream.java (enableResolveObject): Use - correct security check. - * java/io/ObjectOutputStream.java (enableReplaceObject): Use - correct security check. - - Fix for PR java/5165: - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): - Convert any constant string field to a String; not just final - fields. - - Fix for PR libgcj/2428: - * java/lang/natClass.cc: Include RuntimePermission.h. - (getClassLoader): Define. - * java/lang/Class.h (Class.getClassLoader): Only declare. - -2001-12-19 Tom Tromey - - * java/awt/FlowLayout.java (FlowLayout(), FlowLayout(int)): Set - gaps to 5. - (FlowLayout(int,int,int)): Use methods to set fields. - (getSize): Skip invisible components. - (layoutContainer): Skip invisible components. - -2001-12-19 Bryce McKinlay - - * include/jvm.h (_Jv_BuildGCDescr): Declare unconditionally. - * nogc.cc (_Jv_BuildGCDescr): Define unconditionally. - * boehm.cc (_Jv_BuildGCDescr): Likewise. - -2001-12-18 Tom Tromey - - * java/text/CollationElementIterator.java (secondaryOrder): Cast - result to `short'. - (tertiaryOrder): Likewise. - -2001-12-16 Tom Tromey - - For PR libgcj/5103: - * include/jvm.h (__GCJ_JNI_IMPL__): Define. - * include/config.h.in: Rebuilt. - * configure: Rebuilt. - * configure.in: Define JV_HAVE_INTTYPES_H if inttypes.h found. - Added comment for HAVE_DLOPEN to avoid autoheader error. - * gcj/libgcj-config.h.in (JV_HAVE_INTTYPES_H): Added. - * include/jni.h: Include . Don't include - CNI-specific headers if we are compiling ordinary JNI code with a - C++ compiler. Include and JNIWeakRef.h when - appropriate. - * jni.cc: Don't include JNIWeakRef.h. - (__GCJ_JNI_IMPL__): Don't define. - - For PR java/5088: - * java/lang/natClassLoader.cc (_Jv_InitNewClassFields): New - function. - (_Jv_NewClass): Use it. - (defineClass0): Use it. - * prims.cc (_Jv_InitPrimClass): Adjust vtable here. - (_Jv_InitPrimClass): Use _Jv_InitNewClassFields. - (_Jv_NewArray): Don't abort; just throw exception. - Include InternalError.h. - * java/lang/Class.h (Class::Class): Declare, don't define. - (Class): Declare _Jv_InitNewClassFields as a friend. - (union _Jv_Self): Removed. - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Removed old file; - added new file. - * gnu/java/math/MPN.java: New file. - * gnu/gcj/math/MPN.java: Removed. - * java/math/BigInteger.java: Merged with Classpath. - -2001-12-16 Bryce McKinlay - - * java/io/DataOutputStream (write (byte[], int, int)): Update - "written" correctly. Fix from the ORP team. - -2001-12-15 Bryce McKinlay - - * include/jvm.h (_Jv_VTable::idx_to_offset): New method. - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Call - _Jv_MakeVTable and _Jv_LinkOffsetTable if needed. - * java/lang/Class.h (_Jv_Method): Add "index" field. - (_Jv_MethodSymbol): New struct type. - (_Jv_LinkOffsetTable, _Jv_LayoutVTableMethods, _Jv_SetVTableEntries, - _Jv_MakeVTable): Friends. - (otable, otable_syms): New Class fields. - * java/lang/natClass.cc (_Jv_LinkOffsetTable): New function. - (isVirtualMethod): New static function. - (_Jv_LayoutVTableMethods): New function. - (_Jv_SetVTableEntries): New function. - (_Jv_MakeVTable): New function. - -2001-12-15 Bryce McKinlay - - * java/util/BitSet.java (and): Fix off-by-one bug, don't skip part of - the bitset. - (andNot): Likewise. - (xor): Likewise. - -2001-12-15 Bryce McKinlay - - * java/util/LinkedList.java (LinkedListItr.add): Don't skip the next - entry. - -2001-12-15 Eric Blake - - * java/util/TreeMap.java (removeNode): Fix bug in node removal. - -2001-12-15 Bryce McKinlay - - * java/util/AbstractCollection.java (containsAll): Use size of the - correct collection for loop bound. - * java/util/AbstractList.java (iterator.next): Increment pos after - calling get on backing list. - (listIterator.next): Likewise. - * java/util/LinkedList.java (addLastEntry): Don't increment size before - checking for size == 0. - (addFirstEntry): Rearrange to match addLastEntry. - (add): Do not increment size before inserting the new entry. - - * java/util/AbstractCollection.java (addAll): Use size of the - correct collection for loop bound. - -2001-12-15 Bryce McKinlay - - * java/util/AbstractSet.java (removeAll): Fix scoping thinko. - * java/util/HashMap.java (putAllInternal): Set size here. - * java/util/Hashtable.java (putAllInternal): New method. Copy contents - of a map efficiently without calling put() or putAll(). - (Hashtable (map)): Use putAllInternal. - (clone): Likewise. - -2001-12-15 Eric Blake - - * java/util/Collections.java: - * java/util/Vector.java: - * java/util/WeakHashMap.java: Fix spelling errors. - -2001-12-15 Eric Blake - - * java/util/AbstractCollection.java (removeAllInternal), - (retainAllInternal): Add hooks for use by ArrayList. - * java/util/AbstractList.java: Minor code updates. Fix some - scoping. - * java/util/AbstractMap.java: ditto - * java/util/ArrayList.java (readObject, writeObject): ditto - (removeAllInternal, retainAllInternal): Optimize. - * java/util/Arrays.java: ditto - * java/util/Collections.java: ditto. Change order of parameters - to equals(Object, Object) to match specs. - * java/util/Dictionary.java: Improve javadoc. - (Dictionary): Add explicit constructor. - * java/util/HashMap.java: Improve javadoc. Rearrange methods to - follow order in JDK. Cleanups related to recent code migration to - AbstractMap. Fix some scoping. - (entrySet): Cache the result. - (modCount): Ensure that this is updated correctly. - * java/util/HashSet.java: Improve javadoc. Fix some scoping. - (init): Add hooks for LinkedHashSet. - (map): Use "" instead of Boolean.TRUE in backing map. Use - package-private API where possible for less overhead. - (readObject, writeObject): Fix serialization. - * java/util/Hashtable.java: Improve javadoc. Fix some scoping. - (entrySet, keySet, values): Cache the result. - (modCount): Ensure that this is updated correctly. - (contains, remove): Fix NullPointer checking to match specs. - (class Enumeration): Make more like HashIterator. - * java/util/IdentityHashMap.java: Minor code updates. - (modCount): Ensure that this is updated correctly. - (readObject, writeObject): Fix serialization. - * java/util/LinkedHashMap.java: Minor code updates. Cleanups - related to recent code migration to AbstractMap. - * java/util/LinkedHashSet.java: New file. - * java/util/LinkedList.java: - (readObject, writeObject): Fix serialization. - * java/util/Makefile.am: List recently added files. - * java/util/Stack.java: Minor code updates. - * java/util/TreeMap.java: Improve javadoc. Overhaul the class to - be more efficient. Fix some scoping. Rearrange the methods. - (nil): Ensure that this can be thread-safe, and make it a static - final. Initialize it to be more useful as a sentinal node. - (Node): Specify color in constructor. - (deleteFixup, insertFixup): Improve comments and algorithm. - (fabricateTree): Redesign with less overhead. - (lowestGreaterThan): Add parameter first to make SubMap easier. - (removeNode): Patch hole where nil was being modified. Choose - predecessor instead of successor so in-place swap works. - (class VerifyResult, verifyTree, verifySub, verifyError): Remove - this dead code after verifying the class works. - (class SubMap): Rewrite several algorithms to avoid problems with - comparing nil. - * java/util/TreeSet.java: Improve javadoc. Fix some scoping. - (clone): Fix ClassCastException when cloning subSet(). - (readObject, writeObject): Fix serialization. - * java/util/WeakHashMap.java: Improve javadoc. Fix some scoping. - (NULL_KEY): Make it compare as null, for ease elsewhere. - (Class WeakEntry): Rename from Entry, to avoid shadowing - Map.Entry. Add missing toString. - (modCount): Ensure that this is updated correctly. - (clear, containsValue, keySet, putAll, values, WeakHashMap(Map)): - Add missing methods and constructor. - -2001-12-15 Eric Blake - - * java/util/ArrayList.java (checkBoundExclusive), - (checkBoundInclusive): Rename from range??clusive, to match - AbstractList. - * java/util/LinkedList.java (checkBoundsExclusive), - (checkBoundsInclusive): ditto - * java/util/Vector.java (checkBoundExclusive), - (checkBoundInclusive): Move bounds checking into common methods. - -2001-12-15 Eric Blake - - * java/util/AbstractList.java: - (modCount): Make sure it is updated in all needed places. - * java/util/ArrayList.java: Improve javadoc. Implements - RandomAccess. Add serialVersionUID. Reorder methods. - (modCount): Make sure it is updated in all needed places. - (rangeExclusive, rangeInclusive): Add common methods for bounds - check. - (isEmpty): Add missing method. - * java/util/Collections.java: (class SynchronizedList): Make - package visible. - * java/util/ConcurrentModificationException.java: Improve - javadoc. - * java/util/EmptyStackException.java: Improve javadoc. - * java/util/LinkedList.java: Improve javadoc. - (modCount): Make sure it is updated in all needed places. - (rangeExclusive, rangeInclusive): Add common methods for bounds - check. - * java/util/NoSuchElementException.java: Improve javadoc. - * java/util/Stack.java: Improve javadoc. Fix synchronization - issues. - (modCount): Make sure it is updated in all needed places. - * java/util/Vector.java: Improve javadoc. Fix synchronization - issues. Implements RandomAccess. Reorder methods. - (modCount): Make sure it is updated in all needed places. - (setSize): Fix according to specifications: this does not dictate - the backing array size. - (removeAll, retainAll): Faster implementations. - -2001-12-15 Eric Blake - - * java/util/BitSet.java: Improve javadoc. - (cardinality(), clear(), clear(int, int), flip(int)), - (flip(int, int), get(int, int), intersects(BitSet), isEmpty()), - (nextClearBit(int), nextSetBit(int), set(int, boolean)), - (set(int, int), set(int, int, boolean)): Add new JDK 1.4 methods. - (clone): Fix so subclasses clone correctly. - -2001-12-15 Eric Blake - - * java/util/AbstractCollection.java: Improve javadoc. - (AbstractCollection()): Make constructor protected. - (equals(Object, Object), hashCode(Object)): Add utility methods. - * java/util/AbstractList.java: Improve javadoc. - (AbstractList()): Make constructor protected. - (indexOf(Object)): Call listIterator(), not listIterator(int). - (iterator()): Follow Sun's requirement to not use listIterator(0). - (listIterator(int)): Make AbstractListItr anonymous. - (subList(int, int)): Add support for RandomAccess. - (SubList.add(int, Object), SubList.remove(Object)): Fix bug with - modCount tracking. - (SubList.addAll(Collection)): Add missing method. - (SubList.listIterator(int)): Fix bugs in indexing, modCount - tracking. - (class RandomAccessSubList): Add new class. - * java/util/AbstractMap.java: Improve javadoc. - (keys, values, KEYS, VALUES, ENTRIES): Consolidate common map - fields. - (AbstractMap()): Make constructor protected. - (equals(Object, Object), hashCode(Object)): Add utility methods. - (equals(Object)): Change algorithm to - entrySet().equals(m.entrySet()), as documented by Sun. - (keySet(), values()): Cache the collections. - * java/util/AbstractSequentialList.java: Improve javadoc. - (AbstractSequentialList()): Make constructor protected. - * java/util/AbstractSet.java: Improve javadoc. - (AbstractSet()): Make constructor protected. - (removeAll(Collection)): Add missing method. - * java/util/Arrays.java: Improve javadoc, rearrange method orders. - (defaultComparator): Remove, in favor of - Collections.compare(Object, Object, Comparator). - (binarySearch, equals, sort): Fix natural order comparison of - floats and doubles. Also improve Object comparison - when - comparator is null, use natural order. - (fill, sort): Add missing checks for IllegalArgumentException. - (sort, qsort): Fix sorting bugs, rework the code for more - legibility. - (mergeSort): Inline into sort(Object[], int, int, Comparator). - (class ArrayList): Rename from ListImpl, and make compatible with - JDK serialization. Add methods which more efficiently override - those of AbstractList. - * java/util/Collections: Improve javadoc. - (isSequential(List)): Add and use a method for deciding between - RandomAccess and sequential algorithms on lists. - (class Empty*, class Synchronized*, class Unmodifiable*): Make - compliant with JDK serializability. - (class Singleton*, class CopiesList, class RevereseComparator), - (class UnmodifiableMap.UnmodifiableEntrySet), - (class *RandomAccessList): New classes for serial compatibility. - (class Empty*, class Singleton*, class CopiesList): Add methods - which more efficiently override those of Abstract*. - (search): Inline into binarySearch(List, Object, Comparator). - (binarySearch): Make sequential search only do log(n) comparisons, - instead of n. - (copy(List, List)): Do bounds checking before starting. - (indexOfSubList, lastIndexOfSubList, list, replaceAll, rotate), - (swap): Add new JDK 1.4 methods. - (binarySearch, max, min, sort): Allow null comparator to represent - natural ordering. - (reverse(List)): Avoid unnecessary swap. - (shuffle(List, Random)): Do shuffle in-place for RandomAccess - lists. - (SingletonList.get): Fix logic bug. - (SingletonMap.entrySet): Make the entry immutable, and cache the - returned set. - (SynchronizedCollection, SynchronizedMap, UnmodifiableCollection), - (UnmodifiableMap): Detect null pointer in construction. - (SynchronizedMap, UnmodifiableMap): Cache collection views. - * java/util/BasicMapEntry: Improve javadoc. - -2001-12-14 Hans Boehm - - * libjava/prims.cc: Some old cleanups. The collector now - handles test for out of memory. - - * libjava/prims.cc, libjava/gcj/javaprims.h: - (_Jv_AllocObjectNoInitNoFinalizer, _Jv_AllocObjectNoFinalizer): - New functions for finalizer-free allocation. - (jvmpi_notify_alloc): Became separate function. - - * libjava/java/lang/Object.h, libjava/include/jvm.h: Adjust for - revised vtable layout on IA64. With TARGET_VTABLE_USES_DESCRIPTORS, - there is only one extra descriptor. - -2001-12-12 Tom Tromey - - * prims.cc (_Jv_RunMain): Use `using' to simplify code. Set - _Jv_Jar_Class_Path early. - - * jni.cc (call): Synchronize if required. - - * gij.cc (main): Clarify --help output. - - * gnu/gcj/runtime/StringBuffer.java - (ensureCapacity_unsynchronized): Ensure we always get at least - `minimumCapacity' characters in new buffer. - -2001-12-11 Tom Tromey - - * java/lang/String.java (String): New constructor. - * gnu/gcj/runtime/natStringBuffer.cc: New file. - * gnu/gcj/runtime/StringBuffer.java: New file. - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added - gnu/gcj/runtime/StringBuffer.java. - (nat_source_files): Added gnu/gcj/runtime/natStringBuffer.cc. - -2001-12-10 Tom Tromey - - For PR libgcj/1147: - * prims.cc (JvConvertArgv): Convert using current locale's - encoding. - -2001-12-10 Tom Tromey - - Fix for PR libgcj/5064. - * java/lang/natClassLoader.cc: Don't include stdio.h. - (_Jv_RegisterClassHookDefault): Don't use snprintf. - -2001-12-09 Per Bothner - - * gnu/gcj/xlib/XImage.java (toString): Add missing initialization. - -2001-12-09 Tom Tromey - - * resolve.cc (_Jv_PrepareClass): Verify method here... - * defineclass.cc (handleMethodsEnd): ... not here. - * verify.cc (_Jv_BytecodeVerifier::initialize_stack): New method. - (_Jv_BytecodeVerifier::verify_instructions_0) [op_return]: Ensure - there are no uninitialized objects. - (_Jv_BytecodeVerifier::state::this_type): New field. - (_Jv_BytecodeVerifier::state::state): Initialize this_type. - (_Jv_BytecodeVerifier::state::copy): Copy this_type. - (_Jv_BytecodeVerifier::state::merge): Merge this_type. - (_Jv_BytecodeVerifier::state::check_no_uninitialized_objects): - Handle this_type. - (_Jv_BytecodeVerifier::state::check_this_initialized): New - method. - (_Jv_BytecodeVerifier::state::set_initialized): Handle this_type. - (_Jv_BytecodeVerifier::state::set_this_type): New method. - (_Jv_BytecodeVerifier::verify_instructions_0) [op_putfield]: Allow - assignment to fields of `this' before another initializer is run. - - * Makefile.in: Rebuilt. - * Makefile.am (gnu/gcj/runtime/VMClassLoader.h): Use `::java'. - -2001-12-08 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (java/lang/reflect/Method.h): ObjectInputStream now - a friend. - * java/lang/natClass.cc (getSignature): Only look at elements of - non-null parameters. - (getPrivateMethod): Removed old FIXME comment. - * java/io/natObjectInputStream.cc (allocateObject): Removed old - FIXME comment. - (callConstructor): Simply use `NULL' for value of parameters. - (ObjectClass): Removed. - (ClassClass): Likewise. - * java/io/ObjectInputStream.java (readObject): Fixed typo. - - * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): - Handle case of array whose component type is not prepared. - -2001-12-07 Tom Tromey - - * java/lang/ClassLoader.java (defineClass): Rethrow any - LinkageError. - - * java/lang/ThreadGroup.java (uncaughtException): Print message to - System.err. Required by spec. - - * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Set start_PC - earlier, for error handling. - (_Jv_BytecodeVerifier::note_branch_target): Fixed branch target - check. - -2001-12-06 Tom Tromey - - * verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET): Removed. - (_Jv_BytecodeVerifier::note_branch_target): Likewise. - - * verify.cc (_Jv_BytecodeVerifier::type_val): Added - unused_by_subroutine_type. - (_Jv_BytecodeVerifier::type::merge): Handle - unused_by_subroutine_type. - (_Jv_BytecodeVerifier::state::state): Added `ret_semantics' - argument. - (_Jv_BytecodeVerifier::state::copy): Likewise. - (_Jv_BytecodeVerifier::push_jump_merge): Pass `ret_semantics' to - state constructor. - (_Jv_BytecodeVerifier::state::is_unmerged_ret_state): New method. - (_Jv_BytecodeVerifier::pop_jump): Don't accept a jump which is - from an unmerged ret. - (_Jv_BytecodeVerifier::verify_instructions_0): Don't let an - unmerged ret state skip verification in the fall-through case. - (debug_print): New function. - (_Jv_BytecodeVerifier::type::print): New method. - (_Jv_BytecodeVerifier::state::print): New method. - (_Jv_BytecodeVerifier::push_jump_merge): Print state. - (_Jv_BytecodeVerifier::verify_instructions_0): Likewise. - (_Jv_BytecodeVerifier::get_variable): Don't call note_variable. - (_Jv_BytecodeVerifier::_Jv_BytecodeVerifier): Print debug - information. - -2001-12-05 Tom Tromey - - * defineclass.cc (character): Removed. - (prepare_character): Removed. - (is_identifier_start): Use Character, not character. - (is_identifier_part): Likewise. - -2001-12-04 Tom Tromey - - * verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure. - (_Jv_BytecodeVerifier::utf8_list): New field. - (_Jv_BytecodeVerifier::_Jv_BytecodeVerifier): Initialize it. - (_Jv_BytecodeVerifier::~_Jv_BytecodeVerifier): Free it. - (_Jv_BytecodeVerifier::make_utf8_const): New method. - (_Jv_BytecodeVerifier::get_one_type): Use it. - (_Jv_BytecodeVerifier::type::merge): When using local semantics, - if the destination type is already unsuitable then we didn't - change. - - * defineclass.cc (read_one_method_attribute): `end_pc' for an - exception can be equal to code length. - * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0): Removed - `start_PC' from error invocation where it didn't make sense, and - updated error message. Use `copy' to copy a state. Only try to - merge current state with saved state when we've fallen through - from the previous instruction. - (_Jv_BytecodeVerifier::pop_ref_or_return): New method. - (_Jv_BytecodeVerifier::verify_instructions_0) [op_astore_0]: Use - pop_ref_or_return. - (_Jv_BytecodeVerifier::verify_instructions_0) [op_astore]: - Likewise. - (_Jv_BytecodeVerifier::push_jump_merge): Pass max_locals, not - max_stack, to merge. - (_Jv_BytecodeVerifier::verify_instructions_0): Likewise. - (_Jv_BytecodeVerifier::push_jump_merge): Merge from new state into - state at branch target, not vice versa. - (_Jv_BytecodeVerifier::branch_prepass): Allow end of exception to - be equal to code length. Removed redundant test to see if - exception start is after exception end. - (_Jv_BytecodeVerifier::verify_instructions_0): Type of argument to - `finally' is Throwable. - -2001-12-04 Bryce McKinlay - - * Makefile.in: Rebuilt with automake-gcj. - -2001-12-03 Tom Tromey - - * defineclass.cc (handleMethodsEnd): Invoke verifier here... - (handleCodeAttribute): ... not here. - * verify.cc (_Jv_BytecodeVerifier::state::state): Use `copy', not - structure assignment. - -2001-12-02 Bryce McKinlay - - * Makefile.am (nat_files, x_nat_files): Make sure the dependencies - don't get deleted if compilation fails. - * Makefile.in: Rebuilt. - -2001-11-30 Bryce McKinlay - - * Makefile.am (nat_headers, x_nat_headers): Depend on .class files, not - libgcj.jar. - (nat_files, x_nat_files): Build native files in subdirectories using - the same dependency options as the java files. - (gnu/gcj/runtime/FirstThread.h): Remove explicit rule and friend - declarations. - * configure.in: Put dependencies for .cc files in deps.mak. - * Makefile.in: Rebuilt. - * configure: Rebuilt. - -2001-11-25 Tom Tromey - - Fix for PR libgcj/2024, plus other class name cleanups: - * include/jvm.h (_Jv_VerifyFieldSignature, - _Jv_VerifyMethodSignature, _Jv_VerifyClassName, - _Jv_VerifyIdentifier, _Jv_ClassNameSamePackage): Moved from ... - * include/java-interp.h: ... here. - * defineclass.cc (UTF8_PEEK): No longer conditional on - interpreter. - (_Jv_VerifyOne): Likewise. - (_Jv_VerifyFieldSignature): Likewise. - (_Jv_VerifyMethodSignature): Likewise. - (is_identifier_start): Likewise. - (is_identifier_part): Likewise. - (_Jv_VerifyIdentifier): Likewise. - (_Jv_VerifyClassName): Likewise. - (_Jv_VerifyClassName): Likewise. - (_Jv_ClassNameSamePackage): Likewise. - (_Jv_VerifyClassName): Fail if class name is too long. - * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Disallow array - of void. - * java/lang/natClass.cc (forName): Check syntax of class name. - Include IllegalArgumentException.h. - -2001-11-22 Tom Tromey - - * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use - java_opcode as type for switch. - [op_wide]: Likewise. - (_Jv_BytecodeVerifier::verify_instructions_0): Likewise. - [op_invokevirtual]: Likewise. - * include/java-insns.h (java_opcode): Give enum a name. - -2001-11-25 Tom Tromey - - Fix for PR libgcj/4583: - * java/math/BigDecimal.java (BigDecimal(double)): Rewrote. - (BigDecimal(String)): Likewise. - -2001-11-19 Tom Tromey - - * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]: - Uses two operand bytes, not one. - [op_arraylength]: Has no operands in bytecode. - (_Jv_BytecodeVerifier::push_jump): Fixed call to - check_no_uninitialized_objects. - (_Jv_BytecodeVerifier::push_exception_jump): Likewise. - (_Jv_BytecodeVerifier::handle_ret_insn): Likewise. - (_Jv_BytecodeVerifier::handle_jsr_insn): Likewise. - - * verify.cc (_Jv_BytecodeVerifier::require_array_type): Special - case for boolean arrays. - - * verify.cc (_Jv_BytecodeVerifier::compute_jump): Put PC into - error message. - - * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0) - [op_lshl, op_lshr, op_lushr]: Shift argument is an int, not a - long. - -2001-11-18 Tom Tromey - - * verify.cc (type::to_array): New method. - (_Jv_BytecodeVerifier::verify_instructions_0) [op_anewarray]: - Construct new array type. - - * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]: - Skip a short, not a byte. - [op_newarray]: Skip a byte, not a short. - - * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature): - Added `B' case. - - * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for - temporary values. - (_Jv_BytecodeVerifier::get_short): Likewise. - (_Jv_BytecodeVerifier::get_int): Likewise. - (_Jv_BytecodeVerifier::check_return_type): Reverse ordering of - `compatible' call. - - * verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error - message. - (_Jv_BytecodeVerifier::pop64): Likewise. - (_Jv_BytecodeVerifier::pop32): Likewise. - (_Jv_BytecodeVerifier::pop_raw): Likewise. - (_Jv_BytecodeVerifier::pop_type): Promote the match type. - (type::set_initialized): Only modify uninitialized types. - (type::set_uninitialized): Fix shadowing bug. Simplify code. - - * verify.cc: Include StringBuffer.h. - (verify_fail): Added pc argument. Use StringBuffer to construct - exception message. - (_Jv_BytecodeVerifier::verify_instructions_0): Put PC into error - message. - (_Jv_BytecodeVerifier::check_return_type): Likewise. - (_Jv_BytecodeVerifier::handle_field_or_method): Likewise. - (_Jv_BytecodeVerifier::check_constant): Likewise. - (_Jv_BytecodeVerifier::check_class_constant): Likewise. - (_Jv_BytecodeVerifier::check_pool_index): Likewise. - (_Jv_BytecodeVerifier::get_variable): Likewise. - (_Jv_BytecodeVerifier::branch_prepass): Likewise. Also, correctly - check exception handler endpoint. - (_Jv_BytecodeVerifier::verify_instructions_0): Correctly handle - wide arguments to current method. - (_Jv_BytecodeVerifier::check_wide_constant): New method. - (_Jv_BytecodeVerifier::verify_instructions_0) [op_ldc2_w]: Use - it. - -2001-11-17 Anthony Green - - * jni.cc (unwrap): Fix test for wrapped objects. - -2001-11-16 Tom Tromey - - * verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle - case where field has primitive type. - - * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New - method. - (type::compatible): Use it. - (type::merge): Likewise. - (type::promote): Return a `type&'. - (get_one_type): Promote return value. - - Re-merge with Classpath, from Brian Jones: - * java/lang/Integer.java (getInteger): Attempt to decode the value - of the system property instead of the name of the system property. - (parseInt): Throw NumberFormatException explicitly in the case of - a null argument in keeping with JDK 1.3. - -2001-11-16 Mark Wielaard - - * java/util/Timer.java (TaskQueue.isStopped): Remove method. - (Scheduler.run): Try to re-schedule task and ignore exception if - queue has been stopped. - -2001-11-15 Tom Tromey - - * verify.cc (type::compatible): Use _Jv_IsAssignableFrom. - (type::merge): Likewise. - -2001-11-14 Hans Boehm - - * java/lang/natString.cc: correct argument order for - _Jv_AllocPtrFreeObj - -2001-11-14 Tom Tromey - - * verify.cc (class _Jv_BytecodeVerifier) [op_dup2]: Fixed logic. - [op_dup_x2]: Likewise. - [op_dup2_x1]: Likewise. - [op_dup2_x2]: Likewise. - (branch_prepass): Added `op_newarray' case. Updated unrecognized - instruction error. - (verify_instructions_0): Updated unrecognized instruction error. - - * java/lang/reflect/Constructor.java (toString): Use more - efficient form of Modifier.toString(). - - Re-merges with Classpath, from various people: - * java/lang/reflect/Modifier.java: Reindented. - (toString): Only trim trailing space if text was added to - StringBuffer. - * java/lang/reflect/ReflectPermission: Reindented. - - Re-merges with Classpath, from various people: - * java/lang/Double.java (parseDouble): Fixed ordering of - modifiers. - * java/lang/reflect/AccessibleObject.java: Javadoc, reindented. - * java/lang/reflect/Member.java: Reindented. - * java/util/ConcurrentModificationException.java: Javadoc - updates. - * java/util/EmptyStackException.java: Likewise. - * java/util/NoSuchElementException.java: Likewise. - -2001-11-13 Tom Tromey - - Fix for PR libgcj/4859: - * java/util/Timer.java (TaskQueue.isStopped): New method. - (Scheduler.run): Don't re-schedule task if queue has been - stopped. - -2001-11-07 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added JNIWeakRef.java. - * jni.cc: Include JNIWeakRef.h. - (unwrap): New function. - (_Jv_JNI_DefineClass): Use it. - (_Jv_JNI_GetSuperclass): Likewise. - (_Jv_JNI_IsAssignableFrom): Likewise. - (_Jv_JNI_Throw): Likewise. - (_Jv_JNI_ThrowNew): Likewise. - (_Jv_JNI_IsSameObject): Likewise. - (_Jv_JNI_AllocObject): Likewise. - (_Jv_JNI_GetObjectClass): Likewise. - (_Jv_JNI_IsInstanceOf): Likewise. - (_Jv_JNI_GetAnyMethodID): Likewise. - (array_from_valist): Likewise. - (_Jv_JNI_CallAnyMethodV): Likewise. - (_Jv_JNI_CallAnyMethodA): Likewise. - (_Jv_JNI_CallAnyVoidMethodV): Likewise. - (_Jv_JNI_CallAnyVoidMethodA): Likewise. - (_Jv_JNI_CallStaticMethodV): Likewise. - (_Jv_JNI_CallStaticMethod): Likewise. - (_Jv_JNI_CallStaticMethodA): Likewise. - (_Jv_JNI_NewObjectV): Likewise. - (_Jv_JNI_NewObject): Likewise. - (_Jv_JNI_NewObjectA): Likewise. - (_Jv_JNI_GetField): Likewise. - (_Jv_JNI_SetField): Likewise. - (_Jv_JNI_GetAnyFieldID): Likewise. - (_Jv_JNI_SetStaticField): Likewise. - (_Jv_JNI_GetStringLength): Likewise. - (_Jv_JNI_GetStringChars): Likewise. - (_Jv_JNI_ReleaseStringChars): Likewise. - (_Jv_JNI_GetStringUTFLength): Likewise - (_Jv_JNI_GetStringUTFChars): Likewise. - (_Jv_JNI_GetStringRegion): Likewise. - (_Jv_JNI_GetStringUTFRegion): Likewise. - (_Jv_JNI_GetStringCritical): Likewise. - (_Jv_JNI_GetArrayLength): Likewise. - (_Jv_JNI_NewObjectArray): Likewise. - (_Jv_JNI_GetObjectArrayElement): Likewise. - (_Jv_JNI_SetObjectArrayElement): Likewise. - (_Jv_JNI_GetPrimitiveArrayElements): Likewise. - (_Jv_JNI_ReleasePrimitiveArrayElements): Likewise. - (_Jv_JNI_GetPrimitiveArrayRegion): Likewise. - (_Jv_JNI_SetPrimitiveArrayRegion): Likewise. - (_Jv_JNI_MonitorEnter): Likewise. - (_Jv_JNI_MonitorExit): Likewise. - (_Jv_JNI_ToReflectedField): Likewise. - (_Jv_JNI_FromReflectedField): Likewise. - (_Jv_JNI_ToReflectedMethod): Likewise. - (_Jv_JNI_FromReflectedMethod): Likewise. - (_Jv_JNI_NewGlobalRef): Likewise. - (_Jv_JNI_DeleteGlobalRef): Likewise. - (_Jv_JNI_DeleteLocalRef): Likewise. - (_Jv_JNI_NewLocalRef): Likewise. - (_Jv_JNI_NewWeakGlobalRef): New function. - (_Jv_JNI_DeleteWeakGlobalRef): Likewise. - (_Jv_JNIFunctions): Updated for new methods. - (NOT_IMPL): Removed. - * gnu/gcj/runtime/JNIWeakRef.java: New file. - -2001-11-12 Bryce McKinlay - - * boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning. - -2001-11-09 Jeff Sturm - - * verify.cc: Wrap in #ifdef INTERPRETER...#endif. - -2001-11-07 Tom Tromey - - * verify.cc (skip_padding): Fail if padding byte is nonzero. - -2001-11-06 Tom Tromey - - * HACKING: Make people commit their own patches. - -2001-11-05 Tom Tromey - - * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend. - * Makefile.in: Rebuilt. - * Makefile.am (libgcj_la_SOURCES): Added verify.cc. - * verify.cc: New file. - * include/java-interp.h (_Jv_count_arguments): Declare. - (_Jv_VerifyMethod): Likewise. - (class _Jv_InterpMethod): Made _Jv_BytecodeVerifier a friend. - (class _Jv_InterpException): Likewise. - * resolve.cc (_Jv_count_arguments): Renamed from count_arguments. - No longer static. Updated callers. - * defineclass.cc (int_bits_to_float): Removed. - (long_bits_to_double): Likewise. - (prepare_pool_entry): Updated. - (handleCodeAttribute): Verify method (commented out for now). - -2001-11-05 Bryce McKinlay - - * java/util/ResourceBundle.java (class Security): Now static. - -2001-11-04 Bryce McKinlay - - * java/util/ResourceBundle.java (getClassContext): Removed. - (Security): New class, extends SecurityManger. - (getBundle): Use Security.getCallingClassLoader instead of - getClassContext. - * java/util/natResourceBundle.cc: Removed. - -2001-11-03 Tom Tromey - - * defineclass.cc (handleClassBegin): Use Object::class$, not - Class::class$, when initializing interface superclass. - -2001-11-02 Hans Boehm - - * java/util/natResourceBundle.cc:getClassContext: return - array of Class instead of array of ClassLoader. - -2001-10-31 Joseph S. Myers - - * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, - gnu/java/rmi/rmic/RMIC.java, java/awt/Window.java, - java/awt/AWTEvent.java, java/io/ByteArrayOutputStream.java, - java/io/CharConversionException.java, - java/io/PipedInputStream.java, java/io/PipedReader.java, - java/io/PrintWriter.java, java/io/WriteAbortedException.java, - java/io/natFileWin32.cc, java/lang/Class.h, - java/lang/natClassLoader.cc, java/lang/natObject.cc, - java/lang/Package.java, java/net/BindException.java, - java/net/ConnectException.java, java/net/ProtocolException.java, - java/net/SocketException.java, - java/net/UnknownServiceException.java, - java/security/cert/X509Certificate.java, - java/security/interfaces/DSAKey.java, - java/security/SecureRandom.java, java/security/SignedObject.java, - java/sql/DatabaseMetaData.java, - java/text/DecimalFormatSymbols.java, - java/util/jar/Attributes.java, java/util/jar/JarEntry.java, - java/util/jar/JarInputStream.java, - java/util/jar/JarOutputStream.java, java/util/Calendar.java, - java/util/Collections.java, java/util/GregorianCalendar.java, - java/util/HashMap.java, java/util/List.java, - java/util/Properties.java, java/util/Timer.java, - java/util/Vector.java, java/util/WeakHashMap.java, - javax/naming/NamingException.java, - testsuite/libjava.lang/Thread_Wait.java, - org/xml/sax/helpers/DefaultHandler.java, - org/xml/sax/HandlerBase.java, org/xml/sax/SAXParseException.java, - ChangeLog, acinclude.m4, aclocal.m4, posix-threads.cc: Fix - spelling errors. - * configure: Regenerate. - -2001-10-30 Bryce McKinlay - - * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call - _Jv_JNI_Init. - -2001-10-29 Tom Tromey - - * java/util/zip/GZIPOutputStream.java (write(int)): New method. - Fixes PR libgcj/4728. - -2001-10-27 Tom Tromey - - * include/jni.h (struct JNINativeInterface) [GetStringLength]: - Returns jsize, not jint. - -2001-10-26 Tom Tromey - - * java/util/zip/Adler32.java: Use correct class name. (Re-merge - from Classpath.) - -2001-10-25 Bryce McKinlay - - * java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now - takes a jchar type-code argument, not a string. - * java/lang/natClassLoader.cc (VMClassLoader::getPrimitiveClass): - New method. Just call _Jv_FindClassFromSignature. - * java/lang/Boolean.java (TYPE): Initialize from - VMClassLoader.getPrimitiveClass using type-code. - * java/lang/Character.java (TYPE): Likewise. - * java/lang/Double.java (TYPE): Likewise. - * java/lang/Float.java (TYPE): Likewise. - * java/lang/Integer.java (TYPE): Likewise. - * java/lang/Long.java (TYPE): Likewise. - * java/lang/Short.java (TYPE): Likewise. - * java/lang/Void.java (TYPE): Likewise. - -2001-10-25 Hans Boehm - - * include/boehm-gc.h: Call thread local allocation functions - if THREAD_LOCAL_ALLOC is defined. - -2001-10-25 Bryce McKinlay - - * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Use - snprintf, not asprintf. - -2001-10-24 Loren J. Rittle - - * configure.in (case $THREADS): Add *-*-freebsd* configuration. - (HAVE_GETHOSTBYADDR_R): Create a valid, non-optimal - configuration when gethostbyaddr_r exists yet no prototype - exists in netdb.h. - * configure: Rebuilt. - * posix-threads.cc (INTR): Reuse path for LINUX_THREADS - with FREEBSD_THREADS. However, comment different reason. - -2001-10-24 Tom Tromey - Warren Levy - - * Makefile.in: Rebuilt. - * Makefile.am (javax_source_files): New macro. - (ordinary_java_source_files): Added javax_source_files. - (libgcj.jar): Search javax for class files. - * javax/naming/LinkException.java (toString): Wrote. - (toString(boolean)): Likewise. - * javax/naming/ldap/InitialLdapContext.java: New file. - * javax/naming/directory/InitialDirContext.java: Wrote. - * javax/naming/spi/NamingManager.java (getPlusPath): Now has - package-private protection. - (getURLContext): Likewise. - (NamingManager): Likewise. - * javax/naming/spi/DirectoryManager.java: New file. - * javax/naming/directory/BasicAttributes.java: New file. - * javax/naming/directory/BasicAttribute.java: New file. - * javax/naming/spi/ResolveResult.java - (ResolveResult(Object,String)): Wrote. - (appendRemainingName): Uncommented body. - (appendRemainingComponent): Likewise. - * javax/naming/ldap/ControlFactory.java: New file. - * javax/naming/directory/AttributeModificationException.java - (toString): Wrote. - * javax/naming/spi/NamingManager.java (NamingManager): New - constructor. - (setInitialContextFactoryBuilder): Wrote. - (getInitialContext): Look in system properties for class name as - well. Use Class.forName(). - (getURLContext): Wrote. - (ofb): New field. - (setObjectFactoryBuilder): Wrote. - (getObjectInstance): Wrote. - (getContinuationContext): Wrote. - (getPlusPath): New private method. - (getStateToBind): Wrote. - * javax/naming/CannotProceedException.java: Added missing methods & - fields. - * javax/naming/LinkException.java: Added missing methods & fields. - * javax/naming/ReferralException.java (ReferralException): Made - constructor protected per spec. - Added missing abstract methods. - * javax/naming/directory/Attribute.java: Updated copyright. - * javax/naming/directory/AttributeModificationException.java: Ditto. - * javax/naming/directory/Attributes.java: Ditto. - * javax/naming/directory/DirContext.java: Ditto. - * javax/naming/spi/NamingManager.java: Ditto. - * javax/naming/spi/ResolveResult.java: Added comment. - * javax/naming/directory/Attribute.java: Added missing interface - methods. - * javax/naming/directory/AttributeModificationException.java: - Added missing methods & fields. - * javax/naming/directory/directory/Attributes.java: Added missing - interface methods. - * javax/naming/directory/SearchControls.java: Maded serialized fields - private. - * javax/naming/event/NamingEvent.java: Added comment. - * javax/naming/event/NamingExceptionEvent.java: Maded serialized field - private. - * javax/naming/ldap/UnsolicitedNotificationEvent.java: Maded - serialized field private. - * javax/naming/spi/NamingManager.java: Added missing field and stubbed - missing methods. - * javax/naming/directory/DirContext.java: Added missing interface - fields & methods. - * javax/naming/directory/InitialDirContext.java: Stubbed missing - methods. - * javax/naming/directory/ModificationItem.java: New class. - * javax/naming/directory/SearchResult.java: New class. - * javax/naming/directory/SearchControls.java: New class. - * javax/naming/event/EventContext.java: New class. - * javax/naming/event/EventDirContext.java: New class. - * javax/naming/event/NamespaceChangeListener.java: New class. - * javax/naming/event/NamingEvent.java: New class. - * javax/naming/event/NamingExceptionEvent.java: New class. - * javax/naming/event/NamingListener.java: New class. - * javax/naming/event/ObjectChangeListener.java: New class. - * javax/naming/ldap/Control.java: New class. - * javax/naming/ldap/ExtendedRequest.java: New class. - * javax/naming/ldap/ExtendedResponse.java: New class. - * javax/naming/ldap/HasControls.java: New class. - * javax/naming/ldap/LdapContext.java: New class. - * javax/naming/ldap/LdapReferralException.java: New class. - * javax/naming/ldap/UnsolicitedNotification.java: New class. - * javax/naming/ldap/UnsolicitedNotificationEvent.java: New class. - * javax/naming/ldap/UnsolicitedNotificationListener.java: New class. - * javax/naming/spi/DirObjectFactory.java: New class. - * javax/naming/spi/DirStateFactory.java: New class. - * javax/naming/spi/ObjectFactoryBuilder.java: New class. - * javax/naming/spi/ResolveResult.java: New class. - * javax/naming/spi/Resolver.java: New class. - * javax/naming/spi/StateFactory.java: New class. - * javax/naming/spi/ObjectFactory.java: Made an interface per spec. - * java/rmi/RemoteException.java: New class. - * javax/transaction/HeuristicCommitException.java: New class. - * javax/transaction/HeuristicMixedException.java: New class. - * javax/transaction/HeuristicRollbackException.java: New class. - * javax/transaction/NotSupportedException.java: New class. - * javax/transaction/RollbackException.java: New class. - * javax/transaction/Status.java: New class. - * javax/transaction/Synchronization.java: New class. - * javax/transaction/SystemException.java: New class. - * javax/transaction/Transaction.java: New class. - * javax/transaction/TransactionManager.java: New class. - * javax/transaction/UserTransaction.java: New class. - * javax/transaction/xa/XAException.java: Added public static fields. - * javax/transaction/xa/XAResource.java: New class. - * javax/transaction/xa/Xid.java: New class. - * javax/naming/CompoundName.java (CompoundName(String)): Reverse - elements if required. Handle case where quote is at end of - string. - * javax/naming/CompoundName.java (CompoundName(String)): Handle - text left at end of parsing. - (toString): Handle empty element at beginning. - * javax/naming/CompositeName.java (toString): Handle empty element - at beginning. - (CompositeName(String)): Handle text left at end of parsing. - Correctly compute boundary condition for quoting. - * javax/naming/CompoundName.java: New file. - * javax/naming/CompositeName.java: New file. - * javax/naming/Binding.java: New file. - * javax/naming/LinkRef.java: New file. - * javax/naming/NameClassPair.java: New file. - * javax/naming/Reference.java (addrs, classFactory, - classFactoryLocation): New fields. - (className): Now protected. - (Reference): New constructors. - (add): Now public. Implemented. - (get(String)): Likewise. - (add(int,RefAddr)): New method. - (clear): Likewise. - (clone): Likewise. - (equals): Likewise. - (get(int)): Likewise. - (getAll): Likewise. - (getFactoryClassLocation): Likewise. - (getFactoryClassName): Likewise. - (hashCode): Likewise. - (remove): Likewise. - (size): Likewise. - (toString): Likewise. - * javax/transaction/xa/XAException.java: New file. - * javax/transaction/TransactionRolledbackException.java: New file. - * javax/transaction/TransactionRequiredException.java: New file. - * javax/transaction/InvalidTransactionException.java: New file. - * javax/naming/directory/SchemaViolationException.java: Use - correct package. Import NamingException. - * javax/naming/directory/NoSuchAttributeException.java, - javax/naming/directory/InvalidSearchFilterException.java, - javax/naming/directory/InvalidSearchControlsException.java, - javax/naming/directory/InvalidAttributesException.java, - javax/naming/directory/InvalidAttributeValueException.java, - javax/naming/directory/InvalidAttributeIdentifierException.java, - javax/naming/directory/AttributeModificationException.java, - javax/naming/directory/AttributeInUseException.java: Likewise. - * javax/naming/directory/InitialDirContext.java (getAttributes): - Stub implementation. - * javax/naming/RefAddr.java (RefAddr): Reindented. - (equals): Renamed and reindented. - * javax/naming/BinaryRefAddr.java (equals): Renamed and - reindented. - -2001-10-24 Tom Tromey - - * java/lang/reflect/Field.java: Made many methods private. - - * java/sql/Types.java (Types): New constructor. - -Tue Oct 23 23:52:18 2001 Anthony Green - - * gnu/gcj/runtime/natSharedLibLoader.cc: Only include dlfcn.h when - HAVE_DLOPEN. - -2001-10-23 Tom Tromey - - * java/lang/reflect/Field.java (Field): New constructor. - * java/lang/ClassLoader.java (defineClass(String,byte[],int,int)): - Throw ClassFormatError. - -2001-10-23 Tom Tromey - - * java/util/PropertyResourceBundle.java (handleGetObject): Now - public. - * java/util/ListResourceBundle.java (handleGetObject): Now public - and final, per spec. - - * java/io/BufferedWriter.java (localFlush): Don't synchronize. - -2001-10-23 Bryce McKinlay - - * prims.cc (_Jv_Abort): Always print error message using fprintf, - don't try to allocate. - (_Jv_CreateJavaVM): Set gcj::runtimeInitialized. - * include/jvm.h (gcj::runtimeInitialized): New variable declaration. - * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Handle - duplicate class registration with JvFail if the runtime hasn't been - initialized yet. - - * java/io/BufferedWriter (write (String, int, int)): Remove redundant - bounds checks. - (write (char[], int, int)): Likewise. - -2001-10-22 Tom Tromey - - * java/util/GregorianCalendar.java (getGregorianChange): Removed - `date' argument. - -2001-10-22 Bryce McKinlay - - * gnu/gcj/convert/JIS0208_to_Unicode.cc: Declare java_exceptions pragma. - * gnu/gcj/convert/JIS0212_to_Unicode.cc: Likewise. - * gnu/gcj/convert/Unicode_to_JIS.cc: Likewise. - * gnu/gcj/convert/gen-from-JIS.c: Put java_exceptions pragma in output - file. - -2001-10-19 Mark Wielaard - - * java/lang/Double.java: More Classpath merging - (isInfinite): Don't use doubleToLongBits - (isNaN (Object)): return v != v - (initIDs): make native - * java/lang/Float.java: Ditto - (isInfinite): Don't use floatToIntBits - (isNaN (Object)): return v != v - * java/lang/natDouble.cc: add empty initIDs() - -2001-10-19 Mark Wielaard - - * javax/naming/BinaryRefAddr.java: New file - * javax/naming/InitialContext.java: Compile fix - * javax/naming/InvalidNameException.java: Add comments - * javax/naming/Name.java: Ditto - * javax/naming/NamingException.java: Implement - * javax/naming/OperationNotSupportedException.java: Compile fix - * javax/naming/RefAddr.java: Implement - * javax/naming/StringRefAddr.java: Add comments and implement - * javax/naming/directory/InitialDirContext.java: Compile fix - -2001-10-18 Tom Tromey - - * java/io/BufferedWriter.java (write(String,int,int)): Correctly - check bounds. - - * java/security/Security.java (loadProviders): Removed unused - `pname' variable. Don't create `File' object. Don't update - `providerCount'. - (providerCount): Removed. - (insertProviderAt): Don't use `providerCount'. - (addProvider(Provider,int)): Likewise. - (removeProvider): Likewise. - (addProvider(Provider)): Rewrote. - (getProviders): Rewrote. - (getProvider): Don't use `providerCount'. - -2001-10-17 Tom Tromey - - * gnu/java/security/provider/SHA1PRNG.java (engineNextBytes): - Rewrote. - * java/security/SecureRandom.java (setSeed(long)): Don't set seed - if secureRandomSpi is not initialized. - - * Makefile.in: Rebuilt. - * Makefile.am (secdir): New macro. - (install-data-local): Install new data files. - * java/security/classpath.security: New file. - * java/security/libgcj.security: New file. - - * java/security/Security.java (loadProviders): Added `vendor' - argument. - Load both `classpath' and `java.vm.name' providers. - -2001-10-17 Anthony Green - - * java/security/Security.java (loadProviders): Fix bug in how - providers are loaded. - -2001-10-16 Tom Tromey - - * gcj/javaprims.h: Updated class list. - * java/util/Hashtable.java: Re-merged with Classpath. - -2001-10-16 Bryce McKinlay - - * name-finder.cc (_Jv_name_finder::lookup): Check for NULL dli_sname. - - Eliminate use of C++ static constructors. - * interpret.cc: Remove static Utf8Consts. Use namespace gcj. - * jni.cc: Likewise. - * resolve.cc: Likewise. - * defineclass.cc: Likewise. - (_Jv_ClassReader::handleClassBegin): Synchronize call to - _Jv_RegisterClass. - * include/jvm.h (void_signature, clinit_name, init_name, finit_name): - Declare in namespace gcj. - * java/lang/Class.h (Class): Remove initialization for primitive - types. - (friend void _Jv_InitPrimClass): This is in prims.cc. - * prims.cc (_Jv_InitPrimClass): Do primitive type initialization - here instead. - (void_signature, clinit_name, init_name, finit_name): Define in - namespace gcj. - (_Jv_CreateJavaVM): Call _Jv_InitThreads, _Jv_InitGC, and - _Jv_InitializeSyncMutex from here. Initialize Utf8 constants. - Initialize primitive types. - * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Don't call - initialization routines. Don't synchronize. - * java/lang/natRuntime.cc (_load): Synchronize on java.lang.Class - across dlopen call. - -2001-10-15 Bryce McKinlay - - * java/util/HashMap.java (HashEntry.clone): Removed. - (HashMap(Map)): Use putAllInternal. - (clone): Likewise. - (putAllInternal): New method. Efficient counterpart to putAll which - does not call put(). - * java/util/LinkedHashMap.java (rethread): Removed. - (putAllInternal): New method. Clear "head" and "tail". - (addEntry): New argument "callRemove". Don't call removeEldestEntry() - if callRemove == false. - - * Makefile.am: Add new classes RandomAccess and LinkedHashMap. - * Makefile.in: Rebuilt. - -2001-10-15 Eric Blake - - * java/util/Collection.java: Updated javadoc. - * java/util/Comparator.java: Updated javadoc. - * java/util/Enumeration.java: Updated javadoc. - * java/util/Iterator.java: Updated javadoc. - * java/util/List.java: Updated javadoc. - * java/util/ListIterator.java: Updated javadoc. - * java/util/Map.java: Updated javadoc. - * java/util/RandomAccess.java: New file. - * java/util/Set.java: Updated javadoc. - * java/util/SortedMap.java: Updated javadoc. - * java/util/SortedSet.java: Updated javadoc. - -2001-10-15 Tom Tromey - - * java/lang/reflect/AccessibleObject.java (checkPermission): - Implemented. - Updated copyright information. - -2001-10-15 Hans Boehm - - * java/lang/natObject.cc (heavy_lock): Moved fields - old_client_data, old_finalization_proc near beginning. - (heavy_lock_finalization_proc): Now inline; changed type of - argument. - (JV_SYNC_TABLE_SZ): Now 2048. - (mp): New global. - (spin): `mp' now global. - (heavy_lock_obj_finalization_proc): Updated to correctly handle - heavy lock finalization. - (remove_all_heavy): New function. - (maybe_remove_all_heavy): Likewise. - (_Jv_MonitorEnter): Throw exception if object is NULL. - (_Jv_MonitorExit): Likewise. Also, clear long lists of unlocked - heavy locks. - * include/jvm.h (_Jv_AllocTraceTwo): Declare. - * nogc.cc (_Jv_AllocTraceTwo): New function. - * boehm.cc (trace_two_vtable): New global. - (_Jv_AllocTraceTwo): New function. - -2001-10-15 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added new file. - * java/beans/AppletInitializer.java: New file. - - * java/net/SocketPermission.java (hostport, actions): Now - private. - -2001-10-14 Mark Wielaard - - * java/lang/Double.java: Partial merge with Classpath - (TYPE): initialized through VMClassLoader.getPrimitiveClass() - (value): made final - (static): new static block to load native libary (not used in libgcj) - (Double (String)): call parseDouble() - (byteValue): removed, already defined in superclass Number - (shortValue): likewise - (valueOf (String)): call new Double(String) directly - (compare (double,double)): new 1.4 method - (compareTo (Double)): call new compare(double,double) method - (initIDs): new private method (not used in libgcj) - * java/lang/Float.java: Partial merge with Classpath - (TYPE): initialized through VMClassLoader.getPrimitiveClass() - (value): made final - (static): new static block to load native libary (not used in libgcj) - (Float (String)): call parseFloat() - (byteValue): removed, already defined in superclass Number - (shortValue): likewise - (valueOf (String)): call new Float(String) directly - (compare (float,float)): new 1.4 method - (compareTo (Float)): call new compare(double,double) method - -2001-10-13 Tom Tromey - - * java/lang/SecurityManager.java (SecurityManager): Now public. - - * java/security/AccessController.java (checkPermission): Now - throws AccessControlException. - * java/security/AllPermission.java: Class now final. - * java/security/Permission.java (getName): Now final. - (name): Now private. - (equals): New abstract method. - * java/security/PermissionCollection.java (linesep): Now private. - * java/security/Permissions.java: Class now final. - * java/security/Security.java (Security): New private - constructor. - * java/security/UnresolvedPermission.java: Import - java.security.cert.Certificate. Class now final. - * java/security/acl/Group.java: Now extends Principal. - (isMember): Added Principal argument. - * java/security/spec/X509EncodedKeySpec.java (getFormat): Now - final. - * java/security/spec/PKCS8EncodedKeySpec.java (getFormat): Now - final. - -2001-10-12 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (rmi_java_source_files): Added new files. - * gnu/java/rmi/rmic/RMIC.java (compile): Uncommented; fixed to use - new Compiler class. - * gnu/java/rmi/rmic/Makefile.am (EXTRA_DIST): Updated. - * gnu/java/rmi/rmic/Compile_gcj.java: New file. - * gnu/java/rmi/rmic/CompilerProcess.java: New file. - * gnu/java/rmi/rmic/Compiler.java: New file. - -2001-10-11 Tom Tromey - - * configure: Rebuilt. - * configure.in: Recognize --disable-java-awt. - -2001-10-10 Tom Tromey - - * gnu/gcj/runtime/natFinalizerThread.cc: New file. - * java/lang/natRuntime.cc: Include FinalizerThread.h. - (runFinalization): Call finalizerReady. - * nogc.cc (_Jv_GCInitializeFinalizers): New function. - * prims.cc: Include VirtualMachineError.h, FinalizerThread.h. - (_Jv_CreateJavaVM): Start the finalizer thread. - * no-threads.cc: Include InternalError.h. - (_Jv_ThreadStart): Throw InternalError. - (_Jv_ThreadInitData): Don't throw error if this is not the first - thread. - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added - FinalizerThread.java. - (nat_source_files): Added natFinalizerThread.cc. - * include/jvm.h (_Jv_GCInitializeFinalizers): Declare. - * boehm.cc (_Jv_GCInitializeFinalizers): New function. - * gnu/gcj/runtime/FirstThread.java (run): Start finalizer thread. - * gnu/gcj/runtime/FinalizerThread.java: New file. - -2001-10-09 Per Bothner - - * strtod.c (_strtod_r): Logic to check for missing digits - after exponent had 'else' attached to wrong 'if'. - -2001-10-09 Mark Wielaard - - * java/net/SocketImpl.java: Merge with Classpath - -2001-10-08 Mark Wielaard - - * java/net/DatagramSocketImpl.java: Merge with Classpath - -2001-10-07 Mark Wielaard - - * java/net/URLDecoder.java: Remerge with Classpath - * java/net/URLEncoder.java: Merge with Classpath - -2001-10-08 Tom Tromey - - Fix for PR libgcj/4481: - * java/io/File.java (getParent): Handle case where path is "/". - (normalizePath): Use correct string for UNC leader. - -2001-10-06 Mark Wielaard - - * java/io/BufferedInputStream.java: Merge with Classpath - -2001-10-07 Joseph S. Myers - - * defineclass.cc, java/awt/image/ColorModel.java, - java/awt/image/SampleModel.java, java/lang/Package.java, - java/security/cert/X509Extension.java: Fix spelling errors of - "separate" as "seperate", and corresponding spelling errors of - related words. - -2001-10-05 Tom Tromey - - * java/text/DecimalFormat.java (format): Use localized minus sign - when generating exponent; never use `+'. Use floor to compute - exponent. - -2001-10-05 Mark Wielaard - - * java/util/zip/Adler32.java: Merge with Classpath - * java/util/zip/CRC32.java: Ditto - * java/util/zip/Checksum.java: Ditto - * java/util/zip/DataFormatException.java: Ditto - * java/util/zip/ZipException.java: Ditto - -2001-10-04 Martin Kahlert - - * jni.cc (_Jv_JNI_DeleteLocalRef): Use correct frame size - -2001-10-04 Mark Wielaard - - * java/lang/reflect/Modifier.java: Merge with Classpath - -2001-10-03 Mark Wielaard - - * java/io/SequenceInputStream.java: Merge with Classpath - * java/io/StringBufferInputStream.java: Ditto - * java/util/Collections.java: Remerge with Classpath - -2001-10-03 Tom Tromey - - * java/lang/ref/natReference.cc (add_to_hash): Set n->next before - setting *link. - -2001-10-03 Bryce McKinlay - - * resolve.cc (_Jv_PrepareClass): Fix typos in vtable layout. - * gij.cc (version): Use GCJVERSION. - -2001-10-02 Mark Wielaard - - * Makefile.am (core_java_source_files): add InheritableThreadLocal - * Makefile.in: regenerate - * gcj/javaprims.h: ditto - * java/lang/InheritableThreadLocal.java: new class from Classpath - * java/lang/Thread.java Thread (Thread, ThreadGroup, Runnable, String): - call InheritableThreadLocal.newChildThread() - -2001-10-01 Mark Wielaard - - * Makefile.am: Add new classes - (core_java_source_files): CharSequence - (ordinary_java_source_files): Authenticator, PasswordAuthentication - * Makefile.in: regenerate - * gcj/javaprims.h: ditto - * java/lang/CharSequence: new class from Classpath - * java/lang/String.java: implements CharSequence - (subSequence (int,int)): new method - * java/lang/SubString.java: implements CharSequence - (subSequence (int,int)): new method - remerge comments with Classpath - * java/net/Authenticator.java: new class from Classpath - * java/net/PasswordAuthentication.java: ditto - -2001-10-01 Tom Tromey - - * gcj/javaprims.h: Rebuilt class list. - * boehm.cc (_Jv_GCRegisterDisappearingLink): New function. - (_Jv_GCCanReclaimSoftReference): New function. - * include/jvm.h (_Jv_GCRegisterDisappearingLink): Declare. - (_Jv_GCCanReclaimSoftReference): Declare. - * java/lang/ref/Reference.java (referent): Now a RawData. - (create): Renamed from `created'. Added object argument. - (Reference): Don't initialize `referent' here. - * Makefile.in: Rebuilt. - * Makefile.am (nat_source_files): Added new file. - * java/lang/ref/natReference.cc: New file. - - * prims.cc (_Jv_NewMultiArrayUnchecked): New method. - (_Jv_NewMultiArray): Use it. Check each array dimension. - (_Jv_NewMultiArray): Likewise. - * java/lang/reflect/natMethod.cc (can_widen): Nothing promotes to - `char'. - * java/lang/reflect/natArray.cc (newInstance): Throw - IllegalArgumentException if there are no dimensions. - -2001-10-01 Mark Wielaard - - * java/io/FileWriter.java: Merge with Classpath. - * java/io/FilterInputStream.java: Ditto. - (mark): no longer synchronized - (reset): Likewise - * java/io/FilterOutputStream.java: Merge with Classpath. - * java/io/FilterReader.java: Ditto. - (mark): no longer synchronized - (reset): Likewise - * java/io/FilterWriter.java: Merge with Classpath. - * java/io/Writer.java: Ditto. - * java/lang/Compiler.java: Ditto. - * java/lang/Process.java: Ditto. - * java/lang/Void.java: Ditto. - * java/net/ContentHandler.java: Ditto. - * java/net/DatagramPacket.java: Ditto. - * java/net/MulticastSocket.java: Merge comments with Classpath. - -2001-09-30 Mark Wielaard - - * java/io/DataInput.java: Merge with Classpath. - * java/io/DataOutput.java: Idem. - * java/io/FilenameFilter.java: Idem. - * java/io/Serializable.java: Idem. - * java/lang/Cloneable.java: Idem. - * java/lang/Comparable.java: Idem. - * java/lang/Runnable.java: Idem. - * java/lang/reflect/Member.java: Idem. - * java/net/ContentHandlerFactory.java: Idem. - * java/net/FileNameMap.java: Idem. - * java/net/SocketImplFactory.java: Idem. - * java/net/SocketOptions.java: Idem. - * java/net/URLStreamHandlerFactory.java: Idem. - -2001-09-30 Bryce McKinlay - - * java/lang/natClass.cc (_Jv_IsAssignableFrom): Handle the case of - an uninitialized target class. - - * gnu/gcj/protocol/file/Connection.java (connect): Throw - FileNotFoundException if appropriate. - * gnu/gcj/protocol/file/Handler.java (openConnection): Throw an - IOException if we got a file: url with a hostname. Comment out protocol - switch to ftp for now. - * java/net/URL.java (URL): Include protocol name in exception message - when handler can't be found. - -2001-09-28 Per Bothner - - * gnu/gcj/runtime/SharedLibLoader.java: New class. - * gnu/gcj/runtime/natSharedLibLoader.cc: Native methods. - * Makefile.am: Update accordingly. - * configure.in: Add AC_CHECK_LIB for dlopen. - * include/config.h.in: Add HAVE_DLOPEN. - -2001-09-29 Jeff Sturm - - * Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS). - * Makefile.in: Rebuilt. - -2001-09-27 Tom Tromey - - * java/util/IdentityHashMap.java (containsKey): Use getHash. - (get): Likewise. - (put): Likewise. - (remove): Likewise. - (getHash): New method. - (tombstone, emptyslot): Now static final. - (put): Correctly determine when to rehash, and correctly rehash. - (containsKey, remove): Test against table length with `>='. - -2001-09-26 Tom Tromey - - * gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): New - constant. - * java/io/StreamTokenizer.java, java/util/ResourceBundle.java: - Re-merged with Classpath. - - * java/io/DataInputStream.java (readChar): Use readFully. - (readInt): Likewise. - (readLong): Likewise. - (readShort): Likewise. - (readUnsignedShort): Likewise. - -2001-09-24 Bryce McKinlay - - * java/lang/PosixProcess.java (exitValue): Implement here. Throw - IllegalThreadStateException if process hasn't exited yet. - * java/lang/natPosixProcess.cc (exitValue): Removed. - (waitFor): Only check thread interrupted status if waitpid() returned - an error. Use WIFEXITED and WEXITSTATUS to process process's exit - value. - - * java/security/cert/X509Extension.java: Merge from classpath. - -2001-09-22 Anthony Green - - * java/security/DummyKeyPairGenerator.java (initialize): New - method (with AlgorithmParameterSpec argument). - -2001-09-22 Anthony Green - - * java/security/spec/EncodedKeySpec.java: Implements KeySpec. - - * gnu/java/security/provider/SHA1PRNG.java: Extend from - SecureRandomSpi. - (engineNextBytes): Fix order of memory copies. - -2001-09-21 Richard Henderson - - * include/jvm.h (_Jv_VTable): Handle function descriptors for ia64; - add get_method, set_method, vtable_elt_size, new_vtable. - (_Jv_ArrayVTable): Derive from _Jv_VTable. - * resolve.cc (_Jv_PrepareClass): Use new _Jv_VTable methods. - * interpret.cc (_Jv_InterpMethod::continue1): Likewise. - * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Likewise. - -2001-09-21 Richard Henderson - - * no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments. - * java/lang/mprec.c (lo0bits): Fix paren typo. - -2001-09-20 Bryce McKinlay - - * posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of - blocking IO via pthread_kill(). - * java/io/natFileDescriptorPosix.cc (write (jint)): Check for thread - interrupted status flag only if ::write returned an error. - (write (jbyteArray, jint, jint): Likewise. - (read (jint)): Likewise. - (read (jbyteArray, jint, jint): Likewise. - -2001-09-19 Anthony Green - - * gnu/gcj/protocol/file/Handler.java: Avoid NullPointerException - when host is null. - -2001-09-17 Andreas Jaeger - - * jni.cc (array_from_valist): Use promoted types for va_arg. - -2001-09-16 Anthony Green - - * gnu/java/locale/LocaleInformation.java: Extend - LocaleInformation_en_US, not LocaleInformation_en. - -2001-09-16 Anthony Green - - * gnu/gcj/convert/IOConverter.java: Add support for iso8859_1. - -2001-09-14 Tom Tromey - - * java/util/TimeZone.java: Updated list of timezones from - Classpath. - - * java/lang/CloneNotSupportedException.java: Re-merged with - Classpath. - -2001-09-14 Bryce McKinlay - - * java/io/File.java (normalizePath): Use equals() not '==' for string - comparison. - - * java/util/Hashtable.java (Enumerator): Ensure that if - hasMoreElements() returns true, nextElement() will always return - something even if the table has been modified. - -2001-09-12 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (class-check): New target. - -2001-09-11 Tom Tromey - - * java/io/File.java (toURL): Use getAbsolutePath and `file://'. - -2001-09-10 Tom Tromey - - * java/util/Properties.java (load): Correctly read \u sequences. - Report from Anthony Green. - -2001-09-10 Manfred Hollstein - - * configure.in (LIBFFIINCS): Quote uses of $(top_srcdir) - and $(MULTIBUILDTOP). - * configure: Re-generate. - -2001-09-10 Bryce McKinlay - - * include/jvm.h (_Jv_AllocRawObj): New prototype. - * boehm.cc (_Jv_AllocRawObj): Implement. - * nogc.cc (_Jv_AllocRawObj): Likewise. - * exception.cc (_Jv_Throw): Use _Jv_AllocRawObj, not GC_malloc. - -2001-09-06 Anthony Green - - * java/util/ResourceBundle.java (tryLocalBundle): Eliminate - redundant method calls. - (emptyLocale): New private member. - (tryBundle): Use emptyLocale. Remove duplicate code. Only cache - exact matches. - -2001-09-06 Tom Tromey - - * java/text/RuleBasedCollator.java (clone): Rewrote. - (RuleBasedCollator(RuleBasedCollator)): Removed. - * java/text/MessageFormat.java: Re-merged from Classpath. - * java/text/DecimalFormat.java: Re-merged from Classpath. - -2001-09-06 Anthony Green - - * include/jvm.h: Declare _Jv_RegisterResource. - * gnu/gcj/Core.java, gnu/gcj/natCore.cc, - gnu/gcj/protocol/core/Connection.java, - gnu/gcj/protocol/core/Handler.java, - gnu/gcj/protocol/core/CoreInputStream.java, - gnu/gcj/protocol/core/natCoreInputStream.cc: New files. - * java/net/URL.java (setURLStreamHandler): Use - gnu.gcj.protocol.core.Handler for the core protocol. - * gnu/gcj/runtime/VMClassLoader.java (init): Add "core:/" to the - end of java.class.path. - * Makefile.am (ordinary_java_source_files): Add new java files. - (nat_source_files): Add new native code files. - * Makefile.in: Rebuilt. - -2001-09-05 Tom Tromey - - * java/util/Properties.java: Re-merged from Classpath. - - From Eric Blake, via Classpath: - * java/lang/String.java (CaseInsensitiveComparator): New class. - (CASE_INSENSITIVE_ORDER): Use instance of CaseInsensitiveComparator. - - * java/util/Date.java: Re-merged with Classpath. - - * java/text/DateFormatSymbols.java: Re-merged with Classpath. - -2001-09-05 Corey Minyard - Tom Tromey - - * java/lang/natClassLoader.cc: Include VirtualMachineError.h - (_Jv_RegisterClassHookDefault): Throw error if a class is - registered twice. - -2001-09-05 Tom Tromey - - * java/lang/natSystem.cc (init_properties): Default locale is - en_US, not just en. - -2001-09-05 Bryce McKinlay - - * java/text/MessageFormat.java (setLocale): Don't catch ParseException - here, DecimalFormat.applyPattern() does not throw it. - -2001-09-04 Tom Tromey - - * java/util/AbstractMap.java: Re-merged with Classpath. - * java/util/IdentityHashMap.java: Re-merged with Classpath. - - * java/text/SimpleDateFormat.java: Re-merged with Classpath. - * gnu/gcj/text/LocaleData.java, gnu/gcj/text/LocaleData_en.java, - gnu/gcj/text/LocaleData_en_US.java: Removed. - * java/text/DateFormatSymbols.java (clone): Use Classpath - implementation. - (equals): Simplified. - (DateFormatSymbols): Look in gnu.java.locale for information. - (DateFormatSymbols(DateFormatSymbols)): Removed. - (safeGetResource): Removed. - (DateFormatSymbols): Throws MissingResourceException. - (ampmsDefault, erasDefault, localPatternCharsDefault, - monthsDefault, shortMonthsDefault, shortWeekdaysDefault, - weekdaysDefault, zoneStringsDefault): Removed. - * java/text/Collator.java (getAvailableLocales): Use modified - Classpath implementation. - (getInstance): Look in gnu.java.locale for information. - (clone): Rewrote. - * java/text/MessageFormat.java: Reindented. - (clone): Rewrote. - * java/text/FieldPosition.java: Merged with Classpath. - * java/text/ParsePosition.java: Merged with Classpath. - * java/text/Format.java: Merged with Classpath. - * java/text/StringCharacterIterator.java - (StringCharacterIterator(StringCharacterIterator,int,int)): New - constructor from Classpath. - * java/text/Annotation.java, - java/text/AttributedCharacterIterator.java, - java/text/AttributedString.java, - java/text/AttributedStringIterator.java: New from Classpath. - * java/text/CharacterIterator.java: Copied from Classpath. - * java/text/ChoiceFormat.java: Reindented. - (clone): Removed. - * gnu/java/text/BaseBreakIterator.java, - gnu/java/text/CharacterBreakIterator.java, - gnu/java/text/LineBreakIterator.java, - gnu/java/text/LocaleData_en.java, - gnu/java/text/LocaleData_en_US.java, - gnu/java/text/SentenceBreakIterator.java, - gnu/java/text/WordBreakIterator.java: Renamed from gnu/gcj/text/*. - * gnu/gcj/text/BaseBreakIterator.java (last): Advance past final - character. - * java/text/BreakIterator.java (getAvailableLocales): Use - Classpath implementation. - (getInstance): Look in gnu.java.locale for information. - (getCharacterInstance, getLineInstance, getSentenceInstance, - getWordInstance): Look in gnu.java.text for implementations. - * java/text/DecimalFormatSymbols.java: Reindented - (clone): Use Classpath implementation. - (DecimalFormatSymbols(DecimalFormatSymbols)): Removed. - (DecimalFormatSymbols(Locale)): Look in gnu.java.locale for - information. - * java/text/DateFormat.java: Merged with Classpath. - (getAvailableLocales): Use Classpath implementation. - (format(Object,StringBuffer,FieldPosition)): Minor cleanup. - (computeInstance): Look in gnu.java.locale for information. - * java/text/NumberFormat.java: Reindented. - (computeInstance): Look in gnu.java.locale for information. - (getAvailableLocales): Use implementation from Classpath. - (setMaximumIntegerDigits): Likewise. - (setMinimumIntegerDigits): Likewise. - (setMaximumFractionDigits): Likewise. - (clone): Removed. - * java/text/DecimalFormat.java: Reindented. - * gnu/java/locale/LocaleInformation_en.java: Copied from Classpath. - * gnu/java/locale/LocaleInformation_en_US.java: Copied from Classpath. - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added all new files. - (ordinary_java_source_files): Renamed or removed gnu/gcj/text/*. - * java/security/spec/AlgorithmParameterSpec.java, - java/security/spec/KeySpec.java: Re-merged with Classpath. - - Fix for PR libgcj/4213: - * Makefile.am (ordinary_java_source_files): Added new file. - * gnu/gcj/text/LocaleData.java: New file. - -2001-09-03 Tom Tromey - - * java/lang/reflect/natField.cc (set): Allow for case when the - value is null. Fixes PR libgcj/4208. - - * gcj/javaprims.h: Regenerated class list. - * java/lang/IllegalThreadStateException.java, - java/lang/InstantiationException.java: Minor comment tweaks to - satisfy libgcj `classes.pl' script. - -2001-09-01 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (core_java_source_files): Added - UnsupportedClassVersionError. - * java/lang/UnsupportedClassVersionError.java: New file from - Classpath. - - * java/io/CharConversionException.java, java/io/EOFException.java, - java/io/FileNotFoundException.java, java/io/IOException.java, - java/io/InterruptedIOException.java, - java/io/ObjectStreamException.java, - java/io/OptionalDataException.java, - java/io/StreamCorruptedException.java, - java/io/SyncFailedException.java, - java/io/UTFDataFormatException.java, - java/io/UnsupportedEncodingException.java, - java/lang/AbstractMethodError.java, - java/lang/ArithmeticException.java, - java/lang/ArrayIndexOutOfBoundsException.java, - java/lang/ArrayStoreException.java, - java/lang/ClassCastException.java, - java/lang/ClassCircularityError.java, - java/lang/ClassFormatError.java, - java/lang/CloneNotSupportedException.java, java/lang/Error.java, - java/lang/Exception.java, - java/lang/ExceptionInInitializerError.java, - java/lang/IllegalAccessError.java, - java/lang/IllegalAccessException.java, - java/lang/IllegalArgumentException.java, - java/lang/IllegalMonitorStateException.java, - java/lang/IllegalStateException.java, - java/lang/IllegalThreadStateException.java, - java/lang/IncompatibleClassChangeError.java, - java/lang/IndexOutOfBoundsException.java, - java/lang/InstantiationError.java, - java/lang/InstantiationException.java, - java/lang/InternalError.java, java/lang/InterruptedException.java, - java/lang/LinkageError.java, - java/lang/NegativeArraySizeException.java, - java/lang/NoClassDefFoundError.java, - java/lang/NoSuchFieldError.java, - java/lang/NoSuchFieldException.java, - java/lang/NoSuchMethodError.java, - java/lang/NoSuchMethodException.java, - java/lang/NullPointerException.java, - java/lang/NumberFormatException.java, - java/lang/OutOfMemoryError.java, java/lang/RuntimeException.java, - java/lang/SecurityException.java, - java/lang/StackOverflowError.java, - java/lang/StringIndexOutOfBoundsException.java, - java/lang/ThreadDeath.java, java/lang/UnknownError.java, - java/lang/UnsatisfiedLinkError.java, - java/lang/UnsupportedOperationException.java, - java/lang/VerifyError.java, java/lang/VirtualMachineError.java, - java/lang/reflect/InvocationTargetException.java, - java/net/BindException.java, java/net/ConnectException.java, - java/net/MalformedURLException.java, - java/net/NoRouteToHostException.java, - java/net/ProtocolException.java, java/net/SocketException.java, - java/net/UnknownHostException.java, - java/net/UnknownServiceException.java, - java/text/ParseException.java: Copied from Classpath, thanks to - Mark Wielaard who did the merge. - - * java/lang/System.java (getProperty): Use single argument form of - SecurityManager.checkPropertyAccess. - * Makefile.in: Rebuilt. - * Makefile.am (core_java_source_files): Added VMSecurityManager. - * java/lang/VMSecurityManager.java: New file. - * java/lang/SecurityManager.java: Merged with Classpath. - -2001-08-31 Per Bothner - - * gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration. - (_Jv_RegisterClassHookDefault): Likewise. - * java/lang/Class.h (_Jv_RegisterClassHookDefault): Declare as friend. - * java/lang/natClassLoader.cc (_Jv_RegisterClassHook): New variable. - (_Jv_RegisterClassHookDefault): New.function. - (_Jv_RegisterClasses): Call _Jv_RegisterClassHook. - - * java/lang/ClassLoader.java (system): Remove static field. - (getSystemClassLoader): Get gnu.gcj.runtime.VMClassLoader.instance - directly instead of using it to set the system field. - (loadClass): Use VMClassLoader.instance instead of system field. - (findSystemClass): Similar. - * prims.cc (_Jv_RunMain): Clear VMClassLoader::instance rather - than ClassLoader::system which no longer exists. - * java/lang/natClassLoader.java (_Jv_FindClass): Simplify. - -2001-08-31 Tom Tromey - - * java/io/BufferedReader.java, java/io/ObjectInput.java, - java/io/ObjectInputValidation.java, java/io/ObjectOutput.java: - Re-merged with Classpath. - - Re-merge with Classpath: - * java/util/Comparator (equals): Added. - * java/io/PipedWriter.java (write): Changed argument to `int'. - - * java/io/FileDescriptor.java (FileDescriptor()): New - constructor. - * java/io/File.java (getAbsoluteFile): Doesn't throw IOException. - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Removed - EnumerationChain, added DoubleEnumeration. - (nat_source_files): Added natResourceBundle.cc. - * java/util/natResourceBundle.cc: New file. - * gnu/java/util/DoubleEnumeration.java: New file. - * gnu/gcj/util/EnumerationChain.java: Removed. - * java/beans/VetoableChangeSupport.java: Merged with Classpath. - * java/util/ResourceBundle.java: Merged with Classpath. - * java/util/StringTokenizer.java: Merged with Classpath. - * java/util/Locale.java: Merged with Classpath. - * java/util/Random.java: Merged with Classpath. - * java/util/PropertyResourceBundle.java: Merged with Classpath. - * java/util/ListResourceBundle.java: Merged with Classpath. - * java/util/ConcurrentModificationException.java: Re-merged with - Classpath. - * java/util/EmptyStackException.java: Likewise. - * java/util/MissingResourceException.java: Likewise. - * java/util/NoSuchElementException.java: Likewise. - * java/util/TooManyListenersException.java: Likewise. - - * java/io/ByteArrayOutputStream.java: Re-merged with Classpath. - * java/io/OptionalDataException.java: Merged with Classpath. - -2001-08-31 Jason Merrill - - * exception.cc (PERSONALITY_FUNCTION): Simplify - leb128 handling. - -2001-08-31 Tom Tromey - - * java/io/ByteArrayInputStream.java: Merged with Classpath. - -2001-08-30 Tom Tromey - - * java/io/BufferedReader.java: Re-merged with Classpath. - -2001-08-28 Per Bothner - - * java/math/BigInteger.java (init(int,Random)): New method. - Move body of constructor (int,Random)) here. - Re-write it to avoid constructing unneeded temporaries. - ((int,int,Random)): Use new init method to avoid constructing - extra temporary BigIntegers. - -2001-08-27 Tom Tromey - - * java/rmi/activation/Activatable.java, - java/rmi/activation/ActivateFailedException.java, - java/rmi/activation/ActivationDesc.java, - java/rmi/activation/ActivationException.java, - java/rmi/activation/ActivationGroup.java, - java/rmi/activation/ActivationGroupDesc.java, - java/rmi/activation/ActivationGroupID.java, - java/rmi/activation/ActivationID.java, - java/rmi/activation/ActivationInstantiator.java, - java/rmi/activation/ActivationMonitor.java, - java/rmi/activation/ActivationSystem.java, - java/rmi/activation/Activator.java, - java/rmi/activation/UnknownGroupException.java, - java/rmi/activation/UnknownObjectException.java, - java/rmi/AccessException.java, - java/rmi/AlreadyBoundException.java, - java/rmi/ConnectException.java, java/rmi/ConnectIOException.java, - java/rmi/MarshalException.java, java/rmi/MarshalledObject.java, - java/rmi/Naming.java, java/rmi/NoSuchObjectException.java, - java/rmi/NotBoundException.java, - java/rmi/RMISecurityException.java, - java/rmi/RMISecurityManager.java, java/rmi/Remote.java, - java/rmi/RemoteException.java, java/rmi/ServerError.java, - java/rmi/ServerException.java, - java/rmi/ServerRuntimeException.java, - java/rmi/StubNotFoundException.java, - java/rmi/UnexpectedException.java, - java/rmi/UnknownHostException.java, - java/rmi/UnmarshalException.java, java/rmi/dgc/DGC.java, - java/rmi/dgc/Lease.java, java/rmi/dgc/VMID.java, - java/rmi/registry/LocateRegistry.java, - java/rmi/registry/Registry.java, - java/rmi/registry/RegistryHandler.java, - java/rmi/server/ExportException.java, - java/rmi/server/LoaderHandler.java, - java/rmi/server/LogStream.java, java/rmi/server/ObjID.java, - java/rmi/server/Operation.java, - java/rmi/server/RMIClassLoader.java, - java/rmi/server/RMIClientSocketFactory.java, - java/rmi/server/RMIFailureHandler.java, - java/rmi/server/RMIServerSocketFactory.java, - java/rmi/server/RMISocketFactory.java, - java/rmi/server/RemoteCall.java, - java/rmi/server/RemoteObject.java, java/rmi/server/RemoteRef.java, - java/rmi/server/RemoteServer.java, - java/rmi/server/RemoteStub.java, - java/rmi/server/ServerCloneException.java, - java/rmi/server/ServerNotActiveException.java, - java/rmi/server/ServerRef.java, java/rmi/server/Skeleton.java, - java/rmi/server/SkeletonMismatchException.java, - java/rmi/server/SkeletonNotFoundException.java, - java/rmi/server/SocketSecurityException.java, - java/rmi/server/UID.java, - java/rmi/server/UnicastRemoteObject.java, - java/rmi/server/Unreferenced.java, gnu/java/rmi/dgc/DGCImpl.java, - gnu/java/rmi/dgc/DGCImpl_Skel.java, - gnu/java/rmi/dgc/DGCImpl_Stub.java, - gnu/java/rmi/registry/RegistryImpl.java, - gnu/java/rmi/registry/RegistryImpl_Skel.java, - gnu/java/rmi/registry/RegistryImpl_Stub.java, - gnu/java/rmi/rmic/RMIC.java, gnu/java/rmi/rmic/TabbedWriter.java, - gnu/java/rmi/server/ProtocolConstants.java, - gnu/java/rmi/server/RMIDefaultSocketFactory.java, - gnu/java/rmi/server/RMIHashes.java, - gnu/java/rmi/server/RMIObjectInputStream.java, - gnu/java/rmi/server/RMIObjectOutputStream.java, - gnu/java/rmi/server/UnicastConnection.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/UnicastServer.java, - gnu/java/rmi/server/UnicastServerRef.java: RMI implementation from - Kaffe. Relabelled classes to fit into Classpath tree. - * Makefile.in: Rebuilt. - * Makefile.am (rmi_java_source_files): New macro. - (ordinary_java_source_files): Reference it. - (bin_PROGRAMS): Added rmic and rmiregistry. - (rmic_SOURCES): New macro. - (EXTRA_rmic_SOURCES): Likewise. - (rmic_LDFLAGS): Likewise. - (rmic_LINK): Likewise. - (rmic_LDADD): Likewise. - (rmic_DEPENDENCIES): Likewise. - (rmiregistry_SOURCES): New macro. - (EXTRA_rmiregistry_SOURCES): Likewise. - (rmiregistry_LDFLAGS): Likewise. - (rmiregistry_LINK): Likewise. - (rmiregistry_LDADD): Likewise. - (rmiregistry_DEPENDENCIES): Likewise. - -2001-08-26 Bryce McKinlay - - * name-finder.cc (lookup): Ignore a null dli_fname from dladdr. - - * Makefile.am: New friends for java/lang/Thread.h. - * prims.cc (runFirst): Removed. - (JvRunMain): Merged into _Jv_RunMain. Now just calls that. - (_Jv_RunMain): Now takes either a klass or class name parameter. - Create a gnu.gcj.runtime.FirstThread and attach the native thread - to that, then run it using _Jv_ThreadRun. Remove special handling of - jar files, instead pass is_jar parameter through to FirstThread. - * gcj/javaprims.h: Add prototypes for _Jv_ThreadRun and new variant - of _Jv_AttachCurrentThread. - * gnu/gcj/runtime/FirstThread.java (FirstThread): Now extends Thread. - (run): New method. Take care of looking up main class manifest - attribute and calling forName if necessary. Then call call_main. - (call_main): New native method. - * gnu/gcj/runtime/natFirstThread.cc (call_main): New function, code - relocated from prims.cc. Look up and call main method. - * java/lang/Thread.java (run_): Removed. - * java/lang/natThread.cc (run_): Renamed to... - (_Jv_ThreadRun): this. JVMPI notification code moved to ... - (_Jv_NotifyThreadStart): here. New function. - (countStackFrames, destroy, resume, suspend, stop): Throw - UnsupportedOperationExceptions rather than JvFail'ing. - (_Jv_AttachCurrentThread): New variant takes a Thread argument. - Existing version wraps new variant. - - -2001-08-23 Tom Tromey - - * java/lang/reflect/Field.java (toString): Use - Method.appendClassName. - * java/lang/reflect/Constructor.java (toString): Use - Method.appendClassName. - * java/lang/reflect/Method.java: Reindented. - (appendClassName): New method. - (toString): Use it. - * defineclass.cc (handleMethod ): Initialize `throws' field of - method. - (read_one_method_attribute): Handle Exceptions attribute. - * java/lang/reflect/natMethod.cc (ClassClass): Removed. - (ObjectClass): Removed. - (getType): Compute `exception_types'. - * java/lang/Class.h (struct _Jv_Method): Added `throws' field. - -2001-08-21 Anthony Green - - * java/lang/natClassLoader.cc (findClass): Search for - lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. - -2001-08-21 Jeff Sturm - - * java/util/IdentityHashMap.java (get): Fix off-by-one error. - (put): Likewise. - -2001-08-20 Tom Tromey - - * java/awt/GridBagConstraints.java: Removed comment. - - * jni.cc (nathash, nathash_count, nathash_size): New globals. - (DELETED_ENTRY): New define. - (hash): New function. - (nathash_find_slot): Likewise. - (natrehash): Likewise. - (nathash_add): Likewise. - (_Jv_JNI_RegisterNatives): No longer interpreter-specific. Use - nathash_add. - (nathash_find): New function. - (_Jv_LookupJNIMethod): Use it. Synchronize body. - (call): Synchronize around assignment. - -2001-08-17 Jeff Sturm - - * gnu/gcj/convert/UnicodeToBytes.java (write): Write work buffer - starting from zero offset. - -2001-08-17 Hans-J. Boehm - - * boehm.cc: Include gc_local_alloc.h if appropriate. - (GC_GENERIC_MALLOC): Don't define. - (MAYBE_MARK): Redefine for GC 6.0. - (_Jv_MarkObj): Mark class differently. - (_Jv_AllocArray): Use GC_generic_malloc. - -2001-08-17 Mark J Roberts - - * java/math/BigInteger.java (randBytes): New method. - (BigInteger(int,Random)): Use randBytes. - -2001-08-17 Tom Tromey - - * gnu/gcj/convert/IOConverter.java: Add `646' alias. - -2001-08-17 Hans-J. Boehm - - * BigInteger.java: fix right shifts by nonzero multiples of 32. - -2001-08-15 Tom Tromey - - * jni.cc: Include IdentityHashMap.h, not Hashtable.h. - (local_ref_table, global_ref_table): Now IdentityHashMap. - (_Jv_JNI_Init): Updated for new types. - (mark_for_gc): Likewise. - (unmark_for_gc): Likewise. - * gcj/javaprims.h: Rebuilt class list. - * Makefile.in: Rebuilt. - * Makefile.am (core_java_source_files): Added new file. - * java/util/IdentityHashMap.java: New file. - - * gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIG - correctly. - -2001-08-09 Tom Tromey - - * java/awt/image/SampleModel.java (getPixel): Set correct array - element. From Chris Meyer. - -2001-08-10 Loren J. Rittle - - * java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN. - * gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV. - -2001-08-06 Tom Tromey - - * java/io/InputStreamReader.java (refill): Only call refill on - BufferedInputStream when appropriate constraints are met. - -2001-08-05 Tom Tromey - - * java/io/StringWriter.java: Merged with Classpath. - * java/io/InputStream.java: Merged with Classpath. - * java/io/OutputStream.java: Merged with Classpath. - * java/io/PushbackInputStream.java: Merged with Classpath. - * java/io/CharArrayReader.java: Merged with Classpath. - * java/io/CharArrayWriter.java: Merged with Classpath. - -2001-08-02 Tom Tromey - - * prims.cc (JNI_OnLoad): Don't declare. - (_JNI_OnLoad): Don't define. - (_Jv_CreateJavaVM): Don't handle JNI_OnLoad. - -2001-08-02 Tom Tromey - - * java/io/RandomAccessFile.java (seek): Let seek go past end of - file. - (skipBytes): Don't fail if seeking past end of file. - * java/io/FileInputStream.java (skip): Don't fail if seeking past - end of file. - * java/io/natFileDescriptorWin32.cc (seek): Handle `eof_trunc' - argument. - * java/io/natFileDescriptorEcos.cc (seek): Handle `eof_trunc' - argument. - * java/io/natFileDescriptorPosix.cc (seek): Handle `eof_trunc' - argument. - * java/io/FileDescriptor.java (seek): Added `eof_trunc' argument. - -2001-08-02 Martin Kahlert - - * jni.cc (JNI_CreateJavaVM): Call _Jv_JNI_Init in order - to initialize global_ref_table/local_ref_table. - -2001-08-02 Tom Tromey - - * configure: Rebuilt. - * configure.in (THREADSPEC): Don't set THREADLIBS on Cygwin. From - David Billinghurst. - -2001-08-01 Rainer Orth - - * include/posix.h (_POSIX_PII_SOCKET): Define. - * configure.in (HAVE_SOCKLEN_T): Define. - * java/net/natPlainSocketImpl.cc [!HAVE_SOCKLEN_T]: Move socklen_t - definition up. - (_JV_accept): New function, avoids Tru64 UNIX accept macro. - (java::net::PlainSocketImpl::accept): Use it. - Fixes PRs libgcj/3694, libgcj/3696. - - * configure.in (HAVE_STRUCT_IPV6_MREQ): New test. - * acconfig.h (HAVE_STRUCT_IPV6_MREQ): Provide template. - * configure, include/config.h.in: Regenerate. - * java/net/natPlainDatagramSocketImpl.cc (union McastReq): Use it. - (mcastGrp): Likewise. - (java::net::PlainDatagramSocketImpl::setOption): Guard against - missing IPV6_MULTICAST_IF. - Fixes PR libgcj/3694. - -2001-08-01 Jeff Sturm - - * libgcj.spec.in: Pass -fkeep-inline-functions to jc1. - -2001-07-30 Christian Iseli - - * Makefile.in: Rebuilt. - * Makefile.am (GCJLINK): Added --tag=GCJ. - (LIBLINK): Likewise. - -2001-07-30 Tom Tromey - - * java/util/Date.java: Re-merged with Classpath. - -2001-07-30 Jeff Sturm - - * java/net/natPlainDatagramSocketImpl.cc: Undefine bind if defined. - (_Jv_bind): New static function. - (bind): Use _Jv_bind. - * java/net/natPlainSocketImpl.cc: Undefine bind, connect if defined. - (_Jv_bind, _Jv_connect): New static functions. - (bind): Use _Jv_bind. - (connect): Use _Jv_connect. - -2001-07-30 Tom Tromey - Corey Minyard - - * gnu/gcj/convert/natIconv.cc (done): New methods. - * gnu/gcj/convert/Output_iconv.java (done): New method. - * gnu/gcj/convert/Input_iconv.java (done): New method. - * gnu/gcj/convert/UnicodeToBytes.java (defaultEncodingClass): - Removed. - (getDefaultEncodingClass): Removed. - (getDefaultEncoder): Use getEncoder. - (done): New method. - (defaultEncoding, CACHE_SIZE, encoderCache, currCachePos): New - static fields. - * gnu/gcj/convert/BytesToUnicode.java (defaultDecodingClass): - Removed. - (defaultEncoding, CACHE_SIZE, decoderCache, currCachePos): New - static fields. - (getDefaultDecodingClass): Removed. - (getDefaultDecoder): Use getDecoder. - (getDecoder): Look up decoder in cache. - (done): New method. - * java/lang/natString.cc (init): Call `done' on converter. - (getBytes): Likewise. - -2001-07-30 Tom Tromey - - * java/lang/Integer.java: Merged with Classpath. - -2001-07-30 Bryce McKinlay - - * java/util/GregorianCalendar.java (GregorianCalendar): Call - setTimeInMillis() to set the default/current time. - -2001-07-29 Mark Wielaard - - * HACKING: add description on updating namespace - -2001-07-26 Bryce McKinlay - - * java/util/Calendar.java (set): Never recompute fields here. They - will already be set if someone set time explicitly, and it can cause - problems to do so. Don't invalidate AM_PM setting if HOUR is set. - * java/util/GregorianCalendar.java (computeTime): Don't ignore an - HOUR setting if AM_PM is set. Don't try to ensure the HOUR value is - sane. - * java/text/SimpleDateFormat.java (defaultCentury): New field. - (readObject): Call set2DigitYearStart if appropriate so that - defaultCentury is calculated. - (SimpleDateFormat): Don't bother clearing calendar here. Call - computeCenturyStart(). - (set2DigitYearStart): Calculate and set defaultCentury. - (format): Don't clone the calendar. Use "calendar" not "theCalendar" - everywhere. - (parse): Likewise. If the pattern is "y" or "yy" and it found exactly - 2 numeric digits, use the 80-20 heuristic to parse the value into a - default century based on defaultCenturyStart. - (computeCenturyStart): Rewritten. Call set2DigitYearStart(). - -2001-07-25 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (libgcj.jar): Correctly fail when bytecode - compilation fails. - -2001-07-24 Rainer Orth - - * prims.cc (_JNI_OnLoad): New function. - (JNI_OnLoad): Use it. - (_Jv_CreateJavaVM): Check for _JNI_OnLoad, not NULL. - -2001-07-24 Rainer Orth - - * Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS. - Makefile.in: Regenerate. - -2001-07-24 Tom Tromey - - * java/lang/VMClassLoader.java (getPrimitiveClass): Return correct - type. - -2001-07-23 Tom Tromey - - * gcj/javaprims.h: Rebuilt class list. - * Makefile.in: Rebuilt. - * Makefile.am (core_java_source_files): Added VMClassLoader. - * java/lang/VMClassLoader.java: New file. - * java/lang/Boolean.java: Merged with Classpath. - * java/lang/Byte.java: Merged with Classpath. - * java/lang/Integer.java: Merged with Classpath. - * java/lang/Long.java: Merged with Classpath. - * java/lang/Number.java: Merged with Classpath. - * java/lang/Short.java: Merged with Classpath. - -2001-07-22 Jeff Sturm - - * configure.host: Enable hash synchronization for alpha*-*. - * include/posix-threads.h (_Jv_ThreadSelf): Added inline - function for alpha. - * java/lang/natObject.cc (compare_and_swap, release_set, - compare_and_swap_release): Added inline functions for alpha. - -2001-07-18 Rainer Orth - - * java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Use new RFC - 2533 socket options IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP, falling - back to old RFC 2133 variants if missing. - -2001-07-18 Tom Tromey - - * java/io/natFileWin32.cc (_access): Renamed. - (_stat): Likewise. - * java/io/natFile.cc (_access): Renamed. - (_stat): Likewise. - * java/io/File.java (access, stat): Add leading `_' to name. - Updated all callers. - -2001-07-18 Tom Tromey - - For PR java/2812: - * libgcj.spec.in (*lib): Added LIBICONV. - * configure: Rebuilt. - * configure.in: Call AM_ICONV. Don't check for iconv function. - Add parameters to JV_HASH_SYNCHRONIZATION define. - * acinclude.m4 (AM_ICONV): New macro, from Bruno Haible. - -2001-07-17 Bryce McKinlay - - * java/util/LinkedList.java (clone): Clear the copy list with clear(), - not by setting its size field. - -2001-07-13 Alexandre Petit-Bianco - - * include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Removed unused - local `_ebp.' - -2001-07-12 Tom Tromey - David Brownell - - Fix for PR libgcj/3426: - * gnu/gcj/convert/natIconv.cc: Include CharConversionException.h, - errno.h. - (read): Throw exception if character conversion fails. - * java/io/BufferedInputStream.java (refill): Now package-private. - * java/io/InputStreamReader.java (ready): Simplified. - (refill): New method. - (read): Use it. - -2001-07-12 Tom Tromey - - Report from Henner Zeller: - * java/io/FileOutputStream.java (FileOutputStream): Throw - FileNotFoundException, not IOException. - -2001-07-10 Anthony Green - - * Makefile.in: Rebuilt. - * Makefile.am: Add new files. - * org/w3c/dom/Attr.java, org/w3c/dom/CDATASection.java, - org/w3c/dom/CharacterData.java, org/w3c/dom/Comment.java, - org/w3c/dom/DOMException.java, org/w3c/dom/DOMImplementation.java, - org/w3c/dom/Document.java, org/w3c/dom/DocumentFragment.java, - org/w3c/dom/DocumentType.java, org/w3c/dom/Element.java, - org/w3c/dom/Entity.java, org/w3c/dom/EntityReference.java, - org/w3c/dom/NamedNodeMap.java, org/w3c/dom/Node.java, - org/w3c/dom/NodeList.java, org/w3c/dom/Notation.java, - org/w3c/dom/ProcessingInstruction.java, org/w3c/dom/Text.java, - org/w3c/dom/ranges/DocumentRange.java, - org/w3c/dom/ranges/Range.java, - org/w3c/dom/ranges/RangeException.java, - org/w3c/dom/traversal/DocumentTraversal.java, - org/w3c/dom/traversal/NodeFilter.java, - org/w3c/dom/traversal/NodeIterator.java, - org/w3c/dom/traversal/TreeWalker.java, - org/xml/sax/ext/DeclHandler.java, - org/xml/sax/ext/LexicalHandler.java, - org/xml/sax/helpers/AttributeListImpl.java, - org/xml/sax/helpers/AttributesImpl.java, - org/xml/sax/helpers/DefaultHandler.java, - org/xml/sax/helpers/LocatorImpl.java, - org/xml/sax/helpers/NamespaceSupport.java, - org/xml/sax/helpers/ParserAdapter.java, - org/xml/sax/helpers/ParserFactory.java, - org/xml/sax/helpers/XMLFilterImpl.java, - org/xml/sax/helpers/XMLReaderAdapter.java, - org/xml/sax/helpers/XMLReaderFactory.java, - org/xml/sax/AttributeList.java, org/xml/sax/Attributes.java, - org/xml/sax/ContentHandler.java, org/xml/sax/DTDHandler.java, - org/xml/sax/DocumentHandler.java, org/xml/sax/EntityResolver.java, - org/xml/sax/ErrorHandler.java, org/xml/sax/HandlerBase.java, - org/xml/sax/InputSource.java, org/xml/sax/Locator.java, - org/xml/sax/Parser.java, org/xml/sax/SAXException.java, - org/xml/sax/SAXNotRecognizedException.java, - org/xml/sax/SAXNotSupportedException.java, - org/xml/sax/SAXParseException.java, org/xml/sax/XMLFilter.java, - org/xml/sax/XMLReader.java: New files. - -2001-07-10 Alexandre Petit-Bianco - - * Makefile.am: Added `java/lang/ThreadLocal.java'. - * Makefile.in: Regenerate. - * java/lang/ThreadLocal.java: Initial import. - -2001-07-07 Jeff Sturm - - * Makefile.am (libgcj.jar): Don't recursively make - built_java_source_files. Avoid long command lines. - Don't change to $(srcdir) to invoke javac. - (libgcj.la, libgcjx.la); Avoid long command lines. - ($(nat_headers),$(x_nat_headers)): Depend on libgcj.jar. - * Makefile.in: Rebuilt. - -2001-07-06 Andrew Haley - - * include/i386-signal.h: Don't do anything with unsigned divide - overflow except throw an exception. - -2001-07-05 Tom Tromey - - For PR java/3562: - * java/lang/Class.h (Class(void)): Now private. Removed - implementation. From dmorsberger@sensysdl.com. - -2001-07-02 Tom Tromey - - Fix for PR bootstrap/3281: - * aclocal.m4, configure: Rebuilt. - * acinclude.m4 (LIBGCJ_CONFIGURE): Don't set libgcj_flagbasedir. - Correctly compute libgcj_basedir. - (mkinstalldirs): Define and subst. - -2001-07-01 Jeremy Nimmer - - For PR libgcj/3523: - * java/io/LineNumberReader.java (reset): Pass correct arguments to - countLines. - -2001-06-27 Tom Tromey - - * gnu/gcj/convert/IOConverter.java: Manually maintained alias now - lowercase. - -2001-06-25 Tom Tromey - - * scripts/encodings.pl: Generate lower-case names. Updated URL - for `character-sets' file. - * gnu/gcj/convert/IOConverter.java (canonicalize): Convert name to - lower case. - Rebuilt list of aliases. - -2001-06-25 Tom Tromey - - * java/io/natFileDescriptorPosix.cc (open): Change error message - formatting. From David Brownell. - -2001-06-21 Tom Tromey - - * include/java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL. - From Corey Minyard. - -2001-06-19 Mark J. Roberts - - * java/math/BigInteger.java (byteArrayToIntArray): Don't include - extraneous/malformed sign word. - -2001-06-15 Tom Tromey - - * jni.cc (_Jv_JNI_NewLocalRef): Search other frames. - -2001-06-15 Tom Tromey - - * java/lang/natRuntime.cc (_Jv_FindSymbolInExecutable): Return - NULL if no library on the list has the symbol. - (init): Call add_library on the program itself. - * prims.cc (JvRunMain): Initialize Runtime before searching for - `main'. - (_Jv_RunMain): Likewise. - -2001-06-15 Tom Tromey - - * jni.cc (ClassClass): Removed; updated all users. - (ObjectClass): Likewise. - (ThrowableClass): Likewise. - (MethodClass): Likewise. - (ThreadGroupClass): Likewise. - (local_ref_table): Renamed from `ref_table'. - (global_ref_table): New global. - (_Jv_JNI_Init): Initialize both ref tables. - (mark_for_gc): Added `ref_table' parameter. - (unmark_for_gc): Likewise. Also, fail if we unreferenced too many - times. - (_Jv_JNI_NewGlobalRef): Updated for new mark function. - (_Jv_JNI_DeleteGlobalRef): Likewise. - (_Jv_JNI_DeleteLocalRef): Likewise. - (_Jv_JNI_NewLocalRef): Likewise. - (_Jv_JNI_PopLocalFrame): Likewise. - (_Jv_JNI_GetStringChars): Likewise. - (_Jv_JNI_ReleaseStringChars): Likewise. - (_Jv_JNI_GetPrimitiveArrayElements): Likewise. - (_Jv_JNI_ReleasePrimitiveArrayElements): Likewise. - -2001-06-14 Tom Tromey - - Fix for PR libgcj/3144: - * java/util/Date.java: Merged with Classpath. - -2001-06-12 Tom Tromey - - * aclocal.m4, configure: Rebuilt. - * acinclude.m4: Find configure.host in srcdir. - -2001-06-07 Tom Tromey - - Fix for PR libgcj/3059: - * java/lang/natSystem.cc (init_properties): Define `java.home'. - * Makefile.in: Rebuilt. - * Makefile.am (AM_CXXFLAGS): Define PREFIX. - -2001-06-10 Alexandre Petit-Bianco - - * exception.cc (cstdlib): Replaces stdlib.h. - (_Jv_Throw): Use std::abort(). - (PERSONALITY_FUNCTION): Likewise. - -2001-06-09 Alexandre Oliva , Stephen L Moshier - - * acinclude.m4 (AC_EXEEXT): Work around in case it expands to - nothing, as in autoconf 2.50. - * aclocal.m4, configure: Rebuilt. - -2001-06-08 Tom Tromey - - * configure: Rebuilt. - * configure.in: Compute new aux dir using `pwd'. - -2001-06-07 Tom Tromey - - For PR bootstrap/3075: - * configure, aclocal.m4, Makefile.am: Rebuilt. - * configure.in: Pass `--with-auxdir' to subdir configure. Don't - call AC_CONFIG_AUX_DIR or AC_CANONICAL_SYSTEM. Look for unwind.h - relative to libgcj_basedir. - * acinclude.m4 ((LIBGCJ_CONFIGURE): Call AC_CONFIG_AUX_DIR and - AC_CANONICAL_SYSTEM here. - * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not - libgcj_basedir. - ($(extra_headers)): New target. - -2001-06-05 Martin Kahlert - Bryce McKinlay - - * java/lang/natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors - table index is within allowed bounds. Ensure that we don't try to access - class itable at a negative offset. Avoid an ancestor table lookup if - source is a primitive type class. - (isInstance): Remove redundant isPrimitive() check. - -2001-06-04 Tom Tromey - - * java/security/PublicKey.java: Extend Key. - * java/security/PrivateKey.java: Extend Key. - -2001-06-02 Anthony Green - - * java/lang/natRuntime.cc (_Jv_FindSymbolInExecutable): Provide an - alternate when USE_LTDL not defined. - -2001-06-02 Anthony Green - - * configure: Rebuild. - * configure.in: Remove data_start hack. - * libgcj.spec.in: Ditto. - * Makefile.in: Rebuild. - * Makefile.am: Ditto. - * libgcjdata.c: Remove. - -2001-06-02 Anthony Green - - * configure: Rebuild. - * configure.in (LIBFFIINCS, LIBFFI): Introduce. Add - --without-libffi option. Tweak --disable-java-net processing. - * Makefile.in: Rebuild. - * Makefile.am (LIBFFIINCS, LIBFFI): Use. - * include/config.h.in: Rebuild. - * acconfig.h (USE_LIBFFI): Define. - * java/lang/reflect/natMethod.c: Use USE_LIBFFI. - -2001-06-02 Anthony Green - - * configure: Rebuilt. - * configure.in: Test for sigaction on native builds. - * prims.cc: Check HAVE_SIGACTION. - * include/config.h.in: Rebuilt. - -2001-05-31 Jeff Sturm - - * natFile.cc (get_entry): Removed functions. - (performList): Call readdir or readdir_r if HAVE_READDIR_R defined. - Allocate enough storage for d_name if using readdir_r. - -2001-05-31 Tom Tromey - - * java/io/natFileDescriptorPosix.cc (open): Allocate buffer to - correct size. - (write): Loop until write completes. From Corey Minyard. - -2001-05-29 Laurent Guerby - - * java/awt/geom/Rectangle2D.java: fix doc typo. - -2001-05-31 Tom Tromey - - * java/sql/DriverManager.java (getDrivers): Handle case where - driver's class loader is null. From Corey Minyard. - -2001-05-29 Tom Tromey - - * include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn. - - * configure: Rebuilt. - * configure.in: Only add multilib support code if we just rebuilt - top-level Makefile. - -2001-05-29 Andrew Haley - - * include/i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame - pointer: the dwarf unwinder in libgcc will do everything that's - needed. - (HANDLE_DIVIDE_OVERFLOW): Tidy. Don't mess with stack frames any - more than we absolutely need to. - * configure.host (EXCEPTIONSPEC): Remove libgcj_sjlj on Alpha. - * configure.in (SIGNAL_HANDLER): Use include/dwarf2-signal.h on - Alpha. - (SIGNAL_HANDLER): Test "$enable_sjlj_exceptions", not - "$libgcj_sjlj". - * configure: Rebuilt. - * include/dwarf2-signal.h (MAKE_THROW_FRAME): Adjust PC - for Alpha. - (SIGNAL_HANDLER): Use siginfo style handler. - (INIT_SEGV): Likewise. - (INIT_FPE): Likewise. - * include/ppc-signal.h: Delete whole file. - -2001-05-24 Tom Tromey - - * java/lang/natString.cc (init): Throw - ArrayIndexOutOfBoundsException. - (getChars): Likewise. - (getBytes): Likewise. - (valueOf): Likewise. - - * configure.in: Only allow hash synchronization when POSIX threads - are enabled. - * java/lang/natObject.cc (alloc_heavy): Properly find `init' field - of sync info object. - -2001-05-23 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (AM_CXXFLAGS): Remove -fvtable-thunks. - - Revert patch of 2001-05-21: - * Makefile.am (libgcj_la_DEPENDENCIES): Removed nat_files. - (libgcj_la_LIBADD): Likewise. - (libgcjx_la_DEPENDENCIES): Removed x_nat_files. - (libgcjx_la_LIBADD): Likewise. - - * posix-threads.cc (_Jv_self_cache): Renamed from self_cache. - * gcj/Makefile.in: Rebuilt. - * gcj/Makefile.am (gcj_HEADERS): Added libgcj-config.h. - * gcj/javaprims.h: Include gcj/libgcj-config.h. - * gcj/libgcj-config.h.in: New file. - * libgcj.spec.in (*jc1): Added @HASH_SYNC_SPEC@. - * configure: Rebuilt. - * configure.in: Enable hash synchronization by default on some - platforms. - (HASH_SYNC_SPEC): New subst. - (AC_CONFIG_HEADER): Added gcj/libgcj-config.h. - Correctly use `test -z' instead of `test -n' in a couple places. - (JV_HASH_SYNCHRONIZATION): Use AC_DEFINE; don't add to - LIBGCJ_CXXFLAGS. - * configure.host (enable_java_net_default): Initialize. - (enable_hash_synchronization_default): New variable. - -2001-05-23 Hans Boehm - - * boehm.cc (_Jv_MarkObj): Don't mark sync_info when hash - synchronization in use. - (_Jv_MarkArray): Likewise. - (_Jv_AllocBytes): Don't check return result. - (handle_out_of_memory): New function. - (_Jv_InitGC): Set GC_oom_fn. - (trace_one_vtable): New global. - (_Jv_AllocTraceOne): New function. - * configure.in: Added --enable-hash-synchronization. - * defineclass.cc, prims.cc, resolve.cc, java/lang/natString.cc, - java/net/natInetAddress.cc: Remove _Jv_AllocBytesChecked. - * nogc.cc (_Jv_AllocObj): Throw out-of-memory. - (_Jv_AllocArray): Likewise. - (_Jv_AllocBytes): Likewise. - (_Jv_AllocPtrFreeObject): New function. - (_Jv_AllocTraceOne): Likewise. - * posix-threads.cc (_Jv_ThreadRegister): Handle slow - pthread_self(). - (self_cache): New global. - (_Jv_ThreadSelf_out_of_line): New function. - * prims.cc (_Jv_AllocBytesChecked): Removed. - (_Jv_ThrowNoMemory): New function. - (_Jv_AllocObject): Don't check for null return from allocator. - (_Jv_NewObjectArray): Likewise. - (_Jv_AllocPtrFreeObject): New function. - (_Jv_NewPrimArray): Allocate pointer-free object if possible. - * include/javaprims.h (_Jv_AllocPtrFreeObject): Declare. - (_Jv_MonitorEnter, _Jv_MonitorExit): Don't return value. - * include/boehm-gc.h (_Jv_AllocObj): Define. - (_Jv_AllocPtrFreeObj): Define. - * include/jvm.h (_Jv_AllocPtrFreeObj): Declare. - (_Jv_ThrowNoMemory): Declare. - (_Jv_AllocTraceOne): Declare. - (_Jv_AllocBytesChecked): Removed. - * include/posix-threads.h (_Jv_MutexInit, _Jv_MutexLock, - _Jv_MutexUnlock): Handle LOCK_DEBUG. - (_Jv_ThreadSelf): Handle case where system pthread_self() is - slow. - * java/lang/Class.h (Class): Declare _Jv_AllocPtrFreeObj as - friend. - * java/lang/Object.h (sync_info): Conditional upon presence of - hash synchronization. - * java/lang/natObject.cc: Much new code to handle thin locks and - hash synchronization. - * java/lang/natString.cc (_Jv_AllocString): Allocate pointer-free - object if possible. - -2001-05-23 Joseph S. Myers - - * gij.cc (version): Update copyright year. - -2001-05-22 Anthony Green - - * configure.in: Tweak canadian cross test, and don't redefine GCJ - for cross builds. - -2001-05-21 Per Bothner - - Implement invocation interface; don't create new thread for main. - * java/lang/Thread.java (gen_name): Make native. - ((Thread,THreadGroup,Runnable,String)): New private - constructor, used by other constructors, and _Jv_AttachCurrentThread. - * java/lang/natThread.cc (gen_name): New implementation. - (_Jv_AttachCurrentThread, _Jv_DetachCurrentThread): New. - * prims.cc (main_init): Removed, replaced by _Jv_CreateJavaVM. - (_Jv_CreateJavaVM): New runtime initialization procedure. - (runFirst): New proecdure - mostly code from old FirstThread::run. - (JvRunMain, _Jv_RunMain): Re-write to use new invocation code. - * gcj/cni.h (JvCreateJavaVM, JvAttachCurrentThread, - JvDetachCurrentThread): New inline wrappers. - * gcj/javaprims.h (_Jv_CreateJavaVM, _Jv_AttachCurrentThread, - _Jv_DetachCurrentThread): New declarations. - * gnu/gcj/runtime/FirstThread.java: Gutted. Now contains only ... - (getMain): new static method. - * gnu/gcj/runtime/natFirstThread.cc: Removed; run method replaced - by runFirst in prims.cc. - (java/lang/Thread.h): Update for new invocation interface. - * include/posix-threads.h (_Jv_ThreadRegister, - _Jv_ThreadUnRegister): New declarations. - * posix-threads.cc (_Jv_ThreadRegister, _Jv_ThreadUnRegister): New. - (really_start): Use new _Jv_ThreadRegister. - * include/no-threads.h (_Jv_ThreadInitData): No longer inline. - (_Jv_ThreadRegister, _Jv_ThreadUnRegister): New empty inlines. - * no-threads.cc (_Jv_ThreadInitData): Set _Jv_OnlyThread here. - Complain of called when _Jv_OnlyThread already set. - (_Jv_ThreadStart): Always JvFail. - * include/win32-threads.h (_Jv_Thread_t): New thread_obj field. - (_Jv_ThreadRegister, _Jv_ThreadUnRegister): New declarations. - * win32-threads.cc (struct starter): Remove objet field - - we use _Jv_Thread_t's new thread_obj field instead. - (_Jv_ThreadInitData): Set _Jv_Thread_t's thread_obj field. - (_Jv_ThreadRegister, _Jv_ThreadUnRegister): New. - (really_start): Use new _Jv_ThreadRegister. - * jni.cc (_Jv_JNI_AttachCurrentThread): Use _Jv_AttachCurrentThread. - (_Jv_JNI_DetachCurrentThread): Use _Jv_DetachCurrentThread. - * gnu/gcj/jni/NativeThread.java, gnu/gcj/jni/natNativeThread.cc: - Removed - no longer needed with new invocation interface. - * Makefile.am: Update for removed/added files. - -2001-05-21 Per Bothner - - * Makefile.am (libgcj_la_DEPENDENCIES): Add $(nat_files). - (libgcj_la_LIBADD): Likewise. - (libgcjx_la_DEPENDENCIES, libgcjx_la_LIBADD): Add $(x_nat_files). - -2001-05-21 Per Bothner - - * gcj/javaprims.h (_Jv_FormatInt): New declaration. - * java/lang/natString.cc (_JvFormatInt): New primitive, with logic - taken from old Integer.toString code. - (Integer::valueOf): Use _Jv_FormatInt. - * java/lang/Integer.java (toString): Just use call String.valueOf. - * java/lang/Long.java (toString): Fix typo in comment. - * java/lang/String.java (valueOf(int)): Make native. - * java/lang/StringBuffer.java (append(int)): Make native. - * java/lang/natStringBuffer.cc: New file, for append(jint). - * Makefile.am (nat_source_files): Add java/lang/natStringBuffer.cc. - -2001-05-21 Tom Tromey - - * gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Now public. - -2001-05-18 Andrew Haley - - * include/dwarf2-signal.h: New file. - * configure.in (SYSDEP_SOURCES): Add dwarf2-signal.h for PPC. - * configure.host (EXCEPTIONSPEC): Don't use sjlj on PPC. - * configure: Rebuilt. - -2001-05-21 Bryce McKinlay - - * configure.in: Update boehm-gc include dir for new GC version. - * configure: Rebuilt. - * exception.cc: Only include . Remove TRUE/FALSE hacks and - extern "C" wrapper. - * boehm.cc: Update includes for new GC version. MAKE_PROC is now - GC_MAKE_PROC. mark_proc is now GC_mark_proc. - * posix-threads.cc: Only include . Don't need to wrap with - extern "C". - -2001-05-18 Alexandre Petit-Bianco - - * include/posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.' - (_Jv_MutexInit): Likewise. - -2001-05-18 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added Polygon.java. - -2001-05-18 Bryce McKinlay - - * include/jvm.h: Move "#pragma GCC java_exceptions" to ... - * gcj/javaprims.h: ... here. - * gnu/gcj/io/shs.cc: Add "#pragma GCC java_exceptions". - -2001-05-17 Martin Kahlert - - * java/lang/natClass.cc (_Jv_FindIIndex): Fix an off by one error - with length of ioffset table. - (_Jv_IsAssignableFrom): Likewise. - -2001-05-17 Per Bothner - - * Makefile.am (ZIP): The "fastjar" binary is now plain "jar". - -2001-05-16 Tom Tromey - - * java/text/SimpleDateFormat.java (parse): Handle non-dst time - zones. - -2001-05-15 Tom Tromey - - * java/util/GregorianCalendar.java (computeTime): Only call - getTimeZone() once. - -2001-05-14 Tom Tromey - - * java/text/SimpleDateFormat.java (parse): Clear DST_OFFSET and - ZONE_OFFSET just before computing the time. - -2001-05-12 Zack Weinberg - - * Makefile.am (libgcj_la_OBJECTS): Remove libsupc++convenience.la. - * Makefile.in: Regenerate (by hand). - * include/jvm.h: Add #pragma GCC java_exceptions at top of file. - * doc/cni.sgml: Document #pragma GCC java_exceptions. - -2001-05-11 Richard Henderson - - * configure.in (ia64-*): Don't set SYSDEP_SOURCES. - * java/lang/natThrowable.cc: Don't use __ia64_backtrace. - -2001-05-11 Richard Henderson - - * exception.cc: Include unwind-pe.h. Remove all pointer - encoding logic. - -2001-05-10 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added Polygon.java. - * java/awt/Polygon.java: New file. - - * java/awt/geom/AffineTransform.java - (setToRotation(double,double,double)): New method. - (AffineTransform): Set type to TYPE_GENERAL_TRANSFORM. - (setToShear): Likewise. - -2001-05-10 Tom Tromey - - * java/util/GregorianCalendar.java: Imported from Classpath. - * gnu/java/locale/LocaleInformation_nl.java: New file from - Classpath. - * gnu/java/locale/LocaleInformation_en.java: Likewise. - * gnu/java/locale/LocaleInformation_de.java: Likewise. - * gnu/java/locale/LocaleInformation.java: Likewise. - * natGregorianCalendar.cc: Removed. - * Makefile.in: Rebuilt. - * Makefile.am (nat_source_files): Removed - natGregorianCalendar.cc. - -2001-05-10 Tom Tromey - - * java/text/SimpleDateFormat.java (computeCenturyStart): New - method. - (defaultCenturyStart): Use it. - (readObject): Likewise. - (SimpleDateFormat): Clear the calendar. Set the grouping on the - number format. - (parse): Copy the calendar before modifying it. Correctly handle - the time zone. - - * java/util/Calendar.java (clear): Set field value(s) to 0. - -2001-05-10 Jeff Sturm - - * Calendar.java (get): Clear areFieldsSet if requested field - is not set. - (set): Unset fields that depend on new value. - -2001-05-06 Bryce McKinlay - - * java/lang/Class.h (_Jv_Self): New union type. - (Class): Manipulate vtable pointer via _Jv_Self union. Thanks to - Jeff Sturm and Fergus Henderson. - -2001-05-06 Bryce McKinlay - - * java/lang/ClassLoader.java: Remove dead code fragment. - -2001-05-03 Martin Kahlert - - * jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds - checking. - (_Jv_JNI_SetPrimitiveArrayRegion): Likewise. - -2001-04-30 Andrew Haley - - * libgcj.spec.in (jc1): Add EXCEPTIONSPEC. - * configure.host (EXCEPTIONSPEC): New. - * configure.in (EXCEPTIONSPEC): New. - * configure: Rebuilt. - -2001-05-02 Bryce McKinlay - - * doc/*.texi: Remove generated documentation. - -2001-04-30 Matt Kraai - - * java/io/natFile.cc (performSetReadOnly): Fix #ifdef test. - (performDelete): Fix #endif placement. - -2001-04-27 Zack Weinberg - - * prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc. - * posix-threads.cc (_Jv_ThreadInitData): Use _Jv_Malloc. - (_Jv_ThreadDestroyData): Use _Jv_Free. - * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): - Use _Jv_Malloc. - -2001-04-27 Tom Tromey - - * jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds - checking. - (_Jv_JNI_SetPrimitiveArrayRegion): Likewise. - -2001-04-27 Martin Kahlert - - * include/jni.h (struct JNINativeInterface): Fixed types in - Get/Set*ArrayRegion declarations. - (class _Jv_JNIEnv): Likewise. - -2001-04-26 Alexandre Oliva - - * configure.in: Obtain THREADS with `gcc -v'. - * configure: Rebuilt. - -2001-04-25 Bryce McKinlay - - Fix PR libgcj/2237: - * java/io/ObjectStreamClass.java (setClass): Calculate - serialVersionUID for local class and compare it against the UID - from the Object Stream. Throw InvalidClassException upon mismatch. - (setUID): Renamed to... - (getClassUID): this. Return the calculated class UID rather than - setting uid field directly. - (getDefinedSUID): Removed. - * java/io/ObjectInputStream.java (resolveClass): Use the - three-argument Class.forName(). - * java/io/InvalidClassException (toString): Don't include classname in - result if it is null. - -2001-04-25 Kaveh R. Ghazi - - * java/net/natInetAddress.cc (java::net::InetAddress::aton): - Wrap use of inet_pton in HAVE_INET6. - -2001-04-25 Bryce McKinlay - - java.security merge and ClassLoader compliance fixes. - - * java/lang/Class.h (Class): Include ProtectionDomain.h. - New protectionDomain field. - (forName): Add initialize parameter. Fixes declaration to comply with - JDK spec. - * java/lang/natClass.cc (forName): Correct declaration of the three-arg - variant. Honour "initialize" flag. - (getProtectionDomain0): New method. - * java/lang/Class.java: Fix forName() declaration. - (getPackage): New method based on Classpath implementation. - (getProtectionDomain0): New native method decl. - (getProtectionDomain): New method. - * java/lang/ClassLoader.java (getParent): Now final. - (definedPackages): New field. - (getPackage): New. - (defineClass): New variant with protectionDomain argument. - (definePackage): New. - (getPackages): New. - (findSystemClass): Now final. - (getSystemResourceAsStream): Remove redundant "final" modifier. - (getSystemResource): Remove redundant "final" modifier. - (getResources): Now final. - (protectionDomainPermission): New static field. - (unknownProtectionDomain): Ditto. - (defaultProtectionDomain): Ditto. - (getSystemClassLoader): Now non-native. - * java/util/ResourceBundle.java (tryGetSomeBundle): Use the correct - arguments for Class.forName(). - * java/lang/Package.java: New file. - * gnu/gcj/runtime/VMClassLoader.java (getVMClassLoader): Removed. - (instance): Static initialize singleton. - (findClass): Override this, not findSystemClass. - * java/lang/natClassLoader.cc (defineClass0): Set class's - protectionDomain field as specified. - (getSystemClassLoader): Removed. - (findClass): Renamed from findSystemClass. Call the interpreter via - URLClassLoader.findClass if loading class via dlopen fails. - - * java/security/*.java: java.security import/merge with Classpath. - * java/security/acl/*.java: Likewise. - * java/security/interfaces/*.java: Likewise. - * java/security/spec/*.java: Likewise. - * java/net/NetPermission.java: Likewise. - * java/net/SocketPermission.java: Likewise. - * gnu/java/security/provider/DefaultPolicy.java: Likewise. - - * Makefile.am: Add new classes. - * Makefile.in: Rebuilt. - * gcj/javaprims.h: CNI namespace rebuild. - -2001-04-24 Alexandre Oliva - - * configure.in (CPPFLAGS): Added builddir and srcdir to CPPFLAGS - for libtool tests. Pre-create gnu/classpath/Configuration.java. - * configure: Rebuilt. - -2001-04-21 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added Line2D.java. - * java/awt/geom/Line2D.java: Wrote. - - * java/awt/Menu.java (addNotify): Wrote. - - * java/awt/PopupMenu.java (addNotify): Implemented. - (show): Likewise. - - * java/awt/Scrollbar.java (addNotify): Call super.addNotify. - * java/awt/List.java (addNotify): Call super.addNotify. - * java/awt/Label.java (addNotify): Call super.addNotify. - * java/awt/FileDialog.java (addNotify): Call super.addNotify. - * java/awt/Dialog.java (addNotify): Call super.addNotify. - * java/awt/Choice.java (addNotify): Call super.addNotify. - * java/awt/CheckboxMenuItem.java (addNotify): Call super.addNotify. - * java/awt/Checkbox.java (addNotify): Call super.addNotify. - - * java/awt/List.java (replaceItem): Notify peer. - - * java/awt/geom/Rectangle2D.java - (Float.setRect(float,float,float,float)): New method. - - * java/awt/event/ContainerEvent.java (getContainer): Now returns - Container. - - * java/awt/RenderingHints.java (Key): Class now public. - - * java/awt/Rectangle.java (Rectangle): Now implements - Serializable. - (getPathIterator): Removed. - - * java/awt/GraphicsConfiguration.java (GraphicsConfiguration): New - constructor. - - * java/awt/FileDialog.java: Wrote. - - * java/awt/EventQueue.java (isDispatchThread): Now public. - (invokeLater): Likewise. - - * java/awt/Component.java (setCursor): Update peer. - (getFontMetrics): Use peer. - - * java/awt/ComponentOrientation.java (ComponentOrientation): Class - now final. - -2001-04-20 Tom Tromey - - * java/awt/List.java: Wrote. - * java/awt/Dialog.java: Wrote. - -2001-04-20 Warren Levy - - * java/lang/natSystem.cc (getSystemTimeZone): Adjust for DST. - * java/text/SimpleDateFormat.java - (indexInArray): Removed private method. - (processYear): Removed private method. - (parseLenient): Removed private method. - (parseLeadingZeros): Removed private method. - (parseStrict): Removed private method. - (expect): Added new private method. - (parse): Reverted to pre-Classpath merge version with minor fixes. - * java/util/natGregorianCalendar.cc (computeTime): Handle strict - calendars. - -2001-04-12 Bryce McKinlay - - * java/io/File.java (normalizePath): New private method. - (File (String)): Use normalizePath(). - (File (String, String)): Likewise. - - * Makefile.am (libffi_files): Removed. - (libgcj.la): Link libffi as a convenience library instead of - refering to its object files directly. - * Makefile.in: Rebuilt. - -2001-04-08 Per Bothner - - * java/lang/natString.cc (_Jv_NewStringUtf8Const): Register finalizer. - Recalculate hash, since Utf8Const's hash is only 16 bits. - - * java/lang/natString.cc (_Jv_StringFindSlot, rehash): Use high-order - bits of hash to calculate step for chaining. - - * java/lang/natString.cc (intern, _Jv_NewStringUtf8Const): Rehash - when 2/3 full, rather than 3/4 full. - -2001-04-06 Tom Tromey - - * jni.cc (wrap_value, wrap_value): Removed. - (wrap_value): New specialization. - (_Jv_JNI_PopLocalFrame): Update env->locals. - -2001-04-05 Tom Tromey - - * libtool-version: Updated current. - -2001-04-04 Andreas Jaeger - - * gcj/Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo. - * gcj/Makefile.in: Rebuilt. - * Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo. - * Makefile.in: Rebuilt. - * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo. - * testsuite/Makefile.in: Rebuild. - * include/Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo. - * include/Makefile.in: Rebuild. - -2001-04-02 Zack Weinberg - - * testsuite/lib/libjava.exp: Correct typo: 'output from source - compiled test', not 'execution from source compiled test'. - Use UNTESTED, not XFAIL, for tests which are not run because - they depend on a previous test which failed. - -2001-04-02 Richard Henderson - - * configure.in (GCC_UNWIND_INCLUDE): Assume we're built within - the same tree as gcc. - * configure: Rebuilt. - - * exception.cc (_Jv_Throw): Clarify commentary. - -2001-04-02 Marcus G. Daniels - - * jni.cc (wrap_value): New specialization. - -2001-04-02 Tom Tromey - - * java/io/PrintStream.java (out): Removed field. Fixes PR - java/2449. - (write): Call flush, not out.flush, per spec. - (close): Flush output stream, per spec. Handle - InterruptedIOException. - (checkError): Likewise. - (flush, print, write): Handle InterruptedIOException per spec. - (PrintStream): Don't create BufferedOutputStream. - (work_bytes): New field. - (writeChars): Use work_bytes. Don't assume `out' is a - BufferedOutputStream. - -2001-04-02 Torsten Rueger - - * java/text/MessageFormat.java (setLocale): Added missing `else'. - For PR libgcj/2429. - -2001-03-30 Tom Tromey - - * jni.cc (add_char): Correctly encode non-ascii characters. - (add_char): Define even when INTERPRETER not defined. - (mangled_name): Likewise. - (_Jv_GetJNIEnvNewFrame): Likewise. - (_Jv_LookupJNIMethod): Likewise. - -2001-03-23 Kevin B Hendricks - - * configure.host: Enable interpreter for PPC. - -2001-04-02 Bryce McKinlay - - * java/lang/natSystem.cc (init_properties): Revert yesterday's changes - to "file.separator", "path.separator", and "java.io.tmpdir" property - initialization. - * java/io/File.java: Likewise. - * java/io/natFile.cc (init_native): Likewise. - * java/io/natFileWin32.cc (init_native): Likewise. - -2001-04-01 Per Bothner - - * java/lang/natString.cc (intern): If string's data does not point to - this String, make a fresh String that does. - - * java/lang/natString.cc (unintern): Replace by static function. - * java/lang/String.java (unintern): Remove method. - -2001-04-01 Per Bothner - - * DeflaterOutputStream.java (deflate): Loop while def.needsInput. - (finish): def.deflate needs to be called in a loop. - (inbuf, inbufLength): New private fields. - (write(int)): Use inbuf. - (write(byte[],int,int): Check if pending output in inbuf. - * ZipOutputStream.java: Don't use Deflater if stored. - Use a Checksum object directly, not via a CheckedOutputStream. - (uncompressed_size): New field, - (closeEntry): Only write data_directory if needed. - (write): If STORED, write directly. - Always update crc, and uncompressed_size. - (write_entry): Fix lots of protocol erors. - -2001-04-01 Bryce McKinlay - - 1.3-Compliant Implementation of java.io.File. - * java/lang/natSystem.cc (init_properties): Get "file.separator", - "path.separator", and "java.io.tmpdir" from the File class, instead - of setting them explicitly. - * java/io/File.java: Do not canonicalize paths for security manager - checks. Call init_native() from static initializer. Do not pass path - argument to native methods. New native method declarations. Some - security manager checks moved to checkWrite(). - (equals): Check file system case sensitivity and act appropriatly. - (hashCode): Likewise. - (isHidden): New method implemented. - (performList): Changed prototype. Now takes a class argument specifying - the class of the returned array: Strings or File objects. Also added - FileFilter argument. - (listFiles): New variants with "File" return type implemented. - (createTempFile): Use createNewFile(). Use maxPathLen. - (setReadOnly): New method implemented. - (listRoots): Likewise. - (compareTo): Likewise. - (setLastModified): Likewise. - (checkWrite): New method. - (setPath): Removed. - * java/io/natFile.cc: Various functions no longer take canonical path - argument. - (stat): Handle ISHIDDEN query. - (isAbsolute): Remove WIN32 cruft. - (performList): New arguments. Handle returning either File[] or String[] - arrays. Check with FileFilter or FilenameFilter arguments as - appropriate. Use an ArrayList, not a Vector, for the temporary list. - (performSetReadOnly): New method implemented. - (performListRoots): Likewise. - (performSetLastModified): Likewise. - (performCreate): Likewise. - (init_native): New initialization function. - * java/io/natFileWin32.cc: Various functions no longer take canonical - path argument. - (stat): Add FIXME about ISHIDDEN query. - (performList): New arguments. Handle returning either File[] or String[] - arrays. Check with FileFilter or FilenameFilter arguments as - appropriate. Use an ArrayList, not a Vector, for the temporary list. - (performSetReadOnly): New. Stubbed. - (performListRoots): Likewise. - (performSetLastModified): Likewise. - (performCreate): Likewise. - (init_native) New initialization function. - * configure.in: Check for utime() and chmod(). - * configure: Rebuilt. - * include/config.h.in: Rebuilt. - - Resolves PR libgcj/1759. - -2001-03-28 Richard Henderson - - IA-64 ABI Exception Handling: - * Makefile.am (GCC_UNWIND_INCLUDE): Rename from EH_COMMON_INCLUDE. - (AM_CXXFLAGS): -fnon-call-exceptions not -fasynchronous-exceptions. - Remove EXCEPTIONSPEC. - * configure.host (libgcj_sjlj): Remove. - * configure.in (EXCEPTIONSPEC): Remove. - (enable-sjlj-exceptions): Detect if not specified. - (GCC_UNWIND_INCLUDE): Rename from EH_COMMON_INCLUDE; change - what header we're looking for. - * libgcj.spec.in (jc1): Remove EXCEPTIONSPEC. - * Makefile.in, configure: Regenerate. - * exception.cc: Don't declare libgcc2 stuff. - (java_eh_info, _Jv_type_matcher, _Jv_exception_info): Remove. - (_Jv_eh_alloc, _Jv_eh_free, _Jv_setup_eh_info): Remove. - (win32_get_restart_frame): Remove. - (struct java_exception_header): New. - (__gcj_exception_class): New. - (get_exception_header_from_ue): New. - (_Jv_Throw): Rewrite for IA-64 ABI unwind routines. - (size_of_encoded_value, read_encoded_value): New. - (read_uleb128, read_sleb128, parse_lsda_header): New. - (get_ttype_entry, __gcj_personality_sj0): New. - * gcj/javaprims.h (_Jv_Sjlj_Throw): Remove. - -2001-03-27 Joerg Brunsmann - - * javax/naming/InitialContext.java (init): Fix typo. - (composeName): Remove unnecessary semicolon. - (addToEnvironment): Remove unnecessary semicolon. - (addToEnvironment): Use put() instead of add(). - - * javax/naming/InitialContext.java (InitialContext): - Make public. - (destroySubcontext): Method doesn't return a result. - * javax/naming/Context.java: Import java.util.Hashtable. - * javax/naming/Name.java: Import java.util.Enumeration. - -2001-03-27 Bryce McKinlay - - * Makefile.am (libffi_files): Use 'find' to pick up libffi libtool - objects in subdirectories. - * Makefile.in: Rebuilt. - -2001-03-25 Richard Henderson - - * exception.cc (java_eh_info): Make value type jthrowable. - (_Jv_type_matcher): Remove now unneeded cast. - (_Jv_Throw): Make argument type jthrowable. Munge name - for SJLJ_EXCEPTIONS here ... - * gcj/cni.h: ... not here. - (JvThrow): Remove. - * gcj/javaprims.h (_Jv_Throw, _Jv_Sjlj_Throw): Update declarations. - - * defineclass.cc, interpret.cc, jni.cc, posix-threads.cc, - prims.cc, resolve.cc, gnu/gcj/runtime/natFirstThread.cc, - gnu/gcj/xlib/natDrawable.cc, gnu/gcj/xlib/natFont.cc, - gnu/gcj/xlib/natWMSizeHints.cc, gnu/gcj/xlib/natWindowAttributes.cc, - gnu/gcj/xlib/natXImage.cc, java/io/natFile.cc, - java/io/natFileDescriptorEcos.cc, java/io/natFileDescriptorPosix.cc, - java/io/natFileDescriptorWin32.cc, java/io/natFileWin32.cc, - java/lang/natClass.cc, java/lang/natClassLoader.cc, - java/lang/natDouble.cc, java/lang/natObject.cc, - java/lang/natPosixProcess.cc, java/lang/natRuntime.cc, - java/lang/natString.cc, java/lang/natSystem.cc, - java/lang/natThread.cc, java/lang/reflect/natArray.cc, - java/lang/reflect/natConstructor.cc, java/lang/reflect/natField.cc, - java/lang/reflect/natMethod.cc, java/util/zip/natDeflater.cc, - java/util/zip/natInflater.cc: - Use throw, not JvThrow or _Jv_Throw. - -2001-03-24 Bryce McKinlay - - * java/util/HashMap.java (HashMap): If 0 is given for initialCapacity - paramater, bump it to 1. - * java/util/Hashtable.java (Hashtable): Likewise. - -2001-03-23 Per Bothner - - * java/lang/natDouble.cc (parseDouble): Cannot use errno to - check for errors, since we don't want to throw exception on - overflow/underflow. Instead, trim whitespace, and then check that - _strtod_r uses up all the rest of the string. - - * java/lang/natClass.cc (_Jv_IsAssignableFrom): Checking the - ancestors array is invalid for interfaces, so do that *after* - check that the target type is not an interface. - -2000-03-23 Jeff Sturm - - * prims.cc (_Jv_FindClassFromSignature): Check return of - recursive call. Do not abort on invalid signature; return NULL - instead. - -2001-03-22 Tom Tromey - - * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields. - * java/lang/reflect/natField.cc (getType): Use _Jv_ResolveField - unconditionally. - * include/jvm.h (_Jv_ResolveField): Declare. - * include/java-interp.h (_Jv_ResolveField): Don't declare. - * resolve.cc (_Jv_ResolveField): No longer conditional on - INTERPRETER. - -2001-03-23 Bryce McKinlay - - Fix for PR libgcj/1736. Thanks to Robert Boehne and Alexandre Oliva - for libtool hacking. - * Makefile.am (libgcj.la): New explicit rule. Echo the list of objects - to a temporary file, then invoke libtool with the -objectlist - paramater. - (libgcjx.la): Likewise. - * Makefile.in: Rebuilt. - -2001-03-22 Joerg Brunsmann - - * javax/naming/Context.java (SECURITY_CREDENTIALS): Fix typo. - -2001-03-22 Marcus G. Daniels - - * jni.cc (add_char): Handle `.' like `/'. - -2001-03-22 Bryce McKinlay - - * java/lang/reflect/Method.java (getExceptionTypes): Call getType() to - initialize if exception_types is null. - * java/lang/reflect/Constructor.java: Likewise. - * java/lang/reflect/natConstructor.cc (getType): Initialize - exception_types to an empty Object array. - -2001-03-21 Tom Tromey - - * configure: Rebuilt. - * configure.in (GCJFLAGS): Subst. - * Makefile.in: Rebuilt. - * Makefile.am (jv_convert_LDFLAGS): Added -shared-libgcc. - (gij_LDFLAGS): Likewise. - (JC1FLAGS): Added GCJFLAGS and removed -g. - - * java/io/natFileDescriptorPosix.cc (open): Add O_CREAT in - read/write case. Fixes PR libgcj/2338. - -2001-03-20 Warren Levy - - * java/util/TimeZone.java: Sync up with Classpath. Includes new - and corrected SimpleTimeZone's for the timezones hash table. - -2001-03-19 Per Bothner - - * java/net/URLStreamHandler.java (parseURL): Fix bug which would - "canonicalize" "../../xxx" to "/xxx". - -2001-03-19 Mark Wielaard - - * java/util/ArrayList.java: Remove RCS keywords from comments - * java/util/BasicMapEntry.java: idem - * java/util/Dictionary.java: idem - * java/util/HashSet.java: idem - - * java/util/EventObject.java: reindent - * java/util/Properties.java: idem - * java/util/SortedMap.java: idem - - * java/util/Enumeration.java: Merge with Classpath - * java/util/EventListener.java: idem - * java/util/Observable.java: idem - * java/util/Observer.java: idem - * java/util/Stack.java: idem - -2001-03-17 Tom Tromey - - * java/lang/natString.cc (rehash): Don't bother with memset; - _Jv_AllocBytes returns zero'd memory. Use _Jv_AllocBytesChecked. - Use UNMASK_PTR. - (UNMASK_PTR): New macro. - (intern): Unmask pointer before returning it. Register finalizer - for the string. - (unintern): Handle case where - (MASK_PTR): New macro. - (PTR_MAKSED): Likewise. - (_Jv_NewStringUtf8Const): Use UNMASK_PTR. - -2001-03-01 Andrew Haley - - * java/lang/natThrowable.cc (printRawStackTrace): Copy the - stackTrace buffer to a correctly aligned pointer array. - -2001-03-12 Bryce McKinlay - - * java/lang/Runtime.java (_exit): Declare new package-private native. - * java/lang/natRuntime.cc (_exit): Implemented. Same as exit() but - without a security manager check. - (exit): Call _exit after security check. - * prims.cc (JvRunMain): Call Runtime._exit to shutdown the runtime - "naturally". - * java/lang/System.java (setSecurityManager): If a security manager - is already in place, call checkPermission. - * java/lang/ThreadGroup.java (uncaughtException): If printStackTrace() - throws an exception, try to deal with it gracefully. - * java/lang/ExceptionInInitializerError.java (printStackTrace): - Only try to print the subordinate stack trace if "exception" is set. - Print our class name first. - -2001-03-08 Tom Tromey - - * java/io/ObjectStreamClass.java (setUID): Don't write interface - info for array classes. - Fixes PR libgcj/1971. - -2001-03-06 Bryce McKinlay - - * java/util/TreeSet.java (writeObject): Use a for-loop instead of - Iterator.hasNext(). - -2001-03-05 Jochen Hoenicke - - * java/util/TreeMap.java (writeObject): Use defaultWriteObject() - instead of the new JDK1.2 API. This is simpler and makes - back-porting the classes to JDK1.1 trivial. - (readObject): likewise. - -2001-03-01 Per Bothner - - Changes merged from Kawa's gnu.math. - * gnu/gcj/math/MPN.java (rshift0): New method handles zero shift count. - (rshift(int[],int[],int,int): Removed - not needed. - (gcd): Use rshift0 rather than rshift. - * java/math/BigInteger.java (setShiftRight): Likewise. - (divide): Simplify by using rshift0. - (divide): Zero-extend results if high-order bit set. - -2001-02-27 Bryce McKinlay - - * libgcj.spec.in: Insert %(libgcc) before %(liborig) to fix static - linking. - -2001-02-23 Per Bothner - - Change to sometimes include class name in ClassFormatError message. - * defineclass.cc (_Jv_VerifyFieldSignature, _Jv_VerifyMethodSignature, - _Jv_VerifyIdentifier, _Jv_VerifyClassName (two overlods)): Return - boolean instead of throwing ClassFormatError on failure. - (throw_class_format_error): Change static function to method. - (_Jv_ClassReader): New inline methods verify_identifier, - two overloads of verify_classname, verify_field_signature, and - verify_method_signature - * include/java-interp.h: Update declarations to return bool. - * java/lang/natClassLoader.cc (defineClass0): Explicitly throw - ClassFormatError since _Jv_VerifyClassName now returns bool. - -2001-02-23 Per Bothner - - * java/lang/Throwable.java (CPlusPlusDemangler): Pass -s java to - c++filt to select java-style output. - -2001-02-22 Bryce McKinlay - - Fix for PR java/2040: - * java/util/HashMap.java (HashMap): Don't throw exception for - loadFactor > 1. Add exception messages. - * java/util/Hashtable.java (Hashtable): Likewise. - -2001-02-21 Bryce McKinlay - - Disable libgcjx by default. - * configure.in: Add support for --enable-java-awt configure option. - Use --enable-java-awt=xlib to build the xlib peers (libgcjx). - * Makefile.am: Make libgcjx conditional on XLIB_AWT, instead of NO_X. - * Makefile.in: Rebuilt. - * configure: Rebuilt. - -2001-02-20 Tom Tromey - - * java/io/PipedWriter.java (flush): Throw exception if stream - closed. - * java/io/OutputStreamWriter.java (write): Throw exception if - stream closed. - (writeChars): Don't throw exception if stream closed. - * java/io/CharArrayWriter.java (closed): New field. - (close): Set it. - (flush): Throw exception if stream closed. - (reset): Synchronize on correct lock. Allow stream to be - reopened. - (toCharArray, toString, writeTo): Synchronize. - (write): Throwe exception if stream closed. - * java/io/BufferedWriter.java (close): Clear `buffer'. - (flush): Throw IOException if stream is closed. - (write): Likewise. - -2001-02-16 Tom Tromey - - * java/lang/ThreadGroup.java (activeCount): Only include threads - which are alive. - (enumerate): Likewise. - -2001-02-19 Bryce McKinlay - - * java/lang/Integer.java (getInteger): Return default argument if - property is not set. Don't call decode with null argument. - * java/lang/Long.java (getLong): Likewise. - - * java/io/CharArrayReader.java (CharArrayReader): Throw - IllegalArgumentException if constructor arguments are illegal. - (ready): Return false if no more characters can be read. - * java/io/ByteArrayInputStream.java (ByteArrayInputStream): Likewise. - -2001-02-17 Mark Wielaard - - * java/util/TimerTask.java: New version from Classpath. - -2001-02-17 Mark Wielaard - - Remerge with Classpath - (changes by Bryce McKinlay ) - * java/io/DataInputStream.java (readBoolean): Use convertToBoolean(). - (readByte): Use convertToByte(). - (readChar): Use convertToChar(). - (readInt): Use convertToInt(). - (readLong): Use convertToLong(). - (readShort): Use convertToShort(). - (readUnsignedByte): Use convertToUnsignedByte(). - (readUnsignedShort): Use convertToUnsignedShort(). - (readUTF): Use convertToUTF(). - - (convertToBoolean): Resurrected. - (convertToByte): Ditto. - (convertToChar): Ditto. - (convertToInt): Ditto. - (convertToLong): Ditto. - (convertToShort): Ditto. - (convertToUnsignedByte): Ditto. - (convertToUnsignedShort): Ditto. - (convertToUTF): Ditto. - -2001-02-17 Mark Wielaard - - * HACKING: new file - -2001-02-17 Mark Wielaard - - * java/io/DataInputStream.java: update copyright notice - * java/io/PrintWriter.java: idem - * java/io/Reader.java: idem - * java/io/StreamTokenizer.java: idem - * java/io/StringReader.java: idem - * java/lang/reflect/ReflectPermission.java: idem - -2001-02-16 Bryce McKinlay - - * java/util/TreeSet.java (clone): Made subclass safe, use - super.clone(), not new. - * java/util/TreeMap.java (clone): Likewise. - - * java/util/TreeMap.java (nil): Made non-final. - (clone): Create new nil node for copy. - - * java/util/HashSet.java (clone): Made subclass safe, use - super.clone(), not new. - -2001-02-14 Andrew Haley - - * include/i386-signal.h (INIT_SEGV): Use a direct system call to - set the handler. - -2001-02-15 Anthony Green - - * defineclass.cc: Don't include alloca.h. - (prepare_pool_entry): Convert alloca to __builtin_alloca. - * interpret.cc (run_normal): Ditto. - (continue1): Ditto. - * java/lang/natDouble.cc (parseDouble): Ditto. - -2001-02-15 Bryce McKinlay - - * java/util/TreeSet.java (clone): Call TreeMap.clone(), not - Object.clone(). - * java/util/Collections.java (ReverseComparator): New static class. - (reverseOrder): Return static instance of ReverseComparator. - - * gnu/awt/j2d/DirectRasterGraphics.java (clone): Hoist to public. - * gnu/awt/j2d/IntegerGraphicsState.java (setClip): Call - Rectangle.clone(), not Object.clone(). - - * java/util/HashSet.java (clone): Remove try/catch. - - * java/util/AbstractSequentialList.java: Synchronize with Classpath. - * java/util/Collection.java: Likewise. - * java/util/Comparator.java: Likewise. - * java/util/Dictionary.java: Likewise. - * java/util/Iterator.java: Likewise. - * java/util/ListIterator.java: Likewise. - * java/util/Map.java: Likewise. - * java/util/Set.java: Likewise. - -2001-02-14 Bryce McKinlay - - * java/util/TreeMap.java: New file. - * java/util/TreeSet.java: New file. - * Makefile.am: Add TreeMap and TreeSet. Enable WeakHashMap. - * Makefile.in: Rebuilt. - * java/util/HashSet.java (clone): Use constructor instead of calling - clone on itself. - * java/util/SortedSet.java: Sync with classpath. - * java/util/HashMap.java (hash): Use if statement instead of ternary, - for clarity. - - * java/lang/natClass.cc (getSignature): Don't try to dereference - param_types if it is null. Instead, take this to mean "no parameters". - * java/lang/TreeMap.java (TreeIterator.next): Throw - NoSuchElementException in preference to ConcurrentModificationException. - (TreeIterator.remove): Throw IllegalStateException in preference to - ConcurrentModificationException. - (SubMap.firstKey): Do a better check for empty SubMap, and if it is, - throw a NoSuchElementException. - (SubMap.lastKey): Likewise. - -2001-02-13 Tom Tromey - - * java/io/PipedReader.java (ready): Throw IOException if pipe - closed. - * java/io/FilterReader.java (close): Don't clear `in'. - * java/io/CharArrayReader.java (mark): Throw IOException if stream - closed. - (read, ready, reset, skip): Added exception message. - * java/io/BufferedReader.java (mark, reset, ready, read, skip): - Perform checkStatus check inside synchronized block. - -2001-02-13 Tom Tromey - - * gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public. - -2001-02-13 Tom Tromey - - Fix for PR libgcj/1351: - * posix.cc (_Jv_select): Throw InterruptedIOException if thread is - interrupted. - Include Thread.h and InterruptedIOException.h. - -2001-02-13 Bryce McKinlay - - * java/io/BlockDataException.java: Removed. - * java/io/ObjectInputStream.java (readObject): Throw - StreamCorruptedException, not BlockDataException. - * Makefile.am: Remove BlockDataException. - * Makefile.in: Rebuild. - -2001-02-12 Jeff Sturm - Tom Tromey - - * interpret.cc (continue1): [insn_invokevirtual] Do an explicit - null pointer check. - -2001-02-09 Tom Tromey - - * java/util/Timer.java: New version from Classpath. - -2001-02-09 Bryce McKinlay - - * java/lang/Double.java (doubleToRawLongBits): Now native. - * java/lang/Float.java (floatToRawIntBits): Likewise. - * java/lang/natDouble.cc (doubleToRawLongBits): New method. - * java/lang/natFloat.cc (floatToRawIntBits): Likewise. - -2001-02-09 Alexandre Petit-Bianco - - * java/io/File.java (java.net): Imported. - (getAbsoluteFile): Added. - (getCanonicalPath): Likewise. - (toURL): Likewise. - -2001-02-08 Bryce McKinlay - - * java/lang/Byte.java: Remove redundant instanceof and null checks. - * java/lang/Integer.java: Likewise. - * java/lang/Long.java: Likewise. - * java/lang/Short.java: Likewise. - * java/lang/Double.java: Likewise. - (doubleToRawLongBits): New method. - * java/lang/Float.java: As above. - (floatToRawIntBits): New method. - - * java/io/OutputStreamWriter.java: (flush, writeChars): Throw - IOException if stream closed. - -2001-02-08 Tom Tromey - - * java/lang/Float.java (parseFloat): New method. - -2001-02-08 Tom Tromey - - From paul@dawa.demon.co.uk. Fix for PR libgcj/1913: - * java/io/InputStreamReader.java (ready, read): Throw IOException - if stream has been closed. - -2001-02-08 Joseph S. Myers - - * README, gij.cc, java/lang/natClass.cc, java/lang/natSystem.cc: - Change sources.redhat.com and sourceware.cygnus.com references to - gcc.gnu.org. - -2001-02-07 Tom Tromey - - Fix for PR libgcj/1906: - * java/text/MessageFormat.java (setLocale): Use named class - literals. - (forName): Removed. - (format(Object,StringBuffer,FieldPosition)): Special case if - argument is an Object[]. - -2001-02-07 Bryce McKinlay - - * java/util/Arrays.java: Removed "cmp" methods. - (qsort): Don't use "cmp". - (med3): Likewise. - -2001-02-07 Mark Benvenuto - - * java/util/Arrays.java (qsort): Handle N value of 7 with insertion - sort. Fix for PR java/1895. - -2001-02-03 Jeff Sturm - - * configure.host: Use sjlj-exceptions for Alpha. - -2001-02-03 Bryce McKinlay - - * libgcj.spec.in: Don't force static libgcc into the executable. - * configure.in (FORCELIBGCCSPEC): Removed. - * configure: Rebuilt. - -2001-01-31 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (LTCXXCOMPILE): New macro. - -2001-01-26 Andrew Haley - - (INIT_FPE): Use a direct system call to set the handler. - -2001-01-27 Richard Henderson - - * configure.host (alpha*-*) [libgcj_flags]: Add -mieee. - -2001-01-27 Tom Tromey - - * jni.cc (_Jv_JNIFunctions): Added comment for each entry in - native interface structure. - -2001-01-27 Bryce McKinlay - - * java/io/ObjectInputStream.java (read): AND byte with 0xff to make - result unsigned. - (read (byte[], int, int)): Only call readNextBlock() if the block - buffer would actually be overrun. Increment blockDataPosition. - (callReadMethod): Propagate exceptions from invocation target. - * java/io/ObjectOutputStream.java (callWriteMethod): Propagate - exceptions from invocation target. - -2001-01-26 Tom Tromey - - * jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external - to internal representation. - (_Jv_JNI_GetAnyFieldID): Likewise. Also, only use - _Jv_FindClassFromSignature. - -2001-01-26 Warren Levy - - * java/lang/natSystem.cc (getSystemTimeZone): Only use tm_gmtoff - and timezone if they are available on the system. - -2001-01-24 Tom Tromey - - * java/lang/sf_fabs.c: Use uint32_t, not __uint32_t. - -2001-01-24 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (c_source_files): Added sf_fabs.c. - * java/lang/sf_fabs.c: New file. - -2001-01-19 Warren Levy - - * java/text/SimpleDateFormat.java (format): Compute hour for cases - HOUR_OF_DAY1_FIELD (1-24), HOUR1_FIELD (1-12), and HOUR0_FIELD (0-11) - correctly. Adjust properly from 0-23 clock hour. - -2001-01-17 Mark Wielaard - - * java/bean/Beans.java (instantiate): enable Applet code from Classpath - -2001-01-17 Bryce McKinlay - - * java/lang/Class.h (isInterface): Move implementation from - natClass.cc. Declare inline. - (Class): Add default constructor. - * java/lang/Object.h: Update comments. - * java/lang/natClass.cc (initializeClass): Use _Jv_InitClass to - initialize superclass, saving a call if super is already initialized. - -2001-01-16 Alexandre Petit-Bianco - - * prims.cc (init_prim_class): Deleted. - (DECLARE_PRIM_TYPE): Rewritten. - * java/lang/Class.h (stdio.h): Include removed. - (stddef.h): Included. - (java/lang/reflect/Modifier.h): Likewise. - (Class): Contructor now takes arguments, initializes fields. - (initializePrim): Prototype deleted. - * java/lang/natClass.cc (initializePrim): Deleted. - -2001-01-16 Warren Levy - - * java/math/BigInteger.java: Update Copyright year. - -2001-01-16 Hans Boehm - - * java/math/BigInteger.java (setShiftRight): Only do negative shift - if count != 0. - -2001-01-14 Mark Wielaard - * java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com) - (decode): Merge comments with Classpath, don't throw Exception - -2001-01-12 Tom Tromey - - * gnu/awt/gtk/natGtkComponentPeer.cc (getLocationOnScreen): - Wrote. - (setCursor): Wrote. - Include Cursor.h. - * gnu/awt/gtk/natGtkLabelPeer.cc: New file. - * gnu/awt/gtk/natGtkButtonPeer.cc: New file. - * gnu/awt/gtk/gtkcommon.h (class _Jv_GdkThreadLock): New class. - * gnu/awt/gtk/GtkLabelPeer.java: New file. - * gnu/awt/gtk/GtkButtonPeer.java: New file. - - * java/lang/natSystem.cc: Include locale.h if it exists. - * configure: Rebuilt. - * configure.in: Check for locale.h. - -2001-01-11 Tom Tromey - - * java/awt/Cursor.java (Cursor(String)): Set type to custom. - (Cursor(int), getPredefinedCursor): Throw exception if argument - invalid. - -2001-01-03 Tom Tromey - - * gnu/awt/gtk/natGtkComponentPeer.cc (setCursor): Wrote. - (getLocationOnScreen): Wrote. - -2001-01-11 Bryce McKinlay - - * Makefile.am: Re-enable dependencies. - * Makefile.in: Rebuilt. - -2001-01-10 Warren Levy - - * java/math/BigDecimal.java (divide): Fixed comment. - -2001-01-10 Warren Levy - - Fix for PR libgcj/1596: - * java/math/BigDecimal.java (divide): Check newScale for validity. - Ensure that BigInteger.pow() is called with a non-negative value. - (setScale (int)): New public method. - (setScale (int,int)): New public method. - -2001-01-09 Oskar Liljeblad - - Fix for PR libgcj/1338: - * java/io/StreamTokenizer.java (nextToken): Handle // and /* before - commentChar. Fixed typos in comments. - -2001-01-08 Warren Levy - - Fix for PR libgcj/1411: - * Makefile.am: Removed java/util/natTimeZone.cc. - * Makefile.in: Rebuilt. - * gnu/gcj/text/LocaleData_en_US.java (zoneStringsDefault): Added - missing localized timezone names. - * java/lang/System.java (getDefaultTimeZoneId): New private method. - * java/lang/natSystem.cc (getSystemTimeZone): New private method. - (init_properties): Set user.timezone property. - * java/text/DateFormatSymbols.java (zoneStringsDefault): Added - default timezone names; removed non-standard ones. Use standard - ID names per JCL. - * java/util/Date.java (toGMTString): Removed zoneGMT variable. - (UTC): Ditto. - * java/util/TimeZone.java: Add standard ID names per JCL; removed - non-standard ones. - (getDefaultTimeZoneId): Removed. - (zoneGMT): Removed. - * java/util/natTimeZone.cc: Removed. - -2001-01-08 Bryce McKinlay - - * java/lang/Class.h (_Jv_InitClass): Use __builtin_expect. - (_Jv_NewArrayClass): Renamed from _Jv_FindArrayClass. - (_Jv_GetArrayClass): New inline function. - (arrayclass): New field. - * prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayClass. Don't use - _Jv_GetArrayElementFromElementType. - (_Jv_NewPrimArray): Ditto. - (_Jv_PrimClass constructor): Initialize "depth", "ancestors", and - "idt" for completeness. Initialze "arrayclass" using _Jv_NewArrayClass. - Set Modifier::ABSTRACT. - * java/lang/natClassLoader.cc (_Jv_NewClass): Initialize "arrayclass". - (_Jv_NewArrayClass): Renamed from _Jv_FindArrayClass. Now void. - Now synchronized. Array classes are now referenced from - elementClass->arrayclass. Don't use _Jv_FindClassInCache. - Set array classes' accessibility flags correctly. Optimize so that - all array classes share the same IDT. - * java/lang/reflect/natArray.cc (newInstance): Use _Jv_GetArrayClass. - * java/lang/reflect/natMethod.cc (_Jv_GetTypesFromSignature): Ditto. - * java/lang/natClass.cc (_getFields): Increment offset. Prevent fields - in superclasses from overwriting classes own fields. - (_Jv_IsAssignableFrom): Check for NULL source idt instead of calling - Modifier::isAbstract(). - (null_idt): New static field. - (_Jv_PrepareConstantTimeTables): Optimize case where class implements - no interfaces. - (_Jv_IndexOf): Made inline. - * boehm.cc (_Jv_MarkObj): Mark "arrayclass" field. - -2001-01-08 Tom Tromey - - Fix for PR java/1586: - * Makefile.in: Rebuilt. - * Makefile.am (AUTOMAKE_OPTIONS): Added no-dependencies. - -2001-01-08 Bryce McKinlay - - * Makefile.am: Use the new "-M -MF" option for generating dependencies - from the c++ compiler. - * Makefile.in: Rebuilt. - -2001-01-07 Alexandre Petit-Bianco - - All files with updated copyright. - * prims.cc (class _Jv_PrimClass): Removed. - (init_prim_class): New function. - (DECLARE_PRIM_TYPE): Rewritten. `java::lang::Class' replaces - `_Jv_PrimClass' in primitive type declarations. Assign to the - value returned by `init_prim_class.' - * gcj/array.h: `java::lang::Class' replaces `_Jv_PrimClass' in - primitive type declarations. - (JvPrimClass): Cast to `jclass' removed. - * java/lang/Class.h (Class): New constructor. - (Class): New copy constructor. - (initializePrim): New prototype. - (_Jv_PrimClass): Field removed. - * java/lang/Object.h (struct _JvObjectPrefix): New virtuals - nacd_1 and nacd_2 (for compatibility with the new C++ ABI.) - (class java::lang::Object): `finalize' moved up front. - * java/lang/natClass.cc - (isAssignableFrom): Turned outline. - (isInstance): Likewise. - (isInterface): Likewise, fixed indentation. - (initializePrim): New function. - -2001-01-07 Anthony Green - - * Makefile.am (texinfo): Add texinfo target for generating texinfo - documentation. - * Makefile.in: Rebuilt. - - * scripts/TexinfoDoclet.java: New file. - - * doc/java-applet.texi, doc/java-lang-reflect.texi, - doc/java-awt-color.texi, doc/java-lang.texi, - doc/java-awt-datatransfer.texi, doc/java-math.texi, - doc/java-awt-event.texi, doc/java-net.texi, - doc/java-awt-geom.texi, doc/java-security-spec.texi, - doc/java-awt-image.texi, doc/java-security.texi, - doc/java-awt-peer.texi, doc/java-sql.texi, doc/java-awt.texi, - doc/java-text.texi, doc/java-beans-beancontext.texi, - doc/java-util-jar.texi, doc/java-beans.texi, - doc/java-util-zip.texi, doc/java-io.texi, doc/java-util.texi, - doc/java-lang-ref.texi: New files. - -2001-01-07 Anthony Green - - * java/net/URLConnection.java (setDoOutput): URLConnection's may - be used for both input and output, so don't clear doInput. - - * java/lang/StringBuffer.java: Fix comments. - -2001-01-06 Anthony Green - - * java/beans/PropertyDescriptor.java: Fix comment. - * java/io/PushbackReader.java: Fix comment. - * java/io/ObjectStreamClass.java: Fix comment. - * java/io/DataInputStream.java: Fix comment. - * java/io/PipedInputStream.java: Fix comments. - * java/io/PipedReader.java: Fix comments. - * java/sql/DatabaseMetaData.java: Fix comments. - -2001-01-06 Bryce McKinlay - - * java/io/PipedReader: Synchronize on "lock" instead of this. - -2001-01-05 Bryce McKinlay - - * java/lang/Thread.java: Update comment. - - * java/io/PipedInputStream: Rewrote to be simpler and more correct. - * java/io/PipedOutputStream: Updated to match new PipedInputStream. - * java/io/PipedReader: New implementation based on new - PipedInputStream. - * java/io/PipedWriter: Updated to match new PipedReader. - -2001-01-03 Tom Tromey - - * java/awt/ScrollPane.java (setBlockIncrement): Throw error. - (getViewportSize): Insets include scrollbar size. - (doLayout): Finished. - (getScrollPosition): Wrote. - * java/awt/peer/ScrollPanePeer.java (setBlockIncrement): Removed. - -2001-01-02 Tom Tromey - - * java/awt/ScrollPane.java: Wrote. - * java/awt/peer/ScrollPanePeer.java (setBlockIncrement): New - method. - - * java/awt/Panel.java (Panel()): Fixed. - - * java/awt/Component.java (isShowing): Return false if no peer - exists, and true if component is visible and no parent exists. - (getLocationOnScreen): Wrote. - (getPreferredSize): Removed FIXME comment. - (getMinimumSize): Likewise. - (getAlignmentX, getAlignmentY): Wrote. - (list): Wrote. - (requestFocus): Wrote. - (transferFocus): Wrote. - (findNextFocusComponent): New method. - (hasFocus()): Wrote. - (checkImage): Wrote. - (enableEvents): Call setEventMask on the peer. - - * java/awt/Container.java (list): Use super.list() to print self. - (findNextFocusComponent): New method. - (setLayout): Call invalidate. - (findComponentAt): Wrote. - 2000-12-30 Bryce McKinlay * Makefile.am (libgcj_la_LIBADD): Add $(THREADLIBS). This ensures that @@ -9333,3 +5074,4 @@ Tue Jan 25 08:51:16 2000 Tom Tromey (_Jv_CallNonvirtualMethodA): New function. * java/lang/reflect/Method.java (hack_trampoline): New method. (hack_call): New native method. + diff --git a/libjava/ChangeLog-2001 b/libjava/ChangeLog-2001 index 8b1211006a6..52a2ae59491 100644 --- a/libjava/ChangeLog-2001 +++ b/libjava/ChangeLog-2001 @@ -3499,7 +3499,7 @@ Tue Oct 23 23:52:18 2001 Anthony Green ancestors array is invalid for interfaces, so do that *after* check that the target type is not an interface. -2000-03-23 Jeff Sturm +2001-03-23 Jeff Sturm * prims.cc (_Jv_FindClassFromSignature): Check return of recursive call. Do not abort on invalid signature; return NULL @@ -4257,5079 +4257,3 @@ Tue Oct 23 23:52:18 2001 Anthony Green (setLayout): Call invalidate. (findComponentAt): Wrote. -2000-12-30 Bryce McKinlay - - * Makefile.am (libgcj_la_LIBADD): Add $(THREADLIBS). This ensures that - the correct versions of various linuxthreads functions get linked. - * Makefile.in: Rebuilt. - * java/lang/natThread.cc (finalize_native): New static function. Call - _Jv_ThreadDestroyData. - (initialize_native): Register finalizer for "data". - * include/posix-threads.h (_Jv_ThreadInitData): New simpler prototype. - (_Jv_ThreadDestroyData): New prototype. - * include/win32-threads.h: Ditto. - * include/no-threads.h: Ditto. - * posix-threads.cc (_Jv_ThreadInitData): Implement new prototype. - (_Jv_ThreadDestroyData): New function. Free native thread "data" and - move mutex and condition variable destroy code from: - (really_start): ...here. - (_Jv_ThreadStart): Set PTHREAD_CREATE_DETACHED. - * win32-threads.cc (_Jv_ThreadInitData): Implement new prototype. - (_Jv_ThreadDestroyData): Implemented. - * nogc.cc (_Jv_AllocObject): Use "void *" not "ptr_t". - (_Jv_AllocArray): Ditto. - -2000-12-27 Jeff Sturm - - * java/sql/DriverManager.java (getConnection): Don't set user/password - properties if null. - -2000-12-27 Warren Levy - - Fix for PR libgcj/1358: - * java/lang/System.java: Update Copyright date properly. - * java/util/Calendar.java: Fix typo in comment. - (set): Set 24-hour clock hour instead of 12-hour clock hour. - * java/util/GregorianCalendar.java (GregorianCalendar): Properly - initialize times. Spec says to set H:M:S values to zero only if - a date is given. - * java/util/TimeZone.java (getDefaultDisplayName): Casts to char - needed for evaluating numbers '0' to '9' in printouts of GMT offsets. - * java/util/natGregorianCalendar.cc (computeTime): Properly handle - timezones and GMT offsets, being careful to account for units of - milliseconds vs. seconds. - -2000-12-28 Bryce McKinlay - - * java/lang/natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can - not be assigned to Object. - - Fix for PR libgcj/1516: - * java/lang/reflect/natMethod.cc (primitives): Remove void entry. - Add boolean entry. - (can_widen): Declared inline. Remove redundant checks for void - arguments and char->short conversion. Add special case for boolean - conversions. - (ffi_type): Declared inline. - (_Jv_CallAnyMethodA): Move unwrapping logic inside isPrimitive() block. - -2000-12-26 Petter Reinholdtsen - - * java/sql/SQLWarning.java: Fixed typo in comment. - -2000-12-26 Tom Tromey - - * java/awt/MenuItem.java (paramString): Now protected. - - * java/awt/MenuShortcut.java: Implements Serializable. - - * java/awt/MenuBar.java: Rewrote from scratch. - - * java/awt/MenuComponent.java (removeNotify): Wrote. - Implements Serializable. - - * java/awt/GridBagConstraints.java (GridBagConstraints): New - constructor. - - * java/awt/CheckboxMenuItem.java: Wrote. - -2000-12-25 Tom Tromey - - * java/awt/MenuContainer.java: Fixed typo. - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added SystemColor.java. - * java/awt/SystemColor.java: New file. - - * java/awt/Color.java (rgba): Now package-private. - - * java/awt/event/InputEvent.java (isAltGraphDown): New method. - - * java/awt/event/ContainerEvent.java (getContainer): Renamed from - getComponent. - - * java/awt/MenuItem.java (addNotify): New method. - (MenuItem(String,MenuShortcut)): New constructor. - (setLabel): Notify peer of change. - (setEnabled): Likewise. - - * java/awt/GridLayout.java (toString): New method. - - * java/awt/FlowLayout.java (LEADING, TRAILING): New constants. - (FlowLayout): Check for LEADING and TRAILING. - (setAlignment): Likewise. - (layoutContainer): Handle component orientation. - - * java/awt/Component.java (orientatin): New field. - (setComponentOrientation): Wrote. - (getComponentOrientation): Wrote. - - * java/awt/Event.java (Event): Implements Serializable. - (consumed): New field for serialization. - * java/awt/Dimension.java (Dimension): Implements Serializable. - * java/awt/Cursor.java (Cursor): Implements Serializable. - * java/awt/Container.java (Container): No longer abstract. - - * java/awt/Choice.java: Wrote. - * java/awt/Checkbox.java: Wrote. - * java/awt/ItemSelectable.java: Documented. - * java/awt/CheckboxGroup.java: Wrote. - - * java/awt/CardLayout.java (layoutContainer): Directly use fields - in other classes. - (getSize): Likewise. - -2000-12-24 Jeff Sturm - - * java/io/FileDescriptor.java: Initialize fd to -1. - Remove default constructor. - -2000-12-23 Joseph S. Myers - - * java/lang/mprec.h: Change C9X reference to refer to C99. - -2000-12-22 Bryce McKinlay - - * java/lang/Throwable.java (trace_enabled): New static field. - * java/lang/natThrowable.cc (fillInStackTrace): Do nothing if - trace_enabled not set. - * prims.cc (main_init): Turn off trace_enabled while creating - default exception objects. - -2000-12-21 Tom Tromey - - * java/beans/PropertyChangeListener.java: Extends EventListener. - * java/beans/VetoableChangeListener.java: Extends EventListener. - - * java/util/zip/Deflater.java (update, init): Now private. - -2000-12-21 Bryce McKinlay - - * java/util/BasicMapEntry.java: Re-added. - * java/util/HashMap.java (Entry): Extend BasicMapEntry. - (putAll): Test for BasicMapEntry. - * java/util/Hashtable.java (Entry): Extend BasicMapEntry. - (putAll): Test for BasicMapEntry. - Change references from `HashMap.Entry' to `Entry' in various places. - * Makefile.am: Add BasicMapEntry.java. - * Makefile.in: Rebuilt. - -2000-12-18 Warren Levy - - * java/util/GregorianCalendar.java (GregorianCalendar): Constructors - need to set timezone to a valid non-null value. Partial fix for - PR 331. - -2000-12-18 Bryce McKinlay - - * java/awt/Window.java (addNotify): Remove peer casting hack now that - gcj/312 is fixed. - * java/awt/Button.java (addNotify): Likewise. - * java/awt/Label.java (addNotify): Likewise. - * java/awt/Panel.java (addNotify): Likewise. - * java/awt/Scrollbar.java (addNotify): Likewise. - * java/awt/Component.java (processPaintEvent): Use peer not getPeer. - Remove redundant null checks. - -2000-12-18 Joseph S. Myers - - * COPYING: Update to current - ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references - to 19yy as example year in copyright notice). - -2000-12-18 Bryce McKinlay - - * java/util/zip/natInflater.cc (inflate): Treat Z_BUF_ERROR as - end-of-stream if avail_in is 0. - -2000-12-17 Bryce McKinlay - - * java/util/ArrayList.java (data): Declare transient. - (serialPersistantFields): Removed. - (readObject): Use defaultReadObject(), not readFields(). - (writeObject): Use defaultWriteObject(), not writeFields(). - -2000-12-17 Jeff Sturm - - * java/util/Hashtable.java (put): Remove `last' variable. - Link new entry to head of list. - * java/util/HashMap.java (put): Ditto. - -2000-12-15 Tom Tromey - - * java/util/ResourceBundle.java (trySomeGetBundle): Pass class - loader to Class.forName. - -2000-12-14 Tom Tromey - - * java/util/ResourceBundle.java - (getBundle(String,Locale,ClassLoader)): New method. - (trySomeGetBundle): Added `loader' argument. - (partialGetBundle): Likewise. - - * java/text/NumberFormat.java (groupingUsed, parseIntegerOnly, - maximumFractionDigits, maximumIntegerDigits, - minimumFractionDigits, minimumIntegerDigits): Now - package-private. - - * java/lang/Thread.java (checkAccess): Now final. - - * java/lang/RuntimePermission.java: Class now final. - - * java/io/StringWriter.java (StringWriter(int)): Now public. - - * java/io/SerializablePermission.java (legal_names): Now private. - - * java/lang/Character.java: Updated UnicodeBlock constants. - * scripts/blocks.pl: Special case private use and surrogate - areas. Updated URL. - -2000-12-12 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (GCJ_WITH_FLAGS): New macro, includes --encoding - option. - (GCJCOMPILE): Use it. - (JAVAC): Likewise. - -2000-12-11 Tom Tromey - - * gnu/gcj/runtime/FirstThread.java (Kcert, Kfile, Khttp, Kjar): - New static final fields. - - * scripts/classes.pl (scan): Skip lines with leading `*'. - Fix for PR libgcj/378. - -2000-12-11 Bryce McKinlay - - * configure.in: Remove check for -fuse-divide-subroutine. - * configure: Rebuilt. - - * java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'. - - * gcj/javaprims.h: Rebuilt CNI namespace declarations. - -2000-12-11 Bryce McKinlay - - * Makefile.am: Add HashSet.java and java/lang/ref classes. - Remove BasicMapEntry.java and Bucket.java. - * Makefile.in: Rebuilt. - * java/util/HashMap.java: Rewritten. - * java/util/HashSet.java: Imported from classpath. - * java/util/WeakHashMap.java: Imported from classpath. - * java/util/Hashtable.java: Rewritten based on new HashMap code. - * java/util/Bucket.java: Deleted. - * java/util/BasicMapEntry.java: Deleted. - * java/util/Collections.java (search): Use a for-loop, not iterator - hasNext(). - (copy): Use a for-loop. Throw an IndexOutOfBoundsException if run out - of elements in source. - (max): Use a for-loop. - (min): Ditto. - (reverse): Keep track of positions instead of using Iterator's - nextIndex() and previousIndex(). - (shuffle(List)): Initialize defaultRandom if required using - double-check thread safety idiom. Call two-argument shuffle method - using defaultRandom. - (defaultRandom): New field. - (shuffle(List, Random)): Use a for-loop. Keep track of pos instead of - using previousIndex() and nextIndex(). - (singletonMap(iterator)): Use a HashMap.Entry, not BasicMapEntry. - * java/util/AbstractCollection.java (toString): Use a StringBuffer. - * java/util/AbstractMap.java (toString): Use StringBuffer. - * java/lang/ref/PhantomReference.java: Imported from classpath. - * java/lang/ref/SoftReference.java: Ditto. - * java/lang/ref/Reference.java: Ditto. - * java/lang/ref/WeakReference.java: Ditto. - * java/lang/ref/ReferenceQueue.java: Ditto. - -2000-12-10 Richard Henderson - - * configure.host: Recognize alpha*-*, not alphaev6-*. - -2000-12-09 Anthony Green - - * configure.host: Enable interpreter for Alpha. - -2000-12-09 Alexandre Petit-Bianco - - * Makefile.am (data_DATA): libgcj.jar replaces libgcj.zip. - (ZIP): Points at fastjar instead of zip. - (libgcj_la_DEPENDENCIES): libgcj.jar replaces libgcj.zip. - (libgcj_la_LDFLAGS): Correctly point at libsupc++. - (libgcjx_la_DEPENDENCIES): libgcj.jar replaces libgcj.zip. - (libgcjx_la_LDFLAGS): Correctly point at libsupc++. - ($(java_source_files:.java=.class):): libgcj.jar replaces libgcj.zip. - ($(x_java_source_files:.java=.class):): Likewise. - (libgcj.jar:): Replaces libgcj.zip:, builds libgcj.jar and uses - fastar's flags. - (CLEANFILES): libgcj.jar replaces libgcj.zip. - (java/lang/ClassLoader.h:): Depends on libgcj.jar. - (gnu/gcj/runtime/FirstThread.h:, java/lang/Thread.h:, - java/lang/String.h:, java/lang/reflect/Constructor.h:, - java/lang/reflect/Field.h:, java/lang/reflect/Method.h:, - gnu/gcj/runtime/VMClassLoader.h:, - java/io/ObjectInputStream$$GetField.h:, - java/io/ObjectOutputStream$$PutField.h:, header-check:): Likewise. - (Makefile.in): Rebuilt. - -2000-12-08 Tom Tromey - - From Phil Edwards: - * configure: Rebuilt. - * configure.in: Use echo, not `:', to create .d files. - -2000-12-08 Warren Levy - - * java/lang/StringBuffer.java (insert(int,char[])): Avoid - NullPointerException so proper check of offset can be done. - -2000-12-08 Warren Levy - - * java/io/FileInputStream.java (close): Check if the fd is valid. - * java/io/RandomAccessFile.java (close): Ditto. - * java/net/PlainDatagramSocketImpl.java (close): Ditto. - * java/net/PlainSocketImpl.java (close): Ditto. - -2000-12-06 Tom Tromey - - * java/awt/GridBagConstraints.java: Filled in values for static - final fields. - - * java/util/BitSet.java: Updated copyright notice. - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added new file. - * java/awt/GridBagConstraints.java: New file. - -2000-12-05 Tom Tromey - - * java/text/Collator.java (decomposeCharacter, decmp, strength): - Now package-private, not protected. - * java/text/DateFormatSymbols.java (equals): Now private. - * java/text/DecimalFormatSymbols.java (safeGetChar): Now private. - * java/util/BitSet.java: Class no longer final. - -2000-12-04 Warren Levy - - * java/util/TimeZone.java (getAvailableIDs): Activated commented - out code dependent on compiler and library changes. - -2000-12-04 Warren Levy - - * java/io/FilePermission.java: Made class final per spec. - * java/text/DecimalFormatSymbols.java (setCurrencySymbol): Changed - method name to match spec (fixed typo). - * java/util/LinkedList.java: Implements List. - -2000-12-04 Bryce McKinlay - - * java/lang/natDouble.cc: Include fdlibm.h, not mprec.h. From - Edgar Villanueva . - -2000-12-03 Tom Tromey - - * java/awt/geom/Point2D.java: Added protected constructor. - (equals): New method. - (Float.setLocation(float,float)): New method. - * java/awt/geom/Dimension2D.java: Added protected constructor. - * java/awt/geom/AffineTransform.java: Made all constants public. - (concatenate): Fixed typo in name. - * java/awt/event/WindowAdapter.java: Class now abstract. - * java/awt/event/KeyEvent.java (CHAR_UNDEFINED): Now final. - * java/awt/event/FocusEvent.java: Extend ComponentEvent, not - AWTEvent. - - * java/awt/AWTError.java: Extend Error, not - IllegalStateException. - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added new file. - * java/awt/geom/RoundRectangle2D.java: New file. - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added new file. - * java/awt/FlowLayout.java: New file. - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added new file. - * java/awt/GridLayout.java: New file. - -2000-12-02 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added new files. - * java/awt/CardLayout.java: New file. - * java/awt/AWTPermission.java: New file. - -2000-12-01 Tom Tromey - - * java/util/Vector.java (insertElementAt): Unconditionally - increment elementCount. - (removeRange): Clear unused slots in vector. - -2000-12-02 Bryce McKinlay - - * java/lang/natMath.cc: Declare fabsf() function. - * java/lang/mprec.h: Don't include math.h. - * java/lang/dtoa.c: Include string.h. - * java/lang/natString.cc (toLowerCase): Initialize `ch' to prevent - compiler warning. - - From Adam Welc : - * java/util/LinkedList.java (removeFirst): Update `first' field. - Handle the last == first case. - (removeLast): Update `last' field. Handle the last == first case. - -2000-12-01 Warren Levy - - * Makefile.am: Added entries for new java.sql modules. - * Makefile.in: Rebuilt. - -2000-12-01 Warren Levy - - * mauve-libgcj: Turned on JDK1.2 and turned off tests for classes - that aren't quite 1.2 compatible yet. - -2000-11-30 Warren Levy - - * java/sql/Array.java: New file from classpath. - * java/sql/BatchUpdateException.java: Ditto. - * java/sql/Blob.java: Ditto. - * java/sql/Clob.java: Ditto. - * java/sql/Ref.java: Ditto. - * java/sql/SQLData.java: Ditto. - * java/sql/SQLInput.java: Ditto. - * java/sql/SQLOutput.java: Ditto. - * java/sql/Struct.java: Ditto. - * java/sql/CallableStatement.java: Merged file from claspath. - * java/sql/Connection.java: Ditto. - * java/sql/DataTruncation.java: Ditto. - * java/sql/DatabaseMetaData.java: Ditto. - * java/sql/DriverManager.java: Ditto. - * java/sql/PreparedStatement.java: Ditto. - * java/sql/ResultSet.java: Ditto. - * java/sql/ResultSetMetaData.java: Ditto. - * java/sql/SQLException.java: Ditto. - * java/sql/SQLWarning.java: Ditto. - * java/sql/Statement.java: Ditto. - * java/sql/Types.java: Ditto. - -2000-11-29 Bryce McKinlay - - * java/lang/natSystem.cc (init_properties): Set user.language and - user.region. - * configure.in: Check for setlocale. - * configure: Rebuilt. - * include/config.h.in: Rebuilt. - - * java/util/zip/InflaterInputStream (read): Don't return -1 unless - the infate() call didn't deliver any output. Throw a ZipException if - the needsDictionary() call returns true. - * java/io/ByteArrayInputStream (read): Remove redundant bounds checks. - * java/io/InputStreamReader: Use the default buffer size for the - contained BufferedInputStream. - -2000-11-28 Warren Levy - - * java/text/DateFormatSymbols.java (zoneStringsDefault): Added - more time zone entries. - * java/text/SimpleDateFormat.java (format): Added case for - TIMEZONE_FIELD. - -2000-11-28 Bryce McKinlay - - * java/io/DataInputStream.java: Merge classpath docs. Call in.read() - directly rather than read() in all cases. Make primitive read - implementations more efficient, as defined in JDK online docs. - (skipBytes): Behave like the JDK's implementation. - * java/io/BufferedReader.java: Merge classpath docs. Check for a - closed stream with checkStatus() whenever an IOException can be - thrown. - (checkStatus): New private method. - -2000-11-27 Warren Levy - - * Makefile.am: Added natTimeZone.cc. - * Makefile.in: Rebuilt. - * gnu/gcj/text/LocaleData_en.java: Added DateFormat entries. - * java/text/DateFormatSymbols.java (ampms): Made package private. - (eras): Made package private. - (months): Made package private. - (shortMonths): Made package private. - (shortWeekdays): Made package private. - (weekdays): Made package private. - (formatPrefixes): New private field. - (localPatternCharsDefault): Made private. - (dateFormats): New package private field. - (timeFormats): New package private field. - (formatsForKey): New private method. - (DateFormatSymbols(Locale)): Set dateFormats and timeFormats. - (DateFormatSymbols(DateFormatSymbols)): Ditto. - * java/text/SimpleDateFormat.java: Merged with Classpath. - * java/util/TimeZone.java: Merged with Classpath. - * java/util/natTimeZone.cc: New file. - -2000-11-27 Bryce McKinlay - - * java/util/Vector.java (ensureCapacity): Don't increment modCount. - (addElement): Don't increment elementCount twice. Doh. - * java/util/ArrayList.java (add): Only call ensureCapacity if the - array needs to be expanded. - (addAll): Ditto. - * java/util/Collections.java (UnmodifiableCollection): Implement - toString(). - (UnmodifiableList): Throw UnsupportedOperationException from - modification methods. Set `l' from the one-parameter constructor. - (UnmodifiableMap): Implement toString(). - (SynchronizedCollection): Ditto. - (SynchronizedList): Set `l' from the one-parameter constructor. - (SynchronizedSortedSet): Set `ss' from the one-parameter constructor. - (SynchronizedMap): Implement toString(). - -Sun Nov 26 23:59:55 2000 Anthony Green - - * javax/naming/NameParser.java, - javax/naming/directory/AttributeInUseException.java, - javax/naming/directory/AttributeModificationException.java, - javax/naming/directory/InvalidAttributeIdentifierException.java, - javax/naming/directory/InvalidAttributesException.java, - javax/naming/directory/InvalidAttributeValueException.java, - javax/naming/directory/InvalidSearchControlsException.java, - javax/naming/directory/InvalidSearchFilterException.java, - javax/naming/directory/NoSuchAttributeException.java, - javax/naming/directory/SchemaViolationException.java: New files. - -Sun Nov 26 22:35:53 2000 Anthony Green - - * javax/naming/InitialContext.java (rebind): Implement. - (unbind): Implement. - (rename): Implement. - (list): Implement. - (listBindings): Implement. - (destroySubcontext): Implement. - (createSubcontext): Implement. - (lookupLink): Implement. - (getNameParser): Implement. - (composeName): Implement. - (addToEnvironment): Implement. - -Sun Nov 26 21:30:25 2000 Anthony Green - - * javax/naming/AuthenticationException.java, - javax/naming/AuthenticationNotSupportedException.java, - javax/naming/CannotProceedException.java, - javax/naming/CommunicationException.java, - javax/naming/ConfigurationException.java, - javax/naming/ContextNotEmptyException.java, - javax/naming/InsufficientResourcesException.java, - javax/naming/InterruptedNamingException.java, - javax/naming/InvalidNameException.java, - javax/naming/LimitExceededException.java, - javax/naming/LinkException.java, - javax/naming/LinkLoopException.java, - javax/naming/MalformedLinkException.java, - javax/naming/NameAlreadyBoundException.java, - javax/naming/NameNotFoundException.java, - javax/naming/NamingSecurityException.java, - javax/naming/NoPermissionException.java, - javax/naming/NotContextException.java, - javax/naming/PartialResultException.java, - javax/naming/ReferralException.java, - javax/naming/ServiceUnavailableException.java, - javax/naming/SizeLimitExceededException.java, - javax/naming/TimeLimitExceededException.java: New files. - - * javax/naming/Name.java (clone): New method. - (compareTo): New method. - (isEmpty): New method. - (getAll): New method. - (getPrefix): New method. - (getSuffix): New method. - (startsWith): New method. - (endsWith): New method. - (addAll): New method. - (addAll): New method. - (add): New method. - (add): New method. - (remove): New method. - - * javax/naming/Context.java (lookup): New method. - (rebind): New method. - (unbind): New method. - (rename): New method. - (list): New method. - (listBindings): New method. - (destroySubcontext): New method. - (createSubcontext): New method. - (lookupLink): New method. - (getNameParser): New method. - (composeName): New method. - (addToEnvironment): New method. - (removeFromEnvironment): New method. - (getEnvironment): New method. - (close): New method. - (getNameInNamespace): New method. - - * javax/naming/InitialContext.java (lookup): New method. - (rebind): New method. - (unbind): New method. - (rename): New method. - (list): New method. - (listBindings): New method. - (destroySubcontext): New method. - (createSubcontext): New method. - (lookupLink): New method. - (getNameParser): New method. - (composeName): New method. - (addToEnvironment): New method. - (removeFromEnvironment): New method. - (getEnvironment): New method. - (close): New method. - (getNameInNamespace): New method. - -2000-11-26 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (core_java_source_files): Added - RuntimePermission.java. - * java/lang/RuntimePermission.java: Imported from Classpath. - * java/lang/Thread.java (getContextClassLoader): Now - synchronized. Added security code. - (setContextClassLoader): Likewise. - - * prims.cc (_Jv_NewObjectArray): Use const_cast to initialize - length field of array. - (_Jv_NewPrimArray): Likewise. - * gcj/array.h (__JArray): `length' field now const. Added - constructor. - -2000-11-26 Anthony Green - - * javax/naming/spi/NamingManager.java, - javax/naming/spi/ObjectFactory.java, - javax/naming/spi/InitialContextFactory.java, - javax/naming/spi/InitialContextFactoryBuilder.java, - javax/naming/RefAddr.java, javax/naming/Reference.java, - javax/naming/NamingException.java, javax/naming/Context.java, - javax/naming/Referenceable.java, - javax/naming/directory/InitialDirContext.java, - javax/naming/directory/DirContext.java, - javax/naming/directory/Attributes.java, - javax/naming/directory/Attribute.java, - javax/naming/StringRefAddr.java, - javax/naming/NamingEnumeration.java, javax/naming/Name.java, - javax/naming/InitialContext.java, - javax/naming/NoInitialContextException.java: New files. - -2000-11-25 Anthony Green - - * prims.cc (_Jv_NewObjectArray): Undo placement change. - (_Jv_NewPrimArray): Likewise. - * gcj/array.h (__JArray): Undo const change. Removed constructor. - (class JArray): Removed constructor. - - * java/lang/Thread.java (context_class_loader): New private data. - (getContextClassLoader): New method. - (setContextClassLoader): New method. - (Thread): Initialize context_class_loader. - - * java/net/URLClassLoader.java: Import java.util.Enumeration. - (getResource): Rename to findResource. - (findResource): New method. Used to be getResource. - (getResourceAsStream): Deleted. - (jarFileize): Extracted logic from URLClassLoader constructor into - this new private method. - (addURL): New protected method. - (URLClassLoader): Call jarFileize. Use addElement instead of - insertElementAt. - (findResources): New method. - - * java/lang/ClassLoader.java: Import java.util.Enumeration. - (getResource): Implement correct logic. - (findResource): New method. - (getResources): New method. - (findClass): Create a ClassNotFoundException with the name of the - class rather than nothing at all. - (defineClass) Only throw ClassFormatError. - - * java/lang/Class.java (forName): New method. - * java/lang/Class.h (forName): New method. - * java/lang/natClass.cc (forName): New method. - -2000-11-24 Bryce McKinlay - - * java/lang/System.java (setProperties): Only call init_properties() - if properties is null. - (getProperties): Ditto. - (getProperty): Ditto. - (setProperty): Call init_properties if properties are null. - (prop_init): Remove field. - * java/lang/natSystem.cc (init_properties): Synchronize the entire - method. Check for null properties after synchronizing instead of - prop_init flag. Set the properties field last for thread safety. - - * java/io/ObjectInputStream.java (ObjectInputStream): If DEBUG is set, - test for gcj.dumpobjects property and enable object stream dumping - if it is set. - (dumpElement): No longer native. - (dumpElementln): Ditto. - (setDump): Do not define. - * java/io/natObjectInputStream.cc (dumpElement): Removed. - (dumpElementln): Removed. - (setDump): Removed. - -2000-11-24 Bryce McKinlay - - * configure: Rebuilt. - * Makefile.in: Rebuilt. - * Makefile.am (built_java_source_files): Add Configuration.java. - * configure.in: Add Configuration.java to CONFIG_FILES. Set - LIBGCJDEBUG substitution if --enable-libgcj-debug is specified. - Create `gnu' directory in the build tree. - * gnu/classpath/Configuration.java.in: New file. - -2000-11-24 Tom Tromey - - * prims.cc (_Jv_NewObjectArray): Use placement new to create - array. - (_Jv_NewPrimArray): Likewise. - Include . - * gcj/array.h (__JArray): `length' field now const. Added - constructor. - (class JArray): Added constructor. - -2000-11-23 Mark Wielaard - - * name-finder.cc (lookup): Check for a NULL _Jv_argv before attempting - lookup. - -2000-11-23 Bryce McKinlay - - * java/util/Vector.java: Improve exception messages. - (Vector): Check initialCapacity for IllegalArgumentException. - (tromToSize): Don't check for elementCount == elementData.length - case. - (toArray): Don't try to set null marker if target array is the same - length as the vector. - -2000-11-22 Bryce McKinlay - - * Makefile.in: Rebuilt. - * Makefile.am (core_java_source_files): Added Collections.java. - * java/util/List.java: Merged from classpath. - * java/util/Vector.java: Ditto. - * java/util/Collections.java: From classpath. - * java/util/ArrayList.java (addAll(Collection)): Call - addAll(int,Collection) instead of duplicating code. - (indexOf): Clean up int initialization. - (clear): Set cleared array entries to null, to allow garbage - collection. - * java/util/List.java: Minor formatting fixes. - * java/util/SimpleTimeZone.java: ditto. - -2000-11-18 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (core_java_source_files): Added new files. - * java/lang/reflect/ReflectPermission.java: New class. - * java/io/FileFilter.java: From Classpath - * java/io/FilePermission.java: From Classpath. - -2000-11-17 Tom Tromey - - * java/lang/reflect/AccessibleObject.java (isAccessible, - setAccessible): Now public. - - * java/lang/natString.cc: Include Locale.h. - (toUpperCase): Added `locale' argument. Handle locale - sensitivity. - (toLowerCase): Added `locale' argument. Handle locale - sensitivity. - (ESSET, CAPITAL_S, SMALL_I, CAPITAL_I_WITH_DOT, SMALL_DOTLESS_I, - CAPITAL_I): New defines. - * java/lang/String.java (CASE_INSENSITIVE_ORDER): Now public and - final. - Import Locale. - (toUpperCase, toLowerCase): New methods. Variants which accept - locale now native. - - * java/lang/ExceptionInInitializerError.java (printStackTrace): - New methods. - - * java/util/PropertyPermission.java: Re-merged from Classpath. - - * java/text/RuleBasedCollator.java (getCollationElementIterator): - New method. - * java/text/StringCharacterIterator.java: Reindented. - (setText): New method. - -2000-11-17 Mark Wielaard - - Merge with Classpath (changes by Bryce McKinlay) - * java/util/jar/*.java: Reformat all to unofficial standard coding - style. No changes of substance. - -2000-11-17 Mark Wielaard - - * java/util/zip/*.java: Javadoc updates. - -2000-11-17 Tom Tromey - - * java/text/CollationKey.java: Implement Comparable. - (compareTo(Object)): New method. - * java/text/Collator.java (compare(Object,Object)): New method. - Implement Comparator. - - * java/util/zip/InflaterInputStream.java (available): New method. - (close): New method. - (read, available, skip, fill): Throw exception if stream closed. - * java/util/zip/ZipInputStream.java (read, skip, readFully, fill, - getNextEntry): Throw exception if closed. - -2000-11-16 Tom Tromey - - * java/io/PushbackReader.java: Merged with Classpath. - * java/util/Arrays.java: Updated from Classpath. - - * scripts/blocks.pl: New file. - * java/lang/Character.java (Subset): New class. - (UnicodeBlock): New class. - - * java/lang/Math.java (toDegrees, toRadians): New methods. - - * java/lang/Float.java: Implement Comparable. - (compareTo): New methods. - * java/lang/Double.java: Implement Comparable. - (compareTo): New methods. - -2000-11-16 Warren Levy - - * java/beans/PropertyChangeSupport.java (propertyListeners): Made - transient. - (listeners): Made transient. - (source): Renamed from 'bean'. - (children): New field for serialization. - (propertyChangeSupportSerializedDataVersion): Ditto. - (serialVersionUID): Ditto. - (writeObject): New serialization method. - (readObject): New serialization method. - * java/beans/VetoableChangeSupport.java (propertyListeners): Made - transient. - (listeners): Made transient. - (source): Renamed from 'bean'. - (children): New field for serialization. - (vetoableChangeSupportSerializedDataVersion): Ditto. - (serialVersionUID): Ditto. - (writeObject): New serialization method. - (readObject): New serialization method. - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Fixed assert - to allow constructor to have a return type (i.e. the class that the - constructor constructs). - -2000-11-14 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (libgcj.zip): Fail immediately if compilation fails - and -k not given. - -2000-11-02 Warren Levy - - * java/io/ObjectInputStream.java (readObject): Added code to - conditionally dump out the serialized data. - Handle ENDBLOCKDATA case a bit more gracefully since the current - behavior doesn't seem to work as expected. - (readStreamHeader): Added code for serialized data dumper. - (readNextBlock): Ditto. - (readFields): Ditto. - (dump): New private static field for turning on/off dumper. - (setDump): New native method. - (dumpElement): New native method. - (dumpElementln): New native method. - * java/io/natObjectInputStream.cc (setDump): New method. - (dumpElement): New method. - (dumpElementln): New method. - -2000-11-02 Warren Levy - - * java/net/InetAddress.java (addr): Renamed from 'address'. - (address): New field to match Serialized Form doc. - (hostName): Renamed from 'hostname' to match Serialized Form doc. - (family): New serialization field. - (serialVersionUID): New field. - (readObject): New method. - (writeObject): New method. - (getFamily): New native method. - (InetAddress): Set family. - * java/net/natInetAddress.cc (getFamily): New method. - (addr): Renamed from 'address'. - (hostName): Renamed from 'hostname' to match Serialized Form doc. - * java/net/natPlainDatagramSocketImpl.cc (addr): Renamed from 'address'. - * java/net/natPlainSocketImpl.cc (addr): Renamed from 'address'. - -2000-11-03 Bryce McKinlay - - * java/util/AbstractList.java (SubList): Make it a top-level private - class. - * java/util/LinkedList.java (remove): Do update modCount and knownMod. - (add): Ditto. - * Makefile.am (ordinary_java_source_files): Add LinkedList.java. - * Makefile.in: Rebuilt. - -2000-11-02 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (install-exec-hook): Make `.la' link, not `.so' - link. - -2000-11-02 Bryce McKinlay - - * java/util/AbstractList.java (remove): Comment out modCount increment - to work around compiler bug. - (add): Ditto. - -2000-11-02 Bryce McKinlay - - * java/util/AbstractList.java: Throw messages with - IndexOutOfBoundsExceptions. - (listIterator()): Call listIterator(0). - (size): New field. Initialize to size(). - (hasNext): Test position against size, not size(). - (remove): Increment knownMod by one instead of resetting it from - modCount. - (add): Ditto. - (SubList.upMod): Removed. - (SubList.set): Don't call upMod() or update knownMod. - (SubList.add(int,Object)): Increment modCount instead of caling upMod(). - (SubList.remove): Ditto. - (SubList.addAll): Don't call backingList.size(). Increment size from - c.size(). - (SubList.iterator): New method. Call listIterator(0). - (SubList.listIterator): New method. Restore code to return an anonymous - listIterator implementation (with some changes). - * java/util/AbstractSequentialList.java: Throw messages with - IndexOutOfBoundsExceptions. - (addAll): Add a specnote. - * java/util/ArrayList.java (removeRange): Get the math right. - (addAll): Increment modCount _before_ creating iterator. - * java/util/LinkedList.java: Rewritten, mostly. - -2000-11-01 Tom Tromey - - * scripts/encodings.pl: Added `ASCII' alias. - * Makefile.in: Rebuilt. - * Makefile.am (convert_source_files): Added new files. - * gnu/gcj/convert/Input_ASCII.java: New file. - * gnu/gcj/convert/Output_ASCII.java: New file. - * gnu/gcj/convert/Output_8859_1.java (write): Use `?' to represent - out-of-range characters. - * gnu/gcj/convert/natIconv.cc (iconv_init): New method. - (read): Swap bytes if required. Treat `count' as character count, - not byte count. - (write): Likewise. Also, handle case where iconv fails on a given - character. - (init): Put encoding into exception. - * gnu/gcj/convert/IOConverter.java (iconv_byte_swap): New global. - (static): Call iconv_init. Rebuilt alias list. - (iconv_init): New private method. - -2000-11-01 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (install-exec-hook): Only make a single symlink, and - remove the destination before making the link. - * configure: Rebuilt. - * configure.in: Call AC_PROG_LN_S. - -2000-10-31 Warren Levy - - * jni.cc: Added include of java/lang/ThreadGroup.h. - * gcj/javaprims.h: Removed Replaceable and Resolvable from namespace - per change of 2000-10-05. - -2000-10-30 Bryce McKinlay - - * java/util/BitSet.java: Updated @specnote. - - * java/io/Reader.java: Merge docs from classpath. - (skip): Synchronize on `lock'. - * java/io/FileReader.java: Import correct implementation from - classpath. - * java/io/StringReader.java: Merge docs from classpath. - (ready): Throw IOException if stream is closed. - -2000-10-29 Bryce McKinlay - - * java/util/AbstractCollection.java (addAll): Use size() instead of - hasNext() in iterator loop. - (clear): Ditto. - (contains): Ditto. Simplify loop. - (containsAll): Ditto. - (remove): Ditto. - (removeAll): Ditto. - (retainAll): Ditto. - (toArray): Ditto. - (toString): Ditto. Use string concatenation operators, not - StringBuffer. - * java/util/AbstractList.java (addAll): Use size() instead of - hasNext() in iterator loop. - (equals): Ditto. - (hashCode): Ditto. - (indexOf): Ditto. Don't take null check outside of the loop. - (iterator): Return an AbstractListItr instead of anonymous class. - (lastIndexOf): Use a for loop bounded by size() instead of - hasPrevious() in iterator loop. - (listIterator): Return an AbstractListItr. - (removeRange): Remove bounds checking code and docs. - (AbstractListItr): New inner class. Code moved here from - listIterator(). - (SubList.iterator): Removed. Use default implementation from - AbstractList instead. - (SubList.listIterator): As above. - * java/util/AbstractMap.java (clear): Use a for loop bounded by size() - instead of hasNext() in iterator loop. - (containsValue): Ditto. - (equals): Ditto. - (get): Ditto. - (put): Ditto. - (putAll): Ditto. - (remove): Ditto. - (toString): Ditto. Use string concatenation operators, not - StringBuffer. - * java/util/AbstractSequentialList.java (addAll): Use a for loop - bounded by size() instead of hasNext() in iterator loop. - * java/util/AbstractSet.java (hashCode): Don't catch exception as - part of normal execution flow. Do an explicit null check instead. - * java/util/ArrayList.java (_iSize): Rename to `size'. - (_arData): Rename to `data'. - (get): Check lower bounds also. Simplify IndexOutOfBoundsException - message. - (remove): Ditto. - (removeRange): Make protected. Don't check bounds. - (add): Check lower bounds also. Simplify IndexOutOfBoundsException - message. - (addAll (Collection)): Use a size-bounded for loop instead of hasNext() - check. - (addAll (int, Collection)): Check lower bounds. Simplify exception - string. - (clone): Clone the data array too. - (indexOf): Inline doesEqual(). - (lastIndexOf): Ditto. - (clear): Don't set array data to null. - (set): Check lower bounds. Simplify exception string. - (toArray): Correct comment. - (trimToSize): Don't update modCount, this is not a structural change. - Add comment. - - * java/util/BitSet.java: Merged with classpath, new JDK 1.2 methods - implemented. - (toString): Declare `bit' as long, not int. - (data): Made package-private, not private. - -2000-10-27 Warren Levy - - * java/util/natGregorianCalendar.cc (computeFields): Set the isSet__ - array elements to true. - -2000-10-27 Warren Levy - - * Makefile.am: Added locale files from Classpath. - * Makefile.in: Rebuilt. - * gnu/java/locale/Calendar.java: New file. - * gnu/java/locale/Calendar_de.java: New file. - * gnu/java/locale/Calendar_en.java: New file. - * gnu/java/locale/Calendar_nl.java: New file. - * java/lang/ClassNotFoundException.java: Replaced with Classpath file. - * java/math/BigDecimal.java (intVal): Renamed from 'num' for - serialization compatibility. - (scale): Made private. - (serialVersionUID): New field. - * java/math/BigInteger.java (ival): Made transient. - (words): Made transient. - (bitCount): New serialization field. - (bitLength): Ditto. - (firstNonzeroByteNum): Ditto. - (lowestSetBit): Ditto. - (magnitude): Ditto. - (signum): Ditto. - (serialVersionUID): New field. - (readObject): New method. - (writeObject): New method. - * java/util/BitSet.java (serialVersionUID): New field. - * java/util/Calendar.java: Replaced with Classpath file. - * java/util/GregorianCalendar.java (GregorianCalendar): Pass result - of getDefault() for TimeZone or Locale instead of passing nulls. - * java/util/Locale.java (serialVersionUID): New field. - (writeObject): New method. - (readObject): New method. - * java/util/SimpleTimeZone.java: Replaced with Classpath file. - -2000-10-25 Bryce McKinlay - - * Makefile.am (GCJCOMPILE): Pass --tag=GCJ to libtool. - (core_java_source_files): Put java.lang, java.io, and java.util here. - (ordinary_java_source_files): Order so that core_java_source_files are - built first. - (java_source_files): Reorder so that special_java_source_files are - built first. - * configure.in: Don't pass -I flag to gcj. - * Makefile.in: Rebuilt. - * configure: Rebuilt. - -2000-10-25 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (install-exec-hook): New target. - -2000-10-24 Bryce McKinlay - - * java/util/EventObject.java: Merged from classpath. - - * java/lang/ThreadGroup.java (uncaughtException): Print thread name - with stack dump. - -2000-10-23 Alexandre Petit-Bianco - - * java/util/AbstractSet.java (equals): Re-installed original code. - -2000-10-22 Rolf W. Rasmussen - - * Makefile.am: Added rules for libgcjx library. - * Makefile.in: Rebuilt. - * configure.in: Added check for X. - * configure: Rebuilt. - * gnu/awt/LightweightRedirector.java: New file. - * gnu/awt/j2d/AbstractGraphicsState.java: New file. - * gnu/awt/j2d/DirectRasterGraphics.java: New file. - * gnu/awt/j2d/Graphics2DImpl.java: New file. - * gnu/awt/j2d/IntegerGraphicsState.java: New file. - * gnu/awt/j2d/MappedRaster.java: New file. - * gnu/awt/xlib/XCanvasPeer.java: New file. - * gnu/awt/xlib/XEventLoop.java: New file. - * gnu/awt/xlib/XEventQueue.java: New file. - * gnu/awt/xlib/XFontMetrics.java: New file. - * gnu/awt/xlib/XFramePeer.java: New file. - * gnu/awt/xlib/XGraphics.java: New file. - * gnu/awt/xlib/XGraphicsConfiguration.java: New file. - * gnu/awt/xlib/XPanelPeer.java: New file. - * gnu/awt/xlib/XToolkit.java: New file. - * gnu/gcj/xlib/Clip.java: New file. - * gnu/gcj/xlib/Colormap.java: New file. - * gnu/gcj/xlib/Display.java: New file. - * gnu/gcj/xlib/Drawable.java: New file. - * gnu/gcj/xlib/Font.java: New file. - * gnu/gcj/xlib/GC.java: New file. - * gnu/gcj/xlib/Pixmap.java: New file. - * gnu/gcj/xlib/Screen.java: New file. - * gnu/gcj/xlib/Visual.java: New file. - * gnu/gcj/xlib/WMSizeHints.java: New file. - * gnu/gcj/xlib/Window.java: New file. - * gnu/gcj/xlib/WindowAttributes.java: New file. - * gnu/gcj/xlib/XAnyEvent.java: New file. - * gnu/gcj/xlib/XButtonEvent.java: New file. - * gnu/gcj/xlib/XColor.java: New file. - * gnu/gcj/xlib/XConfigureEvent.java: New file. - * gnu/gcj/xlib/XConnectException.java: New file. - * gnu/gcj/xlib/XEvent.java: New file. - * gnu/gcj/xlib/XException.java: New file. - * gnu/gcj/xlib/XExposeEvent.java: New file. - * gnu/gcj/xlib/XID.java: New file. - * gnu/gcj/xlib/XImage.java: New file. - * gnu/gcj/xlib/XUnmapEvent.java: New file. - * gnu/gcj/xlib/natClip.cc: New file. - * gnu/gcj/xlib/natColormap.cc: New file. - * gnu/gcj/xlib/natDisplay.cc: New file. - * gnu/gcj/xlib/natDrawable.cc: New file. - * gnu/gcj/xlib/natFont.cc: New file. - * gnu/gcj/xlib/natGC.cc: New file. - * gnu/gcj/xlib/natPixmap.cc: New file. - * gnu/gcj/xlib/natScreen.cc: New file. - * gnu/gcj/xlib/natVisual.cc: New file. - * gnu/gcj/xlib/natWMSizeHints.cc: New file. - * gnu/gcj/xlib/natWindow.cc: New file. - * gnu/gcj/xlib/natWindowAttributes.cc: New file. - * gnu/gcj/xlib/natXAnyEvent.cc: New file. - * gnu/gcj/xlib/natXButtonEvent.cc: New file. - * gnu/gcj/xlib/natXColor.cc: New file. - * gnu/gcj/xlib/natXConfigureEvent.cc: New file. - * gnu/gcj/xlib/natXException.cc: New file. - * gnu/gcj/xlib/natXExposeEvent.cc: New file. - * gnu/gcj/xlib/natXImage.cc: New file. - * gnu/gcj/xlib/natXUnmapEvent.cc: New file. - * java/awt/EventDispatchThread.java: Start thead on creation. - -2000-10-20 Tom Tromey - - From Arno J. Klaassen: - * interpret.cc: Include for alloca. - * defineclass.cc: Include for alloca. - - * Makefile.in: Rebuilt. - * Makefile.am: Include deps.mk. - (GCJCOMPILE): Added -MD, -MT, and -MF. - ($(javao_files)): Don't depend on libgcj.zip. - (all-recursive): New target. - (%.lo:%.cc): Do dependency tracking. - ($(nat_headers)): Don't depend on libgcj.zip. - * configure: Rebuilt. - * configure.in: Make .d files and deps.mk. - -2000-10-13 Bryce McKinlay - - * exception.cc: Don't #include "exception". - (_Jv_eh_alloc): Call abort (), not terminate (), if malloc fails. - - * Makefile.am (libgcj_la_LDFLAGS): Link in libsupc++. - * Makefile.in: Updated. - -2000-10-11 Bryce McKinlay - - * java/awt/peer/ChoicePeer.java (addItem): Removed. - * java/awt/peer/ComponentPeer.java (disable): Removed. - (enable): Removed. - (hide): Removed. - (minimumSize): Removed. - (preferredSize): Removed. - (reshape): Removed. - (show): Removed. - * java/awt/peer/ListPeer.java (addItem): Removed. - (clear): Removed. - (minimumSize): Removed. - (preferredSize): Removed. - (setMultipleSelections): Removed. - * java/awt/peer/MenuBarPeer.java (add): Renamed from addMenu. - (remove): Renamed from removeMenu. - * java/awt/peer/MenuItemPeer.java (disable): Removed. - (enable): Removed. - * java/awt/peer/MenuPeer.java (add): Renamed from addItem. - (remove): Renamed from removeItem. - * java/awt/peer/TextAreaPeer.java (insertText): Removed. - (getMinimumSize): Removed. - (getPreferredSize): Removed. - (minimumSize): Removed. - (preferredSize): Removed. - (replaceText): Removed. - * java/awt/peer/TextFieldPeer.java (minimumSize): Removed. - (preferredSize): Removed. - (getMinimumSize): Removed. - (getPreferredSize): Removed. - (setEchoCharacter): Removed. - -2000-10-10 Warren Levy - - * gnu/gcj/text/LocaleData_en.java (monetarySeparator): Added. - * java/sql/Date.java (serialVersionUID): New field. - * java/sql/Time.java (serialVersionUID): New field. - * java/sql/Timestamp.java (serialVersionUID): New field. - * java/text/ChoiceFormat.java (serialVersionUID): New field. - * java/text/DateFormat.java (getDateTimeInstance (int)): Removed. - * java/text/DateFormatSymbols.java (serialVersionUID): New field. - * java/text/DecimalFormat.java (serialVersionOnStream): New field. - (readObject): New serialization method. - * java/text/DecimalFormatSymbols.java (monetarySeparator): New field. - (serialVersionOnStream): New field. - (readObject): New serialization method. - (getMonetaryDecimalSeparator): New method. - (setMonetaryDecimalSeparator): New method. - * java/text/NumberFormat.java (maxFractionDigits): New field. - (maxIntegerDigits): New field. - (minFractionDigits): New field. - (minIntegerDigits): New field. - (serialVersionOnStream): New field. - (serialVersionUID): New field. - (readObject): New serialization method. - (writeObject): New serialization method. - * java/text/SimpleDateFormat.java (defaultCenturyStart): Initialized. - (serialVersionOnStream): New field. - (serialVersionUID): New field. - (readObject): New serialization method. - -2000-10-09 Alexandre Oliva - - * configure.in (GCJ): Avoid bogus error message when looking for - (and not finding) gcj in the build tree. - * configure: Rebuilt. - -2000-10-09 Tom Tromey - - * configure: Rebuilt. - * configure.in: Include sys/types.h when checking for socklen_t. - From Arno J. Klaassen. - -2000-10-09 Bryce McKinlay - - * include/jvm.h: Enable __builtin_expect(). - - * name-finder.cc (lookup): Don't trust dladdr() if the address is from - the main program. Fix for PR libgcj/341. - -2000-10-07 Tom Tromey - - * java/util/Properties.java: Merged with Classpath version. - -2000-10-05 Tom Tromey - - * java/lang/reflect/natField.cc (BooleanClass): Don't define. - * java/lang/reflect/natArray.cc (BooleanClass): Don't define. - * java/lang/Class.h (Object): Added `class$' field. - * java/lang/Object.h (Object): Added `class$' field. - * defineclass.cc (ClassClass): Use `class$' form. - (ClassObject): Likewise. - * resolve.cc (ClassObject): Use `class$' form. - (ObjectClass): Likewise. - * interpret.cc (ClassError): Removed. - * java/net/natPlainDatagramSocketImpl.cc (BooleanClass): Use - `class$' form. - (IntegerClass): Likewise. - * java/net/natPlainSocketImpl.cc (BooleanClass): Use `class$' - form. - * java/lang/natClassLoader.cc (CloneableClass): Use `class$' form. - (ObjectClass, ClassClass, VMClassLoaderClass, ClassLoaderClass, - SerializableClass): Likewise. - Include Serializable.h, Cloneable.h. - * java/lang/natSystem.cc (SystemClass): Removed. - (init_properties): Use `class$' form. - * java/lang/natObject.cc (CloneableClass): Removed. - (clone): Use `class$' form. - * java/lang/natClass.cc (CloneableClass): Use `class$' form. - (ObjectClass, ErrorClass, ClassClass, MethodClass, FieldClass, - ConstructorClass): Likewise. - * java/lang/reflect/natMethod.cc (ObjectClass): Use `class$' form. - (ClassClass, VoidClass, ByteClass, ShortClass, CharacterClass, - IntegerClass, LongClass, FloatClass, DoubleClass): Likewise. - * java/io/natObjectInputStream.cc (ObjectClass): Use `class$' - form. - (ClassClass): Likewise. - * include/jvm.h (StringClass): Use `class$' form. - * prims.cc (ObjectClass): Removed. - (_Jv_RunMain): Use `class$' form. - (_Jv_AllocObject): Likewise. - * jni.cc (ClassClass): Use `class$' form. - (ThrowableClass): Likewise. - (ObjectClass): Likewise. - (MethodClass): Likewise. - (ThreadGroupClass): Likewise. - (NativeThreadClass): Likewise. - * boehm.cc (ObjectClass): Removed. - (ClassClass): Removed. - (_Jv_MarkObj): Use `class$' form. - * gcj/field.h (JvFieldIsRef): Use `class$' form. - Include RawData.h. - -2000-10-05 Warren Levy - - * Makefile.am: Removed java/io/Replaceable.java and - java/io/Resolvable.java. - * Makefile.in: Rebuilt. - * gcj/javaprims.h: Removed Replaceable and Resolvable from java.io - namespace. - * java/io/ObjectInputStream.java (processResolution): Fixed typo - in method name. - (processResolution): Handle readResolve method via reflection with - removal of Resolvable interface. - * java/io/ObjectOutputStream.java (writeObject): Handle writeReplace - method via reflection with removal of Replaceable interface. - * java/io/Replaceable.java: Removed. - * java/io/Resolvable.java: Removed. - * java/security/Key.java (serialVersionUID): New field. - * java/security/Provider.java (serialVersionUID): New field. - * java/security/interfaces/DSAPrivateKey.java (serialVersionUID): - New field. - * java/security/interfaces/DSAPublicKey.java (serialVersionUID): - New field. - * java/sql/DataTruncation.java (serialVersionUID): New field. - * java/sql/SQLException.java (serialVersionUID): New field. - * java/sql/SQLWarning.java (serialVersionUID): New field. - * java/util/Date.java (serialVersionUID): New field. - (millis): Made transient. - (readObject): New method. - (writeObject): New method. - -2000-10-05 Tom Tromey - - * gnu/gcj/convert/natIconv.cc (init): Terminate buffer. - -2000-10-02 Bryce McKinlay - - * prims.cc (_Jv_argv, _Jv_argc): New fields. - (JvRunMain): Set _Jv_argv and _Jv_argc. - * java/awt/Component.java: Minor fixes. - * java/awt/Image.java (UndefinedProperty): Initialize final field. - * java/awt/Toolkit.java (systemEventQueue): Removed. - (getDefaultToolkit): Default to "gnu.awt.gtk.GtkToolkit". - * java/awt/Window.java (getToolkit): Don't call super. - * java/awt/image/BufferedImage.java: Fix definite assignment errors. - * java/awt/peer/ContainerPeer.java (insets): Remove unused method. - * gnu/awt/gtk/GtkComponentPeer.java: New file. - * gnu/awt/gtk/GtkContainerPeer.java: New file. - * gnu/awt/gtk/GtkFramePeer.java: New file. - * gnu/awt/gtk/GtkMainThread.java: New file. - * gnu/awt/gtk/GtkToolkit.java: New file. - * gnu/awt/gtk/GtkWindowPeer.java: New file. - * gnu/awt/gtk/gtkcommon.cc: New file. - * gnu/awt/gtk/gtkcommon.h: New file. - * gnu/awt/gtk/natGtkComponentPeer.cc: New file. - * gnu/awt/gtk/natGtkContainerPeer.cc: New file. - * gnu/awt/gtk/natGtkFramePeer.cc: New file. - * gnu/awt/gtk/natGtkMainThread.cc: New file. - * gnu/awt/gtk/natGtkToolkit.cc: New file. - * gnu/awt/gtk/natGtkWindowPeer.cc: New file. - -2000-09-30 Tom Tromey - - * posix-threads.cc (_Jv_CondWait): Check to see if we are - interrupted before modifying the cv's wait set. - From Corey Minyard. - -2000-09-30 Hans Boehm - Bryce McKinlay - - Implement bitmap descriptor based marking for Boehm GC. - - * configure.in: Define JC1GCSPEC. Set it if boehm-gc is used. - * configure: Rebuilt. - * libgcj.spec.in: Pass JC1GCSPEC to jc1. - * include/jvm.h (struct _Jv_VTable): New field `gc_descr'. New inline - method get_finalizer(). - (struct _Jv_ArrayVTable): Ditto. Declare method array with - NUM_OBJECT_METHODS elements instead of NUM_OBJECT_METHODS + 1. - (_Jv_AllocObj): Add new jclass parameter. - (_Jv_AllocArray): Ditto. - (_Jv_BuildGCDescr): New prototype. - * prims.cc (_Jv_AllocObject): Rename parameter `c' to `klass'. Pass - `klass' to _Jv_AllocObj. Don't set the new object's vtable. Use - get_finalizer() instead of direct finalizer vtable offset. - (_Jv_NewObjectArray): Rename parameter `clas' to `klass'. Pass - `klass' to _Jv_AllocArray. Don't set the new array's vtable. - (_Jv_NewPrimArray): Call _Jv_FindArrayClass before _Jv_AllocObj. Pass - `klass' to _Jv_AllocObj. Don't set the new array's vtable. - * resolve.cc (METHOD_NOT_THERE, METHOD_INACCESSIBLE): New #defines. - (_Jv_ResolvePoolEntry): Use METHOD_NOT_THERE and METHOD_INACCESSIBLE. - (_Jv_DetermineVTableIndex): Ditto. - (_Jv_PrepareClass): Ditto. Remove offset-by-one adjustments from vtable - calculations to account for new gc_descr field. - * boehm.cc: #include gc_gcj.h. - (obj_kind_x, obj_free_list): `#if 0'-ed away. - (_Jv_MarkObj): Check that vtable doesn't point to a cleared object. - New commentary from HB. Mark the classes vtable. - (_Jv_MarkArray): Check that vtable doesn't point to a cleared object. - (GC_DEFAULT_DESCR): New #define. - (_Jv_BuildGCDescr): New function. Use GC_DEFAULT_DESCR, for now. - (_Jv_AllocObj): New parameter `klass'. Use GC_GCJ_MALLOC (). - (_Jv_AllocArray): New parameter `klass'. Allocate with GC_MALLOC and - scan conservativly if size is less than min_heap_addr. Set vtable - pointer of new object before returning. - (_Jv_AllocBytes): Use GC_MALLOC_ATOMIC, not GC_GENERIC_MALLOC. - (_Jv_InitGC): Call GC_init_gcj_malloc(). Don't set up marking and - allocation for obj_kind_x. - * nogc.cc (_Jv_BuildGCDescr): New function. Return 0. - (_Jv_AllocObj): Set vtable on returned object. - (_Jv_AllocArray): Ditto. - * java/lang/Class.h (_Jv_NewObjectArray): No longer a friend. - (_Jv_NewPrimArray): Ditto. - (_Jv_AllocObj): Declare as a friend. - (_Jv_AllocArray): Ditto. - * java/lang/natClassLoader.cc (_Jv_FindArrayClass): Copy gc_descr - from &ObjectClass into new array class. Remove offset-by-one - adjustments from `method' size calculations to account for gc_descr - field. - -2000-09-26 Tom Tromey - - * java/awt/Scrollbar.java (removeAdjustmentListener): Use - `remove', not `add'. - -2000-09-26 Alexandre Petit-Bianco - - * java/lang/natSystem.cc (file_encoding): Added return statement. - -2000-09-14 Alexandre Oliva - - * Makefile.am: Re-work shell commands that exceeded command-line - length limits. - * Makefile.in: Rebuilt. - - * java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'. - - * defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H. - * java/lang/natDouble.cc: Likewise. - * java/lang/reflect/natMethod.cc: Likewise. - * interpret.cc: Likewise. Fix NULLCHECKs that tested a _Jv_word. - -2000-09-13 Alexandre Oliva - - * configure.in (LIBDATASTARTSPEC): Use `%s' to search for - libgcjdata.a. - (GCJ): Support single-tree builds. Add -B`pwd`/ and -I$srcdir. - * acinclude.m4: Arrange for automake to not bring in a new - libtool.m4 for LT_AC_PROG_GCJ. AC_SUBST GCJ. - * Makefile.am: Leave it up to automake to subst GCJ. - * aclocal.m4, configure, Makefile.in: Rebuilt. - -2000-09-13 Tom Tromey - - * java/lang/reflect/natArray.cc (BooleanClass): New define. - (get): Ensure Boolean class is initialized. - * java/lang/reflect/natField.cc (BooleanClass): New define. - (get): Ensure Boolean class is initialized. - -2000-09-13 Bryce McKinlay - - * java/lang/String.java (CASE_INSENSITIVE_ORDER): New static field. - Initialize with anonymous class. - (compareToIgnoreCase): New method. - - * java/lang/ThreadGroup.java (had_uncaught_exception): New field. - (uncaughtException): Set had_uncaught_exception. - * prims.cc (JvRunMain): Check value of had_uncaught_exception and - exit with error status if set. - (_Jv_RunMain): Ditto. - -2000-09-12 Alexandre Oliva - - * configure: Rebuilt with new ../libtool.m4. - -2000-09-11 Tom Tromey - - * java/lang/reflect/Field.java (toString): Don't rely on - Class.toString. - -2000-09-08 Tom Tromey - - * gnu/gcj/convert/BytesToUnicode.java (getDefaultDecoder): Let - default decoder use iconv. - * gnu/gcj/convert/UnicodeToBytes.java (getDefaultEncoder): - Let default encoder use iconv. - * configure: Rebuilt. - * configure.in: Check for nl_langinfo and . - * java/lang/natSystem.cc (file_encoding): New function. - (DEFAULT_FILE_ENCODING): Define to file_encoding() if possible. - -2000-09-10 Alexandre Oliva - - * acinclude.m4: Simplify the tests for CC and CXX. - * aclocal.m4, configure: Rebuilt. - - * acinclude.m4: Include libtool macros from the source tree. - * aclocal.m4, configure: Rebuilt. - -2000-09-08 Warren Levy - - * java/beans/PropertyChangeEvent.java (serialVersionUID): Added. - * java/beans/PropertyVetoException.java (serialVersionUID): Added. - * java/io/File.java (writeObject): Added. - (readObject): Added. - (serialVersionUID): Added. - * java/io/ObjectOutputStream.java (writeObject): Initialized - fieldsAlreadyWritten before recursion rather than after. - * java/io/ObjectStreamClass.java (serialVersionUID): Added. - * java/io/OptionalDataException.java (serialVersionUID): Added. - (OptionalDataException): Made package private. - * java/io/SyncFailedException.java (SyncFailedException): Removed - default constructor to match spec. - * java/lang/Boolean.java (serialVersionUID): Added. - * java/lang/Byte.java (serialVersionUID): Added. - * java/lang/Character.java (serialVersionUID): Added. - * java/lang/Double.java (serialVersionUID): Added. - * java/lang/Float.java (serialVersionUID): Added. - * java/lang/Integer.java (serialVersionUID): Added. - * java/lang/Long.java (serialVersionUID): Added. - * java/lang/Number.java (serialVersionUID): Added. - * java/lang/Short.java (serialVersionUID): Added. - * java/lang/String.java (serialVersionUID): Added. - * java/lang/ThreadDeath.java (ThreadDeath): Removed constructor - to match spec. - * java/lang/reflect/InvocationTargetException.java - (serialVersionUID): Added. - * java/net/URL.java (handler): Made transient. - (hashCode): Added field for serialization, per spec. and use - cached value if available. - (serialVersionUID): Added. - (URL): Initialize hashCode. - (set): Adjust hashCode. - (readObject): New Method to initialize the protocol handler when - deserializing. - (writeObject): New method. - * java/text/BreakIterator.java: Removed 'implements Serializable'. - * java/text/Collator.java: Removed 'implements Serializable'. - * java/util/GregorianCalendar.java (serialVersionUID): Added. - * java/util/Properties.java (serialVersionUID): Added. - * java/util/Random.java (serialVersionUID): Added. - (seed): Made private. - (nextNextGaussian): Made private. - (haveNextNextGaussian): Made private. - * java/util/Stack.java (serialVersionUID): Added. - * java/util/TimeZone.java (serialVersionUID): Added. - * java/util/Vector.java (serialVersionUID): Added. - -2000-09-07 Bryce McKinlay - - * Makefile.am (Thread.h): Don't be friends with native threads - functions. - * Makefile.in: Rebuilt. - * java/lang/Thread.java (interrupt_flag): Make package-private. - -2000-09-06 Jeff Sturm - - * include/jvm.h (_Jv_HashCode): Cast object ptr to `unsigned long' - to avoid long long division. - -2000-09-06 Tom Tromey - - * java/lang/reflect/Constructor.java (toString): Use `getName' for - parameter types. - * java/lang/reflect/Method.java (toString): Use `getName' for - return type. - - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Accept null - `args' if method takes no parameters. - - Fix for PR java.lang/339: - * java/lang/natPosixProcess.cc (fail): New function. - (cleanup): New function. - (startProcess): Use them. Create pipe so child can communicate - exec failure back to parent. - -2000-09-05 Bryce McKinlay - - * java/net/natPlainDatagramSocketImpl.cc: Change various `JvThrow' - calls to `throw'. - (send): Undo last patch. Remove the label only. - (mcastGrp): Ditto. - * java/net/natPlainSocketImpl.cc: Change various `JvThrow' calls to - `throw'. - * java/net/natInetAdress.cc: Ditto. - - * java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Fix typo. - -2000-09-05 Tom Tromey - - * doc/cni.sgml: Updated from master copy. - -2000-09-05 Bryce McKinlay - - * gnu/gcj/convert/natIconv.cc (read): Remove unused local. - (write): Ditto. - * gnu/gcj/runtime/FileDeleter.java (deleteOnExitNow): Check for null - stack. Synchronize. - * java/lang/fdlibm.h: #undef __P if previously defined. - * java/lang/natSystem.cc (currentTimeMillis): Remove unused local. - * java/net/natPlainDatagramSocketImpl.cc (send): Remove unreachable - block. - (mcastGrp): Ditto. - -2000-09-04 Tom Tromey - - * java/util/zip/ZipFile.java (ZipFile): Delete file when opened in - DELETE mode. - -2000-09-04 Anthony Green - - Fix for PR java.io/203: - * java/io/File.java (createTempFile): Obey directory argument. - Use java.io.tmpdir if needed. Don't leave FileDescripators open. - * java/lang/natSystem.cc (init_properties): Use TMPDIR environment - variable to set java.io.tmpdir on non-WIN32 systems. - -2000-09-04 Anthony Green - - * java/io/File.java (deleteOnExit): New method. - * gnu/gcj/runtime/FileDeleter.java: New class. - * java/lang/natRuntime.cc (exit): Call - FileDeleter.deleteOnExitNow() - * Makefile.am: Add FileDeleter.java. - * Makefile.in: Rebuilt. - -2000-09-02 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (GCJCOMPILE): Use -fclasspath, not the CLASSPATH - environment variable. - -2000-09-01 Andrew Haley - - * java/io/StreamTokenizer.java: Don't throw a - NumberFormatException if a field is numeric as far as the - StreamTokenizer is concerned but not as far as Double.valueOf() is - concerned: return a zero instead. - -2000-08-30 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (AM_CXXFLAGS): Added -fdollars-in-identifiers. - -2000-08-28 Tom Tromey - - * gnu/gcj/awt/BitMaskExtent.java, gnu/gcj/awt/Buffers.java, - gnu/gcj/awt/ComponentDataBlitOp.java, - gnu/gcj/awt/GLightweightPeer.java, java/awt/Graphics2D.java, - java/awt/RenderingHints.java, java/awt/color/ColorSpace.java, - java/awt/color/ICC_ColorSpace.java, - java/awt/color/ICC_Profile.java, - java/awt/image/BufferedImage.java, java/awt/image/ColorModel.java, - java/awt/image/ComponentColorModel.java, - java/awt/image/ComponentSampleModel.java, - java/awt/image/DataBuffer.java, - java/awt/image/DataBufferByte.java, - java/awt/image/DataBufferInt.java, - java/awt/image/DataBufferUShort.java, - java/awt/image/DirectColorModel.java, - java/awt/image/IndexColorModel.java, - java/awt/image/PackedColorModel.java, java/awt/image/Raster.java, - java/awt/image/RasterOp.java, java/awt/image/SampleModel.java, - java/awt/image/SinglePixelPackedSampleModel.java, - java/awt/image/WritableRaster.java, java/util/zip/ZipFile.java: - Removed Latin-1 copyright symbols. - * java/util/zip/ZipFile.java: Indentation fixes. - -2000-08-27 Mark Wielaard - - * java/util/zip/ZipFile.java: Implement OPEN_DELETE mode, new - constructor, close can delete the file, finalize calls close. - * java/util/jar/JarFile.java: Constructor that takes mode now - calls super. - -2000-08-27 Anthony Green - - * java/util/ArrayList.java, java/util/Timer.java, - java/util/LinkedList.java, java/util/TimerTask.java, - java/util/HashMap.java, java/util/AbstractMap.java, - java/util/SortedMap.java, java/util/AbstractSequentialList.java, - java/util/SortedSet.java: Imported from GNU Classpath. - * Makefile.in: Rebuilt. - * Makefile.am: Added new files. - -2000-08-26 Anthony Green - - * Makefile.in: Rebuilt. - * Makefile.am (java/lang/ClassLoader.h): Make _Jv_RunMain a - friend. - - * prims.cc: Include ClassLoader.h. - (_Jv_RunMain): When executing jar files, classpath must be the jar - file only. Lose our reference to the system ClassLoader in order - to get a new one with the correct classpath. - * java/lang/natSystem.cc (init_properties): When executing a jar - file, only use the jar file for java.class.path. - - * gnu/gcj/runtime/VMClassLoader.java: Use the canonical file name - for bytecode archives. - - * gnu/gcj/runtime/FirstThread.java: Handle case where manifest - exists, but not Main-Class. - -2000-08-23 Mark Wielaard - - * java/util/zip/InflaterInputStream.java (read(byte[],int,int)): - return -1 when fill() has no more data for the Inflater. - -2000-08-23 Mark Wielaard - - * java/io/PrintWriter.java (print(String)): Don't catch IOException, - write(String) already does. - -2000-08-23 Alexandre Petit-Bianco - - * gnu/gcj/jni/NativeThread.java (NativeThread): Removed assignment - to `alive_flag', call `init'. - (init): New native method. - * gnu/gcj/jni/natNativeThread.cc (init): New native method - implementation. - -2000-08-21 Mark Wielaard - - * Makefile.in: Rebuilt. - * Makefile.am (java/lang/reflect/Constructor.h): Declare Class as - a `friend class'. - (java/lang/reflect/Field.h): Likewise. - (java/lang/reflect/Method.h): Likewise. - (gnu/gcj/runtime/VMClassLoader.h): Declare ClassLoader as a - `friend class'. - -2000-08-21 Tom Tromey - - * java/util/ResourceBundle.java (trySomeGetBundle): Removed - debugging prints. - -Sun Aug 20 21:02:48 2000 Anthony Green - - * java/lang/natSystem.cc (init_properties): Change sourceware - reference to sources.redhat.com. - - * include/java-props.h: Add _Jv_Jar_Class_Path. - * prims.cc: Ditto. Set it from `gij -jar file' option. - - * java/lang/natSystem.cc (init_properties): Set java.class.path - from - {gij -jar file}:{CLASSPATH variable}:{-Djava.class.path= or .} - - * java/util/PropertyPermission.java: Import from GNU Classpath. - * Makefile.in: Rebuilt. - * Makefile.am: Add java/util/PropertyPermission.java. - * java/lang/System.java: Add setProperty method. - - * gij.cc (main): Add -jar option to execute jar files. - (help): Describe -jar option. - * prims.cc (_Jv_RunMain): Add support for jar execution mode. - * include/jvm.h: Add is_jar argument to _Jv_RunMain. - * gnu/gcj/runtime/FirstThread.java (main): New method. - - * java/util/jar/Attributes.java: Correct comment spelling. - -2000-08-20 Mark Wielaard - - * java/util/zip/Adler32.java: Make private variables really private - * java/util/zip/CRC32.java: Make private variables really private - * java/util/zip/CheckedInputStream.java: skip() could skip to much - bytes - * java/util/zip/InflaterInputStream.java: skip() could skip to - much bytes - * java/util/zip/ZipEntry.java: setCompressedSize() didn't check input - * java/util/zip/ZipFile.java: size() new 1.2 method - * java/util/zip/ZipInputStream.java: Use createZipEntry not new - ZipEntry. since 1.2 available() always returns just 1 or 0 when - closed - -Sun Aug 20 12:33:43 2000 Anthony Green - - * java/util/jar/JarFile.java: Don't call - java.util.zip.ZipFile.getEntry twice. From Mark Wielaard - . - -Sun Aug 20 09:51:48 2000 Anthony Green - - * java/net/URLClassLoader.java: Find the JarEntry via the JarFile. - Read the entire contents of the class file, not just what is - available(). - - * java/net/JarURLConnection.java: getEntry doesn't take any - arguments. Return null if element is null. - - * java/util/zip/ZipFile.java (getInputStream): Read the compressed - size from the archive, not the inflated size. - - * java/util/jar/JarFile.java (getEntry): Don't recurse. Call - java.util.zip.ZipFile.getEntry. - - * gij.cc (help): Change sourceware reference to - sources.redhat.com. - -2000-08-19 Tom Tromey - - * java/util/zip/ZipInputStream.java (createZipEntry): - Implemented. - -Sat Aug 19 11:00:53 2000 Anthony Green - - * java/util/jar/Attributes.java, java/util/jar/JarEntry.java, - java/util/jar/JarException.java, java/util/jar/JarFile.java, - java/util/jar/JarInputStream.java, - java/util/jar/JarOutputStream.java, java/util/jar/Manifest.java, - java/util/Set.java, java/util/Map.java, java/util/Bucket.java, - java/util/AbstractSet.java, java/util/BasicMapEntry.java, - java/security/cert/CRL.java, java/security/cert/CRLException.java, - java/security/cert/Certificate.java, - java/security/cert/CertificateEncodingException.java, - java/security/cert/CertificateException.java, - java/security/cert/CertificateExpiredException.java, - java/security/cert/CertificateFactory.java, - java/security/cert/CertificateFactorySpi.java, - java/security/cert/CertificateNotYetValidException.java, - java/security/cert/CertificateParsingException.java, - java/security/cert/X509CRL.java, - java/security/cert/X509CRLEntry.java, - java/security/cert/X509Certificate.java, - java/security/cert/X509Extension.java: Imported from Classpath. - * java/util/Hashtable.java: Imported from Classpath. - - * java/util/zip/ZipInputStream.java: Create stub for - createZipEntry. - - * gcj/javaprims.h: Updated class list. - - * Makefile.in, gcj/Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Add these new classes. - -2000-08-16 Rolf W. Rasmussen - - * gnu/gcj/awt/ComponentDataBlitOp.java: New file. - * gnu/gcj/awt/GLightweightPeer.java: New file. - * java/awt/BorderLayout.java: Implemented all methods. - * java/awt/Button.java (actionListener, actionCommand): Renamed - and modifier change. - (addNotify): Call super. - (dispatchEventImpl): New method. - (getListeners): New method. - (label): Made package-private, not private. - * java/awt/Canvas.java: Implemented class body. - * java/awt/Color.java (brighter): New method. - (darker): New method. - (hashCode): New method. - * java/awt/Component.java (visible, enabled, eventMask): Set defaults. - (getGraphicsConfiguration): Delegate to - getGraphicsConfigurationImpl(). - (getGraphicsConfigurationImpl): New method. - (getToolkit): Only return value from peer if not null. - (isDisplayable): Check with parent. - (isShowing): No parent implies not showing. - (getForeground): Check parent property if local is null. - (getBackground): Likewise. - (getFont): Likewise. - (setForeground): Inform peer. - (setBackground): Likewise - (setLocale): Invalidate component. - (getColorModel): Implemented. - (setLocation): Invalidate, or ignore if no change. - (setSize): Invalidate, or ignore if no change. - (setBounds): Invalidate, or ignore if no change. - (isOpaque): By default, heavyweight implies opaque. - (isLightweight): Implemented. - (getMaximumSize): Implemented. - (doLayout): Implemented, NOP. - (validate): Implemented, NOP. - (invalidate): Only propagate to parent if parent was valid. - (getGraphics): Implemented. - (getFontMetrics): Implemented. - (update): Implemented. - (paintAll): Implemented. - (repaint): Implemented all repaint methods. - (print): Implemented. - (printAll): Implemented. - (createImage): Implemented. - (dispatchEvent): Give the peer a chance to handle the event. - (dispatchEventImpl): Dispatch paint events. - (enableEvents): Lightweights enable events on parent component. - (coalesceEvents): Coalesce paint events, and select event type - using a switch. - (coalescePaintEvents): New method. - (processEvent): Fix unfortunate ordering of statements, and call - correct method for MOUSE_CLICKED. - (processPaintEvent): New method. - (addNotify): Allow container to notify children before event - mask is set in peer. - (addNotifyContainerChildren): New method. - (removeNotify): Visibility should not change on removeNotify. - (paramString): Implemented. - (list): Implemented two of the list methods. - * Container (myInsets): Removed, insets are managed by peer. - (getInsets): Query peer. - (addImpl): Fix reparenting, enable events for lightweights, - initialize component array. - (validate): Call doLayout in validateTree() instead. - (validateTree): Do nothing if already valid. Call beginValidate(), - endValidate() on peer. Call validateTree() instead of validate() - for children that are containers. Mark valid after validation of - children. - (setFont): Partial implementation. - (paint): Implemented. - (visitChildren): New method. - (visitChild): New method. - (update): Implemented. - (print): Implemented. - (paintComponents): Implemented. - (printComponents): Consider translation and clipping. - (getComponentAt): Ignore invisible children. Return this if no - child match. - (addNotify): Call super. - (addNotifyContainerChildren): New method. - (paramString): Implemented. - (list): Implemented. - * java/awt/EventQueue (invokeAndWait): Get system event queue the - right way. - (invokeLater): Likewise. - (isDispatchThread): Likewise. - * java/awt/FontMetrics (getLeading): Formula change. - (getDescent): Consider leading also. - (getMaxAscent): Default to getAscent(). - (getMaxDescent): Default to getDescent. - (getMaxAdvance): Return value signifying unknown. - (charWidth): Both methods implemented. - (charsWidth): Implemented. - (bytesWidth): Implemented. - (getWidths): Implemented. - * java/awt/Frame.java (NORMAL, ICONIFIED, iconImage, isResizable, - state): New fields. - (Frame): Rearragend constuctor chaining to disallow null being - passed as a graphics configuration. - (getTitle): Return empty string if null. - (dispose): Removed. - (getIconImage): New method. - (setIconImage): New method. - (finalize): New method. - (setMenuBar): Notify peer. - (isResizable): New method. - (setResizable): New method. - (getState): New method. - (getFont): Removed. - (remove): Implemented. - (removeNotify): New method. - (getFrames): New method. - * java/awt/Graphics.java: Implemented body of class. - * java/awt/Graphics2D.java: New file. - * java/awt/GraphicsConfiguration.java: Enabled part of the API. - * java/awt/Image.java: Implemented body of class. - * java/awt/Panel.java (Panel): Call correct super constructor. - (addNotify): Implemented. - * java/awt/Rectangle.java (isEmpty): Fixed reversed logic. - * java/awt/RenderingHints.java: New file. - * java/awt/Toolkit.java (createComponent): Implemented. - (getSystemEventQueue): Delegate to getSystemEventQueueImpl(). - * java/awt/Window.java (Window): Two new constructors. Reordered - constructor chaining. - (getGraphicsConfigurationImpl): New method. - (finalize): Call super. - (addNotify): Call super. - (pack): Do layout stuff. - (show): Ensure that peer exists and that component is valid. - (dispose): Dispose owned children. - (getOwner): Simplify code, casting null pointers is valid. - (getGraphicsConfiguration): Ask peer if local value is null. - * java/awt/event/ActionEvent.java (getActionCommand): Renamed from - getcmd(). - * java/awt/image/BufferedImage.java: New file. - * java/awt/image/RasterOp.java: New file. - * java/awt/peer/ComponentPeer.java (getGraphicsConfiguration): - More powerful replacement for getColorModel(). - (getColorModel) Removed. - (setEventMask) New method. - * Makefile.am: Added new files. - * Makefile.in: Rebuilt. - -2000-08-15 Alexandre Petit-Bianco - - * java/lang/natClass.cc (finit_name): Initialized with `finit$'. - (finit_leg_name): New global. - (java::lang::Class::getDeclaredMethods): Test for `finit$' or - `$finit$'. This is a backward compatibility hack. - (java::lang::Class::_getMethods): Likewise. - -2000-08-15 Andrew Haley - - * include/jvm.h (_Jv_HashCode): New hash code. - -2000-08-15 Tom Tromey - - * java/io/ByteArrayOutputStream.java: Merged with Classpath. - -Sun Aug 13 19:53:01 2000 Anthony Green - - * THANKS: More thanks. - -2000-08-10 Tom Tromey - - * java/net/natPlainSocketImpl.cc (bind): Don't go to error case - when errno not set. - (connect): Likewise. - (accept): Likewise. - (getOption): Likewise. - * java/net/natPlainDatagramSocketImpl.cc (bind): Don't go to error - case when errno not set. - (peek): Likewise. - (send): Likewise. - (receive): Likewise. - (mcastGrp): Likewise. - (setOption): Likewise. - (getOption): Likewise. - -2000-08-10 Bryce McKinlay - John Stracke - - * gnu/gcj/protocol/http/Connection.java (gotHeaders): Removed. - (connect): Don't falsely claim HTTP/1.1 compliance. Call - getHttpHeaders(). - (disconnect): Don't unset connected flag. - (getHeaderField (String)): Call connect() if not connected. - (getHeaderField (int)): Ditto. - (getHeaderFieldKey): Ditto. - (getHttpHeaders): Don't call connect(). - * java/net/HttpURLConnection.java (instanceFollowRedirects, - gotResponseVals): New fields. - (getResponseCode): Call getResponseVals() conditionally. - (getResponseMessage): Ditto. - (getResponseVals): Call connect(). Don't throw FileNotFoundException. - -2000-08-09 Bryce McKinlay - - * Makefile.am: Move beans and applet classes to awt_java_source_files. - * Makefile.in: Rebuilt. - * java/awt/Color.java (getTransparency): New method. - * java/awt/Component.java: Various updates. - * java/awt/Container.java (removeNotify): Call super.removeNotify() - after dealing with children. - * java/awt/Toolkit.java (changeSupport): Renamed from pcsupport. - * java/awt/Window.java: Various new methods and updates. - * java/awt/color/ICC_Profile.java (getNumComponents): Cast profileID - to int for switch. - * java/awt/event/KeyEvent.java (paramString): Initialize `r'. - * java/awt/event/WindowEvent.java (paramString): Ditto. - * java/awt/geom/Dimension2D.java (clone): Wrap super call with - try/catch block. - * java/awt/geom/Point2D.java (clone): Ditto. - * java/awt/geom/RectangularShape.java (clone): Ditto. - * java/awt/image/ColorModel.java (bits, cspace, transparency, hasAlpha, - isAlphaPremultiplied): Make package-private, not private. - -2000-08-08 Tom Tromey - - * gnu/gcj/convert/Input_UTF8.java (read): Fixed handling of - surrogate characters. - * gnu/gcj/convert/Output_UTF8.java (standardUTF8): Default to - true. - (write): Correct handling of surrogate characters. - -2000-08-07 Tom Tromey - - * java/lang/reflect/Method.java (hashCode): Use getName(). - (toString): Likewise. - * java/lang/reflect/natMethod.cc (getType): Initialize - exception_types. - - * java/lang/reflect/Method.java (toString): Use Class.getName, not - Class.toString. - * java/lang/reflect/Field.java (toString): Correct formatting. - From Corey Minyard. - - * java/io/PipedInputStream.java (read(byte[],int,int)): Mostly - rewrote. - (receive): Streamlined. - -2000-08-05 Tom Tromey - - * java/io/PrintWriter.java: Merged comments from Classpath. - (printlnUnsynchronized): Removed. - (println()): Print the separator. - (println): Call println(), not printlnUnsynchronized. - (out): Now protected, to match spec. - -2000-08-04 Tom Tromey - - * java/io/StreamTokenizer.java (TT_NONE): Now private. - (nextToken): Handle backslashed newline. From Oskar Liljeblad. - For PR java.io/301. - -2000-08-03 Warren Levy - - * java/io/ObjectInputStream.java (readFields): Turn off - readDataFromBlock while reading via GetField. - (GetField$1.get(String, Object)): Pass Class of default value to - getField. - (getField): Allow for null default values. - - * java/io/ObjectOutputStream.java: Fixed typo in comment. - (PutField$1.put): Fixed calls of checkType in most of the put - methods to pass the correct parameter. - (PutField$1.put(String, Object)): Allow for null value arg. - (PutField$1.write): Turn off writeDataAsBlocks while writing via - PutField. - - * java/io/ObjectStreamClass.java (serialPersistentFields): Fixed - typo in spec'ed field name. - (getSerialPersistentFields): Changed spelling of method to match - the correct spelling of the spec'ed field name. - -2000-08-03 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added new files. - -2000-08-03 Bryce McKinlay - - * Makefile.am: Add new AWT stubs. - * java/awt/Canvas.java: New placeholder class. - * java/awt/Checkbox.java: Ditto. - * java/awt/CheckboxMenuItem.java: Ditto. - * java/awt/Choice.java: Ditto. - * java/awt/Dialog.java: Ditto. - * java/awt/FileDialog.java: Ditto. - * java/awt/List.java: Ditto. - * java/awt/ScrollPane.java: Ditto. - * java/awt/TextField.java: Ditto. - * java/awt/datatransfer/Clipboard.java: Ditto. - * java/awt/Component.java (treeLock): Now a static String. Add comment. - * java/awt/MenuItem.java (MenuItem): Add default constructor. - * java/awt/Toolkit.java: Added all methods from J2SE 1.3 API docs. - Some commented out. Partially implemented. - * java/awt/natToolkit.cc: Removed file. - -2000-08-03 Bryce McKinlay - - * Makefile.am: Make inner class CNI headers depend on libgcj.zip only. - Fixes "make -j" builds. - * Makefile.in: Rebuild. - -2000-08-02 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (libgcj_la_SOURCES): Added posix.cc. - * java/net/natPlainSocketImpl.cc: Include posix.h. - (accept): Use _Jv_select. - * java/net/natPlainDatagramSocketImpl.cc: Include posix.h. - (receive): Use _Jv_select. - * java/io/natFileDescriptorPosix.cc: Include posix.h. - (available): Use _Jv_select. - * java/lang/natSystem.cc: Include posix.h. - (currentTimeMillis): Use _Jv_gettimeofday. - * include/posix.h: New file. - * posix.cc: New file. - - * scripts/encodings.pl: New file. - * Makefile.in: Rebuilt. - * Makefile.am (convert_source_files): Added IOConverter.java. - * gnu/gcj/convert/UnicodeToBytes.java (UnicodeToBytes): Extend - IOConverter. - (getDefaultDecodingClass): Canonicalize default encoding name. - (getEncoder): Likewise. - * gnu/gcj/convert/BytesToUnicode.java (BytesToUnicode): Extend - IOConverter. - (getDefaultDecodingClass): Canonicalize default encoding name. - (getDecoder): Likewise. - * gnu/gcj/convert/IOConverter.java: New file. - -2000-08-02 Bryce McKinlay - - * interpret.cc (_Jv_InterpMethod::continue1): Type of `fun' changed - to match C declaration in ffi.h. - * Makefile.am: Add java/awt/Button.java. - * Makefile.in: Rebuilt. - -2000-07-29 Alexandre Petit-Bianco - - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Type of the - cast of the second argument to `ffi_raw_call' changed to match - prototype. - -2000-07-26 Alexandre Petit-Bianco - - * jni.cc (_Jv_JNIMethod::call): Type of the cast of the second - argument to `ffi_raw_call' changed to match prototype. - -2000-07-31 Bryce McKinlay - - * java/awt/Component.java (toString): Implemented. - * java/awt/Container.java (addImpl): Remove FIXME. Only call - dispatchEvent() to dispatch the event. - (removeImpl): Ditto. - -2000-07-30 Anthony Green - - * java/awt/Component.java: Add treeLock object. - (getTreeLock): Implement. - (isShowing): Implement. - -2000-07-30 Tom Tromey - - * java/awt/BorderLayout.java (BorderLayout()): New constructor. - - * java/awt/Frame.java (Frame): Pass `null' to Window constructor. - - * java/awt/Window.java (addNotify): Wrote. - (addWindowListener): Wrote. - (getLocale): Wrote. - (getWarningString): Wrote. - (processEvent): Wrote. - (processWindowEvent): Wrote. - (removeWindowListener): Wrote. - (show): Call validate(), setVisible(). - (toBack): Wrote. - (toFront): Wrote. - - * java/awt/Toolkit.java (createWindow): Declare. - - * java/awt/Frame.java (addNotify): Use getToolkit to find - toolkit. - - * java/awt/Component.java (invalidate): Wrote. - (isValid): Wrote. - (getToolkit): Wrote. - - * java/awt/Container.java (addContainerListener): Removed - unnecessary cast. - (removeContainerListener): Likewise. - (addImpl): Wrote. - (add(Component)): Use it. - (add(String,Component)): Likewise. - (add(Component,int)): Likewise. - (add(Component,Object)): Likewise. - (add(Component,Object,int)): Likewise. - (doLayout): Wrote. - (getAlignmentX): Wrote. - (getAlignmentY): Wrote. - (getComponentAt): Wrote. - (getMaximumSize): Wrote. - (invalidate): Wrote. - (list(PrintStream,int)): Wrote. - (list(PrintWriter,int)): Wrote. - (getMinimumSize): Wrote. - (getPreferredSize): Wrote. - (printComponents): Wrote. - (processContainerEvent): Look at containerListener, not - componentListener. - (remove): Added event processing and peer destruction. - (removeAll): Use remove. - (removeNotify): Wrote. - (validate): Wrote. - (validateTree): Wrote. - - * java/awt/Scrollbar.java (addNotify): Do nothing if peer exists. - * java/awt/Label.java (addNotify): Do nothing if peer exists. - * java/awt/Container.java (addNotify): Don't create Container - peer. - * java/awt/Button.java (addNotify): Do nothing if peer exists. - -2000-07-30 Tom Tromey - - * java/awt/Container.java (remove(int)): Wrote. - (remove(Component)): Wrote. - (add(Component)): Wrote. - (add(Component,int)): Wrote. - (removeAll): Wrote. - (addNotify): Set our own peer. - * java/awt/Scrollbar.java (listeners): Changed type. - (Scrollbar): Don't initialize listeners. - (addNotify): Wrote. - (setValue): Call setValues. - (setMinimum): Likewise. - (setMaxPriority): Likewise. - (setVisibleAmount): Likewise. - (setValues): Wrote. - (setUnitIncrement): Forward to peer. - (setLineIncrement): Call setUnitIncrement. - (setPageIncrement): Call setBlockIncrement. - (setBlockIncrement): Forward to peer. - (addAdjustmentListener): Rewrote. - (removeAdjustmentListener): Rewrote. - (processAdjustmentEvent): Rewrote. - (paramString): Wrote. - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added Button.java. - * java/awt/Button.java: New file. - * java/awt/Toolkit.java (createLabel): Declare. - (createButton): Likewise. - (createScrollbar): Likewise. - (createContainer): Likewise. - * java/awt/Label.java (addNotify): Wrote. - (setAlignment): Call setAlignment in the peer. - (setText): Call setText in the peer. - -2000-07-28 Warren Levy - - * java/io/ObjectOutputStream.java (writeObject): Per spec, call - NotSerializableException with just the class name. - -2000-07-26 Andrew Haley - - * interpret.cc (continue1): Insert missing break into switch. - -2000-07-28 Warren Levy - - * java/io/ObjectStreamException.java: Made constructors protected. - -2000-07-27 Tom Tromey - - * java/io/OutputStreamWriter.java (close): Only flush if not - closed. - -2000-07-27 Warren Levy - - * mauve-libgcj: Activated serialization tests. - * gcj/field.h (getModifiers): Mask off unknown flags. - * gnu/java/security/provider/SHA.java (munch): Reset buffer to 0 so - spurious bits don't cause discrepancies. - * java/io/ObjectOutputStream.java: Fixed typo in comment. - * java/io/ObjectStreamClass.java: Fixed typos in comments. - (lookup): Applied patch from Brian Jones to optimize. - (hasClassInitializer): Call getDeclaredMethod instead of getMethod. - * java/lang/Throwable.java (serialVersionUID): New field. - * java/lang/reflect/Modifier.java (ALL_FLAGS): Preserve STRICT if used. - * java/lang/reflect/natConstructor.cc (getModifiers): Mask off - unknown flags. - * java/lang/reflect/natMethod.cc: Ditto. - * java/security/Key.java (serialVersionUID): Removed field for now. - * java/security/interfaces/DSAPrivateKey.java (serialVersionUID): Ditto. - * java/security/interfaces/DSAPublicKey.java (serialVersionUID): Ditto. - -2000-07-22 Tom Tromey - - * java/awt/geom/RectangularShape.java (getPathIterator): - Wrote. - -2000-07-23 Rolf W. Rasmussen - - * libjava/java/awt/image/ColorModel.java: New file, replaces the - stub libjava/java/awt/ColorModel.java which was located in the - wrong package. - * libjava/java/awt/image/ComponentColorModel.java: New file. - * libjava/java/awt/image/ComponentSampleModel.java: New file. - * libjava/java/awt/image/DataBuffer.java: New file. - * libjava/java/awt/image/DataBufferByte.java: New file. - * libjava/java/awt/image/DataBufferInt.java: New file. - * libjava/java/awt/image/DataBufferUShort.java: New file. - * libjava/java/awt/image/DirectColorModel.java: New file. - * libjava/java/awt/image/PackedColorModel.java: New file. - * libjava/java/awt/image/Raster.java: New file. - * libjava/java/awt/image/SampleModel.java: New file. - * libjava/java/awt/image/SinglePixelPackedSampleModel.java: New - file. - * libjava/java/awt/image/IndexColorModel.java: New file. - * libjava/java/awt/image/ImageConsumer.java: Removed import of - java.awt.ColorModel stub. - - * gnu/gcj/util/BitMaskExtent.java: New file, utility class. - * gnu/gcj/util/Buffers.java: New file, utility class. - - * libjava/Makefile.am: Updated to include new files. - * libjava/Makefile.in: Rebuilt. - -2000-07-23 Oskar Liljeblad - - * java/io/StreamTokenizer.java: Merged with classpath. - -2000-07-20 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Updated for new files. - * java/awt/Adjustable.java (HORIZONTAL, VERTICAL): Set values. - * java/awt/Label.java: New file. - * java/awt/Rectangle.java (Rectangle): Extend Rectangle2D. - (createIntersection, createUnion, getBounds2D): New methods. - * java/awt/Scrollbar.java: New file. - * java/awt/Shape.java: Updated to 1.2. - * java/awt/geom/AffineTransform.java: New file. - * java/awt/geom/Ellipse2D.java: New file. - * java/awt/geom/NoninvertibleTransformException.java: New file. - * java/awt/geom/PathIterator.java: New file. - * java/awt/geom/Rectangle2D.java: New file. - * java/awt/geom/RectangularShape.java: New file. - * java/awt/geom/Point2D.java (Double, Float): New inner classes. - * java/awt/geom/IllegalPathStateException.java: New file. - - * scripts/showval.java: New file. - - * scripts/classes.pl (scan): Print inner classes properly. - * gcj/javaprims.h: Updated class list. - - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Only - initialize String fields for interpreted classes. Fixes bug - reported by Hans Boehm. - - * java/io/File.java (getParentFile): New method, from Classpath - via Oskar Liljeblad. - - * java/util/Vector.java (remove(Object)): Implemented. - -2000-07-19 Jeff Sturm - - * java/lang/natThrowable.cc (fillInStackTrace): Check for - zero return from backtrace(). - -2000-07-15 Bryce McKinlay - - * java/awt/EventQueue.java (invokeAndWait): Call postEvent() within - synchronized block. - * java/awt/event/InvocationEvent (dispatch): Synchronize on notifier - before calling notifyAll(). - -2000-07-13 Bryce McKinlay - - Add missing files from last check-in: - * java/awt/image/ImageConsumer.java: New file. - * java/awt/image/ImageProducer.java: New file. - * java/awt/image/ImageObserver.java: New file. - -2000-07-12 Bryce McKinlay - - Merged implementation of java.applet from classpath: - * java/applet/Applet.java: New file. - * java/applet/AppletContext.java: New file. - * java/applet/AppletStub.java: New file. - * java/applet/AudioClip.java: New file. - - * Makefile.am: Added new java.applet classes. - * Makefile.in: Rebuilt. - -2000-07-12 Bryce McKinlay - - AWT Stuff: - * java/util/ResourceBundle.java (getLocale): stub. - * Makefile.am: Added new AWT classes. - * Makefile.in: Rebuilt. - * java/awt/AWTEvent.java: Add EVENT_MASK constants, isConsumed, - constructors. Fix toString() and paramString(). - * java/awt/AWTEventMulticaster.java: New class. Implemented. - * java/awt/CheckboxGroup.java: New class. - * java/awt/ColorModel.java: New class. - * java/awt/Component.java: Added stubs for most methods. Implemented - event dispatch. - * java/awt/Container.java: ditto. - * java/awt/ComponentOrientation.java: New class. Partly implemented. - * java/awt/Cursor.java: ditto. - * java/awt/Event.java: Fix paramString(). - * java/awt/EventQueue.java: New class. Implemented. - * java/awt/Font.java: Added additional stub methods. Implemented - toString(). - * java/awt/FontMetrics.java: New class. Stubbed. - * java/awt/GraphicsConfiguration.java: New class. Complete, except for - Java2D parts. - * java/awt/Insets.java: New class. Implemented. - * java/awt/Menu.java: Add new methods. Partially implemented. - * java/awt/MenuItem.java: Add new methods and fields. Partially - implemented. - * java/awt/MenuShortcut.java: New class. Implemented. - * java/awt/Panel.java: New class. Placeholder. - * java/awt/PopupMenu.java: New class. Stubbed. - * java/awt/Rectangle.java: New class. Implemented. - * java/awt/Toolkit.java: Added getSystemEventQueue() stub. - * java/awt/event/ActionEvent.java: Implement paramString(). - * java/awt/event/AdjustmentEvent.java: Implement paramString(). - * java/awt/event/ComponentEvent.java: Implement paramString(). - * java/awt/event/ContainerEvent.java: Implement paramString(). - * java/awt/event/FocusEvent.java: Implement paramString(). - * java/awt/event/HierarchyBoundsAdapter.java: New class. - * java/awt/event/HierarchyBoundsListener.java: New class. - * java/awt/event/HierarchyEvent.java: New class. - * java/awt/event/HierarchyListener.java: New class. - * java/awt/event/InputMethodEvent.java: Implement paramString(). - * java/awt/event/InvocationEvent.java: Implement paramString(). Throw - exception if !catchExceptions. - * java/awt/event/ItemEvent.java: Implement paramString(). - * java/awt/event/KeyEvent.java: Implement paramString(). - * java/awt/event/MouseEvent.java: Implement paramString(). - * java/awt/event/PaintEvent.java: Implement paramString(). - * java/awt/event/TextEvent.java: Implement paramString(). - * java/awt/event/WindowEvent.java: Implement paramString(). - - AWT Peer interfaces: - * java/awt/peer/ButtonPeer.java: New file. - * java/awt/peer/ListPeer.java: New file. - * java/awt/peer/CanvasPeer.java: New file. - * java/awt/peer/MenuBarPeer.java: New file. - * java/awt/peer/CheckboxMenuItemPeer.java: New file. - * java/awt/peer/MenuComponentPeer.java: New file. - * java/awt/peer/CheckboxPeer.java: New file. - * java/awt/peer/MenuItemPeer.java: New file. - * java/awt/peer/ChoicePeer.java: New file. - * java/awt/peer/MenuPeer.java: New file. - * java/awt/peer/ComponentPeer.java: Implemented. - * java/awt/peer/PanelPeer.java: New file. - * java/awt/peer/ContainerPeer.java: Implemented. - * java/awt/peer/PopupMenuPeer.java: New file. - * java/awt/peer/DialogPeer.java: New file. - * java/awt/peer/ScrollPanePeer.java: New file. - * java/awt/peer/FileDialogPeer.java: New file. - * java/awt/peer/ScrollbarPeer.java: New file. - * java/awt/peer/FontPeer.java: New file. - * java/awt/peer/TextAreaPeer.java: New file. - * java/awt/peer/FramePeer.java: Implemented. - * java/awt/peer/TextComponentPeer.java: New file. - * java/awt/peer/LabelPeer.java: New file. - * java/awt/peer/TextFieldPeer.java: New file. - * java/awt/peer/LightweightPeer.java: New file. - * java/awt/peer/WindowPeer.java: Implemented. - -2000-07-06 Tom Tromey - - * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): - Initialize static final String fields. - -2000-07-03 Tom Tromey - - * java/io/PrintWriter.java (print): Call write(String), not - print(String). See PR libgcj/277. - (print(String)): Use write, not out.write. - -2000-06-30 Tom Tromey - - * include/jni.h: Include . Fixes PR libgcj/270. - -2000-06-27 Andrew Haley - - * java/io/File.java (createTempFile): Close the FileDescriptor - used to create a temp file. Fixes some of PR 203. - * java/io/natFileDescriptorPosix.cc (open): Call garbage - collection if we run out of file handles. - -2000-06-28 Warren Levy - - * gnu/java/security/provider/Gnu.java: New file. - * gnu/java/security/provider/SHA.java: New file. - * gnu/java/security/provider/SHA1PRNG.java: New file. - * Makefile.am: Added the above files. - * Makefile.in: Rebuilt. - - * java/io/ObjectStreamClass.java (setUID): Use Gnu SHA instead of SHS. - -2000-06-28 Bryce McKinlay - - * java/lang/ThreadGroup.java: Added synchronized flag to many methods. - (destroyed_flag): Removed. - (isDestroyed, removeGroup, removeThread): Test for parent == null. - (activeCount): Added spec note. - -2000-06-27 Warren Levy - - * java/security/Principal.java: New file. - * Makefile.am: Added Principal.java. - * Makefile.in: Rebuilt. - -2000-06-27 Rolf W. Rasmussen - - * java/awt/event/MouseEvent.java: Fixed coordinate space - confusion. - -2000-06-27 Tom Tromey - - * java/io/PushbackInputStream.java (read): If there are characters - in the buffer, don't also call super.read(). - * java/io/PushbackReader.java (read): If there are characters in - the buffer, don't also call super.read(). - - * java/lang/Double.java (valueOf): Call parseDouble(). - -2000-06-26 Warren Levy - - * java/beans/PropertyChangeEvent.java (oldVal): Renamed to oldValue. - (newVal): Renamed to newValue. - * java/beans/PropertyVetoException.java (changeEvent): Renamed to evt. - * java/beans/beancontext/BeanContextServiceRevokedEvent.java - (revokeNow): Renamed to invalidateRefs. - * java/io/OptionalDataException.java: Updated FIXME. - (eof): New placeholder field. - (length); Ditto. - * java/io/WriteAbortedException.java (message): Made transient. - * java/lang/ClassNotFoundException.java: Updated comments for JDK 1.2. - * java/lang/Throwable.java (stackTrace): Made transient. - * java/net/InetAddress.java: Made Serializable. - * java/security/KeyPair.java: Made Serializable. - * java/security/Provider.java: Replaced with Classpath version that - implements serialization and proper methods. - * java/text/ChoiceFormat.java (strings): Renamed to choiceFormats. - (limits): Renamed to choiceLimits. - -2000-06-24 Tom Tromey - - * java/lang/natDouble.cc (parseDouble): Renamed from - doubleValueOf. - * java/lang/Double.java (parseDouble): Renamed from - doubleValueOf. Now public. - -2000-06-23 Andrew Haley - - * java/lang/ieeefp.h: Handle ia64, fr30, mcore. - * java/lang/natThrowable.cc: On IA-64, use __ia64_backtrace. - -2000-06-23 Tom Tromey - - * java/lang/reflect/natMethod.cc: Include . - * java/lang/natDouble.cc: Always include . - Fix for PR libgcj/267. - -2000-06-21 Bryce McKinlay - - * java/lang/ThreadGroup.java (add(Thread)): Rename to addThread() to - comply with classpath VM spec. - (add(Group)): Rename to addGroup(). - * java/lang/Thread.java (Thread): Use addThread(). - * java/lang/natThread.cc (finish_): Use removeThread(). - -2000-06-20 Bryce McKinlay - - * java/lang/ThreadGroup.java: Merged with classpath. - * prims.cc (_Jv_RunMain): Don't use `main_group'. - * gnu/gcj/runtime/FirstThread.java: Remove ThreadGroup constructor - argument. - * java/lang/Thread.java (Thread): Bootstrap initial thread from - ThreadGroup.root if Thread.currentThread is null. Honour the - ThreadGroup's max priority setting. - -2000-06-18 Tom Tromey - - * java/lang/natClass.cc (forName): Removed dead code. Initialize - returned class. For PR gcj/260. - -2000-06-16 Tom Tromey - - Fix for PR libgcj/261: - * include/win32-signal.h (MAKE_THROW_FRAME): Added `_exception' - argument. - * include/sparc-signal.h (MAKE_THROW_FRAME): Added `_exception' - argument. (This is a patch from long ago that somehow went - missing.) - -2000-06-15 Tom Tromey - - * gnu/gcj/convert/natIconv.cc (iconv_adapter): New function. - (read): Use it. - (write): Likewise. - -2000-06-15 Bryce McKinlay - - Fix for PR java.lang/258: - * prims.cc (_Jv_PrimClass): Set state of primitive class to - JV_STATE_DONE, to prevent accidental initialization. - * java/lang/natClass.cc (_Jv_IsAssignableFrom): Call - _Jv_InterfaceAssignableFrom if target is an interface and source is an - interface or an abstract class. Remove redundant initializeClass calls. - Remove duplicate if_idt test. - (_Jv_InterfaceAssignableFrom): New function. - * java/lang/Class.h (_Jv_InterfaceAssignableFrom): Prototype. - -2000-05-31 Tom Tromey - - * prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well. - (_Jv_PrimClass): Set `methods' by calling _Jv_FindArrayClass. - * include/jvm.h (struct _Jv_ArrayVTable): Declare. - (NUM_OBJECT_METHODS): New define. - * java/lang/natClassLoader.cc (_Jv_FindArrayClass): Added - `array_vtable' parameter. Added assertion. - * java/lang/Class.h (_Jv_FindArrayClass): Added `array_vtable' - parameter. - -2000-05-31 Bryce McKinlay - - * gcj/cni.h: Include . - * defineclass.cc: Include . - * interpret.cc: Ditto. - * gij.cc: Include . - -2000-05-30 Tom Tromey - - * include/name-finder.h: Include . - (_Jv_name_finder::pid): Now of type `pid_t'. - (_Jv_name_finder::~_Jv_name_finder): Call waitpid(). - * java/lang/Throwable.java (CPlusPlusDemangler.close): Call - `proc.waitFor()'. - -2000-05-24 Warren Levy - - * java/io/ObjectOutputStream.java (writeObject): Use component type - when writing arrays. - Fixed typo. - -2000-05-20 Bryce McKinlay - - Fix for PR libgcj/226: - * java/lang/Class.h (_Jv_InitClass): Don't call __builtin_expect, - since this is an installed header. - - Fix for PR libgcj/228: - * java/util/zip/ZipFile (getInputStream): Create inflater with - nowrapper option. - - * java/util/zip/natInflater.cc (inflate): Throw zlib's error message - with DataFormatException. - -2000-05-20 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (hack1): Removed. - (awto_files): Likewise. - (libgcjawt_la_SOURCES): Likewise. - (EXTRA_libgcjawt_la_SOURCES): Likewise. - (libgcjawt_la_DEPENDENCIES): Likewise. - (libgcjawt_la_LIBADD): Likewise. - (libgcjawt_la_LDFLAGS): Likewise. - (libgcjawt_la_LINK): Likewise. - ($(awt_java_source_files:.java=.class)): Likewise. - (libgcj.zip): Don't depend on AWT files. - (MOSTLYCLEANFILES): Don't include AWT files. - ($(awto_files)): Removed. - (nat_headers): Removed AWT files. - (cond_awt_java_source_files): Removed. - (ordinary_java_source_files): Added awt_java_source_files. - * libgcj.spec.in (*lib): Removed -lgcjawt. - * configure: Rebuilt. - * configure.in: Removed --enable-java-awt option. - -2000-05-20 Bryce McKinlay - - * java/util/zip/ZipEntry.java: Implement Cloneable, per JDK1.2 docs. - (ZipEntry): Copy the `name' field. - (clone): Implement JDK1.2 method. - (setCompressedSize): ditto. - (hashCode): ditto. - -2000-05-19 Tom Tromey - - * java/io/BufferedWriter.java: Merged with Classpath. - * java/io/BufferedOutputStream.java: Merged with Classpath. - -2000-05-16 Andrew Haley - - * sysdep/ia64.c (ia64_backtrace_helper): Pass NULL pointer to - build_ia64_frame_state. - * sysdep/ia64-frame.h (build_ia64_frame_state): Match with - defintion in gcc. - -2000-05-15 Warren Levy - - * gnu/gcj/beans/BeanInfoEmbryo.java: Removed. - * gnu/gcj/beans/EmptyBeanInfo.java: Removed. - * gnu/gcj/beans/ExplicitBeanInfo.java: Removed. - * gnu/gcj/beans/IntrospectionIncubator.java: Removed. - * gnu/gcj/beans/editors/ColorEditor.java: Removed. - * gnu/gcj/beans/editors/FontEditor.java: Removed. - * gnu/gcj/beans/editors/NativeBooleanEditor.java: Removed. - * gnu/gcj/beans/editors/NativeByteEditor.java: Removed. - * gnu/gcj/beans/editors/NativeDoubleEditor.java: Removed. - * gnu/gcj/beans/editors/NativeFloatEditor.java: Removed. - * gnu/gcj/beans/editors/NativeIntEditor.java: Removed. - * gnu/gcj/beans/editors/NativeLongEditor.java: Removed. - * gnu/gcj/beans/editors/NativeShortEditor.java: Removed. - * gnu/gcj/beans/editors/StringEditor.java: Removed. - * gnu/gcj/beans/info/ComponentBeanInfo.java: Removed. - * gnu/gcj/io/ClassLoaderObjectInputStream.java: Removed. - * gnu/gcj/io/NullOutputStream.java: Removed. - * gnu/gcj/io/ObjectIdentityWrapper.java: Removed. - * gnu/gcj/lang/ArrayHelper.java: Removed. - * gnu/gcj/lang/ClassHelper.java: Removed. - * gnu/gcj/lang/reflect/TypeSignature.java: Removed. - - * gnu/java/beans/BeanInfoEmbryo.java: New file. - * gnu/java/beans/EmptyBeanInfo.java: New file. - * gnu/java/beans/ExplicitBeanInfo.java: New file. - * gnu/java/beans/IntrospectionIncubator.java: New file. - * gnu/java/beans/editors/ColorEditor.java: New file. - * gnu/java/beans/editors/FontEditor.java: New file. - * gnu/java/beans/editors/NativeBooleanEditor.java: New file. - * gnu/java/beans/editors/NativeByteEditor.java: New file. - * gnu/java/beans/editors/NativeDoubleEditor.java: New file. - * gnu/java/beans/editors/NativeFloatEditor.java: New file. - * gnu/java/beans/editors/NativeIntEditor.java: New file. - * gnu/java/beans/editors/NativeLongEditor.java: New file. - * gnu/java/beans/editors/NativeShortEditor.java: New file. - * gnu/java/beans/editors/StringEditor.java: New file. - * gnu/java/beans/info/ComponentBeanInfo.java: New file. - * gnu/java/io/ClassLoaderObjectInputStream.java: New file. - * gnu/java/io/NullOutputStream.java: New file. - * gnu/java/io/ObjectIdentityWrapper.java: New file. - * gnu/java/lang/ArrayHelper.java: New file. - * gnu/java/lang/ClassHelper.java: New file. - * gnu/java/lang/reflect/TypeSignature.java: New file. - - * Makefile.am: Updated for moving Classpath files from gnu/gcj - namespace back to the original Classpath gnu/java namespace. - * Makefile.in: Rebuilt. - - * java/beans/Beans.java: Namespace change. - * java/beans/EventSetDescriptor.java: Namespace change. - * java/beans/Introspector.java: Namespace change. - * java/beans/PropertyEditorManager.java: Namespace change. - * java/io/ObjectInputStream.java: Namespace change. - * java/io/ObjectOutputStream.java: Namespace change. - * java/io/ObjectStreamClass.java: Namespace change. - * java/io/ObjectStreamField.java: Namespace change. - -2000-04-21 Warren Levy - - * java/io/ObjectInputStream.java: Reverted workarounds of 2000-04-13 - now that compiler patch is available. - Removed unneeded System.loadLibrary. - * java/io/ObjectOutputStream.java: Removed unneeded System.loadLibrary. - * java/io/ObjectStreamClass.java: Removed unneeded System.loadLibrary. - -2000-04-19 Andrew Haley - - * java/lang/natClass.cc (_Jv_IsAssignableFrom): Make sure source - and target classes have been initialized. - -2000-04-19 Andrew Haley - - * java/lang/String.java: implement Serializable, Comparable. - (compareTo (Object)): New method. - -2000-04-19 Warren Levy - - * java/io/ObjectStreamClass.java (getDefinedSUID): Use getDeclaredField - instead of getField to retrieve non-public field. - (getSerialPersistantFields): Ditto. - -2000-04-18 Warren Levy - - * mauve-libgcj: Turned off object serialization tests temporarily - due to compiler error. - -2000-04-17 Warren Levy - - * java/io/ObjectInputStream.java (DEBUG): Disabled unused method - to avoid build problem. - (DEBUGln): Ditto. - * mauve-libgcj: Turned on object serialization tests. - -2000-04-17 Tom Tromey - - * libgcj.spec.in (*lib): Added -lgcjawt. - -2000-04-17 Andrew Haley - - * Makefile.am: Add new files: - gnu/gcj/io/SimpleSHSStream.java, gnu/gcj/io/natSimpleSHSStream.cc, - gnu/gcj/io/shs.cc. - * Makefile.in: Rebuilt. - - * java/lang/natClass.cc (_Jv_IsAssignableFrom): Check for an - interface that has no implementations. - Check for an attempt to assign an abstract class to an interface. - - * java/io/ObjectStreamClass.java (setUID): Use a SimpleSHSStream - if we fail to find MessageDigest.getInstance ("SHA"). - - * gnu/gcj/io/SimpleSHSStream.java: New file. - * gnu/gcj/io/natSimpleSHSStream.java: New file. - * gnu/gcj/io/shs.cc: New file. - * gnu/gcj/io/shs.h: new file. - - * java/lang/natClassLoader.cc (_Jv_FindArrayClass): Make arrays - serializable. - - * gnu/gcj/lang/reflect/TypeSignature.java: Don't remove - punctuation from the classname of an array element. - - * gcj/javaprims.h: Add SimpleDigestStream. - -2000-04-17 Andrew Haley - - * java/lang/natClass.cc (getPrivateField): Make recursive calls - to getPrivateField for superclasses. - -2000-04-14 Andrew Haley - - * Makefile.am: Add new files: - java/io/ObjectOutputStream$PutField.h, - java/io/ObjectInputStream$GetField.h,java/io/natObjectInputStream.cc, - java/io/natObjectOutputStream.cc - * Makefile.in: Rebuilt. - * gcj/Makefile.in: Rebuilt. - * include/Makefile.in: Rebuilt. - * java/lang/Class.h (getPrivateField): New method. - (getPrivateMethod): Ditto. - Make java::io::ObjectOutputStream, java::io::ObjectInputStream, - and java::io::ObjectStreamClass our friends. - * java/lang/natClass.cc (getPrivateField): New method. - (getPrivateMethod): Ditto. - (_Jv_IsAssignableFrom): Return false for Interface with no IDT. - * gcj/javaprims.h: Add serialization classes. - * java/io/ObjectInputStream.java (setBooleanField): Rewrite in Java. - (setByteField): Ditto. - (setCharField): Ditto. - (setDoubleField): Ditto. - (setFloatField): Ditto. - (setIntField): Ditto. - (setLongField): Ditto. - (setShortField): Ditto. - (setObjectField): Ditto. - * java/io/ObjectOutputStream.java: (getBooleanField): Rewrite in - Java. - (getByteField): Ditto. - (getCharField): Ditto. - (getDoubleField): Ditto. - (getFloatField): Ditto. - (getIntField): Ditto. - (getLongField): Ditto. - (getShortField): Ditto. - (getObjectField): Ditto. - * java/io/ObjectStreamClass.java (hasClassInitializer): Rewrite in - Java. - (getSerialPersistantFields): Ditto. - (getDefinedSUID): Ditto. - * java/io/natObjectOutputStream.cc: New file. - * java/io/natObjectInputStream.cc: New file. - -2000-04-13 Warren Levy - - * java/io/ObjectInputStream.java: Temporary workarounds for compiler - problems. Revert to previous version to reproduce and when fixed. - -2000-04-13 Warren Levy - - * gnu/gcj/io/ClassLoaderObjectInputStream.java: New file. - * gnu/gcj/io/NullOutputStream.java: New file. - * gnu/gcj/lang/reflect/TypeSignature.java: New file. - * java/io/BlockDataException.java: New file. - * java/io/Externalizable.java: New file. - * java/io/InvalidClassException.java: New file. - * java/io/InvalidObjectException.java: New file. - * java/io/NotActiveException.java: New file. - * java/io/NotSerializableException.java: New file. - * java/io/ObjectInput.java: New file. - * java/io/ObjectInputStream.java: New file. - * java/io/ObjectInputValidation.java: New file. - * java/io/ObjectOutput.java: New file. - * java/io/ObjectOutputStream.java: New file. - * java/io/ObjectStreamClass.java: New file. - * java/io/ObjectStreamConstants.java: New file. - * java/io/ObjectStreamField.java: New file. - * java/io/Replaceable.java: New file. - * java/io/Resolvable.java: New file. - * java/io/SerializablePermission.java: New file. - * java/io/WriteAbortedException.java: New file. - * java/security/BasicPermission.java: New file. - * java/security/DigestOutputStream.java: New file. - * java/security/Guard.java: New file. - * java/security/Permission.java: New file. - * java/security/PermissionCollection.java: New file. - * Makefile.am: Added above files. - * Makefile.in: Rebuilt. - - * java/beans/Beans.java (instantiate): Activated serialization code. - * java/lang/SecurityManager.java (checkPermission): New method. - -2000-04-12 Warren Levy - - * gnu/gcj/beans/BeanInfoEmbryo.java: New file. - * gnu/gcj/beans/EmptyBeanInfo.java: New file. - * gnu/gcj/beans/ExplicitBeanInfo.java: New file. - * gnu/gcj/beans/IntrospectionIncubator.java: New file. - * gnu/gcj/beans/editors/ColorEditor.java: New file. - * gnu/gcj/beans/editors/FontEditor.java: New file. - * gnu/gcj/beans/editors/NativeBooleanEditor.java: New file. - * gnu/gcj/beans/editors/NativeByteEditor.java: New file. - * gnu/gcj/beans/editors/NativeDoubleEditor.java: New file. - * gnu/gcj/beans/editors/NativeFloatEditor.java: New file. - * gnu/gcj/beans/editors/NativeIntEditor.java: New file. - * gnu/gcj/beans/editors/NativeLongEditor.java: New file. - * gnu/gcj/beans/editors/NativeShortEditor.java: New file. - * gnu/gcj/beans/editors/StringEditor.java: New file. - * gnu/gcj/beans/info/ComponentBeanInfo.java: New file. - * gnu/gcj/io/ObjectIdentityWrapper.java: New file. - * gnu/gcj/lang/ArrayHelper.java: New file. - * gnu/gcj/lang/ClassHelper.java: New file. - * java/beans/BeanDescriptor.java: New file. - * java/beans/BeanInfo.java: New file. - * java/beans/Beans.java: New file. - * java/beans/Customizer.java: New file. - * java/beans/DesignMode.java: New file. - * java/beans/EventSetDescriptor.java: New file. - * java/beans/FeatureDescriptor.java: New file. - * java/beans/IndexedPropertyDescriptor.java: New file. - * java/beans/IntrospectionException.java: New file. - * java/beans/Introspector.java: New file. - * java/beans/MethodDescriptor.java: New file. - * java/beans/ParameterDescriptor.java: New file. - * java/beans/PropertyChangeEvent.java: New file. - * java/beans/PropertyChangeListener.java: New file. - * java/beans/PropertyChangeSupport.java: New file. - * java/beans/PropertyDescriptor.java: New file. - * java/beans/PropertyEditor.java: New file. - * java/beans/PropertyEditorManager.java: New file. - * java/beans/PropertyEditorSupport.java: New file. - * java/beans/PropertyVetoException.java: New file. - * java/beans/SimpleBeanInfo.java: New file. - * java/beans/VetoableChangeListener.java: New file. - * java/beans/VetoableChangeSupport.java: New file. - * java/beans/Visibility.java: New file. - * java/beans/beancontext/BeanContext.java: New file. - * java/beans/beancontext/BeanContextChild.java: New file. - * java/beans/beancontext/BeanContextChildComponentProxy.java: New file. - * java/beans/beancontext/BeanContextChildSupport.java: New file. - * java/beans/beancontext/BeanContextContainerProxy.java: New file. - * java/beans/beancontext/BeanContextEvent.java: New file. - * java/beans/beancontext/BeanContextMembershipEvent.java: New file. - * java/beans/beancontext/BeanContextMembershipListener.java: New file. - * java/beans/beancontext/BeanContextProxy.java: New file. - * java/beans/beancontext/BeanContextServiceAvailableEvent.java: - New file. - * java/beans/beancontext/BeanContextServiceProvider.java: New file. - * java/beans/beancontext/BeanContextServiceProviderBeanInfo.java: - New file. - * java/beans/beancontext/BeanContextServiceRevokedEvent.java: New file. - * java/beans/beancontext/BeanContextServiceRevokedListener.java: - New file. - * java/beans/beancontext/BeanContextServices.java: New file. - * java/beans/beancontext/BeanContextServicesListener.java: New file. - * java/util/AbstractCollection.java: New file. - * java/util/AbstractList.java: New file. - * java/util/Arrays.java: New file. - * Makefile.am: Added above files. - * Makefile.in: Rebuilt. - -2000-04-11 Warren Levy - - * java/awt/AWTError.java: New file. - * java/awt/AWTEvent.java: New file. - * java/awt/AWTException.java: New file. - * java/awt/ActiveEvent.java: New file. - * java/awt/Adjustable.java: New file. - * java/awt/BorderLayout.java: New file. - * java/awt/Color.java: New file. - * java/awt/Component.java: New file. - * java/awt/Container.java: New file. - * java/awt/Dimension.java: New file. - * java/awt/Event.java: New file. - * java/awt/Font.java: New file. - * java/awt/Frame.java: New file. - * java/awt/Graphics.java: New file. - * java/awt/IllegalComponentStateException.java: New file. - * java/awt/Image.java: New file. - * java/awt/ItemSelectable.java: New file. - * java/awt/LayoutManager.java: New file. - * java/awt/LayoutManager2.java: New file. - * java/awt/Menu.java: New file. - * java/awt/MenuBar.java: New file. - * java/awt/MenuComponent.java: New file. - * java/awt/MenuContainer.java: New file. - * java/awt/MenuItem.java: New file. - * java/awt/Paint.java: New file. - * java/awt/PaintContext.java: New file. - * java/awt/Point.java: New file. - * java/awt/Rectangle.java: New file. - * java/awt/Shape.java: New file. - * java/awt/TextArea.java: New file. - * java/awt/TextComponent.java: New file. - * java/awt/Toolkit.java: New file. - * java/awt/Transparency.java: New file. - * java/awt/Window.java: New file. - * java/awt/natToolkit.cc: New file. - * java/awt/event/AWTEventListener.java: New file. - * java/awt/event/ActionEvent.java: New file. - * java/awt/event/ActionListener.java: New file. - * java/awt/event/AdjustmentEvent.java: New file. - * java/awt/event/AdjustmentListener.java: New file. - * java/awt/event/ComponentAdapter.java: New file. - * java/awt/event/ComponentEvent.java: New file. - * java/awt/event/ComponentListener.java: New file. - * java/awt/event/ContainerAdapter.java: New file. - * java/awt/event/ContainerEvent.java: New file. - * java/awt/event/ContainerListener.java: New file. - * java/awt/event/FocusAdapter.java: New file. - * java/awt/event/FocusEvent.java: New file. - * java/awt/event/FocusListener.java: New file. - * java/awt/event/InputEvent.java: New file. - * java/awt/event/InputMethodEvent.java: New file. - * java/awt/event/InputMethodListener.java: New file. - * java/awt/event/InvocationEvent.java: New file. - * java/awt/event/ItemEvent.java: New file. - * java/awt/event/ItemListener.java: New file. - * java/awt/event/KeyAdapter.java: New file. - * java/awt/event/KeyEvent.java: New file. - * java/awt/event/KeyListener.java: New file. - * java/awt/event/MouseAdapter.java: New file. - * java/awt/event/MouseEvent.java: New file. - * java/awt/event/MouseListener.java: New file. - * java/awt/event/MouseMotionAdapter.java: New file. - * java/awt/event/MouseMotionListener.java: New file. - * java/awt/event/PaintEvent.java: New file. - * java/awt/event/TextEvent.java: New file. - * java/awt/event/TextListener.java: New file. - * java/awt/event/WindowAdapter.java: New file. - * java/awt/event/WindowEvent.java: New file. - * java/awt/event/WindowListener.java: New file. - * java/awt/geom/Dimension2D.java: New file. - * java/awt/geom/Point2D.java: New file. - * java/awt/peer/ComponentPeer.java: New file. - * java/awt/peer/ContainerPeer.java: New file. - * java/awt/peer/FramePeer.java: New file. - * java/awt/peer/WindowPeer.java: New file. - * java/util/Collection.java: New file. - * java/util/Comparator.java: New file. - * java/util/Iterator.java: New file. - * java/util/List.java: New file. - * java/util/ListIterator.java: New file. - * Makefile.am: Added above files. - * Makefile.in: Rebuilt. - -2000-04-10 Warren Levy - - * gnu/gcj/runtime/MethodInvocation.java: Fixed copyright. - * java/lang/FirstThread.java: Ditto. - * java/lang/StringBuffer.java: Ditto. - * mauve-libgcj: Turned on java.math, java.sql and java.security tests. - - * gnu/gcj/math/MPN.java (rshift): Undid Boehm's patch of 03-14. - Special case handled in java.math.BigInteger. - * java/math/BigInteger.java (divide): Handle the special case when - dividing by 1 and the high bit of the dividend is set. - (setShiftRight): Handle case when count == 0. - -2000-04-05 Andrew Haley - - * java/net/URL.java (setURLStreamHandler): Make "file" protocol a - special case. - -2000-04-05 Andrew Haley - - * sysdep/ia64.c (rse_address_add): Delete. - (IS_NaT_COLLECTION_ADDR): Delete. - (ia64_backtrace_helper): check for null unwind_info. - - * sysdep/ia64-frame.h: add calc_caller_bsp. - - * java/lang/natThrowable.cc (printRawStackTrace): Flush - PrintWriter. - - * prims.cc (_Jv_divI): Use _Jv_ThrowSignal. - (_Jv_remI): Likewise. - (_Jv_divJ): Likewise. - (_Jv_remJ): Likewise. - - * interpret.cc (continue1): Use divide subroutines to guarantee - correct Java standard behaviour. - Floating-point division should not abort; make it so. - -2000-03-29 Tom Tromey - - * configure: Rebuilt. - * configure.in: Test against `libgcj_sjlj', not - `enable_sjlj_exceptions'. Rearranged code to allow SYSDEP_SOURCES - to be set even when using sjlj. - -2000-03-24 Andrew Haley - - * Makefile.am: Add file addr2name.awk. - * Makefile.in: Rebuilt. - * addr2name.awk: New file. - * name-finder.cc (_Jv_name_finder): Call addr2name.awk to do name - lookups on ia64. - * java/lang/natThrowable.cc(printRawStackTrace): Don't print out a - blank line. - -2000-03-22 Andrew Haley - - * configure.host: Add -funwind-tables for IA64. - * Makefile.am (c_source_files): Add SYSDEP_SORCES. - * Makefile.in: Rebuilt. - * java/lang/natThrowable.cc (fillInStackTrace): Add ia64 case. - * sysdep/ia64.c: New file. - * sysdep/ia64-frame.h: New file. - * configure.in: Add sysdep/ia64.c for ia64. - * configure: Rebuilt. - -2000-03-17 Andrew Haley - - * java/lang/natString.cc: Remove `register' keyword. - interpret.cc: ditto. - -2000-03-16 Andrew Haley - - * configure.host (ia64): Enable interpreter. - -2000-03-14 Hans Boehm - - * gnu/gcj/math/MPN.java (rshift): Handle shift 32 specially. - -2000-03-14 Andrew Haley - - * include/default-signal.h (MAKE_THROW_FRAME): Add arg - `_exception'. - -2000-03-10 Andrew Haley - - * java/lang/ieeefp.h: Import latest version from fdlibm. - -2000-03-14 Andrew Haley - - * prims.cc (_Jv_ThrowSignal): New function. - (catch_segv): Add arg `_exception' to MAKE_THROW_FRAME. - (catch_fpe): Ditto. - * include/sparc-signal.h (MAKE_THROW_FRAME): Ditto - * include/i386-signal.h (MAKE_THROW_FRAME): Ditto. - * include/ppc-signal.h: New file. - -2000-05-18 Bryce McKinlay - - * java/lang/Thread.java: Declare `data' as Object, not RawData. - * java/lang/natThread.java (initialize_native): Cast `data' to - jobject. - * gnu/gcj/RawData.java: Clarify documentation. - - From Gregory R. Warnes : - * gnu/gcj/protocol/jar/Connection.java (getJarFile): Test for null - `jarFile', not `jarFileURL'. - -2000-05-15 Andrew Haley - - * include/ppc-signal.h: New file. - -2000-05-11 Tom Tromey - - * java/util/zip/ZipInputStream.java (getNextEntry): When reading - file headers, don't include `size' in the skip call. - -2000-05-10 Bryce McKinlay - - * java/lang/StringBuffer.java (delete): Call arrayCopy() correctly. - Avoid arrayCopy() call where possible. Update `count' _after_ calling - arrayCopy(). - (replace): Reimplemented. Fix javadoc. - (reverse): Call ensureCapacity_unsynchronized(). - (StringBuffer (String)): Use DEFAULT_CAPACITY. - - (replace): Calculate length for arraycopy() correctly. - -2000-05-09 Tom Tromey - - * java/lang/StringBuffer.java (toString): Don't mark buffer as - shared. - (insert(int,char[],int,int): New method. - (delete): New method from Classpath. - (deleteCharAt): Likewise. - (substring): Likewise. - (shared): No longer private. - Added JavaDoc comments from Classpath. - * java/lang/String.java (String(StringBuffer)): Ensure `buffer' is - shared. - -2000-05-07 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (LIBLINK): New macro. - (libgcj_la_LINK): Use it. - (libgcjawt_la_LINK): Likewise. - -2000-05-06 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (libgcj.zip): Don't pass -L to javac. - -2000-05-05 Tom Tromey - - Fix for PR libgcj/220: - * Makefile.in: Rebuilt. - * Makefile.am (gij_LDFLAGS): Don't use libstdc++. - (jv_convert_LDFLAGS): Likewise. - (libgcj_la_LDFLAGS): Likewise. - (GCJLINK): New macro. - (jv_convert_LINK): Use it. - (gij_LINK): Likewise. - (libgcj_la_LINK): New macro. - (libgcjawt_la_LINK): Likewise. - -2000-05-04 Tom Tromey - - * gcj/field.h (JvFieldIsRef): Return false for gnu.gcj.RawData - field. - * boehm.cc (_Jv_MarkObj): Removed dead code. Use `STATIC', not - `0x0008'. - Include Modifier.h. - -2000-05-05 Bryce McKinlay - - * java/lang/natClass.cc (isInstance): Use __builtin_expect. - (_Jv_IsAssignableFrom): Ditto. - (_Jv_IsInstanceOf): Ditto. - (_Jv_CheckCast): Ditto. - (_Jv_CheckArrayStore): Ditto. - * java/lang/Class.h (_Jv_InitClass): Ditto. - * java/lang/natObject.cc (_Jv_MonitorEnter): __builtin_expect `false', - not `0'. - (notify): Ditto. - (notifyAll): Ditto. - (wait): Ditto. - (_Jv_MonitorExit): Ditto. - * boehm.cc (_Jv_MarkObj): Ditto. - (_Jv_MarkObj): Ditto. - (_Jv_MarkArray): Ditto. - * prims.cc (_Jv_AllocObject): Ditto. - (_Jv_NewObjectArray): Ditto. - (_Jv_NewPrimArray): Ditto. - (_Jv_Malloc): Ditto. - (_Jv_Realloc): Ditto. - (_Jv_MallocUnchecked): Ditto. - (_Jv_divI): Ditto. - (_Jv_remI): Ditto. - (_Jv_divJ): Ditto. - (_Jv_remJ): Ditto. - -2000-05-04 Tom Tromey - - * java/util/Locale.java (Locale): Don't explicitly check for - null. - * java/util/Hashtable.java (containsKey): Don't explicitly check - for null. - (get): Likewise. - * java/util/BitSet.java (and, or, xor): Don't explicitly check for - null. - * java/util/zip/ZipEntry.java (ZipEntry): Don't explicitly check - for null. - * java/text/StringCharacterIterator.java - (StringCharacterIterator): Don't check for null. - * java/text/ChoiceFormat.java (setChoices): Don't explicitly check - for null pointer. - * java/net/MulticastSocket.java (joinGroup): Don't explicitly - check for null pointer. - (leaveGroup): Likewise. - * java/net/DatagramPacket.java (DatagramPacket): Removed erroneous - comment. - (setData): Likewise. - * java/lang/ThreadGroup.java (ThreadGroup): Don't explicitly check - for `p==null'. - -2000-04-28 Jakub Jelinek - - * Makefile.am (GCJCOMPILE, JCFLAGS, JF1CLAGS, jv_convert_LINK, - gij_LINK, libgcj.zip, .java=.class): Move -L option out of FLAGS. - (libgcj_la_LDFLAGS): Add -L../libstdc++ for in-gcc builds. - (jv_convert_LDFLAGS, gij_LDFLAGS): Add `pwd`/../libstdc++ to - -rpath for in-gcc builds. - * Makefile.in: Rebuilt. - -2000-04-28 Tom Tromey - - * libgcj.spec.in (*jc1): Added -fasynchronous-exceptions. - Fix for PR gcj/218. - -2000-04-28 Bryce McKinlay - - * libjava/java/lang/String.java (toString): Remove `final' hack. - -2000-04-05 Tom Tromey - - Runtime support for PR gcj/2: - * prims.cc (_Jv_ThrowNullPointerException): New function. - * include/jvm.h (_Jv_ThrowNullPointerException): Declare. - -2000-04-27 Bryce McKinlay - - * prims.cc (_Jv_NewObjectArray): Fix typo. - -2000-04-26 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (AM_CXXFLAGS): Added -fasynchronous-exceptions. - -2000-04-24 Jeff Sturm - - * gnu/gcj/runtime/natFirstThread.cc (run): Initialize class before - calling main. - -2000-04-22 Anthony Green - - * include/jvm.h (__builtin_expect): Define as unused for now. - * java/lang/natObject.cc (_Jv_MonitorEnter): Add __builtin_expect. - (notify): Ditto. - (notifyAll): Ditto. - (wait): Ditto. - (_Jv_MonitorExit): Ditto. - * boehm.cc (_Jv_MarkObj): Ditto. - (_Jv_MarkObj): Ditto. - (_Jv_MarkArray): Ditto. - (_Jv_AllocBytes): Ditto. - * prims.cc (_Jv_AllocObject): Ditto. - (_Jv_NewObjectArray): Ditto. - (_Jv_NewPrimArray): Ditto. - (_Jv_Malloc): Ditto. - (_Jv_Realloc): Ditto. - (_Jv_MallocUnchecked): Ditto. - (_Jv_divI): Ditto. - (_Jv_remI): Ditto. - (_Jv_divJ): Ditto. - (_Jv_remJ): Ditto. - - * include/Makefile.in: Rebuilt. - * include/Makefile.am (include_HEADERS): Add jvmpi.h. - -2000-04-21 Tom Tromey - - * java/io/PipedInputStream.java, java/io/PipedOutputStream.java: - Yet another new version from Classpath. - - Fix for PR libgcj/15: - * java/util/natGregorianCalendar.cc (_REENTRANT, - _POSIX_PTHREAD_SEMANTICS): Don't define. - * java/net/natInetAddress.cc (_REENTRANT): Don't define. - * java/lang/natSystem.cc (_REENTRANT, _POSIX_PTHREAD_SEMANTICS): - Don't define. - * java/io/natFile.cc (_REENTRANT, _POSIX_PTHREAD_SEMANTICS): Don't - define. - * configure: Rebuilt. - * configure.in: If using POSIX threads, define _REENTRANT if - needed. Define _POSIX_PTHREAD_SEMANTICS. Don't define - GETHOSTBYNAME_R_NEEDS_REENTRANT. - - * java/io/PipedInputStream.java, java/io/PipedReader.java, - java/io/PipedOutputStream.java, java/io/PipedWriter.java: New - version from Classpath. - - Fix for PR libgcj/213: - * Makefile.in: Rebuilt. - * Makefile.am (gij_SOURCES): Added gij.cc. - (EXTRA_gij_SOURCES): Removed. - (gij_LDADD): Removed gij.lo. - (gij_DEPENDENCIES): Likewise. - ($(gij_OBJECTS)): Depend on nat_headers. - - * gnu/gcj/protocol/file/Handler.java (openConnection): Use - `setURL', not `url.set'. - -2000-04-20 Tom Tromey - - Fix for PR java.io/204: - * java/io/PipedInputStream.java, java/io/PipedReader.java, - java/io/PipedOutputStream.java, java/io/PipedWriter.java: Imported - from Classpath. - - Fix for PR libgcj/212: - * gcj/javaprims.h (_Jv_word, _Jv_word2): Removed definitions. - * include/jvm.h (_Jv_word, _Jv_word2): Define. - * java/lang/Class.h (_Jv_word): Declare. - - * jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'. - -2000-04-19 Tom Tromey - - * jni.cc (_Jv_JNI_FindClass): Use system class loader if class - doesn't have a loader. - -2000-04-19 Bryce McKinlay - - * boehm.cc: (_Jv_MarkObj, _Jv_MarkArray): Cast pointers for - MAYBE_MARK to ptr_t, for compatibility with new GC version. - -2000-04-16 Bryce McKinlay - - * java/io/natFileDescriptorPosix.cc (open): Use mode 0666. Fix for PR - libgcj/202. - (available): Initialize `where' to prevent bogus compiler warning. - -2000-04-12 Tom Tromey - - * java/lang/natString.cc (intern): Temporarily disable finalizer - registration. - - * java/lang/natString.cc (unintern): Added `obj' argument. - (intern): Register finalizer for string. - * java/lang/String.java (unintern): Now static; added obj - argument. - -2000-04-11 Tom Tromey - - * java/util/Vector.java (VectorEnumeration): Now `final'. - * java/util/Hashtable.java (HashtableEntry): Now `final'. - (HashtableEnumeration): Likewise. - * java/util/zip/ZipFile.java (ZipEnumeration): Now `final'. - * java/text/RuleBasedCollator.java (RBCElement): Now `final'. - -2000-04-10 Warren Levy - - * java/io/ObjectStreamException.java: New file. - * java/io/OptionalDataException.java: New file. - * java/io/StreamCorruptedException.java: New file. - * java/math/BigDecimal.java: New file. - * java/sql/CallableStatement.java: New file. - * java/sql/Connection.java: New file. - * java/sql/DataTruncation.java: New file. - * java/sql/DatabaseMetaData.java: New file. - * java/sql/Date.java: New file. - * java/sql/Driver.java: New file. - * java/sql/DriverManager.java: New file. - * java/sql/DriverPropertyInfo.java: New file. - * java/sql/PreparedStatement.java: New file. - * java/sql/ResultSet.java: New file. - * java/sql/ResultSetMetaData.java: New file. - * java/sql/SQLException.java: New file. - * java/sql/SQLWarning.java: New file. - * java/sql/Statement.java: New file. - * java/sql/Time.java: New file. - * java/sql/Timestamp.java: New file. - * java/sql/Types.java: New file. - * Makefile.am: Added above new files. - * Makefile.in: Rebuilt. - - * mauve-libgcj: Turned on java.math, java.sql and java.security tests. - * java/net/MulticastSocket.java (MulticastSocket): Pass values a la - DatagramSocket constructor instead of null. - -2000-04-08 Anthony Green - - * include/posix-threads.h (_Jv_MutexUnlock): Replace - _JV_NOT_OWNER. - -2000-04-08 Anthony Green - - * posix-threads.cc (_Jv_MutexLock): Moved back to posix-threads.h. - (_Jv_MutexUnlock): Ditto. - * include/posix-threads.h (_Jv_MutexLock): From posix-threads.cc. - (_Jv_MutexUnlock): Ditto. - -2000-04-08 Anthony Green - - * java/lang/StringBuffer.java (ensureCapacity): Don't call Math::max. - (ensureCapacity_unsynchronized): New private method. - (append): Use ensureCapacity_unsynchronized. - -2000-04-08 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added new files. - * java/awt/IllegalComponentStateException.java: New file. - * java/awt/ItemSelectable.java: New file. - * java/awt/event/WindowEvent.java: Finished. - * java/awt/event/TextEvent.java: Finished. - * java/awt/event/ContainerEvent.java: New file. - * java/awt/Component.java (getX, getY): New methods. - * java/awt/event/PaintEvent.java: New file. - * java/awt/event/MouseEvent.java: New file. - * java/awt/ActiveEvent.java: New file. - * java/awt/event/KeyEvent.java: Finished. - * java/awt/event/ItemEvent.java: New file. - * java/awt/Adjustable.java: New file. - * java/awt/event/InputMethodEvent.java: New file. - * java/awt/event/InputEvent.java: Finished. - * java/awt/event/FocusEvent.java: New file. - * java/awt/event/MouseMotionAdapter.java: New file. - * java/awt/event/MouseAdapter.java: New file. - * java/awt/event/KeyAdapter.java: New file. - * java/awt/event/FocusAdapter.java: New file. - * java/awt/event/ContainerAdapter.java: New file. - * java/awt/event/ComponentEvent.java: Finished. - * java/awt/event/AdjustmentEvent.java: New file. - * java/awt/event/ComponentAdapter.java: New file. - * java/awt/event/ActionEvent.java: Finished. - * java/awt/event/MouseMotionListener.java: New file. - * java/awt/event/MouseListener.java: New file. - * java/awt/event/ItemListener.java: New file. - * java/awt/event/InputMethodListener.java: New file. - * java/awt/event/ContainerListener.java: New file. - * java/awt/event/FocusListener.java: New file. - * java/awt/event/ComponentListener.java: New file. - * java/awt/event/AWTEventListener.java: New file. - * java/awt/event/AdjustmentListener.java: New file. - -2000-04-08 Anthony Green - - * java/lang/natObject.cc (_Jv_MonitorEnter): Only perform null - check when we have to. - - * gcj/array.h: Mark elements(JArray& x) and elements(JArray* - x) as `inline'. - - * java/util/StringTokenizer.java: Minor optimization. Eliminates - one method call. - - * java/util/Vector.java (VectorEnumeration.nextElement): Manually - inline hasMoreElements. - -2000-04-05 Tom Tromey - - * configure: Rebuilt. - * configure.in: Recognize --enable-java-awt. - (AWT): New conditional. - * Makefile.in: Rebuilt. - * Makefile.am (toolexeclib_LTLIBRARIES): Build libgcjawt.la if - requested. - (libgcjawt_la_SOURCES): New macro. - (EXTRA_libgcjawt_la_SOURCES): Likewise. - (libgcjawt_la_DEPENDENCIES): Likewise. - (libgcjawt_la_LIBADD): Likewise. - (libgcjawt_la_LDFLAGS): Likewise. - (libgcj.zip): Depend on cond_java_awt_source_files - (cond_awt_java_source_files): New macro. - (MOSTLYCLEANFILES): Added awto_files. - (awto_files): New macro. Use where javao_files used. - (nat_headers): Use cond_awt_java_source_files. - -2000-04-04 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (awt_java_source_files): Added AWTException.java. - * java/awt/AWTException.java: New file. - -2000-04-03 Tom Tromey - - * include/jvm.h (_Jv_GetArrayElementFromElementType): More - commentary from Alex. - - * Makefile.in: Rebuilt. - * Makefile.am ($(javao_files)): Depend on libgcj.zip. - From H.J. Lu. - -Sun Apr 2 08:27:18 2000 Anthony Green - - * configure: Rebuilt. - * configure.in: Add --disable-jvmpi. - * include/config.h.in: Rebuilt. - * acconfig.h: Add ENABLE_JVMPI. - - * include/jvm.h: Declare _Jv_DisableGC and _Jv_EnableGC. - (_Jv_JVMPI_Notify_OBJECT_ALLOC): New define. - (_Jv_JVMPI_Notify_THREAD_END): New define. - (_Jv_JVMPI_Notify_THREAD_END): New define. - * prims.cc (_Jv_JVMPI_Notify_OBJECT_ALLOC): Declare. - (_Jv_JVMPI_Notify_THREAD_END): Declare. - (_Jv_JVMPI_Notify_THREAD_END): Declare. - - * prims.cc (_Jv_AllocObject): Generate JVMPI object allocation - events. - - * java/lang/natThread.cc: Include JVMPI headers if necessary. - (finish_): Generate JVMPI thread end events. - (run_): Generate JVMPI thread start events. - * gnu/gcj/runtime/natFirstThread.cc (run): Call JNI_OnLoad for any - preloaded JNI library. - Include JVMPI headers if necessary. - (run): Generate JVMPI thread start events. - - * boehm.cc: Define GC_disable and GC_enable. - (_Jv_DisableGC): New function. - (_Jv_EnableGC): New function. - (disable_gc_mutex): Declare. - * nogc.cc (_Jv_DisableGC): New function. - (_Jv_EnableGC): New function. - - * jni.cc (_Jv_JNI_GetEnv): Handle JVMPI interface requests. - (_Jv_JVMPI_Interface): Define. - (jvmpiEnableEvent): New function. - (_Jv_JNI_Init): Initialize _Jv_JVMPI_Interface. - - * include/jvmpi.h: New file. - -2000-03-27 Bryce McKinlay - - * Makefile.in: New #defines and friends for Thread.h. - * Makefile.am: Ditto. - * posix-threads.cc: (struct starter): Remove `object'. - (_Jv_CondWait): Use interruptable condition variables and new - recursive mutexes. New return codes on interrupt or non-ownership - of mutex. - (_Jv_CondNotify): Ditto. - (_Jv_CondNotifyAll): Ditto. - (_Jv_ThreadInterrupt): Set thread interrupt flag directly. Interrupt - the target thread by signaling its wait condition. - (_Jv_ThreadInitData): Set `thread_obj' in the thread data struct, - not the starter struct. Initialize wait_mutex and wait_cond. - (_Jv_MutexLock): New recursive mutex implementation. Moved from - posix-threads.h. - (_Jv_MutexUnlock): Ditto. - (really_start): Set info->data->thread from pthread_self() to work - around a race condition. Destroy wait_mutex and wait_cond when run() - returns. - * java/lang/Thread.java: (isInterrupted_): Renamed to overloaded - `isInterrupted(boolean)'. Clear interrupted flag if clear_flag is - set. - startable_flag: New private field. - (Thread): Initialize `startable_flag'. - (toString): Check for null thread group. - * java/lang/natThread.cc: (struct natThread): New fields - `join_mutex', `join_cond'. Removed fields `joiner', `next'. - (class locker): Removed. - (initialize_native): Initialize `join_cond' and `join_mutex'. - (interrupt): Now just calls _Jv_ThreadInterrupt(). - (join): Simplified. Just wait on the target thread's join condition. - (finish_): Remove join list code. Unset thread group. Signal - potential joiners by notifying the dying threads join_cond. - (start): Check for illegal restarts. - * java/lang/natObject.cc: Check for return value of _Jv_CondWait and - act appropriatly. - * include/posix-threads.h: Remove all HAVE_RECURSIVE_MUTEX related - #defines and #ifdefs. - (struct _Jv_Thread_t): New fields `thread_obj', `wait_cond', - `wait_mutex', `next'. - (struct _Jv_ConditionVariable_t): Define as a struct instead of - directly mapping to pthread_cond_t. - (struct _Jv_Mutex_t): New recursive implementation. - (_Jv_PthreadCheckMonitor): Reimplemented. Simple `owner' check. - _Jv_HaveCondDestroy: Never define this for posix-threads. - (_Jv_CondNotify): Remove inline implementation(s), prototype instead. - (_Jv_CondNotifyAll): Ditto. - (_Jv_MutexLock): Ditto. - (_Jv_MutexUnlock): Ditto. - (_Jv_MutexInit): Changed to reflect new mutex implementation. - (_Jv_MutexDestroy): Ditto. - (_Jv_CondDestroy): Removed. - (_Jv_PthreadGetMutex): Removed. - * include/win32-threads.h: (_Jv_CondNotify): Guess _JV_NOT_OWNER on an - error. Add a FIXME about this. - (_Jv_CondNotifyAll): Ditto. - * win32-threads.cc: (_Jv_CondWait): Return 0 on a timeout. Guess - _JV_NOT_OWNER on other errors. Add FIXME. - -2000-03-26 Tom Tromey - - * jni.cc (_Jv_JNI_PopSystemFrame): If environment has exception - set, throw it. - (call): Don't throw exception here. - -2000-03-26 Tom Tromey - - * java/lang/mprec.h: Use SIZEOF_VOID_P. - * interpret.cc: Use SIZEOF_VOID_P. - * include/java-cpool.h (_Jv_storeLong): Use SIZEOF_VOID_P. - (_Jv_loadLong): Likewise. - (_Jv_storeDouble): Likewise. - * configure: Rebuilt. - * configure.in: Check size of void*. - - * resolve.cc (ncode): Use FFI_PREP_RAW_CLOSURE and FFI_RAW_SIZE. - -2000-03-26 Hans Boehm - - * include/java-cpool.h (_Jv_storeLong, _Jv_loadLong, - _Jv_storeDouble, _Jv_loadDouble): Define differently on 64 bit - machine. - * java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN or - __IEEE_LITTLE_ENDIAN appropriately on IA64. - * java/lang/mprec.h: Don't define Pack_32 on 64 bit machine. - * javaprims.h (_Jv_word): Added `l' and `d' entries in 64 bit - case. - * resolve.cc (FFI_PREP_RAW_CLOSURE): New define. - (FFI_RAW_SIZE): Likewise. - (_Jv_InterpMethod::ncode): Use them. - * interpret.cc (PUSHL, PUSHD, POPL, POPD, LOADL, LOADD, STOREL, - STORED): Define differently on a 64 bit machine. - (continue1): Use ffi_java_raw_call when appropriate. - -2000-03-24 Warren Levy - - * java/math/BigInteger.java(divide): Handle the special case when - dividing by 1 and the high bit of the dividend is set. - (setShiftRight): Handle case when count == 0. - -2000-03-24 Warren Levy - - * java/awt/Font.java(isBold): Fix syntax error. - (isItalic): ditto. - * java/awt/Frame.java(postEvent): ditto. - * java/awt/Menu.java(postEvent): ditto. - * java/awt/MenuBar.java(postEvent): ditto. - * java/awt/Toolkit.java(init): Included a stub. - -2000-03-21 Bryce McKinlay - - * java/awt/Event.java: Add all the event type constants. - (Event): Implemented constructors. - (controlDown): Implemented. - (metaDown): Implemented. - (paramString): Stubbed. - (shiftDown): Implemented. - (toString): Implemented. - (translate): Implemented. - -2000-03-21 Bryce McKinlay - - * java/lang/natClass.cc (isInstance): Initialize `this'. - (isAssignableFrom): Initialize `this' and `klass'. - (_Jv_IsAssignableFrom): If an interface has no idt, it is not - implemented by any loaded class, so return false. - * java/lang/natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), - not Class.isAssignableFrom(). Use JV_CLASS, not getClass(). - -2000-03-19 Warren Levy - - * java/awt/Color.java: Specified java.io for Serializable. - * java/awt/Toolkit.java: Imported java.net.URL. - -2000-03-19 Warren Levy - - * java/awt/Color.java: Rewrote to be more memory efficient (& compile). - -2000-03-16 Warren Levy - - * java/awt/Color.java: New file. - * java/awt/Graphics.java: New file. - * java/awt/Image.java: New file. - * java/awt/Paint.java: New file. - * java/awt/PaintContext.java: New file. - * java/awt/Transparency.java: New file. - * java/util/Collection.java: New file. - * java/util/Comparator.java: New file. - * java/util/Iterator.java: New file. - * java/util/List.java: New file. - * java/util/ListIterator.java: New file. - * Makefile.am: Added above new files. - * Makefile.in: Rebuilt. - - * java/awt/Font.java (PLAIN): New field. - (BOLD): New field. - (ITALIC): New field. - (ROMAN_BASELINE): New field. - (CENTER_BASELINE): New field. - (HANGING_BASELINE): New field. - (name): New field. - (style): New field. - (size): New field. - (pointSize): New field. - (Font): Implemented constructor. - (isPlain): Implemented method. - (isBold): Implemented method. - (isItalic): Implemented method. - (getName): Implemented method. - (getStyle): Implemented method. - (getSize): Implemented method. - (getSize2D): Implemented method. - (decode): Stubbed. - * java/awt/Frame.java (getFont): Stubbed. - (postEvent): Stubbed. - (remove): Stubbed. - * java/awt/Menu.java (postEvent): Stubbed. - * java/awt/MenuBar.java (getFont): Stubbed. - (postEvent): Stubbed. - * java/awt/Toolkit.java (getImage): Added abstract method. - -2000-03-15 Tom Tromey - - * java/io/natFileDescriptorWin32.cc (winerr): Now static. - - * prims.cc (win32_exception_handler): Reformatted. - - * include/win32-threads.h (_Jv_HaveCondDestroy): New define. - (_Jv_HaveMutexDestroy): Likewise. - -2000-03-15 Jon Beniston - - * java/io/natFileDescriptorWin32.cc: New file. - * java/io/natFileWin32.cc: New file. - * java/net/natInetAddress.cc: Added conditional inclusion of - Windows / Winsock headers. - * java/net/natPlainDatagramSocketImpl.cc: Added conditional - inclusion of Windows / Winsock headers. - * java/net/natPlainSocketImpl.cc: Added conditional inclusion of - Windows / Winsock headers. - * include/win32-signal.h: New file. - * include/win32-threads.h: New file. - * win32-threads.cc: New file. - * exception.cc (win32_get_restart_frame): New function. - * prims.cc (win32_exception_handler): New function. - (main_init) Performs Winsock initialisation. - (main_init) Installs exeception handler. - -2000-03-14 Tom Tromey - - * jni.cc (mangled_name): Fixed assertion. - (JNI_GetCreatedJavaVMs): Don't comment out `buf_len' argument; - turned assert into actual failure. - -2000-03-09 Warren Levy - - * java/security/Key.java(serialVersionUID): Set to 0 for now. - * java/security/interfaces/DSAPrivateKey.java(serialVersionUID): Ditto. - * java/security/interfaces/DSAPublicKey.java(serialVersionUID): Ditto. - -2000-03-09 Warren Levy - - * java/security/AlgorithmParameterGeneratorSpi.java: New file. - * java/security/DigestException.java: New file. - * java/security/GeneralSecurityException.java: New file. - * java/security/InvalidAlgorithmParameterException.java: New file. - * java/security/InvalidKeyException.java: New file. - * java/security/InvalidParameterException.java: New file. - * java/security/Key.java: New file. - * java/security/KeyException.java: New file. - * java/security/KeyPair.java: New file. - * java/security/KeyPairGenerator.java: New file. - * java/security/KeyPairGeneratorSpi.java: New file. - * java/security/NoSuchProviderException.java: New file. - * java/security/PrivateKey.java: New file. - * java/security/Provider.java: New file. - * java/security/PublicKey.java: New file. - * java/security/SecureRandom.java: New file. - * java/security/Security.java: New file. - * java/security/Signature.java: New file. - * java/security/SignatureException.java: New file. - * java/security/interfaces/DSAKey.java: New file. - * java/security/interfaces/DSAParams.java: New file. - * java/security/interfaces/DSAPrivateKey.java: New file. - * java/security/interfaces/DSAPublicKey.java: New file. - * java/security/interfaces/RSAPrivateCrtKey.java: New file. - * java/security/interfaces/RSAPrivateKey.java: New file. - * java/security/interfaces/RSAPublicKey.java: New file. - * java/security/spec/AlgorithmParameterSpec.java: New file. - * java/security/spec/InvalidKeySpecException.java: New file. - * java/security/spec/InvalidParameterSpecException.java: New file. - * java/security/spec/KeySpec.java: New file. - * java/security/spec/RSAPrivateCrtKeySpec.java: New file. - * java/security/spec/RSAPrivateKeySpec.java: New file. - * java/security/spec/RSAPublicKeySpec.java: New file. - * Makefile.am: Added above java.security files. - * Makefile.in: Rebuilt. - - * java/security/MessageDigest.java: Rewritten. - * java/security/SecureClassLoader.java: Added JDK1.2 comment. - -2000-03-09 Bryce McKinlay - - * README: Updated. - -2000-03-09 Bryce McKinlay - - * java/lang/natClassLoader.cc (_Jv_FindArrayClass): Call - _Jv_PrepareConstantTimeTables. - * java/lang/natClass.cc (_Jv_PrepareConstantTimeTables): Array - classes should have an IDT, so don't return if klass is an array - class. - -2000-03-08 Tom Tromey - - * java/lang/reflect/natArray.cc (newInstance): Don't allow array - of `void' to be created. - -2000-03-08 Warren Levy - - * java/math/BigInteger.java(signum): Handle zero properly. - -2000-03-07 Tom Tromey - - * All files: Updated copyright information. - * COPYING: New file. - * COPYING.LIB: Removed. - * LIBGCJ_LICENSE: We now use GPL + special exception. - -2000-03-07 Bryce McKinlay - - * resolve.cc (_Jv_SearchMethodInClass): New function. - (_Jv_ResolvePoolEntry): Search superinterfaces for interface methods. - * java/lang/Class.h (_Jv_SearchMethodInClass): New prototype. - -2000-03-07 Bryce McKinlay - - * java/lang/Class.h (union _Jv_IDispatchTable): New declaration. - (struct _Jv_ifaces): New declaration. - JV_CLASS: New macro definition. - (getComponentType): Relocate below isArray() for inlining. - (getModifiers): Declare `inline'. - (getSuperclass): Ditto. - (isArray): Ditto. - (isPrimitive): Ditto. - (_Jv_IsAssignableFrom): New prototype. - (_Jv_LookupInterfaceMethodIdx): New prototype. Predeclare with "C" - linkage. - (_Jv_InitClass): Move from natClass.cc. Declare `inline'. - Check for JV_STATE_DONE before invoking initializeClass(). - (_Jv_PrepareConstantTimeTables): New prototype. - (_Jv_GetInterfaces): Ditto. - (_Jv_GenerateITable): Ditto. - (_Jv_GetMethodString): Ditto. - (_Jv_AppendPartialITable): Ditto. - (_Jv_FindIIndex): Ditto. - depth, ancestors, idt: New class fields. - - * java/lang/natClass.cc (isAssignableFrom): Move functionality to - inline function `_Jv_IsAssignableFrom'. Use that function. - (isInstance): Declare `inline'. - (initializeClass): Get lock on class before checking `state'. Unlock - before calling resolveClass0. Call _Jv_PrepareConstantTimeTables with - the lock held. - (_Jv_LookupInterfaceMethod): Use _Jv_GetMessageString. - (_Jv_IsAssignableFrom): New inline function. Test assignability using - class->depth and ancestor table. - (_Jv_IsInstanceOf): Use _Jv_IsAssignableFrom. - (_Jv_CheckCast): Move from prims.cc. Use JV_CLASS and - _Jv_IsAssignableFrom. - (_Jv_CheckArrayStore): Ditto. - (_Jv_LookupInterfaceMethodIdx): New function. - INITIAL_IOFFSETS_LEN, INITIAL_IFACES_LEN: New #defines. - (_Jv_PrepareConstantTimeTables): New function. - (_Jv_IndexOf): Ditto. - (_Jv_GetInterfaces): Ditto. - (_Jv_GenerateITable): Ditto. - (_Jv_GetMethodString): Ditto. - (_Jv_AppendPartialITable): Ditto. - iindex_mutex, iindex_mutex_initialized: New static fields. - (_Jv_FindIIndex): New function. - - * java/lang/natClassLoader.cc (_Jv_NewClass): Set new jclass fields. - - * prims.cc (_Jv_CheckCast): Moved to natClass.cc. - (_Jv_CheckArrayStore): Ditto. - (JvNewCharArray, JvNewBooleanArray, JvNewByteArray, JvNewShortArray, - JvNewIntArray, JvNewLongArray, JvNewFloatArray, JvNewDoubleArray): - Moved to gcj/array.h. - (_Jv_Realloc): New function. - - * gcj/cni.h: Move _Jv_PrimClass definitions to gcj/array.h. - - * gcj/array.h: _Jv_PrimClass definitions moved from gcj/cni.h. - (JvNewCharArray, JvNewBooleanArray, JvNewByteArray, - JvNewShortArray, JvNewIntArray, JvNewLongArray, JvNewFloatArray, - JvNewDoubleArray): Implementations moved from prims.cc and - declared `inline'. - - * gcj/javaprims.h (_Jv_Realloc): Prototype. - - * include/jvm.h (_Jv_LookupInterfaceMethodIdx): Prototype. - -2000-03-06 Tom Tromey - - * jni.cc (MARK_NONE): New define. - (MARK_USER): Likewise. - (MARK_SYSTEM): Likewise. - (struct _Jv_JNI_LocalFrame): Made `marker' bigger and `size' - smaller. - (_Jv_JNI_DeleteLocalRef): Use MARK_NONE in assert. - (_Jv_JNI_EnsureLocalCapacity): Use MARK_NONE. - (_Jv_JNI_PushLocalFrame): Use MARK_USER. - (_Jv_JNI_PopLocalFrame): New version with additional `stop' - argument. - (call): Use MARK_SYSTEM. - (_Jv_GetJNIEnvNewFrame): New function. - (_Jv_LookupJNIMethod): New function. - (_Jv_JNI_PopSystemFrame): New function. - (call): Use _Jv_JNI_PopSystemFrame and _Jv_LookupJNIMethod. - -2000-03-05 Tom Tromey - - Fix for PR libgcj/43: - * include/Makefile.in: Rebuilt. - * include/Makefile.am (include_HEADERS): New define. - -2000-03-05 Anthony Green - - * gcj/javaprims.h ("Java"): Remove FirstThread. - - * configure.host: Fix __NO_MATH_INLNES botch. - - * Makefile.in: Rebuilt. - * Makefile.am (nat_source_files): Move natFirstThread.cc. - (gnu/gcj/runtime/FirstThread.h): Moved. - (ordinary_java_source_files): Move FirstThread.java. - * prims.cc: Deal with FirstThread movement. - (JvRunMain): Ditto. - (_Jv_RunMain): Ditto. - - * gnu/gcj/runtime/FirstThread.java: Moved from java/lang. - * gnu/gcj/runtime/natFirstThread.cc: Ditto. - -2000-03-05 Warren Levy - - * java/net/DatagramSocket.java(DatagramSocket(int,InetAddress)): - Handle null addresses. - -2000-03-04 Anthony Green - - * configure.host (libgcj_flags): Define __NO_MATH_INLINES. - See PR gcj/151. - -2000-03-04 Anthony Green - - * configure: Rebuilt. - * configure.in (ZLIBTESTSPEC): New macro. - (GCTESTSPEC): New macro. - (LIBGCJTESTSPEC): New macro. - * libgcj-test.spec.in: New file. - -2000-03-02 Tom Tromey - - * include/java-interp.h: Don't include MethodInvocation.h. - (class _Jv_InterpMethod): Don't make MethodInvocation a friend. - * Makefile.in: Rebuilt. - * Makefile.am (gnu/gcj/runtime/MethodInvocation.h): Removed. - (ordinary_java_source_files): Don't mention - MethodInvocation.java. - * gnu/gcj/runtime/MethodInvocation.java: Removed. - * interpret.cc (MethodInvocation::continue1): Removed. - (run): Handle exceptions here. - * java/lang/ClassLoader.java (defineClass1, defineClass2): - Removed. - * java/lang/natClassLoader.cc (defineClass0): Catch exceptions - here. - (defineClass2): Removed. - - * java/lang/reflect/Method.java (hack_trampoline, hack_call): - Removed. - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Catch - exceptions here. - (hack_call): Removed. - - * java/lang/Class.h (Class): Removed hackRunInitializers, - hackTrampoline. - * java/lang/natClass.cc (hackRunInitializers): Removed. - (initializeClass): Catch exceptions here. - Include ExceptionInInitializerError.h. - * java/lang/Class.java (hackTrampoline, hackRunInitializers): - Removed. - - * java/lang/Object.h (Object): Don't mention hack12_6. - * java/lang/natObject.cc (_Jv_FinalizeObject): Catch exceptions - here. - * java/lang/Object.java (hack12_6): Removed. - - * java/lang/natThread.cc (run_): Renamed. Catch exceptions here. - (start): Use run_, not run__. - * java/lang/Thread.java (run_): Renamed from run__; old run_ - removed. - - * jni.cc (_Jv_JNI_FindClass): Handle exceptions. - (_Jv_JNI_EnsureLocalCapacity): Likewise. - (_Jv_JNI_DefineClass): Likewise. - (_Jv_JNI_ThrowNew): Likewise. - (_Jv_JNI_AllocObject): Likewise. - (_Jv_JNI_GetAnyMethodID): Likewise. - (_Jv_JNI_CallAnyMethodV): Likewise. - (_Jv_JNI_CallAnyMethodA): Likewise. - (_Jv_JNI_CallAnyVoidMethodV): Likewise. - (_Jv_JNI_CallAnyVoidMethodA): Likewise. - (_Jv_JNI_GetAnyFieldID): Likewise. - (_Jv_JNI_NewString): Likewise. - (_Jv_JNI_NewStringUTF): Likewise. - (_Jv_JNI_GetStringUTFChars): Likewise. - (_Jv_JNI_NewObjectArray): Likewise. - (_Jv_JNI_NewPrimitiveArray): Likewise. - (_Jv_JNI_GetPrimitiveArrayRegion): Likewise. - (_Jv_JNI_GetStringRegion): Likewise. - (_Jv_JNI_GetStringUTFRegion): Likewise. - (_Jv_JNI_SetPrimitiveArrayRegion): Likewise. - (_Jv_JNI_MonitorEnter): Likewise. - (_Jv_JNI_MonitorExit): Likewise. - (_Jv_JNI_ToReflectedField): Likewise. - (_Jv_JNI_ToReflectedMethod): Likewise. - (_Jv_JNI_RegisterNatives): Likewise. - (_Jv_JNI_AttachCurrentThread): Likewise. - (_Jv_JNI_DestroyJavaVM): Likewise. - -2000-02-28 Mo DeJong - - * java/util/zip/ZipOutputStream.java(closeEntry) : Fixed - error caused by the incorrect casting of a long to an int. - -2000-02-28 Mo DeJong - - * java/util/zip/ZipOutputStream.java(write_entry) : Fixed - SIGSEV caused by use of the wrong instance variable. - -2000-02-27 Bryce McKinlay - - * java/io/File.java (File(String, String)): For dirPath, treat an - empty String the same as `null'. - -2000-02-26 Anthony Green - - * gnu/gcj/io/MimeTypes.java: Test for null. - - * jni.cc (_Jv_JNI_AttachCurrentThread): Minor cleanup. - (JNI_GetCreatedJavaVMs): Remove compiler warning. - - * java/net/URLConnection.java: Update copyright notice. - -2000-02-25 Tom Tromey - - * jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body on - `INTERPRETER'. - -2000-02-25 Bryce McKinlay - - * java/net/URLConnection.java (initializeDateFormats): New - private method. - (getHeaderFieldDate): Call initializeDateFormats if required. - locale, dateFormat1, dateFormat2, dateFormat3: Don't initialize - these. - Fix for PR libgcj/38. - -2000-02-24 Warren Levy - - * java/math/BigInteger.java(ival): Made private. - (words): Ditto. - (neg): Ditto. - -2000-02-20 Anthony Green - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Add - gnu/gcj/io/DefaultMimeTypes.java and gnu/gcj/io/MimeTypes.java - - * scripts/MakeDefaultMimeTypes.java: New file. - * scripts/mime.types: New file. - * scripts/classes.pl: Moved from top level. - * classes.pl: Moved to scripts directory. - - * java/net/URLConnection.java: Implement guessContentTypeFromName. - - * gnu/gcj/io/MimeTypes.java: New file. - * gnu/gcj/io/DefaultMimeTypes.java: New file. - -2000-02-20 Tom Tromey - - * boehm.cc (_Jv_AllocBytes): Clear returned memory. - -2000-02-19 Bryce McKinlay - - * java/util/zip/ZipEntry.java (setCrc): Fix overflow. - (setSize): ditto. - -2000-02-18 Tom Tromey - - * include/jvm.h (_Jv_GetJavaVM): Declare. - * include/java-interp.h (_Jv_GetFirstMethod): New function. - (_Jv_MethodBase::get_method): New method. - (_Jv_JNIMethod::set_function): New method. - * jni.cc (_Jv_JNI_UnregisterNatives): New function. - (_Jv_JNI_RegisterNatives): New function. - (_Jv_JNIFunctions): Updated for new functions. - (_Jv_GetJavaVM): New function. - (_Jv_JNI_GetJavaVM): Use it. Now static. - (_Jv_JNI_AttachCurrentThread): Create a new JNIEnv if this thread - is already a Java thread but does not have a JNIEnv yet. - - * java/lang/natRuntime.cc (_load): Pass the JavaVM to the onload - function. - -2000-02-17 Tom Tromey - - * gcj/field.h (_Jv_Field::getClass): Don't use JvAssert. - Fixes PR gcj/152. - -2000-02-16 Tom Tromey - - * jni.cc (_Jv_JNI_CallStaticMethodV): Added some assertions. - - * jni.cc (_Jv_JNI_NewObjectV): Corrected assertion. - (_Jv_JNI_NewObject): Likewise. - (_Jv_JNI_NewObjectA): Likewise. - (_Jv_JNI_CallAnyMethodV): In constructor case, pass correct value - as "return" type to _Jv_CallAnyMethodA. - (_Jv_JNI_CallAnyMethodA): Likewise. - (_Jv_JNI_CallAnyVoidMethodV): Likewise. - - * jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClass, not - findClass. - -2000-02-15 Tom Tromey - - * resolve.cc (ncode): Set args_raw_size. Compute jni_cif and - jni_arg_types. - (init_cif): Added `rtype_p' argument. - * include/java-interp.h (class _Jv_MethodBase): Added - args_raw_size. - (class _Jv_InterpMethod): Removed args_raw_size. - (class _Jv_JNIMethod): Added jni_cif and jni_arg_types fields. - * jni.cc (call): Pass JNIEnv and (for static methods only) the - class pointer as well as the ordinary arguments. - - * jni.cc (mangled_name): Skip leading `(' in signature. - - * jni.cc (add_char): Added missing `else'. - - * jni.cc (_Jv_JNI_AttachCurrentThread): Return error if malloc - fails. - -2000-02-15 Bryce McKinlay - - * NEWS: Updated. - - * java/lang/natRuntime.cc (_load): Include library path with - exception message. - - * java/lang/natSystem.cc (init_properties): set java.lang.classpath - property. - - * java/lang/natThread.cc (dumpStack): Removed. - * java/lang/Thread.java (dumpStack): Implemented. - -2000-02-15 Tom Tromey - - * java/lang/natRuntime.cc (_load): On Unix, prefix library name - with `lib' for loadLibrary. Fixes PR gcj/150. - -2000-02-14 Warren Levy - - * gnu/gcj/math/MPN.java(findLowestBit): Made methods public. - - * java/math/BigInteger.java(BigInteger(int,int,java.util.Random): - New constructor. - (min): Implemented. - (max): Implemented. - (modPow): Rewritten to not use the naive, slow, brute force approach. - (isProbablePrime): Implemented. - (testBit): Implemented. - (flipBit): Implemented. - (getLowestSetBit): Implemented. - -2000-02-16 Anthony Green - - * configure.host: Use the same options for i386 and i486 as we do - for i586 and i686. - -2000-02-12 Tom Tromey - - * java/io/File.java (createTempFile): Use low bits from counter, - not high bits. - -Fri Feb 11 19:48:08 2000 Anthony Green - - * THANKS: More thanks. - -2000-02-11 Tom Tromey - - * interpret.cc (continue1): Use STOREA, not STOREI, to implement - astore instruction. From Hans Boehm. - -2000-02-11 Warren Levy - - * java/math/BigInteger.java(BigInteger(String, int)): New constructor. - (BigInteger(String)): New constructor. - (not): Rewritten using version from Kawa's BitOps class. - (valueOf): New private methods from Kawa's BitOps class. - (swappedOp): ditto. - (bitOp): ditto. - (setBitOp): ditto. - (and): Implemented. - (or): Implemented. - (xor): Implemented. - (andNot): Implemented. - (clearBit): Implemented. - (setBit): Implemented. - (bitCount): Implemented. - (toByteArray): Implemented. - -2000-02-11 Tom Tromey - - * java/io/File.java (nextValue): Now synchronized. - -2000-02-10 Tom Tromey - - * java/io/natFileDescriptorPosix.cc (open): Recognize EXCL flag. - * java/io/FileDescriptor.java (EXCL): New static field. - * java/io/File.java (tmpdir): New static field. - (createTempFile): New method. - (nextValue): New method. - * java/lang/natSystem.cc (init_properties): Set java.io.tmpdir - property. - - * include/jni.h (JNI_FALSE): Renamed from JNI_TRUE; oops. - (jboolean): Declare as an attributed int, not a bool. - (_Jv_func): Declare differently for C. - - * gnu/gcj/jni/natNativeThread.cc: New file. - * gnu/gcj/jni/NativeThread.java: New file. - * java/lang/Thread.java (data): Now a RawData. - * include/jvm.h (_Jv_GetCurrentJNIEnv, _Jv_SetCurrentJNIEnv): - Declare. - * Makefile.in: Rebuilt. - * Makefile.am (java/lang/Thread.h): New target. - (ordinary_java_source_files): Added NativeThread.java. - (nat_source_files): Added natNativeThread.cc. - * java/lang/natThread.cc: Include - (struct natThread): Added `jni_env' field. - (_Jv_GetCurrentJNIEnv): New function. - (_Jv_SetCurrentJNIEnv): Likewise. - (initialize_native): Initialize jni_env. - Include RawData.h. - * jni.cc (ThreadGroupClass): New define. - (_Jv_JNI_InvokeFunctions): New structure. - (JNI_GetCreatedJavaVMs): New function. - (the_vm): New global. - (JNI_GetDefaultJavaVMInitArgs): New function. - Include NativeThread.h. - (NativeThreadClass): New define. - (_Jv_JNI_EnsureLocalCapacity): Return JNI_ERR, not -1. - (_Jv_JNI_DestroyJavaVM): New function. - (_Jv_JNI_AttachCurrentThread): New function. - (_Jv_JNI_DetachCurrentThread): New function. - (_Jv_JNI_GetEnv): New function. - (JNI_CreateJavaVM): New function. - (_Jv_JNI_GetJavaVM): New function. - (_Jv_JNIFunctions): Added entry for GetJavaVM. - * include/jni.h (JavaVMAttachArgs): New structure. - (JNI_EDETACHED): New define. - (JNI_EVERSION): Likewise. - (JavaVM): Define properly. - (struct JNIInvokeInterface): New structure. - (class _Jv_JavaVM): New class. - (JNI_OnLoad, JNI_OnUnload): Declare. - (JNI_GetDefaultJavaVMInitArgs, JNI_CreateJavaVM, - JNI_GetCreatedJavaVMs): Declare. - (JavaVMInitArgs): New typedef. - (JavaVMOption): Likewise. - (JNI_ERR): New define. - (JNI_OK): Likewise. - -2000-02-10 Andrew Haley - - * interpret.cc: Don't include fdlibm.h. - Replace #if with #ifdef throughout. - Declare extern __ieee754_fmod. - (continue1): Remove op_getfield, op_getstatic, op_putfield, - op_putstatic insns. - * resolve.cc (_Jv_PrepareClass): Use imeth as method pointer. - Search class hierarchy for superclass vtable. - - * java/lang/natClassLoader.cc (_Jv_UnregisterClass): Don't fall - off the end of a pointer list. - - * java/lang/natThread.cc (stop): Don't abort, throw an exception - instead. - (suspend): Ditto. - -2000-02-09 Tom Tromey - - * java/lang/natRuntime.cc (_load): Call add_library. - (loadLibraryInternal): Likewise. - - * gnu/gcj/convert/natIconv.cc (Input_iconv::finalize): Call - iconv_close when handle is not NULL. Thanks to Andrew Haley. - (Output_iconv::finalize): Likewise. - -2000-02-08 Tom Tromey - - * java/util/Properties.java (setProperty): New method. - (store): New method. - -2000-02-07 Tom Tromey - - * java/lang/Runtime.java (_load): Declare. - (load, loadLibrary): Wrote in terms of _load. - * java/lang/natRuntime.cc (load): Call JNI_OnLoad if it appears in - library. - (loadLibrary): Likewise. - Include . - (_load): New method. - (loadLibrary, load): Removed. - - * jni.cc (ThrowableClass): New define. - (_Jv_JNI_Throw): Check argument. - (_Jv_JNI_ThrowNew): Likewise. - (wrap_value): Don't wrap object if it is NULL. - (_Jv_JNI_DefineClass): Use wrap_value. - (_Jv_JNI_FindClass): Likewise. - (_Jv_JNI_GetSuperclass): Likewise. - (_Jv_JNI_ExceptionOccurred): Likewise. - (_Jv_JNI_AllocObject): Likewise. - (_Jv_JNI_GetObjectClass): Likewise. - (_Jv_JNI_NewString): Likewise. - (_Jv_JNI_NewStringUTF): Likewise. - (_Jv_JNI_NewObjectArray): Likewise. - (_Jv_JNI_GetObjectArrayElement): Likewise. - (_Jv_JNI_NewPrimitiveArray): Likewise. - (_Jv_JNI_ToReflectedField): Likewise. - (_Jv_JNI_ToReflectedMethod): Likewise. - (_Jv_JNI_AllocObject): Check argument. - (_Jv_JNI_NewObjectV): Likewise. - (_Jv_JNI_NewObject): Likewise. - (_Jv_JNI_NewObjectA): Likewise. - (_Jv_JNI_GetObjectClass): Likewise. - (_Jv_JNI_GetField): Likewise. - (_Jv_JNI_SetField): Likewise. - - * interpret.cc (PUSHL): Don't use expression statement. - (PUSHD): Likewise. - (LOADL): Likewise. - (STOREL): Likewise. - - * jni.cc (add_char): Conditional on INTERPRETER. - (mangled_name): Likewise. - (call): Likewise. - * include/java-interp.h (class _Jv_MethodBase): Conditional on - INTERPRETER. - (class _Jv_JNIMethod): Likewise. - -2000-02-04 Warren Levy - - * Makefile.am: Added MPN.java and BigInteger.java. - * Makefile.in: Rebuilt. - * gnu/gcj/math/MPN.java: New file. From Kawa by Per Bothner - . - * java/math/BigInteger.java: New file. Based primarily on - Kawa's IntNum.java by Per Bothner . - -2000-02-04 Tom Tromey - - * defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase - pointers. - (handleMethodsEnd): Fixed error messages. Create a _Jv_JNIMethod - if the method is native. - * resolve.cc (ncode): Don't handle native methods. - (_Jv_JNIMethod::ncode): New method. - (_Jv_PrepareClass): Handle native methods. - * jni.cc (call): Renamed from _Jv_JNI_conversion_call. - Include AbstractMethodError.h. - (add_char): New function. - (mangled_name): Likewise. - * include/java-interp.h (class _Jv_JNIMethod): New class. - (class _Jv_MethodBase): New class. - (class _Jv_InterpMethod): Derive from _Jv_MethodBase. - (_Jv_InterpClass): Changed `interpreted_methods' field to type - `_Jv_MethodBase'. - - * include/jvm.h (_Jv_FindSymbolInExecutable): Declare. - * java/lang/natRuntime.cc (libraries_size, libraries_count, - libraries): New globals. - (add_library): New function. - (_Jv_FindSymbolInExecutable): New function. - - * java/lang/natClassLoader.cc (initiated_classes, loaded_classes): - Now static. - -2000-02-04 Andrew Haley - - * java/lang/Throwable.java (CPlusPlusDemangler): New class. - (printStackTrace): Use a CPlusPlusDemangler to demangle names. - * java/lang/natThrowable.cc (printRawStackTrace): Rename - printStackTrace to printRawStackTrace. - -2000-02-03 Tom Tromey - - * java/util/Calendar.java (toString): New method. - * java/util/SimpleTimeZone.java (clone): New method. - (toString): New method. - * java/util/TimeZone.java (clone): New method. - * java/text/SimpleDateFormat.java (clone): New method. - * java/text/NumberFormat.java (clone): New method. - (equals): New method. - * java/text/Format.java (clone): New method. - * java/text/DateFormatSymbols.java (DateFormatSymbols): New - constructor. - (clone): New method. - * java/text/DateFormat.java (clone): New method. - * java/text/Collator.java (clone): New method. - -2000-02-03 Tom Tromey - - * java/io/PipedOutputStream.java (write(byte[], int, int)): New - method. - -2000-02-01 Tom Tromey - - * include/java-interp.h (_Jv_JNI_conversion_call): Declare. - * resolve.cc (ncode): Use _Jv_JNI_conversion_call when - constructing the closure if the function is native. - * jni.cc (_Jv_JNI_conversion_call): Now returns `void'. No longer - a template function, #if'd out, or static. - Include . - - * include/jni.h (class _Jv_JNIEnv): Corrected calls using `...'. - - * include/jni.h (class _Jv_JNIEnv): Added all C++ inline methods. - - * jni.cc (_Jv_JNI_PopLocalFrame): Leave loop when `n == NULL'. - (_Jv_JNI_conversion_call): _Jv_JNI_PopLocalFrame will never leave - `locals == NULL'. - (wrap_value): New function. - (_Jv_JNI_CallAnyMethodV): Use it. - (_Jv_JNI_CallAnyMethodA): Likewise. - (_Jv_JNI_GetField): Use wrap_value; removed specialized version. - (_Jv_JNI_GetStaticField): Likewise. - - * jni.cc (_Jv_JNI_GetField): Specialize for jobject. - (_Jv_JNI_GetStaticField): Likewise. - -2000-01-31 Tom Tromey - - * prims.cc (_Jv_MallocUnchecked): New function. - (main_init): Call _Jv_JNI_Init. - * include/jvm.h (_Jv_MallocUnchecked): Declare. - (_Jv_JNI_Init): Declare. - * jni.cc: Include Hashtable.h, OutOfMemoryError.h, Integer.h, - . - (_Jv_JNI_NewGlobalRef): New function. - (_Jv_JNI_DeleteGlobalRef): New function. - (_Jv_JNI_DeleteLocalRef): New function. - (_Jv_JNI_conversion_call): Initialize and clear local reference - frame. - (_Jv_JNI_NewLocalRef): New function. - (struct _Jv_JNI_LocalFrame): New structure. - (_Jv_JNI_PushLocalFrame): New function. - (_Jv_JNI_EnsureLocalCapacity): New function. - (FRAME_SIZE): New define. - (_Jv_JNI_GetStringChars): Mark string, not characters. - (_Jv_JNI_ReleaseStringChars): Unmark string, not characters. - (_Jv_JNI_GetPrimitiveArrayElements): Mark array, not elements. - (_Jv_JNI_ReleasePrimitiveArrayElements): Unmark array, not - elements. - (_Jv_JNI_DefineClass): Make return value a local ref. - (_Jv_JNI_FindClass): Likewise. - (_Jv_JNI_GetSuperclass): Likewise. - (_Jv_JNI_ExceptionOccurred): Likewise. - (_Jv_JNI_AllocObject): Likewise. - (_Jv_JNI_GetObjectClass): Likewise. - (_Jv_JNI_CallAnyMethodV): Likewise. - (_Jv_JNI_NewString): Likewise. - (_Jv_JNI_NewStringUTF): Likewise. - (_Jv_JNI_NewObjectArray): Likewise. - (_Jv_JNI_GetObjectArrayElement): Likewise. - (_Jv_JNI_ToReflectedField): Likewise. - (_Jv_JNI_ToReflectedMethod): Likewise. - (_Jv_JNIFunctions): Updated table for new functions. - (_Jv_JNI_Init): New function. - (mark_for_gc): Wrote. - (unmark_for_gc): Wrote. - * include/jni.h (struct JNINativeInterface): Removed name from - PopLocalFrame parameter. - (class _Jv_JNIEnv): Added `locals' field. - -Mon Jan 31 00:43:15 2000 Anthony Green - - * gnu/gcj/convert/natIconv.cc (read): Minor fixes. - (write): Ditto. - -2000-01-30 Tom Tromey - - * include/config.h.in: Rebuilt. - * acconfig.h (HAVE_ICONV): Define. - * configure: Rebuilt. - * configure.in: Check for `iconv' function. - * gnu/gcj/convert/BytesToUnicode.java (getDecoder): Try iconv if - no specific encoder exists. - * gnu/gcj/convert/UnicodeToBytes.java (getEncoder): Try iconv if - no specific encoder exists. - * Makefile.in: Rebuilt. - * Makefile.am (convert_source_files): Mention Input_iconv.java and - Output_iconv.java. - (nat_source_files): Added natIconv.cc. - * gnu/gcj/convert/natIconv.cc: New file. - * gnu/gcj/convert/Input_iconv.java: New file. - * gnu/gcj/convert/Output_iconv.java: New file. - -2000-01-28 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (LIBFFIINCS): Added MULTIBUILDTOP. - -2000-01-26 Tom Tromey - - * gcj/method.h (JvNumMethods): Moved from Class.h. - (JvGetFirstMethod): Likewise. - * java/lang/Class.h (Object): Updated decl of - _Jv_JNI_ToReflectedField. - (Object): Added _Jv_JNI_ToReflectedMethod as a friend. - * Makefile.in: Rebuilt. - * Makefile.am (java/lang/reflect/Field.h): Added `jboolean' - argument of _Jv_JNI_ToReflectedField. - (java/lang/reflect/Constructor.h): Added _Jv_JNI_ToReflectedMethod - as a friend. - (java/lang/reflect/Method.h): Likewise. - * include/jni.h (class _Jv_JNIEnv): Added `klass' member. Use - __GCJ_JNI_IMPL__. - (jweak): New typedef. - (struct JNINativeInterface): Correctly declare remaining entries. - * jni.cc: Include Class.h, ClassLoader.h. - (_Jv_JNI_FindClass): New function. - (_Jv_JNI_DefineClass): New function. - (_Jv_JNI_conversion_call): New function. - (_Jv_JNI_FindClass): Use current class loader to find class. - (_Jv_JNI_ExceptionCheck): New function. - (_Jv_JNI_FromReflectedField): Now static. - (MethodClass): New define. - (_Jv_JNI_FromReflectedMethod): New function. - (_Jv_JNI_ToReflectedMethod): Likewise. - Include Method.h. - (_Jv_JNI_IsAssignableFrom): Renamed. - (_Jv_JNI_GetStringRegion): New function. - Include StringIndexOutOfBoundsException.h. - (_Jv_JNI_GetStringUTFRegion): New function. - (_Jv_JNIFunctions): Updated for new functions. - (_Jv_JNI_GetPrimitiveArrayCritical): New function - (_Jv_JNI_ReleasePrimitiveArrayCritical): Likewise. - (_Jv_JNI_GetStringCritical): New function. - (_Jv_JNI_ReleaseStringCritical): Likewise. - (get_throwable): Removed. - (GCJ_JV_JNIENV_FRIEND): Removed. - (__GCJ_JNI_IMPL__): Define. - Include method.h. - - * resolve.cc (get_ffi_type_from_signature): Handle case where - boolean is an int. - -Tue Jan 25 08:51:16 2000 Tom Tromey - - * interpret.cc (run): Don't call println. - Don't include PrintStream.h. - - * gcj/field.h (struct _Jv_Field): Use "jshort" as type for - nameIndex. Use "jint" as type for boffset. - * java/lang/Class.h (struct _Jv_Method): Made accflags a - _Jv_ushort. - (Class): Likewise. Also changed type of method_count, - vtable_method_count, size_in_bytes, field_count, - static_field_count, interface_count. - * gcj/array.h (__JArray): Made `length' a const jsize, not an - int. - -2000-01-21 Tom Tromey - - * java/lang/reflect/natConstructor.cc (newInstance): Use - _Jv_CallAnyMethodA. - * include/jvm.h: Declare _Jv_CallAnyMethodA. - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Renamed - from _Jv_CallNonvirtualMethodA. Changed interface; overloaded. - Include . - (COPY): Removed. - (invoke): Use _Jv_CallAnyMethodA. - (VAL): Redefined. - * java/lang/Class.h (Class): Declare JvGetFirstStaticField, - JvNumStaticFields, JvNumMethods, and JvGetFirstMethod as friend - functions. - (struct _Jv_Method): Added getNextMethod method. - (JvNumMethods): New function. - (JvGetFirstMethod): Likewise. - * gcj/field.h (JvGetFirstStaticField): New function. - (JvNumStaticFields): Likewise. - (getNextField): Renamed from getNextInstanceField. - (struct _Jv_Field): New method getClass. - * jni.cc: Wrote many new functions. - * include/jni.h (JNI_TRUE): Define. - (JNI_FALSE): Likewise. - (jobject, jclass, jstring, jarray, jthrowable, jobjectArray, - jbyteArray, jshortArray, jintArray, jlongArray, jbooleanArray, - jcharArray, jfloatArray, jdoubleArray): New typedefs. - (jfieldID, jmethodID): Likewise. - (JNI_COMMIT, JNI_ABORT): New defines. - (JNINativeMethod): New struct. - (struct JNINativeInterface): Correctly declared more entries. - (class _Jv_JNIEnv): Added `ex' member. - (JNI_VERSION_1_1): New define. - (JNI_VERSION_1_2): Likewise. - - * boehm.cc (_Jv_MarkObj): Use getNextField, not - getNextInstanceField. - -2000-01-20 Tom Tromey - - * resolve.cc (StringClass): Removed. - * defineclass.cc (StringClass): Removed. - -2000-01-19 Bryce McKinlay - - * NEWS: updated. - -2000-01-19 Tom Tromey - - * interpret.cc (PC_REGISTER_ASM): Removed. - - * java/lang/natThrowable.cc: Don't use `#pragma implementation'. - From Bryce McKinlay. - - * All files: Updated copyright to reflect Cygnus purchase. - -2000-01-18 Bryce McKinlay - - * configure: Rebuilt. - * configure.in: Recognize --disable-interpreter. - -2000-01-18 Andrew Haley - - * name-finder.cc (lookup): Check for dladdr function. - acconfig.h (HAVE_DLADDR): Add. - configure.in: Check for HAVE_DLADDR - configure: Rebuilt. - include/config.h.in: Rebuilt. - -2000-01-17 Andrew Haley - - * prims.cc (_Jv_RunMain): Set the name of this executable. - -2000-01-17 Tom Tromey - - * java/lang/natThrowable.cc (fillInStackTrace): Return `this' even - when backtrace can't be computed. - - * configure: Rebuilt. - * configure.in: Fixed typo in AC_CONFIG_SUBDIRS call. - - * java/lang/Runtime.java (loadLibraryInternal): Declare. - * java/lang/natClassLoader.cc (_Jv_FindClass): Removed dead copy. - (_Jv_FindClassInCache): Likewise. - (_Jv_FindClass): Don't conditionalize body on INTERPRETER. - (findSystemClass): Try to load class from compiled module. - Include Runtime.h. - * java/lang/natRuntime.cc (load): Use UTF-8 copy of filename. - (loadLibrary): Likewise. - (lt_preloaded_symbols): Define. - (loadLibraryInternal): New method. - * include/config.h.in: Rebuilt. - * acconfig.h (USE_LTDL): Added. - * Makefile.am (SUBDIRS): Added $(DIRLTDL). - (INCLUDES): Added $(INCLTDL). - (libgcj_la_DEPENDENCIES): Added $(LIBLTDL). - (libgcj_la_LIBADD): Likewise. - * aclocal.m4, configure: Rebuilt. - * configure.in: Added libltdl support. - -2000-01-15 Tom Tromey - - * prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'. - -2000-01-14 Andrew Haley - - * java/lang/natThrowable.cc: New file. - - * java/lang/Throwable.java (fillInStackTrace): Make native. - (printStackTrace): Call native method to do this. - (Throwable): Call fillInStackTrace. - (stackTrace): New variable. - - * include/jvm.h: Add _Jv_ThisExecutable functions. - - * prims.cc: (_Jv_execName): New variable. - (catch_segv): Call fillInStackTrace. - (catch_fpe): Ditto. - (_Jv_ThisExecutable): New functions. - (JvRunMain): Set the name of this executable. - - * Makefile.am: Add java/lang/natThrowable.cc. - Add name-finder.cc. - * Makefile.in: Rebuilt. - - * acconfig.h: Add HAVE_PROC_SELF_EXE. - - * configure.in: Force link with __frame_state_for in - FORCELIBGCCSPEC. Add new checks for backtrace. - * include/config.h.in: Rebuilt. - - * name-finder.cc: New file. - * include/name-finder.h: New file. - -2000-01-16 Anthony Green - - * java/lang/StringBuffer.java (StringBuffer): Don't special case - null argument. - -2000-01-16 Jeff Sturm - - * java/io/StreamTokenizer.java (nextToken): Avoid unread(TT_EOF). - -2000-01-13 Tom Tromey - - * java/lang/natClassLoader.cc (_Jv_FindClass): Register `loader', - not system loader, as initiating loader. - -2000-01-11 Tom Tromey - - * java/lang/natSystem.cc (getpwuid_adaptor): New adaptor for - HP/UX. From David Scott Urban. - -2000-01-10 Jeff Sturm - - * java/lang/natMath.cc (pow): Cast args to `double', not - `jdouble'. - (atan2): Likewise. - (IEEEremainder): Likewise. - * java/lang/mprec.h: Don't wrap includes in `extern "C"'. - * java/lang/fdlibm.h: Don't wrap includes in `extern "C"'. - -2000-01-09 Anthony Green - - * java/lang/natString.cc (init): Test for overflow condition - during out of bounds check. - (getChars): Throw StringIndexOutOfBoundsException, not - ArrayIndexOutOfBoundsException. - (getBytes): Ditto. - (regionMatches): Obey case option during string comparison. - - * configure.host (ligcj_interpreter): New variable. Enable - interpreter by default on IA-32. - * configure.in: Examine libgcj_interpreter. - * configure: Rebuilt. - -2000-01-07 Tom Tromey - - * mauve-libgcj: Don't disable ClassTest. - - * java/lang/natClass.cc (getClasses): Wrote. - -2000-01-06 Tom Tromey - - * java/lang/natClass.cc (_getConstructors): Correctly check - whether method name is the init name. - (getMethod): Look at accflags on method in `klass', not `this'. - -2000-01-05 Tom Tromey - - * java/lang/natClass.cc (getMethod): Compute offset relative to - `klass's methods table, not `this's table. - - * java/lang/reflect/natMethod.cc (_Jv_CallNonvirtualMethodA): - In unwrapping/widening case, check whether `k' is null, not - whether it is primitive. Initialize `num' from `argelts', not - `paramelts'. Correct create and pass arguments to ffi_call. - Don't let presence of `this' argument affect index used to look in - argument arrays. - (COPY): Set appropriate element in `values' vector. - - * java/lang/natClass.cc: Include . - - * java/lang/Class.h (_getMethods): Correctly declare as private, - not public. - - * java/lang/Class.h (_getMethods): Declare. - * java/lang/Class.java (_getMethods): Declare. - * java/lang/natClass.cc (getDeclaringClass): Always return NULL. - (getDeclaredClasses): Always return empty array. - (_getMethods): New method. - (getMethods): Wrote. - (getDeclaredMethod): Return `rmethod'. - (finit_name): New global. - (getDeclaredMethods): Check for finit_name. - (_getMethods): Likewise. - (getMethod): Only return public methods. - - * java/lang/reflect/natMethod.cc (get_ffi_type): Test size of - jboolean and select correct ffi type on that basis. - (_Jv_CallNonvirtualMethodA): Handle `void' return type. - Constructor call always has `void' return type. - -2000-01-04 Tom Tromey - - * java/lang/Class.h (getSignature): Updated. - * java/lang/Class.java (getSignature): Updated. - * java/lang/natClass.cc (getSignature): Added `is_constructor' - argument. - (getConstructor): Ensure constructor is public. - (_getConstructors): Check for public-ness of constructor when - `declared' is false, not when it is true. - -2000-01-04 Warren Levy - - * java/net/natPlainDatagramSocketImpl.cc (peek): Removed unnecesary - comment. - (receive): Set the sender's address in the DatagramPacket. - -2000-01-04 Tom Tromey - - * java/lang/reflect/natConstructor.cc (newInstance): Pass - declaring class as return_type argument to - _Jv_CallNonvirtualMethodA. - * java/lang/reflect/natMethod.cc (_Jv_CallNonvirtualMethodA): In - constructor case, create object and use it as `this' argument. - * java/lang/Class.h (_getConstructors): Declare. - (_getFields): Declare. - * java/lang/Class.java (getConstructors): Wrote. - (_getConstructors): New native method. - (getDeclaredConstructors): Wrote. - (_getFields): Declare new native method. - * java/lang/natClass.cc (_Jv_LookupInterfaceMethod): Removed - incorrect comment. - (getMethod): Work correctly when class is primitive. - (getDeclaredMethods): Likewise. Compute offset using `method', - not `mptr'. - (getDeclaredMethod): Likewise. - (getConstructor): Wrote. - (ConstructorClass): New define. - (getDeclaredConstructor): Wrote. - (_getConstructors): New method. - (_getFields): New method. - (getFields): Wrote. - - * Makefile.in: Rebuilt. - * Makefile.am (AM_CXXFLAGS): Added -D_GNU_SOURCE. - - * prims.cc: Remove `#pragma implementation'. - * gcj/array.h: Remove `#pragma interface'. - - * prims.cc (_Jv_equaln): New function. - * java/lang/Class.java (getSignature): Declare. - * resolve.cc (_Jv_LookupDeclaredMethod): Moved to natClass.cc. - * java/lang/natClass.cc (_Jv_LookupDeclaredMethod): Moved from - resolve.cc. - (getSignature): New method. - (getDeclaredMethod): Wrote. - (getMethod): Wrote. - Include StringBuffer.h. - * java/lang/Class.h (Class): Added _Jv_FromReflectedConstructor - as a friend. Unconditionally declare _Jv_LookupDeclaredMethod as - a friend. - (getSignature): Declare. - * include/jvm.h (_Jv_GetTypesFromSignature): Declare. - (_Jv_equaln): Declare. - (_Jv_CallNonvirtualMethodA): Declare. - * Makefile.in: Rebuilt. - * Makefile.am (nat_source_files): Added natConstructor.cc. - (java/lang/reflect/Constructor.h): New target. - * java/lang/reflect/natConstructor.cc: New file. - * java/lang/reflect/Constructor.java (newInstance): Now native. - (declaringClass): Renamed from decl_class. - (offset): Renamed from index. - (getType): New native method. - (getModifiers): Now native. - (getParameterTypes): Call getType if required. - (hashCode): Include hash code from declaring class. - (modifiers): Removed. - (toString): Call getType if required. - * gcj/method.h (_Jv_FromReflectedConstructor): New function. - * java/lang/reflect/natMethod.cc (hack_call): New method. - Removed `#if 0' around FFI code. - Include . - (invoke): Use _Jv_CallNonvirtualMethodA. Throw - IllegalArgumentException when argument object and class disagree. - (_Jv_GetTypesFromSignature): New function. - (getType): Use it. - (ObjectClass): New define. - (_Jv_CallNonvirtualMethodA): New function. - * java/lang/reflect/Method.java (hack_trampoline): New method. - (hack_call): New native method. diff --git a/libjava/ChangeLog-2002 b/libjava/ChangeLog-2002 index 8f58e13f938..da99a748198 100644 --- a/libjava/ChangeLog-2002 +++ b/libjava/ChangeLog-2002 @@ -2562,7 +2562,7 @@ * java/lang/VMThrowable.java: New class. * java/lang/natVMThrowable.cc: New file. -2003-08-23 Michael Koch +2002-08-23 Michael Koch * java/net/URLConnection.java, java/netJarURLConnection.java, @@ -2587,7 +2587,7 @@ * java/net/SocketAddress.java: New class from Classpath. * java/net/InetSocketAddress.java: Likewise. -2003-08-21 Michael Koch +2002-08-21 Michael Koch * java/net/Authenticator.java: updated JDK 1.4 * java/net/ContentHandler.java: updated JDK 1.4 diff --git a/libjava/ChangeLog-2003 b/libjava/ChangeLog-2003 index e20d6233e8b..df17e44de1a 100644 --- a/libjava/ChangeLog-2003 +++ b/libjava/ChangeLog-2003 @@ -967,7 +967,7 @@ i2003-12-16 Guilhem Lavaux (print): Use new internal print method. (println): Likewise. -2002-12-08 Bryce McKinlay +2003-12-08 Bryce McKinlay * java/util/Hashtable.java (Hashtable(Map)): Use putAll, not putAllInternal. @@ -975,7 +975,7 @@ i2003-12-16 Guilhem Lavaux * java/util/HashMap.java (HashMap(Map)): As above. (putAllInternal): As above. -2002-12-08 Bryce McKinlay +2003-12-08 Bryce McKinlay * java/util/Hashtable.java (internalContainsValue): Removed. (containsValue): Don't delegate to internalContainsValue. @@ -6592,7 +6592,7 @@ i2003-12-16 Guilhem Lavaux (static): Check result of loadProvider calls. If necessary display WARNING and fallback to Gnu provider. -2002-06-06 James Clark +2003-06-06 James Clark Fix for PR libgcj/8738: * gnu/gcj/convert/UnicodeToBytes.java (havePendingBytes): New method. @@ -6603,7 +6603,7 @@ i2003-12-16 Guilhem Lavaux * java/lang/natString.cc (getBytes): Check converter havePendingBytes() and whether output buffer is full before increasing size. -2002-06-06 Mark Wielaard +2003-06-06 Mark Wielaard * java/io/PrintStream.java (writeChars(char[],int, int)): Check converter.havePendingBytes(). @@ -6632,7 +6632,7 @@ i2003-12-16 Guilhem Lavaux * java/lang/w_exp.c (o_threshold, u_threshold): Define only if _IEEE_LIBM is undefined. -2002-06-05 Loren J. Rittle +2003-06-05 Loren J. Rittle * libjava/include/posix.h (O_SYNC): Define if not available and a reasonable, perhaps more conservative, replacement exists. @@ -9660,7 +9660,7 @@ i2003-12-16 Guilhem Lavaux (find_symbol): New function. (_Jv_FindSymbolInExecutable): Use it. -2002-02-21 Anthony Green +2003-02-21 Anthony Green * java/lang/Thread.java (Thread): New constructor taking stack size parameter (ignored for now). @@ -10176,7 +10176,7 @@ i2003-12-16 Guilhem Lavaux (get): May not be final. (put): May not be final. -2002-02-13 Ranjit Mathew +2003-02-13 Ranjit Mathew * gnu/gcj/runtime/NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of indexOf( ) to find the colon before @@ -11251,7 +11251,7 @@ i2003-12-16 Guilhem Lavaux (TreeIterator.remove): Prefer IllegalStateException over ConcurrentModificationException, to match Sun. -2002-12-22 Anthony Green +2003-01-03 Anthony Green * boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class. diff --git a/libjava/ChangeLog b/libjava/ChangeLog-2004 similarity index 68% copy from libjava/ChangeLog copy to libjava/ChangeLog-2004 index 8d9b5a81e01..dc343e6dd4a 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog-2004 @@ -1,7195 +1,3 @@ -2005-05-04 Thomas Fitzsimmons - - * java/awt/ImageCapabilities.java: Document. - - * java/awt/image/VolatileImage.java: Unindent copyright header. - -2005-05-03 Thomas Fitzsimmons - - * java/awt/image/VolatileImage.java: Document. - -2005-05-03 Thomas Fitzsimmons - - * 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 - - 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 - - * java/lang/VMSecurityManager.java (currentClassLoader): Use - 'systemClasssLoader' directly. - -2005-05-03 Tom Tromey - - * java/lang/VMSecurityManager.java (currentClassLoader): Don't - call VMClassLoader.getSystemClassLoader. - -2005-04-29 Michael Koch - - * 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 - - * java/lang/Class.h (_Jv_ResolvePoolEntry): Declare as friend. - -2005-04-29 Dalibor Topic - - * 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 - - 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 - - * java/nio/charset/Charset.java - (provider): Reformatted. - -2005-04-29 Michael Koch - - * gnu/java/net/protocol/http/HTTPConnection.java: - (userAgent): Initialize from system properties. - (initUserAgent): Removed. - -2005-04-29 Mark Wielaard - - * java/util/ResourceBundle.java (getObject): Clarify - MissingResourceException detailed message. - (tryBundle(String,ClassLoader)): Likewise. - -2005-04-29 Robert Schuster - - * java/beans/FeatureDescriptor.java: - (getShortDescription): Implemented fallback mechanism and fixed - documentation (fixes bug #12637). - (getDisplayName): Dito. - -2005-04-29 Robert Schuster - - * 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 - - * java/net/InetAddress.java - (aton): Fixed javadoc. - (lookup): Likewise. - -2005-04-28 Tom Tromey - - * javax/swing/Timer.java - (drainEvents, queueEvent): Now package-private. - -2005-04-28 Audrius Meskauskas - - * javax/swing/Timer.java - (constructor): Assigning initialDelay. - -2005-04-28 Audrius Meskauskas - - * javax/swing/Timer.java - (Waker.run): firing the first action event. - -2005-04-28 Michael Koch - - * javax/swing/Timer.java: Reordered all fields and methods, - Added more javadocs. - -2005-04-28 Michael Koch - - * javax/swing/Timer.java: Javadocs merged - from GNU classpath. - -2005-04-28 Jeroen Frijters - - * 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 - - * gnu/java/net/protocol/file/Connection.java - (lineSeparator): Initialize with SystemProperties.getProperty(). - -2005-04-27 Chris Burdess - - * 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 - - * 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 - - * gnu/java/net/protocol/https/Handler.java: New file. - -2005-04-27 Jeroen Frijters - - * javax/imageio/spi/IIORegistry.java (IIORegistry): - Don't assume that awt Toolkit is always ClasspathToolkit. - -2005-04-27 Chris Burdess - - * java/net/protocol/http/HTTPURLConnection.java (connect): Accept - absolute and relative paths in Location header. - -2005-04-27 Chris Burdess - - * gnu/java/net/protocol/http/HTTPURLConnection.java: Throw - FileNotFoundException and implement getErrorStream on 404. - -2005-04-27 Sven de Marothy - - * java/util/TimeZone.java, - (getDefaultDisplayName): Fix previous fix. - -2005-04-27 Sven de Marothy - - * java/util/TimeZone.java, - (getDefaultDisplayName): Don't print zero offsets. - -2005-04-27 Roman Kennke - - * 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 - - * javax/swing/plaf/metal/MetalLookAndFeel - (initComponentDefaults): Added some default colors. - -2005-04-27 Roman Kennke - - * 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 - - * 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 - - * javax/swing/plaf/basic/BasicToggleButtonUI.java: - (getPropertyPrefix): Added. - -2005-04-27 Roman Kennke - - * javax/swing/plaf/basic/BasicButtonUI.java - (getPropertyPrefix): Added. - (installDefaults): Use getPropertyPrefix instead of hard-coded - prefix. - -2005-04-27 Roman Kennke - - * 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 - - * java/nio/charset/Charset.java (providers2): Renamed from 'providers' - to work around CNI limitation. - -2005-04-27 Sven de Marothy - - * java/nio/charset/Charset.java: - (defaultCharset()): New method. - Status updated to 1.5 - -2005-04-27 Sven de Marothy - - * java/nio/charset/Charset.java: Cached encoders shouldn't be static. - -2005-04-27 Sven de Marothy - - * java/nio/charset/Charset.java: Reset cached de/encoders. - -2005-04-27 Robert Schuster - - * java/nio/charset/Charset.java (forName): Throws - IllegalArgumentException when argument is null - and added documentation. - -2005-04-27 Ito Kazumitsu - - * 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 - - * 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 - - * java/net/InetAddress.java - (toString): Don't print empty hostnames. - -2005-04-26 Luca Barbieri - - 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 - - * java/net/InetAddress.java: - Fixed typos in javadocs. - -2005-04-26 Andrew Haley - - PR libgcj/21020: - * jni.cc (_Jv_JNI_GetAnyFieldID): Use class' loader to find - field's type. - -2005-04-26 Tom Tromey - - * 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 - - * java/awt/Robot.java (waitForIdle): Call invokeAndWait in a - static way. - -2005-04-26 Mark Wielaard - - * java/net/URL.java (URL(URL,String,URLStreamHandler)): Add spec - to MalformedURLException. - -2005-04-26 Michael Koch - - * java/security/AccessControlContext.java: - Reformated. - (protectedDomains): Renamed from 'protectionDomain'. - * java/security/AccessController.java: - Reformatted. - -2005-04-26 Jeroen Frijters - - * 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 - - * java/security/Security.java, - java/security/cert/X509CRLSelector.java, - java/security/cert/X509CertSelector.java: - Modified to use SystemProperties. - -2005-04-26 Michael Koch - - * java/lang/System.java - (setSecurityManager): Fixed comment. - (getSecurityManager): Removed obsolete comment. - -2005-04-25 Tom Tromey - - * java/awt/AWTKeyStroke.java (vktable): Now package-private. - -2005-04-25 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (connectSignals): Realize the window widget after connecting - signals. - -2005-04-25 Jeroen Frijters - - * 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 - - * 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 - - * 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 - - * java/awt/Transparency.java - (getTransparency): fixed API docs. - -2005-04-25 Archie Cobbs - - * java/lang/Throwable.java: simplify initializing cause in constructor - -2005-04-25 Michael Koch - - * 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 - - * javax/swing/plaf/basic/BasicScrollBarUI.java - (initDefaults): Initialize thumb*Color fields correctly. - -2005-04-25 Roman Kennke - - * javax/swing/text/GapContent.java: - Added API comments. - -2005-04-25 Roman Kennke - - * 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 - - * javax/swing/text/AbstractDocument.java: - Added FIXME comments. This class still has to be - implemented thread-safe. - -2005-04-25 Roman Kennke - - * javax/swing/tree/DefaultTreeSelectionModel.java - (DefaultTreeSelectionModel): Initialize listenerList here. - -2005-04-25 Roman Kennke - - * javax/swing/plaf/metal/MetalTextFieldUI.java - (createUI): Return one instance per Component instead of a - shared instance. - -2005-04-25 Roman Kennke - - * javax/swing/text/Document.java: - Added API documentation comments. - -2005-04-25 Roman Kennke - - * javax/swing/text/AbstractDocument.java - (getDocumentProperties): Implemented. - (setDocumentProperties): Implemented. - (getProperty): Implemented. - (putProperty): Implemented. - -2005-04-25 Roman Kennke - - * javax/swing/BoxLayout - (preferredLayoutSize): Fixed computation so that it correctly - adds the top and bottom insets of the container. - -2005-04-25 Roman Kennke - - * javax/swing/plaf/basic/BasicMenuItemUI.java - (paintText): Make use of the 'selectionForeground' UI default - for text painting. - -2005-04-25 Roman Kennke - - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initSystemColorDefaults): Modified colors to match the - BasicLookAndFeel in the reference implementation. - (initComponentDefaults): Likewise. - -2005-04-25 Tom Tromey - - * 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 - - * java/io/FileInputStream.java (FileInputStream(File)), - java/io/FileOutputStream.java (FileOutputStream(File)): - Removed unnecessary File.isDirectory() check. - -2005-04-22 Bryce McKinlay - - * testsuite/lib/libjava.exp (libjava_find_gij): Use $objdir/.. to find - gij if get_multilibs fails. - -2005-04-22 Anthony Green - - * 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 - - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initComponentDefaults): Changed Button.border to be - BasicBorders.getButtonBorder as it should be. - -2005-04-22 Roman Kennke - - * 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 - - * 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 - - * 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 - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (getDefaults): Call addCustomEntriesToTable on the theme. - -2005-04-22 Roman Kennke - - * 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 - - * gnu/java/security/der/DERValue.java - (getValueAs): new method. - * gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java - (): read both dates with 'DERValue.getValueAs', with - 'GENERALIZED_TIME' as the argument. - -2005-04-22 Andrew Pinski - - * 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 - - * java/util/logging/LogManager.java: Reformatted. - (readConfiguration): If a logger for a key is not found, create one. - -2005-04-22 Andrew John Hughes - - * 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 - - * java/lang/natClass.cc (initializeClass): Link class. - -2005-04-21 Tom Tromey - - * java/lang/AssertionError.java: Typo fix. - -2005-04-21 Tom Tromey - - * java/lang/VMClassLoader.java (transformException): Removed. - (resolveClass): No longer native. Now does nothing. - * java/lang/natVMClassLoader.cc (resolveClass): Removed. - -2005-04-21 Anthony Green - - 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 - - * gnu/java/net/CRLFInputStream.java: Rewrite to return - CRLF-delimited chunks. - -2005-04-20 Andrew John Hughes - - * 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 - - * 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 - - * 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 - - * java/io/DataOutputStream.java (writeUTF): Use block write for - output. - -2005-04-20 Jeroen Frijters - - * java/io/DataInputStream.java (ignoreInitialNewline): Removed - (readLine): Changed newline handling. - -2005-04-20 Jeroen Frijters - - * java/awt/image/PixelGrabber.java (setPixels(int,int,int,int, - ColorModel,byte[],int,int): Fixed byte to int conversion. - -2005-04-20 Michael Koch - - * java/io/FilePermission.java - (serialVersionUID): Made private. - (ALL_FILES): New constant. - (implies): Handle '<>' case. - -2005-04-20 Sven de Marothy - - * 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 - - * 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 - - * 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 - - * java/text/SimpleDateFormat.java: - (formatWithAttribute): Pad year before truncating digits. - -2005-04-20 Michael Koch - - * gnu/java/net/PlainDatagramSocketImpl.java: - Merged copyright header. - * gnu/java/net/PlainSocketImpl.java: - Reorganized import statements. Fixed @author tags. - -2005-04-20 Michael Koch - - * gnu/java/lang/ClassHelper.java, - gnu/java/lang/reflect/TypeSignature.java: - Fixed @author tag. - -2005-04-20 Michael Koch - - * gnu/java/beans/IntrospectionIncubator.java: - Fixed HTML tags in javadocs. - -2005-04-20 Jeroen Frijters - - * 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 - - * gnu/java/awt/image/XBMDecoder.java: - Fixed modifier order. - -2005-04-20 Roman Kennke - - * 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 - - * 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 - - * 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 - - * javax/swing/plaf/metal/MetalBorders: - (PopupMenuBorder): Added. - * javax/swing/plaf/metal/MetalLookAndFeel - (initComponentDefaults): Added PopupMenuBorder. - -2005-04-20 Roman Kennke - - * javax/swing/tree/DefaultTreeSelectionModel.java: - Added API documentation all over the class. - -2005-04-20 Roman Kennke - - * 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 - - * 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 - - * javax/swing/plaf/metal/MetalScrollBarUI.java: - (createUI): Instances cannot be shared among JScrollPanes. - -2005-04-20 Roman Kennke - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initComponentDefaults): Added defaults for Menu, MenuBar - MenuEntry fonts. - -2005-04-20 Roman Kennke - - * 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 - - * 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 - - * java/net/URLConnection.java - (getContent): Fixed javadoc comment. - -2005-04-20 Andrew John Hughes - - * java/net/URL.java: - (toURI()): Implemented. - -2005-04-19 Michael Koch - - * 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/xml/dom/html2/DomHTMLParser.java: - Changed 'enum' references to become 'enumeration'. - -2005-04-19 Audrius Meskauskas - - * gnu/xml/dom/html2/DomHTMLParser.java: New file. - -2005-04-19 Andrew John Hughes - - * 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 - - * 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 - - * gnu/xml/dom/html2/DomHTMLDocument.java: Fixed element creation and - check for HTML/XHTML namespace. - -2005-04-19 Audrius Meskauskas - - * 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 - - * 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 - - * 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 - - * javax/swing/text/html/HTMLDocument.java: New file. - -2005-04-19 Michael Koch - - * 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 - - * 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 - - * 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 - - * 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 - - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-04-19 Roman Kennke - - * 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 - - PR libgcj/21064 - * javax/swing/text/StyleContext.java - (NamedStyle.setResolveParent): Added null - pointer check. - -2005-04-19 Michael Koch - - * java/rmi/server/RemoteObject.java: - Removed unused import statement. - -2005-04-19 Michael Koch - - * java/net/URL.java: Formatting cleanups. - -2005-04-19 Michael Koch - - * java/awt/FontMetrics.java: Reformatted. - (getFontRenderContext): Handle case when java.awt.Graphics context is - given. - -2005-04-19 Michael Koch - - * java/awt/FontMetrics.java - (getStringBounds): New methods. - - -2005-04-19 Michael Koch - - * gnu/java/security/x509/X509Certificate.java - (parse): Handle val == null case. - -2005-04-19 Roman Kennke - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initComponentDefaults): Added defaults for Menu, MenuBar - MenuEntry fonts. - -2005-04-19 Roman Kennke - - * 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 - - * 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 - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initComponentDefaults): Added to set Metal specific component - defaults. - -2005-04-19 Mark Wielaard - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initClassDefaults): Call super.initClassDefaults(). - -2005-04-19 Roman Kennke - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (initClassDefaults): Added to include the *UI classes. - -2005-04-19 Roman Kennke - - * 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 - - * 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 - - * javax/swing/UIDefaults.java: - Added API documentation for all methods. - -2005-04-19 Roman Kennke - - * 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 - - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-04-19 Mark Wielaard - - * 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 - - * 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 - - * java/awt/geom/QuadCurve2D.java: - Fixed Brian Gough's name for real. - -2005-04-19 Roman Kennke - - * javax/swing/UIManager.java: - Make the UIManager respect the swing.defaultlaf system - property. - -2005-04-19 Tom Tromey - - * java/lang/natVMClassLoader.cc (loadClass): Call resolveClass, - not _Jv_InitClass. - -2005-04-19 Roman Kennke - - * javax/swing/plaf/basic/BasicMenuBarUI.java: - Fixed tabs to spaces. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/JRootPane.java: - Fixed various tabs to be spaces. - (RootLayout.layoutContainer): Made menubar left aligned. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/plaf/basic/BasicListUI.java - (paintCell): use CellRendererPane for painting the cells. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/plaf/basic/BasicListUI: - make BasicListUI capable of wrapping lists - (layoutOrientation property of javax.swing.JList) - -2005-04-19 Roman Kennke - - * javax/swing/plaf/basic/BasicListUI - (updateLayoutState,paint): make BasicListUI aware of the - width of the rendered JList. - -2005-04-19 Roman Kennke - - * javax/swing/ImageIcon.java - Added API documentation. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/JTextArea.java (replaceRange): - Fixing doc.remove(start, length) misinterpretation. - -2005-04-19 Roman Kennke - - * javax/swing/CellRendererPane.java: - implemented all methods of this class. - reformatted all wrong formatted code. - -2005-04-19 Roman Kennke - - * javax/swing/BoxLayout.java: - (layoutContainer): Made this layout manager respect the - minimum, maximum and preferred size more correctly. - -2005-04-19 Roman Kennke - - * 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 - - * javax/swing/JComponent.java: - Modified alignmentX and alignmentY to be 0.5 instead of 0.0. - Untabified the file. - -2005-04-19 Audrius Meskauskas - - * 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 - - * 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 - - * 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 - - * java/awt/MediaTracker.java: - Reindented tabs to spaces. - -2005-04-19 Roman Kennke - - * 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 - - * 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 - - * java/awt/MediaTracker.java - Added API documentation. - -2005-04-19 Roman Kennke - - * 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 - - * java/awt/Font.java (decode): Handle null argument and allow - space as delimiter. - -2005-04-19 Robert Schuster - - * java/beans/EventHandler.java: Reworked documentation. - (invoke): Fixed behavior to match spec. - -2005-04-19 Michael Koch - - * java/awt/print/PrinterJob.java - (pageDialog): New method. - (printDialog): Implemented. - -2005-04-19 Michael Koch - - * java/awt/image/ConvolveOp.java: - Removed comment added by eclipse. - -2005-04-19 Guilhem Lavaux - - * java/awt/image/IndexColorModel.java - (getRGB): Check if pixel is negative. - -2005-04-19 Michael Koch - - * java/awt/image/RasterOp.java: - Fixed wrong formatting. - -2005-04-18 Roman Kennke - - * java/awt/Compmonent.java - (setComponentOrientation): Made this property firing a - PropertyChangeEvent. - -2005-04-18 Roman Kennke - - * java/awt/BorderLayout.java - (calcSize): Check for overflow when component sizes are added. - -2005-04-18 Robert Schuster - - * java/awt/AWTEvent.java (toString): Added case - for source not being an AWT component. - -2005-04-18 Chris Burdess - - * gnu/java/net/BASE64.java: Truncate encoded byte array. - -2005-04-18 Michael Koch - - 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 - - * gnu/xml/aelfred2/XmlParser.java: - Reverted my typo fix. - -2005-04-18 Michael Koch - - * java/awt/geom/CubicCurve2D.java, - java/awt/geom/QuadCurve2D.java: - Fixed mentioning of Brian Gouph. - -2005-04-18 Michael Koch - - * 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 - - * 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 - - * gnu/xml/pipeline/ValidationConsumer.java (Recognizer): Make - 'ANY' package-private. - -2005-04-15 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (libgij_la_LIBADD): Moved SAX and DOM... - (libgcj0_convenience_la_LIBADD): ... here. - -2005-04-14 Thomas Fitzsimmons - - * gij.cc (version): Properly quote java version. - (main): Fix typo in comment. - -2005-04-13 Mark Wielaard - - * java/lang/natRuntime.cc (insertSystemProperties): Set - java.class.path to CLASSPATH if not already set. - -2005-04-07 Thomas Fitzsimmons - - * prims.cc (parse_verbose_args): Fix verbose argument parsing. - -2005-04-12 Mike Stump - - * configure: Regenerate. - -2005-04-12 Aaron Luchko - - 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 - - PR libgcj/20975 - * scripts/TexinfoDoclet.java: Removed. - * Makefile.am (texinfo): Removed. - * Makefile.in: Regenerated. - -2005-04-11 Michael Koch - - * javax/imageio/ImageIO.java (ReaderFormatFilter.filter): - Fixed wrong casting. - -2005-04-06 Andrew Haley - - * 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 - - * Makefile.am ($(db_name)): Add $(EXEEXT) suffix to - gcj-dbtool dependency - * Makefile.in: Regenerated - -2005-04-06 Bryce McKinlay - - * java/util/logging/natLogger.cc (getCallerStackFrame): Don't crash on - NULL klass and meth values from _Jv_StackTrace::GetCallerInfo(). - -2005-04-05 Andrew Haley - - * 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 - - 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 - - * 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 - - * 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 - - PR libgcj/20761 - * configure.ac: Fix fastjar definition for cross builds. - * configure: Rebuilt. - -2005-04-04 Tom Tromey - - * java/lang/ClassLoader.java (loadClass): Resolve class even if - it was already found. - -2005-04-04 Tom Tromey - - * java/net/URL.java (DEFAULT_SEARCH_PATH): Added - org.metastatic.jessie. - -2005-04-02 Anthony Green - - PR libgcj/20727 - * java/nio/DirectByteBufferImpl.java: Fix buffer ownership bug. - -2005-04-02 Mark Wielaard - - * 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 - - 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 - - * java/lang/natDouble.cc (parseDouble): Handle NaN, Infinity and - -Infinity as parameters. - -2005-04-01 Michael Koch - - * 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 - - * 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 - - * Makefile.in: Rebuilt. - * Makefile.am (db_pathtail): Use $(gcc_version), not - @gcc_version@. - -2005-04-01 Jeroen Frijters - - * java/util/Timer.java - (run): Stop the queue if a task throws an exception. - -2005-03-31 Thomas Fitzsimmons - - * javax/swing/text/JTextComponent.java (viewToModel): New method. - -2005-03-29 Ian Lance Taylor - - * 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 - - * 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 - - * gnu/xml/dom/DomNode.java (notifyNode): grow listener array as - required. - -2005-03-13 Michael Koch - - * gnu/xml/aelfred2/XmlParser.java: Fixed typo. - -2005-03-11 Chris Burdess - - * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI - warnings. - -2005-02-27 Chris Burdess - - * 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 - - * gnu/xml/aelfred2/SAXDriver.java: Corrected bug handling URI - warnings. - -2005-03-28 Alexandre Oliva - - * 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 - - * testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one): Add - libsocket to the libraries to link for Solaris. - -2005-03-28 Per Bothner - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - * 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 - - 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 - - * include/jvm.h (GCJ_40_BC_ABI_VERSION): New define. - (_Jv_CheckABIVersion): Use it. - -2005-03-22 Mike Stump - - * 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 - - * gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output. - -2005-03-21 Tom Tromey - - * java/lang/VMCompiler.java (static block): Also catch - BufferUnderflowException. - -2005-03-21 Zack Weinberg - - * 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 - - * 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 - - * boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table. - -2005-03-16 Tom Tromey - - * 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 - - * gnu/java/lang/MainThread.java (run): Load main class using - system class loader. - -2005-03-16 Andreas Tobler - - * 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 - - * 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 - - PR libgcj/20251 - * Makefile.am (libjawt_la_LIBADD): Add -L$(here)/.libs. - * Makefile.in: Rebuilt. - -2005-03-15 David Daney - - * gnu/java/net/natPlainSocketImplPosix.cc (read_helper): Handle - count == 0 case. - -2005-03-15 David Daney - - * 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 - - * stacktrace.cc (GetCallerInfo): Return nothing in case of - SJLJ_EXCEPTIONS is defined. - -2005-03-12 Ranjit Mathew - - * testsuite/libjava.jacks/jacks.xfail: Add XFAILs for new JSR-201 - tests. - -2005-03-11 Andreas Tobler - - * 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 - - * include/jvm.h (GCJ_40_BC_ABI_VERSION): New define. - (_Jv_CheckABIVersion): Use it. - -2005-03-11 Tom Tromey - - * 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 - - * 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 - - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added MethodRef.java. - -2005-03-10 Chris Burdess - - * gnu/xml/dom/ls/SAXEventSink.java: Ignore element declarations if - not currently parsing the DTD. - -2005-03-10 Bryce McKinlay - - 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 - - * 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 - - * 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 - - 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 - - * 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 - - * 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 - - * java/net/URLClassLoader.java (addURLImpl): Reset 'thisString'. - (toString): Synchronize. - -2005-03-08 Bryce McKinlay - - * testsuite/libjava.lang/pr13107_2.xfail: Remove xfail. - * testsuite/libjava.lang/pr13107_3.xfail: Likewise. - -2005-03-07 Tom Tromey - - * gnu/gcj/tools/gcj_dbtool/Main.java (main): Recognize '-f'. - (usage): Document '-f'. - -2005-03-07 Tom Tromey - - * java/lang/VMCompiler.java (md5Digest): New field. - (compileClass): Clone md5Digest instead of looking up a new one. - -2005-03-07 Tom Tromey - - 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 - * gnu/gcj/xlib/natXAnyEvent.cc (loadNext): Added timeout. - * gnu/awt/xlib/XCanvasPeer.java (setBackground): Removed - throw UnsupportedOperationException, fixed comments. - (setFont, setForeground): Fixed comments. - * gnu/awt/xlib/XEventLoop.java (postNextEvent): Changed - return type to boolean. - (getNextEvent): Fixed javadocs. - * gnu/awt/xlib/XToolkit.java (interrupted): Removed field. - (nativeQueueEmpty): Removed unused code. - (iterateNativeQueue): Removed outer loop. - -2005-03-06 Roger Sayle - - PR libgcj/20155 - * Makefile.am (libgcj0_convenience.la): Revert last change. - * Makefile.in: Regenerate. - -2005-03-05 Anthony Green - - * jni/gtk-peer/gtk_jawt.c (classpath_jawt_get_drawable, - classpath_jawt_lock, classpath_jawt_unlock): New functions. - * jawt.c (_Jv_AWTLock, _Jv_AWTUnlock): New functions. - (_Jv_GetDrawingSurface): Set visualID. - (_Jv_FreeDrawingSurfaceInfo): Clear visualID. - (JAWT_GetAWT): Set Lock and Unlock. - * include/jawt_md.h (struct _JAWT_X11DrawingSurfaceInfo): Add - visualID. - * include/jawt.h (JAWT_VERSION_1_4, JAWT_LOCK_ERROR, - JAWT_LOCK_CLIP_CHANGED, JAWT_LOCK_BOUNDS_CHANGED, - JAWT_LOCK_SURFACE_CHANGED): New macros. - (struct _JAWT): Add Lock and Unlock. - -2005-03-05 Roger Sayle - Alexandre Oliva - Kelley Cook - - PR libgcj/20155 - * Makefile.am (libgcj0_convenience.la): New rule to create a file - of the object files to link to avoid exceeding the command line - length limits on some platforms. - (clean-local): Clean up objectlist files. - * Makefile.in: Regenerate. - -2005-03-05 Andreas Tobler - - * java/lang/dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and - spec_case. Initialize pointer mlo. - - * java/lang/strtod.c (_strtod_r): Initialize pointers bb, bd, ds and - delta. - - * java/lang/e_asin.c (__ieee754_asin): Initialize variable t. - - * java/lang/e_exp.c (__ieee754_exp): Initialize variables hi, lo - and k. - - * java/lang/e_rem_pio2.c (__ieee754_rem_pio2): Initialize - uninitialized variable z. - - * gnu/java/net/natPlainDatagramSocketImplPosix.cc (mcastGrp): Ifdef - possible unused variables. - - * gnu/java/nio/natPipeImplPosix.cc (init): Remove self. - - * jawt.c: Include to fix implict declaration of malloc. - -2005-03-03 Thomas Fitzsimmons - - PR libgcj/20292 - * testsuite/libjava.jni/jni.exp - (gcj_jni_invocation_compile_c_to_binary): Add -I. -I.. to compile - flags. - (gcj_jni_invocation_test_one): Add -L../.libs to cxx flags. - -2005-02-23 David Daney - - * configure.host: Don't use -mxgot for MIPS builds. - -2005-02-28 Paolo Bonzini - - PR bootstrap/17383 - * configure.ac: Call GCC_TOPLEV_SUBDIRS. - (COMPPATH): Removed. - (ZIP, GCJH): Replace it with ../$(host_subdir). - (built_gcc_dir): Add $(host_subdir). - * configure: Regenerate. - * Makefile.in, include/Makefile.in, testsuite/Makefile.in, - gcj/Makefile.in, external/Makefile.in, external/sax/Makefile.in, - external/w3c_dom/Makefile.in: Regenerate. - -2005-02-24 David Gilbert - - * java/awt/font/TextAttribute.java: changed names to lower case; - (readResolve): implemented. - Added doc comments all over. - -2005-02-23 Thomas Fitzsimmons - - PR libgcj/16923 - * jni.cc (JNI_CreateJavaVM): Check JNI version. Cast args to - JvVMInitArgs. Pass args to _Jv_CreateJavaVM and check return - value. Move argument parsing code to prims.cc. - * prims.cc (no_properties): Remove. - (_Jv_Compiler_Properties): Initialize to NULL. - (_Jv_Properties_Count): Initialize to 0. - (parse_verbose_args): New function. - (parse_init_args): New function. - (_Jv_CreateJavaVM): Call parse_init_args. - (_Jv_RunMain): Check return value of _Jv_CreateJavaVM. - * gcj/cni.h (JvVMOption): New struct. - (JvVMInitArgs): Likewise. - (JvCreateJavaVM): Declare vm_args as JvVMInitArgs* rather than - void*. - * libjava/gcj/javaprims.h (_Jv_VMOption): New struct. - (_Jv_VMInitArgs): Likewise. - * include/java-props.h (_Jv_Properties_Count): Declare. - * java/lang/natRuntime.cc (insertSystemProperties): Use - _Jv_Properties_Count in for loop exit condition. - * testsuite/libjava.jni/jni.exp - (gcj_invocation_compile_c_to_binary): New procedure. - (gcj_invocation_test_one): Likewise. - (gcj_jni_run): Run JNI invocation API tests. - * testsuite/libjava.jni/invocation/PR16923.c, - testsuite/libjava.jni/invocation/PR16923.java, - testsuite/libjava.jni/invocation/PR16923.out: New test. - -2005-02-23 Michael Koch - - * Makefile.am: Added new file gnu/java/nio/ChannelReader.java. - * Makefile.in: Regenerated. - -2005-02-23 Robert Schuster - - * gnu/java/nio/ChannelReader: Fixed comments. - -2005-02-23 Robert Schuster - - * java/nio/channels/Channels: Added FIXMEs about - stub method implementation. - (newReader): Implemented. - * gnu/java/nio/ChannelReader: New class. - -2005-02-23 Michael Koch - - * java/text/SimpleDateFormat.java: - Removed unused import. - -2005-02-22 Thomas Fitzsimmons - - PR libgcj/20029: - * Makefile.am (lib_gnu_java_awt_peer_gtk_la_CFLAGS): Add X_CFLAGS. - (lib_gnu_java_awt_peer_gtk_la_LDFLAGS): Add X_LIBS and -lXtst. - * Makefile.in: Regenerate. - * configure.ac: Check for libXtst. - * configure: Regenerate. - -2005-02-22 Mark Wielaard - - * java/security/AlgorithmParameterGenerator.java (getInstance): - Mention provider when throwing NoSuchProviderException. - * java/security/AlgorithmParameters.java (getInstance): Likewise. - * java/security/KeyFactory.java (getInstance): Likewise. - * java/security/KeyStore.java (getInstance): Likewise. - * java/security/SecureRandom.java (getInstance): Likewise. - * java/security/cert/CertificateFactory.java (getInstance): Likewise. - -2005-02-22 Jeroen Frijters - - * java/lang/reflect/Proxy.java, - java/net/URL.java, - java/security/SecureRandom.java, - java/util/Timer.java, - java/util/prefs/AbstractPreferences.java: - Don't catch java.lang.ThreadDeath. - -2005-02-22 David Gilbert - - * java/awt/font/TransformAttribute.java, - (TransformAttribute(AffineTransform)): throw - IllegalArgumentException for null transform. - (getTransform): return a copy of transform. - Added doc comments to all. - -2005-02-22 Jeroen Frijters - - * java/io/Externalizable.java, - java/io/Serializable.java - (serialVersionUID): Removed. - * java/rmi/server/RemoteObject.java, - java/rmi/server/UID.java - (serialVersionUID): Made private. - * java/rmi/server/RemoteRef.java, - java/rmi/server/ServerRef.java - (serialVersionUID): Set proper value. - * java/security/interfaces/DSAPrivateKey.java, - java/security/interfaces/DSAPublicKey.java, - java/security/interfaces/RSAMultiPrimePrivateCrtKey.java, - java/security/interfaces/RSAPrivateCrtKey.java, - java/security/interfaces/RSAPrivateKey.java, - java/security/interfaces/RSAPublicKey.java, - javax/crypto/SecretKey.java - (serialVersionUID): Added. - -2005-02-22 Tom Tromey - - * java/lang/Object.h (_JvObjectPrefix): Declare as extern "Java". - -2005-02-22 Tom Tromey - - PR java/20056: - * verify.cc (type::EITHER): New constant. - (check_field_constant): Use it. - (type::compatible): Handle it. - -2005-02-22 Michael Koch - - * gnu/java/security/PolicyFile.java, - gnu/java/security/pkcs/PKCS7SignedData.java, - gnu/java/security/pkcs/SignerInfo.java: - Fixed copyright header. - -2005-02-22 Jeroen Frijters - - * java/beans/PropertyDescriptor.java - (PropertyDescriptor,setReadMethod): Set propertyType. - -2005-02-22 Michael Koch - - * java/nio/DirectByteBufferImpl.java - (owner): Fixed formatting of javadoc. - * java/text/DateFormat.java - (getAvailableLocales): Fixed formatting. - * java/text/SimpleDateFormat.java: - Fixed formatting and import statement order. - * java/util/Calendar.java - (Calendar): Fixed javadoc to be HTML compliant. - * java/util/SimpleTimeZone.java: - Fixed javadocs. - -2005-02-22 Roman Kennke - - * javax/swing/plaf/basic/BasicLookAndFeel.java - (initComponentDefaults): Fixed Button left and right margin. - -2005-02-22 Thomas Fitzsimmons - - * java/awt/Robot.java (waitForIdle): Call invokeAndWait on an - empty Runnable. - - PR libgcj/17952: - * gnu/java/awt/peer/gtk/GtkWindowPeer.java, - jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c - (getWidth): New method. - (getHeight): Likewise. - (create): Remove width, height and insets parameters. Move size - setup ... - (realize_cb): ... here. New function. - (connectSignals): Connect realize_cb. - (request_frame_extents): Remove FIXME. Move - postInsetsChangedEvent lookup ... - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c (gtkInit): - ... here. Look up GtkWindowPeer getWidth and getHeight methods. - * jni/gtk-peer/gtkpeer.h (postInsetsChangedEventID): Declare - jmethodID. - (windowGetWidthID): Likewise. - (windowGetHeightID): Likewise. - -2005-02-21 Thomas Fitzsimmons - - PR libgcj/19842 - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c - (button_to_awt_mods): Return BUTTON masks, not BUTTON_DOWN masks. - -2005-02-21 Bryce McKinlay - - Merge serialization from GNU Classpath. - * gcj/method.h: Add missing #includes. - * java/io/ObjectInputStream.java (readClassDescriptor): Check for - primitive class IDs on the stream here... - (resolveClass): ...not here. - * java/io/ObjectStreamField.java: Use VMObjectStream class calls to set - fields. - * java/io/VMObjectStreamClass.java (setDoubleNative, setFloatNative, - setLongNative, setIntNative, setShortNative, setCharNative, - setByteNative, setBooleanNative, setObjectNative): New native methods. - * java/io/natVMObjectStreamClass.java (setDoubleNative, setFloatNative, - setLongNative, setIntNative, setShortNative, setCharNative, - setByteNative, setBooleanNative, setObjectNative): Implement them. - * java/io/natObjectInputStream.cc (allocateObject): Add new parameters - from Classpath's version. Use _Jv_FromReflectedConstructor(). Call - the constructor here. - (callConstructor): Removed. - (getCallersClassLoader): Removed. - * java/lang/reflect/Field.java (setByte, setShort, setInt, setLong, - setFloat, setDouble, setChar, setBoolean): Add 'checkFinal' parameter - to control whether setting final field values is permitted. Call - getAddr() with checkFinal parameter instead of setAddr(). - * java/lang/reflect/natField.cc (getType): Lookup and resolve field - only if not done already. - (getAddr): Add checkFinal parameter. Do the final field check only if - checkFinal is set. - (setAddr): Removed. - -2005-02-21 Mark Wielaard - - # Fixes bug #11957 - * java/io/ObjectInputStream.java (resolveClass): Don't check "void" - twice. - -2005-02-21 Mark Wielaard - - Fixes bug #11618. - * java/io/ObjectInputStream.java (readClassDescriptor): Handle classes - without a super class and us ObjectStreamClass.lookupForClassObject(). - (resolveClass): Check for primitive types. - (lookupClass): Return null when argument is null. - -2005-02-21 Jeroen Frijters - - * java/io/ObjectInputStream.java - (readObject): Fix to consume TC_ENDBLOCKDATA after readExternal. - -2005-02-21 Jeroen Frijters - - * java/io/ObjectOutputStream.java - (writeObject, callWriteMethod): Replaced reflection with accessing - cached info in ObjectStreamClass. - (getMethod): Removed. - * java/io/ObjectStreamClass.java - (findMethod): Added check to make sure the method found has the - right modifiers. - (cacheMethods): Added writeReplace and writeObject methods. - (setFlags): Look at new writeObjectMethod field instead of doing - reflection again. - (writeReplaceMethod): New field. - (writeObjectMethod): New field. - -2005-02-21 Guilhem Lavaux - Jeroen Frijters - - * java/io/ObjectInputStream.java - (newObject): Changed prototype. Get a constructor reflect object - directly. - (callConstructor): Removed. - (allocateObject): Changed prototype. - (readClassDescriptor): Build the constructor reflection directly. - (readObject): Invoke newObject using the new prototype. - - * java/io/ObjectStreamClass.java - (firstNonSerializableParent): Removed. - (firstNonSerializableParentConstructor): Added. - -2005-02-21 Mark Wielaard - - * gnu/java/locale/LocaleInformation_en.java: Extend - localPatternChars to "GyMdkHmsSEDFwWahKzYeugAZ". - -2005-02-21 Mark Wielaard - - * java/text/SimpleDateFormat.java - (SimpleDateFormat(String, DateFormatSymbols)): Throw - NullPointerException when formatData is null. - -2005-02-21 Mark Wielaard - - * java/util/SimpleTimeZone.java (getOffset): Calculate beforeEnd by - taking dstSavings into account. - -2005-02-21 Sven de Marothy - - * java/text/SimpleDateFormat.java, - (parse): Set correct DST_OFFSET to the correct value. - -2005-02-21 Mark Wielaard - - * java/util/SimpleTimeZone.java (checkRule): Throw - IllegalArgumentException when month out of range. - -2005-02-21 Sven de Marothy - - * java/util/GregorianCalendar.java, - (add): Don't set fields directly anymore. Use set() - -2005-02-21 Mark Wielaard - - * java/text/SimpleDateFormat.java (CompiledField.toString): - Use StringBuffer, not StringBuilder. - (toString): Likewise. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java - (clear): Dates should clear to local time. - * java/util/GregorianCalendar.java - (computeTime): Fix priority problem with DAY_OF_WEEK, - Handle non-sunday-startig weeks and minimumDaysInFirstWeek. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java - (Calendar): Constructor should clear fields. - -2005-02-21 Sven de Marothy - - * java/text/SimpleDateFormat.java - (parse): Tweak handling of 2-year dates - * java/util/Calendar.java - (clear): Clear fields to correct value. - * java/util/GregorianCalendar.java - (computeTime): Correct handling of time zones. - Correct field minimum values. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java - (set) Invalidate all fields on first call to set(). - -2005-02-21 Sven de Marothy - - * java/util/GregorianCalendar.java - (computeTime): Fixed handling of time zones. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java - (clear): Set values to Epoch instead of zero. - (set): Set isSet to the relevant field pattern instead of just - the field. - * java/util/GregorianCalendar.java - (getBundle): Removed. - (getDayOfYear): Removed. - (getFirstDayOfMonth): New private method. - (nonLeniencyCheck): New private method. - (computeTime): Correct handling of insufficient data. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java: Invalidate ERA field on setting - the YEAR. - * java/util/SimpleTimeZone.java: - (getDaysInMonth): Reimplemented. - * java/util/GregorianCalendar.java: - (getLinearTime): Removed. - (isLeapYear(int,boolean)): Removed. - (before(), after()): Removed. - (computeTime): Reimplemented. - -2005-02-21 Sven de Marothy - - * java/util/Calendar.java: Reformatted. - * java/util/GregorianCalendar.java: Reformatted. - * java/util/SimpleTimeZone.java: Reformatted. - -2005-02-21 Sven de Marothy - - * java/util/GregorianCalendar.java - (GregorianCalendar): Update fields in the constructor - -2005-02-21 Noa Resare - - * java/util/Calendar.java (explicitDSTOffset): New instance field. - (set(int,int)): Set and use new field. - (set(int,int,int)): Check new field. - -2005-02-21 Noa Resare - - * java/util/Calendar.java(set): - Fix for DST related regression. - -2005-02-21 Jeroen Frijters - - * java/util/Calendar.java - (setTimeInMillis): Added call to clear, removed computeFields call. - * java/util/Date.java - (Date(int,int,int,int,int,int)): Removed workaround for - GregorianCalendar bug. - * java/util/GregorianCalendar.java - (GregorianCalendar): Chained all constructors to a (new) - common constructor. - (computeTime): Fixed support for lenient month treatment. - (getLinearDay): Return long instead of int. - (calculateDay): Added fields argument and changed day argument - to long. - -2005-02-21 Andrew John Hughes - - * java/text/SimpleDateFormat.java - Lots of documentation updates. - (readObject(java.io.ObjectInputStream)): Wraps - IllegalArgumentException as specified. - (compileFormat(String)): Uses standardChars - rather than the local pattern characters. - Throws IllegalArgumentException rather than - storing a -1 field. - (toString()): Extended to include all variables - in a better format. - (translateLocalizedPattern(String, String, String)): - Renamed to better define the use of this method. - -2005-02-21 Andrew John Hughes - - * java/text/DateFormat.java: - Documented pattern character offset constants and - added new ones. - (Field): Added new static fields for new pattern chars. - * java/text/SimpleDateFormat.java: - (CompiledField): Changed name of FieldSizePair class - to CompiledField after adding the character as an - attribute. Changed fields to private and added - accessors to give encapsulation. - (CompiledField.CompiledField(int,int,char)): Extended - with character field. - (CompiledField.getField()): New accessor method. - (CompiledField.getSize()): New acceessor method. - (CompiledField.getCharacter()): New accessor method. - (CompiledField.toString()): Added primarily for debugging. - (standardChars): Now uses extended 24 character sequence. - (compileFormat(String)): Changed to use CompiledField. - (formatWithAttribute(java.util.Date, gnu.java.text.FormatBuffer, - java.text.FieldPosition)): Changed to use CompiledField. - New handler for RFC 822 timezones added. - -2005-02-21 Andrew John Hughes - - * java/text/SimpleDateFormat.java: - (parse(String, java.text.ParsePosition)): - Changed 'E' and 'M' cases to use both - short and long names. Extended 'z' - case to also handle 'Z', and deal - with simple GMT offsets such as +0100. - (computeOffset(String)): New private method, - which converts a GMT offset specification, - such as GMT-0500 to a numeric offset in - milliseconds. - * java/util/TimeZone.java: - (timezones()): Added "CEST", the daylight - savings time version of "CET", or Central - European Time. - -2005-02-21 Ito Kazumitsu - - * java/text/SimpleDateFormat.java: - (parse): Set the DST offset to 0 when parsing - GMT offset timezones. - -2005-02-21 Ito Kazumitsu - - * java/text/SimpleDateFormat.java: - (parse): Use offset to set ZONE_OFFSET - rather than the DST_OFFSET, so that - GMT offset timezones change the right - one. - -2005-02-21 Andrew John Hughes - - * java/text/SimpleDateFormat.java: - (getDateFormatSymbols()): return a copy - (setDateFormatSymbols(java.text.DateFormatSymbols)): - throw exception on null input - (clone()): implemented to clone - internal fields - -2005-02-21 Sven de Marothy - - * java/text/SimpleDateFormat.java - (parse): comparison should be case-insensitive, ignore null - strings. - -2005-02-21 Robert Schuster - - * gnu/java/beans/IntrospectionIncubator.java - (addMethod) Reverts the patch that ntroduced a regression (see bug - https://savannah.gnu.org/bugs/?func=detailitem&item_id=10938). - -2005-02-21 Michael Koch - - * java/awt/Checkbox.java - (next_checkbox_number): New static variable. - (generateName): New method. - (getUniqueLong): Likewise. - * java/awt/Window.java - (next_window_number): New static variable. - (generateName): New method. - (getUniqueLong): Likewise. - -2005-02-21 Mark Wielaard - - * java/util/jar/JarFile.java (verifyHashes): Check whether ZipEntry - exists. - -2005-02-21 Andrew Haley - - * Makefile.in: Rebuilt. - * Makefile.am (nat_source_files): Added natLogger.cc. - * java/util/logging/natLogger.cc: New file. - * java/util/logging/Logger.java (getCallerStackFrame): Now - native. - -2005-02-21 Andreas Tobler - - * Makefile.am (all_property_files): Remove left over. - (classes.stamp): Add stamp for the ONESTEP build, also known as - --enable-libgcj-multifile. - * Makefile.in: Regenerated. - -2005-02-21 Michael Koch - - * java/awt/Button.java, - java/awt/Container.java, - java/awt/Font.java, - java/awt/Frame.java, - java/text/CollationElementIterator.java, - java/text/RuleBasedCollator.java, - java/util/PropertyPermission.java: - Fixed formatting issues all over. - -2005-02-21 Mark Wielaard - - * java/io/FileDescriptor.java (sync): Add real exception to - SyncFailedException. - -2005-02-21 Michael Koch - - * java/io/InputStreamReader.java: - Fixed @author tag. - -2005-02-20 Rutger Ovidius - - PR libgcj/19728: - * gnu/java/security/provider/Gnu.java (Gnu): Add SHA-160 alias. - -2005-02-20 Dalibor Topic - - * libraries/javalib/gnu/regexp/RE.java, - libraries/javalib/java/io/ObjectInputStream.java, - libraries/javalib/java/security/AllPermission.java, - libraries/javalib/java/security/BasicPermission.java, - libraries/javalib/java/security/Permissions.java, - libraries/javalib/java/text/MessageFormat.java: - Made 'inner' classes real public static inner classes, - and made them final where possible, or removed them - where unused. - -2005-02-20 Michael Koch - - * gnu/java/text/FormatCharacterIterator.java: - Removed redundant modifiers. - -2005-02-19 Thomas Fitzsimmons - - * jni/gtk-peer/gthread-jni.c (throw): Call g_snprintf instead of - snprintf. - -2005-02-19 Michael Koch - - * Makefile.am: Added new files in gnu/java/beans and - java/beans/XMLDecoder.java. - * Makefile.in: Regenerated. - -2005-02-19 Robert Schuster - - * gnu/java/beans/decoder/GrowableArrayContext.java: Fixed - assignment behavior by using java.lang.reflect.Array.set() - directly. - -2005-02-19 Dalibor Topic - - * gnu/java/beans/EmptyBeanInfo.java, - gnu/java/beans/info/ComponentBeanInfo.java: - Removed unused files. - -2005-02-19 Robert Schuster - - * gnu/java/beans/DummyAppletStub.java: Add dummy implementation - of AppletStub for java.beans.Beans.instantiate. - * gnu/java/beans/DummyAppletContext.java: Add dummy implementation - of AppletContext. - * java/beans/Beans: Added 1.4 functionality, fixed user documentation - to be conformant with Javadoc guidelines. - (instantiate): Added two more overloaded variants, reworked user - documentation, fixed exception behavior, fixed behavior when - deserializing null. - -2005-02-19 Mark Wielaard - - * gnu/java/beans/decoder/DummyHandler.java: Add return statements for - failing methods. - * gnu/java/beans/decoder/DummyContext.java: Likewise. - -2005-02-19 Robert Schuster - - * gnu/java/beans/decoder/AbstractContext.java, - gnu/java/beans/decoder/AbstractCreatableContext.java, - gnu/java/beans/decoder/AbstractElementHandler.java, - gnu/java/beans/decoder/AbstractObjectContext.java, - gnu/java/beans/decoder/ArrayContext.java, - gnu/java/beans/decoder/ArrayHandler.java, - gnu/java/beans/decoder/AssemblyException.java, - gnu/java/beans/decoder/BooleanHandler.java, - gnu/java/beans/decoder/ByteHandler.java, - gnu/java/beans/decoder/CharHandler.java, - gnu/java/beans/decoder/ClassHandler.java, - gnu/java/beans/decoder/ConstructorContext.java, - gnu/java/beans/decoder/Context.java, - gnu/java/beans/decoder/DecoderContext.java, - gnu/java/beans/decoder/DefaultExceptionListener.java, - gnu/java/beans/decoder/DoubleHandler.java, - gnu/java/beans/decoder/DummyContext.java, - gnu/java/beans/decoder/DummyHandler.java, - gnu/java/beans/decoder/ElementHandler.java, - gnu/java/beans/decoder/FloatHandler.java, - gnu/java/beans/decoder/GrowableArrayContext.java, - gnu/java/beans/decoder/IndexContext.java, - gnu/java/beans/decoder/IntHandler.java, - gnu/java/beans/decoder/JavaHandler.java, - gnu/java/beans/decoder/LongHandler.java, - gnu/java/beans/decoder/MethodContext.java, - gnu/java/beans/decoder/MethodFinder.java, - gnu/java/beans/decoder/NullHandler.java, - gnu/java/beans/decoder/ObjectContext.java, - gnu/java/beans/decoder/ObjectHandler.java, - gnu/java/beans/decoder/PersistenceParser.java, - gnu/java/beans/decoder/PropertyContext.java, - gnu/java/beans/decoder/ShortHandler.java, - gnu/java/beans/decoder/SimpleHandler.java, - gnu/java/beans/decoder/StaticMethodContext.java, - gnu/java/beans/decoder/StringHandler.java, - gnu/java/beans/decoder/VoidHandler.java: New class - implementing java.beans.XMLDecoder decoding functionality. - * java/beans/XMLDecoder.java: New class. - -2005-02-19 Michael Koch - - * javax/swing/JTextField.java - (notfiyAction): Added javadoc. - -2005-02-19 Sven de Marothy - - * javax/swing/SpinnerDateModel.java: Implemented. - -2005-02-19 Michael Koch - - * Makefile.am: Added javax/swing/SpinnerDateModel.java. - * Makefile.in: Regenerated. - -2005-02-19 Michael Koch - - * gnu/java/nio/SelectorImpl.java: - Reworked import statements. - (register): Removed unused code. - * java/nio/channels/Channels.java: Reformatted. - * java/nio/charset/Charset.java: Likewise. - * java/rmi/server/RemoteObject.java - (serialVersionUID): Made private. - * java/rmi/server/UID.java - (serialVersionUID): Likewise. - -2005-02-19 Michael Koch - - * gnu/java/net/protocol/ftp/ActiveModeDTP.java, - gnu/java/net/protocol/ftp/BlockInputStream.java, - gnu/java/net/protocol/ftp/BlockOutputStream.java, - gnu/java/net/protocol/ftp/CompressedInputStream.java, - gnu/java/net/protocol/ftp/CompressedOutputStream.java, - gnu/java/net/protocol/ftp/DTPInputStream.java, - gnu/java/net/protocol/ftp/DTP.java, - gnu/java/net/protocol/ftp/DTPOutputStream.java, - gnu/java/net/protocol/ftp/FTPConnection.java, - gnu/java/net/protocol/ftp/FTPException.java, - gnu/java/net/protocol/ftp/FTPResponse.java, - gnu/java/net/protocol/ftp/FTPURLConnection.java, - gnu/java/net/protocol/ftp/Handler.java, - gnu/java/net/protocol/ftp/PassiveModeDTP.java, - gnu/java/net/protocol/ftp/StreamInputStream.java, - gnu/java/net/protocol/ftp/StreamOutputStream.java, - gnu/java/net/CRLFInputStream.java, - gnu/java/net/CRLFOutputStream.java, - gnu/java/net/GetLocalHostAction.java, - gnu/java/net/protocol/ftp/package.html: New files. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-02-18 Tom Tromey - - * link.cc (make_vtable): Remove abstract method check. - (append_partial_itable): Likewise. - - PR java/20056: - * verify.cc (type::equals): Fixed test. - * testsuite/libjava.lang/PR20056.out: New file. - * testsuite/libjava.lang/PR20056.java: New file. - -2005-02-18 Bryce McKinlay - - * java/util/LinkedHashMap (addEntry): Call remove() with key argument, - not the HashEntry. Reported by Jean-Marie White. - -2005-02-18 Tom Tromey - - PR java/20056: - * include/jvm.h (_Jv_Linker::has_field_p): Declare. - * link.cc (has_field_p): New function. - * verify.cc (check_field_constant): Added 'putfield' argument. - (verify_instructions_0): Updated. - (type::equals): New method. - -2005-02-18 Anthony Green - - * NEWS: Draft of libgcj NEWS for 4.0. - -2005-02-18 Anthony Green - - * java/lang/natRuntime.cc (insertSystemProperties): Normalize x86 - architecture names to "i386" for compatibility reasons. Win32 - still uses "x86". - -2005-02-18 Anthony Green - - * gij.cc (version): Change year for '--version' to 2005. - * gnu/gcj/convert/Convert.java: Ditto. - * gnu/java/rmi/rmic/RMIC.java: Ditto. - * gnu/java/rmi/registry/RegistryImpl.java: Ditto. - - * gnu/gcj/tools/gcj_dbtool/Main.java: Only show the most - recent copyright year in `--version' output. - -2005-02-18 Robert Schuster - - * java/nio/charset/Charset.java (forName): Throws - IllegalArgumentException when argument is null - and added documentation. - -2005-02-17 Ito Kazumitsu - - * gnu/java/nio/channels/FileChannelImpl.java (write(ByteBuffer)): - Move the position of the source buffer forward. - -2005-02-17 Tom Tromey - - * java/lang/Class.h (_Jv_GetMethodString): Updated declaration. - * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Updated. - * java/lang/natClass.cc (_Jv_LookupInterfaceMethod): Updated. - * link.cc (_Jv_GetMethodString): Added 'derived' argument. - Changed type of second argument. Rewrote. - (make_vtable): Use it. - (append_partial_itable): Updated. - (layout_vtable_methods): Updated. - -2005-02-17 Michael Koch - - * gnu/java/net/PlainSocketImpl.java - (shutdownInput): Added javadoc. - (shutdownOutput): Likewise. - -2005-02-17 Michael Koch - - * javax/print/attribute/standard/Chromaticity.java, - javax/print/attribute/standard/Destination.java, - javax/print/attribute/standard/MediaPrintableArea.java, - javax/print/attribute/standard/MediaSize.java: New files. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-02-17 Andrew John Hughes - Michael Koch - - * gnu/java/net/protocol/http/Cookie.java, - gnu/java/net/protocol/http/HTTPConnection.java, - gnu/java/net/protocol/http/HTTPDateFormat.java, - gnu/java/net/protocol/http/Request.java, - gnu/java/nio/PipeImpl.java, - gnu/java/rmi/dgc/DGCImpl.java, - gnu/java/rmi/server/ConnectionRunnerPool.java, - gnu/java/rmi/server/UnicastConnectionManager.java, - gnu/java/security/der/DERWriter.java, - gnu/java/security/pkcs/SignerInfo.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/PKIXCertPathValidatorImpl.java, - gnu/java/security/x509/X500DistinguishedName.java, - gnu/java/security/x509/X509CRL.java, - gnu/java/security/x509/X509CRLEntry.java, - gnu/java/security/x509/X509Certificate.java, - gnu/java/security/x509/ext/AuthorityKeyIdentifier.java, - gnu/java/security/x509/ext/CertificatePolicies.java, - gnu/java/security/x509/ext/PolicyConstraint.java, - gnu/xml/dom/Consumer.java, - gnu/xml/dom/DomCharacterData.java, - gnu/xml/dom/DomDocument.java, - gnu/xml/dom/DomDocumentBuilder.java, - gnu/xml/dom/DomIterator.java, - gnu/xml/dom/DomNode.java, - gnu/xml/dom/DomXPathExpression.java, - gnu/xml/dom/DomXPathResult.java, - gnu/xml/dom/JAXPFactory.java, - gnu/xml/pipeline/CallFilter.java, - gnu/xml/pipeline/DomConsumer.java, - gnu/xml/pipeline/LinkFilter.java, - gnu/xml/pipeline/NSFilter.java, - gnu/xml/pipeline/TeeConsumer.java, - gnu/xml/pipeline/ValidationConsumer.java, - gnu/xml/pipeline/WellFormednessFilter.java, - gnu/xml/pipeline/XIncludeFilter.java, - gnu/xml/pipeline/XsltFilter.java, - gnu/xml/transform/ApplyImportsNode.java, - gnu/xml/transform/Bindings.java, - gnu/xml/transform/DocumentFunction.java, - gnu/xml/transform/FormatNumberFunction.java, - gnu/xml/transform/NodeNumberNode.java, - gnu/xml/transform/NumberNode.java, - gnu/xml/transform/Stylesheet.java, - gnu/xml/transform/SystemPropertyFunction.java, - gnu/xml/transform/Template.java, - gnu/xml/transform/TemplatesImpl.java, - gnu/xml/transform/TransformerImpl.java, - gnu/xml/transform/ValueOfNode.java, - gnu/xml/transform/XSLURIResolver.java, - gnu/xml/util/DoParse.java, - gnu/xml/util/Resolver.java, - gnu/xml/xpath/Expr.java, - gnu/xml/xpath/FunctionCall.java, - gnu/xml/xpath/RelationalExpr.java, - gnu/xml/xpath/Selector.java, - gnu/xml/xpath/XPathParser.java: - Reworked import statements, fixed modifier order and some little - formatting issues. - -2005-02-17 Ito Kazumitsu - - * java/nio/ByteBufferImpl.java (compact): - Set position and limit even if no bytes were moved. - -2005-02-17 Michael Koch - - * java/nio/CharViewBufferImpl.java (compact): Likewise. - * java/nio/DirectByteBufferImpl.java (compact): Likewise. - * java/nio/DoubleViewBufferImpl.java (compact): Likewise. - * java/nio/FloatViewBufferImpl.java (compact): Likewise. - * java/nio/IntViewBufferImpl.java (compact): Likewise. - * java/nio/LongViewBufferImpl.java (compact): Likewise. - * java/nio/MappedByteBufferImpl.java (compact): Likewise. - * java/nio/ShortViewBufferImpl.java (compact): Likewise. - * java/nio/FloatBufferImpl.java (compact): Set position. - * java/nio/CharBufferImpl.java (compact): Likewise. - * java/nio/DoubleBufferImpl.java (compact): Likewise. - * java/nio/IntBufferImpl.java (compact): Likewise. - * java/nio/LongBufferImpl.java (compact): Likewise. - * java/nio/ShortBufferImpl.java (compact): Likewise. - -2005-02-17 Jeroen Frijters - - * java/nio/ByteBufferImpl.java, - java/nio/CharBufferImpl.java, - java/nio/DirectByteBufferImpl.java, - java/nio/DoubleBufferImpl.java, - java/nio/FloatBufferImpl.java, - java/nio/IntBufferImpl.java, - java/nio/LongBufferImpl.java, - java/nio/MappedByteBufferImpl.java, - java/nio/ShortBufferImpl.java - (compact): Added explicit read-only check and invalidate mark. - -2005-02-17 Michael Koch - - * gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java, - gnu/java/awt/peer/gtk/GdkFontPeer.java, - gnu/java/awt/peer/gtk/GdkGlyphVector.java, - gnu/java/awt/peer/gtk/GdkGraphics.java, - gnu/java/awt/peer/gtk/GdkGraphics2D.java, - gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java, - gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, - gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, - gnu/java/awt/peer/gtk/GdkRobotPeer.java, - gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java, - gnu/java/awt/peer/gtk/GdkTextLayout.java, - gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java, - gnu/java/awt/peer/gtk/GtkChoicePeer.java, - gnu/java/awt/peer/gtk/GtkClipboard.java, - gnu/java/awt/peer/gtk/GtkComponentPeer.java, - gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, - gnu/java/awt/peer/gtk/GtkFontPeer.java, - gnu/java/awt/peer/gtk/GtkLabelPeer.java, - gnu/java/awt/peer/gtk/GtkMenuBarPeer.java, - gnu/java/awt/peer/gtk/GtkMenuItemPeer.java, - gnu/java/awt/peer/gtk/GtkMenuPeer.java, - gnu/java/awt/peer/gtk/GtkScrollPanePeer.java, - gnu/java/awt/peer/gtk/GtkScrollbarPeer.java, - gnu/java/awt/peer/gtk/GtkToolkit.java, - gnu/java/awt/peer/gtk/GtkWindowPeer.java, - java/applet/Applet.java, - java/awt/AWTError.java, - java/awt/AWTEvent.java, - java/awt/AWTEventMulticaster.java, - java/awt/AWTException.java, - java/awt/AWTKeyStroke.java, - java/awt/AWTPermission.java, - java/awt/ActiveEvent.java, - java/awt/Adjustable.java, - java/awt/AlphaComposite.java, - java/awt/AttributeValue.java, - java/awt/BorderLayout.java, - java/awt/BufferCapabilities.java, - java/awt/Button.java, - java/awt/Canvas.java, - java/awt/CheckboxGroup.java, - java/awt/CheckboxMenuItem.java, - java/awt/Color.java, - java/awt/ColorPaintContext.java, - java/awt/Component.java, - java/awt/ComponentOrientation.java, - java/awt/Composite.java, - java/awt/CompositeContext.java, - java/awt/Container.java, - java/awt/ContainerOrderFocusTraversalPolicy.java, - java/awt/DefaultFocusTraversalPolicy.java, - java/awt/Dialog.java, - java/awt/Dimension.java, - java/awt/DisplayMode.java, - java/awt/EventQueue.java, - java/awt/FileDialog.java, - java/awt/FontFormatException.java, - java/awt/Graphics.java, - java/awt/Graphics2D.java, - java/awt/GraphicsConfigTemplate.java, - java/awt/GraphicsConfiguration.java, - java/awt/GraphicsDevice.java, - java/awt/GridBagLayout.java, - java/awt/GridBagLayoutInfo.java, - java/awt/GridLayout.java, - java/awt/HeadlessException.java, - java/awt/IllegalComponentStateException.java, - java/awt/Image.java, - java/awt/Insets.java, - java/awt/ItemSelectable.java, - java/awt/JobAttributes.java, - java/awt/KeyEventDispatcher.java, - java/awt/KeyEventPostProcessor.java, - java/awt/KeyboardFocusManager.java, - java/awt/Label.java, - java/awt/LayoutManager.java, - java/awt/MenuBar.java, - java/awt/MenuComponent.java, - java/awt/MenuContainer.java, - java/awt/PageAttributes.java, - java/awt/Paint.java, - java/awt/PaintContext.java, - java/awt/Panel.java, - java/awt/Point.java, - java/awt/Polygon.java, - java/awt/PrintGraphics.java, - java/awt/PrintJob.java, - java/awt/Rectangle.java, - java/awt/RenderingHints.java, - java/awt/Shape.java, - java/awt/Stroke.java, - java/awt/SystemColor.java, - java/awt/Toolkit.java, - java/awt/Transparency.java, - java/awt/Window.java, - java/awt/color/CMMException.java, - java/awt/color/ColorSpace.java, - java/awt/color/ICC_ColorSpace.java, - java/awt/color/ICC_Profile.java, - java/awt/color/ProfileDataException.java, - java/awt/datatransfer/FlavorTable.java, - java/awt/datatransfer/MimeTypeParseException.java, - java/awt/datatransfer/Transferable.java, - java/awt/datatransfer/UnsupportedFlavorException.java, - java/awt/dnd/Autoscroll.java, - java/awt/dnd/DnDConstants.java, - java/awt/dnd/DragGestureListener.java, - java/awt/dnd/DragSourceAdapter.java, - java/awt/dnd/DragSourceDropEvent.java, - java/awt/dnd/DragSourceListener.java, - java/awt/dnd/DragSourceMotionListener.java, - java/awt/dnd/DropTargetAdapter.java, - java/awt/dnd/DropTargetContext.java, - java/awt/dnd/DropTargetListener.java, - java/awt/dnd/InvalidDnDOperationException.java, - java/awt/dnd/MouseDragGestureRecognizer.java, - java/awt/dnd/peer/DropTargetContextPeer.java, - java/awt/event/AWTEventListener.java, - java/awt/event/AWTEventListenerProxy.java, - java/awt/event/ActionEvent.java, - java/awt/event/AdjustmentEvent.java, - java/awt/event/AdjustmentListener.java, - java/awt/event/ComponentAdapter.java, - java/awt/event/ComponentEvent.java, - java/awt/event/ComponentListener.java, - java/awt/event/ContainerAdapter.java, - java/awt/event/ContainerEvent.java, - java/awt/event/ContainerListener.java, - java/awt/event/FocusAdapter.java, - java/awt/event/FocusEvent.java, - java/awt/event/FocusListener.java, - java/awt/event/InputEvent.java, - java/awt/event/InputMethodEvent.java, - java/awt/event/InputMethodListener.java, - java/awt/event/InvocationEvent.java, - java/awt/event/ItemEvent.java, - java/awt/event/ItemListener.java, - java/awt/event/KeyAdapter.java, - java/awt/event/KeyEvent.java, - java/awt/event/KeyListener.java, - java/awt/event/MouseAdapter.java, - java/awt/event/MouseEvent.java, - java/awt/event/MouseListener.java, - java/awt/event/MouseMotionAdapter.java, - java/awt/event/MouseMotionListener.java, - java/awt/event/MouseWheelEvent.java, - java/awt/event/MouseWheelListener.java, - java/awt/event/PaintEvent.java, - java/awt/event/TextEvent.java, - java/awt/event/TextListener.java, - java/awt/event/WindowAdapter.java, - java/awt/event/WindowEvent.java, - java/awt/event/WindowFocusListener.java, - java/awt/event/WindowListener.java, - java/awt/event/WindowStateListener.java, - java/awt/font/TextHitInfo.java, - java/awt/geom/CubicCurve2D.java, - java/awt/geom/Dimension2D.java, - java/awt/geom/Ellipse2D.java, - java/awt/geom/IllegalPathStateException.java, - java/awt/geom/Line2D.java, - java/awt/geom/NoninvertibleTransformException.java, - java/awt/geom/PathIterator.java, - java/awt/geom/Point2D.java, - java/awt/geom/QuadCurve2D.java, - java/awt/geom/RectangularShape.java, - java/awt/geom/RoundRectangle2D.java, - java/awt/im/InputContext.java, - java/awt/im/InputMethodHighlight.java, - java/awt/im/InputMethodRequests.java, - java/awt/im/InputSubset.java, - java/awt/im/spi/InputMethod.java, - java/awt/im/spi/InputMethodDescriptor.java, - java/awt/image/BandCombineOp.java, - java/awt/image/BandedSampleModel.java, - java/awt/image/ByteLookupTable.java, - java/awt/image/ComponentSampleModel.java, - java/awt/image/DataBuffer.java, - java/awt/image/DataBufferByte.java, - java/awt/image/DataBufferDouble.java, - java/awt/image/DataBufferFloat.java, - java/awt/image/DataBufferInt.java, - java/awt/image/DataBufferShort.java, - java/awt/image/DataBufferUShort.java, - java/awt/image/ImagingOpException.java, - java/awt/image/Kernel.java, - java/awt/image/LookupTable.java, - java/awt/image/MultiPixelPackedSampleModel.java, - java/awt/image/PackedColorModel.java, - java/awt/image/PixelInterleavedSampleModel.java, - java/awt/image/RGBImageFilter.java, - java/awt/image/Raster.java, - java/awt/image/RasterFormatException.java, - java/awt/image/SampleModel.java, - java/awt/image/ShortLookupTable.java, - java/awt/image/SinglePixelPackedSampleModel.java, - java/awt/image/WritableRaster.java, - java/awt/print/PrinterAbortException.java, - java/awt/print/PrinterException.java, - java/awt/print/PrinterIOException.java, - java/beans/AppletInitializer.java, - java/beans/ExceptionListener.java, - java/beans/PropertyChangeEvent.java, - java/beans/PropertyChangeListenerProxy.java, - java/beans/PropertyChangeSupport.java, - java/beans/PropertyDescriptor.java, - java/beans/VetoableChangeListenerProxy.java, - java/beans/VetoableChangeSupport.java, - java/io/BufferedReader.java, - java/io/ByteArrayInputStream.java, - java/io/ByteArrayOutputStream.java, - java/io/CharArrayReader.java, - java/io/CharArrayWriter.java, - java/io/CharConversionException.java, - java/io/DataInput.java, - java/io/DataInputStream.java, - java/io/DataOutput.java, - java/io/DataOutputStream.java, - java/io/EOFException.java, - java/io/FileInputStream.java, - java/io/FileNotFoundException.java, - java/io/FileOutputStream.java, - java/io/FilenameFilter.java, - java/io/FilterInputStream.java, - java/io/FilterOutputStream.java, - java/io/FilterReader.java, - java/io/FilterWriter.java, - java/io/IOException.java, - java/io/InputStream.java, - java/io/InterruptedIOException.java, - java/io/LineNumberInputStream.java, - java/io/LineNumberReader.java, - java/io/ObjectInputStream.java, - java/io/ObjectStreamException.java, - java/io/OptionalDataException.java, - java/io/OutputStream.java, - java/io/OutputStreamWriter.java, - java/io/PrintStream.java, - java/io/PrintWriter.java, - java/io/PushbackInputStream.java, - java/io/PushbackReader.java, - java/io/RandomAccessFile.java, - java/io/Reader.java, - java/io/SequenceInputStream.java, - java/io/Serializable.java, - java/io/StreamCorruptedException.java, - java/io/StreamTokenizer.java, - java/io/StringBufferInputStream.java, - java/io/StringWriter.java, - java/io/SyncFailedException.java, - java/io/UTFDataFormatException.java, - java/io/UnsupportedEncodingException.java, - java/io/WriteAbortedException.java, - java/io/Writer.java, - java/lang/AbstractMethodError.java, - java/lang/ArithmeticException.java, - java/lang/ArrayIndexOutOfBoundsException.java, - java/lang/ArrayStoreException.java, - java/lang/AssertionError.java, - java/lang/Boolean.java, - java/lang/Byte.java, - java/lang/Class.java, - java/lang/ClassCastException.java, - java/lang/ClassCircularityError.java, - java/lang/ClassLoader.java, - java/lang/ClassNotFoundException.java, - java/lang/CloneNotSupportedException.java, - java/lang/Cloneable.java, - java/lang/Comparable.java, - java/lang/Compiler.java, - java/lang/Double.java, - java/lang/Error.java, - java/lang/Exception.java, - java/lang/ExceptionInInitializerError.java, - java/lang/Float.java, - java/lang/IllegalAccessError.java, - java/lang/IllegalAccessException.java, - java/lang/IllegalArgumentException.java, - java/lang/IllegalMonitorStateException.java, - java/lang/IllegalStateException.java, - java/lang/IllegalThreadStateException.java, - java/lang/IncompatibleClassChangeError.java, - java/lang/IndexOutOfBoundsException.java, - java/lang/InheritableThreadLocal.java, - java/lang/InstantiationError.java, - java/lang/InstantiationException.java, - java/lang/Integer.java, - java/lang/InternalError.java, - java/lang/InterruptedException.java, - java/lang/LinkageError.java, - java/lang/Long.java, - java/lang/NegativeArraySizeException.java, - java/lang/NoClassDefFoundError.java, - java/lang/NoSuchFieldError.java, - java/lang/NoSuchFieldException.java, - java/lang/NoSuchMethodError.java, - java/lang/NoSuchMethodException.java, - java/lang/NullPointerException.java, - java/lang/Number.java, - java/lang/NumberFormatException.java, - java/lang/OutOfMemoryError.java, - java/lang/Process.java, - java/lang/Runnable.java, - java/lang/Runtime.java, - java/lang/RuntimeException.java, - java/lang/RuntimePermission.java, - java/lang/SecurityException.java, - java/lang/SecurityManager.java, - java/lang/Short.java, - java/lang/StackOverflowError.java, - java/lang/StackTraceElement.java, - java/lang/StringBuffer.java, - java/lang/StringIndexOutOfBoundsException.java, - java/lang/ThreadDeath.java, - java/lang/ThreadGroup.java, - java/lang/Throwable.java, - java/lang/UnsatisfiedLinkError.java, - java/lang/UnsupportedOperationException.java, - java/lang/VerifyError.java, - java/lang/VirtualMachineError.java, - java/lang/reflect/AccessibleObject.java, - java/lang/reflect/Array.java, - java/lang/reflect/InvocationTargetException.java, - java/lang/reflect/Member.java, - java/lang/reflect/Modifier.java, - java/lang/reflect/Proxy.java, - java/lang/reflect/ReflectPermission.java, - java/lang/reflect/UndeclaredThrowableException.java, - java/math/BigInteger.java, - java/net/NetworkInterface.java, - java/nio/ByteBufferHelper.java, - java/nio/ByteBufferImpl.java, - java/nio/DirectByteBufferImpl.java, - java/nio/DoubleBufferImpl.java, - java/nio/FloatBufferImpl.java, - java/nio/IntBufferImpl.java, - java/nio/LongBufferImpl.java, - java/nio/ShortBufferImpl.java, - java/nio/channels/Channel.java, - java/nio/channels/IllegalBlockingModeException.java, - java/nio/charset/spi/CharsetProvider.java, - java/security/AccessControlException.java, - java/security/BasicPermission.java, - java/security/DigestException.java, - java/security/DigestInputStream.java, - java/security/DigestOutputStream.java, - java/security/GeneralSecurityException.java, - java/security/Guard.java, - java/security/GuardedObject.java, - java/security/InvalidAlgorithmParameterException.java, - java/security/InvalidKeyException.java, - java/security/InvalidParameterException.java, - java/security/Key.java, - java/security/KeyException.java, - java/security/KeyManagementException.java, - java/security/KeyStoreException.java, - java/security/MessageDigestSpi.java, - java/security/NoSuchAlgorithmException.java, - java/security/NoSuchProviderException.java, - java/security/Permission.java, - java/security/PermissionCollection.java, - java/security/Permissions.java, - java/security/Principal.java, - java/security/PrivateKey.java, - java/security/PrivilegedActionException.java, - java/security/ProviderException.java, - java/security/PublicKey.java, - java/security/SecureRandom.java, - java/security/SecureRandomSpi.java, - java/security/SignatureException.java, - java/security/SignatureSpi.java, - java/security/SignedObject.java, - java/security/Signer.java, - java/security/UnrecoverableKeyException.java, - java/security/UnresolvedPermission.java, - java/security/acl/AclNotFoundException.java, - java/security/acl/LastOwnerException.java, - java/security/acl/NotOwnerException.java, - java/security/cert/CertPath.java, - java/security/cert/CertPathBuilderException.java, - java/security/cert/CertPathValidatorException.java, - java/security/cert/CertStoreException.java, - java/text/BreakIterator.java, - java/text/ChoiceFormat.java, - java/text/CollationElementIterator.java, - java/text/CollationKey.java, - java/text/Collator.java, - java/text/DateFormat.java, - java/text/DateFormatSymbols.java, - java/text/DecimalFormat.java, - java/text/DecimalFormatSymbols.java, - java/text/FieldPosition.java, - java/text/Format.java, - java/text/NumberFormat.java, - java/text/ParseException.java, - java/text/ParsePosition.java, - java/text/StringCharacterIterator.java, - java/util/AbstractCollection.java, - java/util/AbstractList.java, - java/util/AbstractMap.java, - java/util/AbstractSequentialList.java, - java/util/AbstractSet.java, - java/util/ArrayList.java, - java/util/Arrays.java, - java/util/BitSet.java, - java/util/Collection.java, - java/util/Collections.java, - java/util/Comparator.java, - java/util/ConcurrentModificationException.java, - java/util/Currency.java, - java/util/Date.java, - java/util/EmptyStackException.java, - java/util/Enumeration.java, - java/util/EventListener.java, - java/util/EventListenerProxy.java, - java/util/EventObject.java, - java/util/HashMap.java, - java/util/HashSet.java, - java/util/Hashtable.java, - java/util/IdentityHashMap.java, - java/util/Iterator.java, - java/util/LinkedHashSet.java, - java/util/LinkedList.java, - java/util/List.java, - java/util/ListIterator.java, - java/util/ListResourceBundle.java, - java/util/Map.java, - java/util/MissingResourceException.java, - java/util/NoSuchElementException.java, - java/util/Observable.java, - java/util/Observer.java, - java/util/Properties.java, - java/util/PropertyPermissionCollection.java, - java/util/RandomAccess.java, - java/util/Set.java, - java/util/SortedMap.java, - java/util/SortedSet.java, - java/util/Stack.java, - java/util/StringTokenizer.java, - java/util/TooManyListenersException.java, - java/util/TreeMap.java, - java/util/TreeSet.java, - java/util/Vector.java, - java/util/logging/FileHandler.java, - java/util/logging/Level.java, - java/util/prefs/BackingStoreException.java, - java/util/prefs/InvalidPreferencesFormatException.java, - java/util/prefs/Preferences.java, - javax/accessibility/Accessible.java, - javax/accessibility/AccessibleAction.java, - javax/accessibility/AccessibleBundle.java, - javax/accessibility/AccessibleComponent.java, - javax/accessibility/AccessibleContext.java, - javax/accessibility/AccessibleEditableText.java, - javax/accessibility/AccessibleExtendedComponent.java, - javax/accessibility/AccessibleExtendedTable.java, - javax/accessibility/AccessibleHyperlink.java, - javax/accessibility/AccessibleHypertext.java, - javax/accessibility/AccessibleIcon.java, - javax/accessibility/AccessibleKeyBinding.java, - javax/accessibility/AccessibleRelation.java, - javax/accessibility/AccessibleRelationSet.java, - javax/accessibility/AccessibleResourceBundle.java, - javax/accessibility/AccessibleRole.java, - javax/accessibility/AccessibleSelection.java, - javax/accessibility/AccessibleState.java, - javax/accessibility/AccessibleStateSet.java, - javax/accessibility/AccessibleTable.java, - javax/accessibility/AccessibleTableModelChange.java, - javax/accessibility/AccessibleText.java, - javax/accessibility/AccessibleValue.java, - javax/imageio/IIOException.java, - javax/imageio/ImageIO.java, - javax/imageio/spi/IIOServiceProvider.java, - javax/imageio/spi/ImageInputStreamSpi.java, - javax/imageio/spi/ImageOutputStreamSpi.java, - javax/imageio/spi/ImageReaderWriterSpi.java, - javax/imageio/spi/ImageTranscoderSpi.java, - javax/imageio/spi/RegisterableService.java, - javax/imageio/spi/ServiceRegistry.java, - javax/imageio/stream/IIOByteBuffer.java, - javax/imageio/stream/ImageInputStream.java, - javax/imageio/stream/ImageOutputStream.java, - javax/naming/Binding.java, - javax/naming/CannotProceedException.java, - javax/naming/CompositeName.java, - javax/naming/CompoundName.java, - javax/naming/LinkException.java, - javax/naming/LinkRef.java, - javax/naming/NameClassPair.java, - javax/naming/Reference.java, - javax/naming/ReferralException.java, - javax/naming/directory/Attribute.java, - javax/naming/directory/AttributeModificationException.java, - javax/naming/directory/Attributes.java, - javax/naming/directory/DirContext.java, - javax/naming/directory/ModificationItem.java, - javax/naming/directory/SearchControls.java, - javax/naming/directory/SearchResult.java, - javax/naming/event/EventContext.java, - javax/naming/event/EventDirContext.java, - javax/naming/event/NamespaceChangeListener.java, - javax/naming/event/NamingExceptionEvent.java, - javax/naming/event/NamingListener.java, - javax/naming/event/ObjectChangeListener.java, - javax/naming/ldap/Control.java, - javax/naming/ldap/ExtendedResponse.java, - javax/naming/ldap/HasControls.java, - javax/naming/ldap/LdapContext.java, - javax/naming/ldap/UnsolicitedNotification.java, - javax/naming/ldap/UnsolicitedNotificationEvent.java, - javax/naming/ldap/UnsolicitedNotificationListener.java, - javax/naming/spi/DirectoryManager.java, - javax/naming/spi/ResolveResult.java, - javax/naming/spi/Resolver.java, - javax/security/auth/callback/Callback.java, - javax/security/auth/callback/CallbackHandler.java, - javax/security/auth/callback/ChoiceCallback.java, - javax/security/auth/callback/ConfirmationCallback.java, - javax/security/auth/callback/LanguageCallback.java, - javax/security/auth/callback/NameCallback.java, - javax/security/auth/callback/PasswordCallback.java, - javax/security/auth/callback/TextInputCallback.java, - javax/security/auth/callback/TextOutputCallback.java, - javax/security/auth/callback/UnsupportedCallbackException.java, - javax/security/sasl/Sasl.java, - javax/security/sasl/SaslServerFactory.java, - javax/swing/DefaultBoundedRangeModel.java, - javax/swing/JComponent.java, - javax/swing/JList.java, - javax/swing/JProgressBar.java, - javax/swing/JRadioButton.java, - javax/swing/JTextArea.java, - javax/swing/JTextField.java, - javax/swing/JToggleButton.java, - javax/swing/JTree.java, - javax/swing/SpinnerListModel.java, - javax/swing/event/EventListenerList.java, - javax/swing/text/JTextComponent.java, - javax/swing/text/StringContent.java, - javax/swing/text/Utilities.java, - javax/swing/undo/UndoManager.java, - javax/swing/undo/UndoableEditSupport.java, - javax/transaction/HeuristicCommitException.java, - javax/transaction/HeuristicMixedException.java, - javax/transaction/HeuristicRollbackException.java, - javax/transaction/InvalidTransactionException.java, - javax/transaction/NotSupportedException.java, - javax/transaction/RollbackException.java, - javax/transaction/Status.java, - javax/transaction/Synchronization.java, - javax/transaction/SystemException.java, - javax/transaction/Transaction.java, - javax/transaction/TransactionManager.java, - javax/transaction/TransactionRequiredException.java, - javax/transaction/TransactionRolledbackException.java, - javax/transaction/UserTransaction.java, - javax/transaction/xa/XAException.java, - javax/transaction/xa/XAResource.java, - javax/transaction/xa/Xid.java, - javax/xml/XMLConstants.java, - javax/xml/datatype/DatatypeConfigurationException.java, - javax/xml/datatype/DatatypeConstants.java, - javax/xml/datatype/DatatypeFactory.java, - javax/xml/datatype/Duration.java, - javax/xml/datatype/XMLGregorianCalendar.java, - javax/xml/namespace/NamespaceContext.java, - javax/xml/namespace/QName.java, - javax/xml/parsers/DocumentBuilder.java, - javax/xml/parsers/DocumentBuilderFactory.java, - javax/xml/parsers/FactoryConfigurationError.java, - javax/xml/parsers/ParserConfigurationException.java, - javax/xml/parsers/SAXParser.java, - javax/xml/parsers/SAXParserFactory.java, - javax/xml/transform/ErrorListener.java, - javax/xml/transform/OutputKeys.java, - javax/xml/transform/Result.java, - javax/xml/transform/Source.java, - javax/xml/transform/SourceLocator.java, - javax/xml/transform/Templates.java, - javax/xml/transform/Transformer.java, - javax/xml/transform/TransformerConfigurationException.java, - javax/xml/transform/TransformerException.java, - javax/xml/transform/TransformerFactory.java, - javax/xml/transform/TransformerFactoryConfigurationError.java, - javax/xml/transform/URIResolver.java, - javax/xml/transform/dom/DOMLocator.java, - javax/xml/transform/dom/DOMResult.java, - javax/xml/transform/dom/DOMSource.java, - javax/xml/transform/sax/SAXResult.java, - javax/xml/transform/sax/SAXSource.java, - javax/xml/transform/sax/SAXTransformerFactory.java, - javax/xml/transform/sax/TemplatesHandler.java, - javax/xml/transform/sax/TransformerHandler.java, - javax/xml/transform/stream/StreamResult.java, - javax/xml/transform/stream/StreamSource.java, - javax/xml/validation/Schema.java, - javax/xml/validation/SchemaFactory.java, - javax/xml/validation/TypeInfoProvider.java, - javax/xml/validation/Validator.java, - javax/xml/validation/ValidatorHandler.java, - javax/xml/xpath/XPathConstants.java, - javax/xml/xpath/XPathException.java, - javax/xml/xpath/XPathExpression.java, - javax/xml/xpath/XPathExpressionException.java, - javax/xml/xpath/XPathFactory.java, - javax/xml/xpath/XPathFactoryConfigurationException.java, - javax/xml/xpath/XPathFunction.java, - javax/xml/xpath/XPathFunctionException.java, - javax/xml/xpath/XPathFunctionResolver.java: - Fixed usage of @author tag, reworked import statements, - removed CVS tags, changed the modifier order and fixed - HTML usage in javadocs. - -2005-02-16 Julian Scheid - - * gnu/java/nio/charset/UTF_8.java (decodeLoop): Set inPos to - in.position(). - (encodeLoop): Likewise. - -2005-02-16 Mark Wielaard - - * Makefile.am (ordinary_java_source_files): Add new files - gnu/java/security/ber/BER.java, - gnu/java/security/ber/BEREncodingException.java, - gnu/java/security/ber/BERReader.java, - gnu/java/security/ber/BERValue.java, - gnu/java/security/pkcs/PKCS7SignedData.java and - gnu/java/security/pkcs/SignerInfo.java. - * Makefile.in: Regenerated. - -2005-02-16 Casey Marshall - - * gnu/java/security/provider/GnuDSAPrivateKey.java - (encodedKey): new field. - (getFormat): return "PKCS#8". - (getEncoded): implemented. - (toString): check for 'null' values. - * gnu/java/security/provider/GnuDSAPublicKey.java - (encodedKey): new field. - (getFormat): return "X.509". - (getEncoded): implemented. - (toString): check for 'null' values. - -2005-02-16 Michael Koch - - * java/util/jar/JarFile.java: Imports reworked. - -2005-02-16 Mark Wielaard - - * java/util/jar/JarFile.java (verify): Make package private. - (signaturesRead): Likewise. - (verified): Likewise. - (entryCerts): Likewise. - (DEBUG): Likewise. - (debug): Likewise. - (entries): Construct new JarEnumeration with reference to this. - (JarEnumeration): Make static. - (JarEnumeration.jarfile): New field. - (JarEnumeration.nextElement): Use and synchronize on jarfile. - Compare verified value to Boolean.TRUE or Boolean.False only - when verify is true. - (getEntry): Make synchronized. Compare value of verified to - Boolean.TRUE. - (getInputStream): Construct EntryInputStream with reference to this. - (getManifest): Make synchronized. - (EntryInputStream): Make static. - (EntryInputStream.jarfile): New field. - (EntryInputStream.EntryInputStream): Check if manifest exists, - before getting attributes. - (eof): Synchronize on jarfile. - -2005-02-16 Casey Marshall - - * java/util/jar/JarFile.java (verify): return if the jar is signed - with an unsupported algorithm. - -2005-02-16 Mark Wielaard - - * java/util/jar/JarFile.java (EntryInputStream): Add actual - InputStream as argument. - (getInputStream): Construct a new EntryInputStream with the result of - super.getInputStream(entry). - -2005-02-16 Casey Marshall - - Signed JAR file support. - * java/net/URLClassLoader.java - (JarURLResource.getCertificates): re-read jar entry to ensure - certificates are picked up. - (findClass): fill in class `signers' field, too. - * java/util/jar/JarFile.java (META_INF): new constant. - (PKCS7_DSA_SUFFIX): new constant. - (PKCS7_RSA_SUFFIX): new constant. - (DIGEST_KEY_SUFFIX): new constant. - (SF_SUFFIX): new constant. - (MD2_OID): new constant. - (MD4_OID): new constant. - (MD5_OID): new constant. - (SHA1_OID): new constant. - (DSA_ENCRYPTION_OID): new constant. - (RSA_ENCRYPTION_OID): new constant. - (signaturesRead): new field. - (verified): new field. - (entryCerts): new field. - (DEBUG): new constant. - (debug): new method. - (JarEnumeration.nextElement): fill in entry certificates, read - signatures if they haven't been read. - (getEntry): likewise. - (getInputStream): verify stream if it hasn't been verified yet. - (readSignatures): new method. - (verify): new method. - (verifyHashes): new method. - (readManifestEntry): new method. - (EntryInputStream): new class. - * gnu/java/io/Base64InputStream.java (decode): new class - method. - * gnu/java/security/der/DERReader.java don't make class - final. - (in): made protected. - (encBuf): likewise. - (readLength): likewise. - * gnu/java/security/ber/BER.java, - * gnu/java/security/ber/BEREncodingException.java, - * gnu/java/security/ber/BERReader.java, - * gnu/java/security/ber/BERValue.java, - * gnu/java/security/pkcs/PKCS7SignedData.java, - * gnu/java/security/pkcs/SignerInfo.java: - new files. - -2005-02-16 Tom Tromey - - * gnu/gcj/runtime/SharedLibHelper.java (findHelper): Delete - copied file on exit. - -2005-02-15 Mark Wielaard - - * java/awt/BasicStroke.java (hashCode): Check for null dash. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GtkArg.java, - gnu/java/awt/peer/gtk/GtkArgList.java: - Removed. - -2005-02-15 Craig Black - - * gnu/java/awt/peer/gtk/GtkCheckboxMenuItem.java - (postMenuActionEvent): Implement to notify ItemListeners. - * java/awt/CheckboxMenuItem.java - (dispatchEventImpl): Update state on ItemEvent. - * java/awt/MenuItem.java - (processActionEvent): Retarget event source. - -2005-02-15 Andrew John Hughes - - * gnu/java/awt/color/ClutProfileConverter.java, - gnu/java/awt/peer/ClasspathTextLayoutPeer.java, - gnu/java/awt/peer/gtk/GdkFontPeer.java, - gnu/java/awt/peer/gtk/GdkGlyphVector.java, - gnu/java/awt/peer/gtk/GdkGraphics2D.java, - gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, - gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, - gnu/java/awt/peer/gtk/GdkRobotPeer.java, - gnu/java/awt/peer/gtk/GdkTextLayout.java, - gnu/java/awt/peer/gtk/GtkButtonPeer.java, - gnu/java/awt/peer/gtk/GtkCheckboxPeer.java, - gnu/java/awt/peer/gtk/GtkChoicePeer.java, - gnu/java/awt/peer/gtk/GtkComponentPeer.java, - gnu/java/awt/peer/gtk/GtkContainerPeer.java, - gnu/java/awt/peer/gtk/GtkDialogPeer.java, - gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, - gnu/java/awt/peer/gtk/GtkFontPeer.java, - gnu/java/awt/peer/gtk/GtkFramePeer.java, - gnu/java/awt/peer/gtk/GtkLabelPeer.java, - gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java, - gnu/java/awt/peer/gtk/GtkMenuItemPeer.java, - gnu/java/awt/peer/gtk/GtkScrollPanePeer.java, - gnu/java/awt/peer/gtk/GtkTextComponentPeer.java, - gnu/java/awt/peer/gtk/GtkToolkit.java, - gnu/java/awt/peer/gtk/GtkWindowPeer.java, - javax/swing/JPopupMenu.java, - javax/swing/JSpinner.java, - javax/swing/SortingFocusTraversalPolicy.java, - javax/swing/SwingUtilities.java, - javax/swing/plaf/basic/BasicComboBoxEditor.java, - javax/swing/plaf/basic/BasicComboBoxRenderer.java, - javax/swing/tree/DefaultMutableTreeNode.java: - Removed unused imports and expanded starred - imports. - -2005-02-15 Mark Wielaard - - * java/awt/AWTKeyStroke.java (getAWTKeyStroke(String)): Throw - IllegalArgumentException when the given String is null. - - * javax/swing/KeyStroke.java (getKeyStroke(String)): Return null - when given keystoke sequence cannot be parsed. - - * javax/swing/JRootPane.java (setJMenuBar): Remove current menubar - if one is installed. Only install the given menubar is not null. - - * javax/swing/JViewport.java (getViewSize): Return an empty - Dimension when the view isn't set or preferred component size when - no viewSize is set. - - * javax/swing/ViewportLayout.java (preferredLayoutSize): Return an - empty Dimension when there is no view set. - (minimumLayoutSize): Likewise. - (layoutContainer): Don't try to layout when there is no view. - -2005-02-15 Thomas Fitzsimmons - - * jawt.c: New file. - * include/jawt.h: Likewise. - * include/jawt_md.h: Likewise. - * include/Makefile.am (tool_include__HEADERS): Add jawt.h and - jawt_md.h files. - * jni/classpath/classpath_jawt.h: Likewise. - * jni/gtk-peer/gtk_jawt.c: Likewise. - * Makefile.am: Build libjawt.so. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: - Merged file header with classpath CVS head. - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: - Merged code formatting with classpath CVS head. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c: - Removed debug code. - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getGlyphVector): - Handle special JNI strings with 2 '\0' at the end. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - Merged file header with classpath CVS head. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c: - Merged code formatting with classpath CVS head. - -2005-02-15 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c (create): - Use GTK's built-in file system backend. Use GTK_RESPONSE_ACCEPT. - (handle_response): Use GTK_RESPONSE_ACCEPT. - -2005-02-15 Graydon Hoare - - * Makefile.am: Fix library build breakage. - * Makefile.in: Regenerate. - -2005-02-15 Michael Koch - - * javax/swing/JTabbedPane.java - (Page.setDisplayedMnemonicIndex): Handle empty menmonic. - -2005-02-15 Michael Koch - - * javax/swing/tree/DefaultMutableTreeNode.java: - Reworked Javadocs all over. - (getPathToRoot): Fixed direction of result array initialization. - -2005-02-15 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - Fix includes for cairo 0.3.0 snappshot. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: - Merged file header from classpath CVS HEAD. - -2005-02-15 Craig Black - - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c - (copyState): Pass a JNI global reference to signal handler. - (realize_cb): Use and free JNI global reference. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c - (create): Pass a JNI global reference to signal handler. - (selection_changed): Match declaration. - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c - (dispose): Do not remove entries from state tables until after widget is - destroyed. - -2005-02-15 Michael Koch - - * java/awt/Container.javai (paramString): - If layoutMgr is null just return result of super.paramString(). - * java/awt/Scrollbar.java: Reformatted. - * java/awt/im/InputContext.java (static): - Removed redundant initializations. - -2005-02-15 Michael Koch - - * javax/swing/ImageIcon.java, - javax/swing/UIManager.java, - javax/swing/text/EditorKit.java, - javax/swing/text/Segment.java: - More whitespace cleanups. - -2005-02-15 Michael Koch - - * gnu/java/awt/EmbeddedWindow.java, - gnu/java/awt/image/ImageDecoder.java, - gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, - java/awt/DefaultKeyboardFocusManager.java, - java/awt/Frame.java, - java/awt/image/RGBImageFilter.java, - javax/swing/AbstractButton.java, - javax/swing/ActionMap.java, - javax/swing/ComponentInputMap.java, - javax/swing/DefaultDesktopManager.java, - javax/swing/ImageIcon.java, - javax/swing/InputMap.java, - javax/swing/JButton.java, - javax/swing/JCheckBox.java, - javax/swing/JCheckBoxMenuItem.java, - javax/swing/JEditorPane.java, - javax/swing/JMenu.java, - javax/swing/JMenuItem.java, - javax/swing/JOptionPane.java, - javax/swing/JRootPane.java, - javax/swing/JTable.java, - javax/swing/MenuSelectionManager.java, - javax/swing/RepaintManager.java, - javax/swing/ScrollPaneLayout.java, - javax/swing/SortingFocusTraversalPolicy.java, - javax/swing/UIManager.java, - javax/swing/ViewportLayout.java, - javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java, - javax/swing/plaf/basic/BasicInternalFrameUI.java, - javax/swing/plaf/basic/BasicLabelUI.java, - javax/swing/plaf/basic/BasicListUI.java, - javax/swing/plaf/basic/BasicMenuItemUI.java, - javax/swing/plaf/basic/BasicMenuUI.java, - javax/swing/plaf/basic/BasicOptionPaneUI.java, - javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.java, - javax/swing/plaf/basic/BasicRootPaneUI.java, - javax/swing/plaf/basic/BasicScrollPaneUI.java, - javax/swing/plaf/basic/BasicSplitPaneDivider.java, - javax/swing/plaf/basic/BasicTextUI.java, - javax/swing/table/TableColumnModel.java, - javax/swing/text/AbstractDocument.java, - javax/swing/text/EditorKit.java, - javax/swing/text/Position.java, - javax/swing/text/Segment.java, - javax/swing/text/StyledEditorKit.java, - javax/swing/text/ViewFactory.java: - Cleanup whitespace differences to classpath CVS HEAD. - -2005-02-15 Graydon Hoare - - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: - (finalize): Call finish from here. - (produce): Not from here. - * Makefile.am (gtk_c_source_files): - Remove jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c. - * Makefile.in: Regenerate. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (cairoSetFont): - (cairoDrawGdkTextLayout): - (cairoDrawString): - (getPeerTextMetrics): - (getPeerFontMetrics): Remove. - (setFont): Don't call cairoSetFont. - (cairoDrawGlyphVector): Accept font peer argument. - (drawGlyphVector): Pass font peer to cairoDrawGlyphVector. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c - (ensure_metrics_cairo): - (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoSetFont): - (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoDrawString): - (gnu_java_awt_peer_gtk_GdkGraphics2D_getPeerFontMetrics): - (gnu_java_awt_peer_gtk_GdkGraphics2D_getPeerTextMetrics): - (metrics_cairo): - (metrics_surface): Remove. - (gnu_java_awt_peer_gtk_GdkGraphics2D_cairoDrawGlyphVector): - Pass and install font peer. - -2005-02-15 Graydon Hoare - - * Makefile.am: Create "split library" structure. - * Makefile.in: Regenerate. - -2005-02-15 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: - Release GDK lock during upcalls. - -2005-02-15 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c: Remove. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getGlyphVector): - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getFontMetrics): - (Java_gnu_java_awt_peer_gtk_GdkFontPeer_getTextMetrics): New methods. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: Remove. - * gnu/java/awt/peer/gtk/GdkFontPeer.java - (getGlyphVector): - (getFontMetrics): - (getTextMetrics): New native methods. - * gnu/java/awt/peer/gtk/GdkFontMetrics.java: Remove native parts. - * gnu/java/awt/peer/gtk/GdkGlyphVector.java: Likewise. - * Makefile.am: Remove native entries for GdkFontMetrics, GdkGlyphVector. - * Makefile.in: Regenerate. - -2005-02-15 Andrew John Hughes - - * javax/swing/SwingUtilities.java: - (getAccessibleAt(java.awt.Component, java.awt.Point)): - Implemented and documented. - (getAccessibleChild(java.awt.Component, int)): Likewise. - (getAccessibleChildrenCount(java.awt.Component)): Likewise. - (getAccessibleIndexInParent(java.awt.Component)): Likewise. - (getAccessibleStateSet(java.awt.Component)): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/SwingUtilities.java - (getFontMetrics): Removed. - -2005-02-15 Michael Koch - - * java/awt/Container.java - (paramString): Implemented. - * javax/swing/AbstractButton.java - (paramString): Implemented. - * javax/swing/JComponent.java - (paramString): Implemented. - * javax/swing/JMenu.java - (paramString): Implemented. - * javax/swing/JMenuBar.java - (paramString): Implemented. - * javax/swing/JMenuItem.java - (paramString): Implemented. - * javax/swing/JPopupMenu.java - (paramString): Implemented. - -2005-02-15 Michael Koch - - * javax/swing/JMenu.java - (uiClassID): Removed. - (JMenu): Set invoker on popup menu. - (getUIClassID): Return id directly. - (getItemCount): Simply return getMenuComponentCount(). - Fixed javadoc. - (isTopLevelMenu): Simplified. - * javax/swing/JMenuItem.java - (uiClassID): Removed. - (getUIClassID): Return id directly. - * javax/swing/JPopupMenu.java - (uiClassID): Removed. - (JPopupMenu): Always initialize correctly. - (getSubElements): Only return components implementing MenuElement - interface. - (HeavyWeightPopup.hide): Removed. - -2005-02-15 Michael Koch - - * java/awt/image/ReplicateScaleFilter.java - (replicatePixels): Made private. - * javax/swing/colorchooser/DefaultRGBChooserPanel.java - (DefaultRGBChooserPanel): Made package private. - * javax/swing/colorchooser/DefaultSwatchChooserPanel.java - (RecentSwatchPanel): Likewise. - * javax/swing/event/MouseInputAdapter.java: Reformatted. - (MouseInputAdapter): Made abstract. - * javax/swing/tree/DefaultMutableTreeNode.java - (random): Removed. - (growTree): Likewise. - -2005-02-15 Michael Koch - - * java/awt/dnd/DropTarget.java (addDropTargetListener): - Clarified comments. - -2005-02-15 Michael Koch - - * javax/swing/JComponent.java (getComponentGraphics): - Removed accidently commited code. - -2005-02-15 Graydon Hoare - - * java/awt/dnd/DropTarget.java - (addDropTargetListener): Despite documentation, do not throw. - * javax/swing/JComponent.java: Set a default DropTarget. - -2005-02-15 Michael Koch - - * javax/swing/AbstractAction.java - (ENABLED_PROPERTY): Removed. - (setEnabled): Replaced constant with real string. - * javax/swing/AbstractButton.java - (createActionPropertyChangeListener.propertyChange): Likewise. - * javax/swing/JComboBox.java - (DEFAULT_MAXIMUM_ROW_COUNT): Made private. - (EDITABLE_CHANGED_PROPERTY): Removed. - (MAXIMUM_ROW_COUNT_CHANGED_PROPERTY):Likewise. - (ENABLED_CHANGED_PROPERTY):Likewise. - (RENDERER_CHANGED_PROPERTY):Likewise. - (EDITOR_CHANGED_PROPERTY):Likewise. - (MODEL_CHANGED_PROPERTY):Likewise. - (uiClassID):Likewise. - (getUIClassID): Replaced constant with real string. - (setModel):Likewise. - (setEditable):Likewise. - (setMaximumRowCount):Likewise. - (setRenderer):Likewise. - (setEditor):Likewise. - (setEnabled):Likewise. - * javax/swing/JLabel.java - (DISABLED_ICON_CHANGED_PROPERTY): Removed. - (DISPLAYED_MNEMONIC_CHANGED_PROPERTY): Likewise. - (DISPLAYED_MNEMONIC_INDEX_CHANGED_PROPERTY): Likewise. - (HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY): Likewise. - (HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY): Likewise. - (ICON_CHANGED_PROPERTY): Likewise. - (ICON_TEXT_GAP_CHANGED_PROPERTY): Likewise. - (LABEL_FOR_CHANGED_PROPERTY): Likewise. - (TEXT_CHANGED_PROPERTY): Likewise. - (VERTICAL_ALIGNMENT_CHANGED_PROPERTY): Likewise. - (VERTICAL_TEXT_POSITION_CHANGED_PROPERTY): Likewise. - (setText): Replaced constant with real string. - (setIcon): Likewise. - (setDisabledIcon): Likewise. - (setDisplayedMnemonic): Likewise. - (setIconTextGap): Likewise. - (setVerticalAlignment): Likewise. - (setHorizontalAlignment): Likewise. - (setVerticalTextPosition): Likewise. - (setHorizontalTextPosition): Likewise. - (setLabelFor): Replaced constant with real string. - Fire property change event after property got changed. - * javax/swing/JList.java - (CELL_RENDERER_PROPERTY_CHANGED): Likewise. - (FIXED_CELL_HEIGHT_PROPERTY_CHANGED): Likewise. - (FIXED_CELL_WIDTH_PROPERTY_CHANGED): Likewise. - (LAYOUT_ORIENTATION_PROPERTY_CHANGED): Likewise. - (MODEL_PROPERTY_CHANGED): Likewise. - (PROTOTYPE_CELL_VALUE_PROPERTY_CHANGED): Likewise. - (SELECTION_BACKGROUND_PROPERTY_CHANGED): Likewise. - (SELECTION_FOREGROUND_PROPERTY_CHANGED): Likewise. - (SELECTION_MODEL_PROPERTY_CHANGED): Likewise. - (setFixedCellWidth): Reimplemented. - (setFixedCellHeight): Exit if new value is identical. - Replaced constant with real string. - (setSelectionBackground): Likewise. - (setSelectionForeground): Likewise. - (setPrototypeCellValue): Likewise. - (setCellRenderer): Replaced constant with real string. - (setModel): Likewise. - (setSelectionModel): Likewise. - * javax/swing/JMenuBar.java - (BORDER_PAINTED_CHANGED_PROPERTY): Removed. - (MODEL_CHANGED_PROPERTY): Likewise. - (MARGIN_CHANGED_PROPERTY): Likewise. - (setBorderPainted): Reimplemented. - (setMargin): Likewise. - (setSelectionModel): Replaced constant with real string. - * javax/swing/JPopupMenu.java - (LABEL_CHANGED_PROPERTY): Removed. - (VISIBLE_CHANGED_PROPERTY): Likewise. - (borderPainted): Likewise. - (setLabel): Replaced constant with real string. - (setVisible): Exit if new value is identical. - Replaced constant with real string. - * javax/swing/JProgressBar.java - (BORDER_PAINTED_CHANGED_PROPERTY): Removed. - (ORIENTATION_CHANGED_PROPERTY): Likewise. - (STRING_CHANGED_PROPERTY): Likewise. - (STRING_PAINTED_CHANGED_PROPERTY): Likewise. - (INDETERMINATE_CHANGED_PROPERTY): Likewise. - (setOrientation): Replaced constant with real string. - (setStringPainted): Likewise. - (setString): Likewise. - (setBorderPainted): Likewise. - (setIndeterminate): Likewise. - * javax/swing/JScrollBar.java - (BLOCK_INCREMENT_CHANGED_PROPERTY): Removed. - (MODEL_CHANGED_PROPERTY): Likewise. - (ORIENTATION_CHANGED_PROPERTY): Likewise. - (setOrientation): Replaced constant with real string. - (setModel): Likewise. - (setUnitIncrement): Likewise. - (setBlockIncrement): Likewise. - * javax/swing/JScrollPane.java - (COLUMN_HEADER_CHANGED_PROPERTY): Removed. - (COMPONENT_ORIENTATION_CHANGED_PROPERTY): Likewise. - (HORIZONTAL_SCROLLBAR_CHANGED_PROPERTY): Likewise. - (HORIZONTAL_SCROLLBAR_POLICY_CHANGED_PROPERTY): Likewise. - (LAYOUT_CHANGED_PROPERTY): Likewise. - (ROW_HEADER_CHANGED_PROPERTY): Likewise. - (VERTICAL_SCROLLBAR_CHANGED_PROPERTY): Likewise. - (VERTICAL_SCROLLBAR_POLICY_CHANGED_PROPERTY): Likewise. - (VIEWPORT_CHANGED_PROPERTY): Likewise. - (VIEWPORT_BORDER_CHANGED_PROPERTY): Likewise. - (WHEEL_SCROLLING_ENABLED_CHANGED_PROPERTY): Likewise. - (setComponentOrientation): Replaced constant with real string. - (setColumnHeader): Likewise. - (setHorizontalScrollBar): Likewise. - (setHorizontalScrollBarPolicy): Likewise. - (setRowHeader): Likewise. - (setVerticalScrollBar): Likewise. - (setVerticalScrollBarPolicy): Likewise. - (setWheelScrollingEnabled): Likewise. - (setViewport): Likewise. - (setViewportBorder): Likewise. - * javax/swing/JSlider.java - (INVERTED_CHANGED_PROPERTY): Removed. - (LABEL_TABLE_CHANGED_PROPERTY): Likewise. - (MAJOR_TICK_SPACING_CHANGED_PROPERTY): Likewise. - (MINOR_TICK_SPACING_CHANGED_PROPERTY): Likewise. - (MODEL_CHANGED_PROPERTY): Likewise. - (ORIENTATION_CHANGED_PROPERTY): Likewise. - (PAINT_LABELS_CHANGED_PROPERTY): Likewise. - (PAINT_TICKS_CHANGED_PROPERTY): Likewise. - (setModel): Replaced constant with real string. - (setOrientation): Likewise. - (setLabelTable): Likewise. - (setInverted): Likewise. - (setMajorTickSpacing): Likewise. - (setMinorTickSpacing): Likewise. - (setPaintTicks): Likewise. - (setPaintLabels): Likewise. - * javax/swing/JTabbedPane.java - (MODEL_CHANGED_PROPERTY): Removed. - (TAB_PLACEMENT_CHANGED_PROPERTY): Likewise. - (TAB_LAYOUT_POLICY_CHANGED_PROPERTY): Likewise. - (setModel): Replaced constant with real string. - (setTabPlacement): Likewise. - (setTabLayoutPolicy): Likewise. - * javax/swing/JToolBar.java - (ORIENTATION_CHANGED_PROPERTY): Removed. - (FLOATABLE_CHANGED_PROPERTY): Likewise. - (BORDER_PAINTED_CHANGED_PROPERTY): Likewise. - (MARGIN_CHANGED_PROPERTY): Likewise. - (ROLLOVER_CHANGED_PROPERTY): Likewise. - (setRollover): Replaced constant with real string. - (setMargin): Likewise. - (setBorderPainted): Likewise. - (setFloatable): Likewise. - (setOrientation): Likewise. - * javax/swing/plaf/basic/BasicComboBoxUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicComboPopup.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicMenuBarUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicProgressBarUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicScrollBarUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicSliderUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (PropertyChangeHandler.propertyChange): Likewise. - * javax/swing/plaf/basic/BasicToolBarUI.java - (PropertyChangeHandler.propertyChange): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/DefaultButtonModel.java - (changeState): Made private. - * javax/swing/DefaultDesktopManager.java - (setWasIcon): Fixed second argument to be java.lang.Boolean. - * javax/swing/JLayeredPane.java - (layerToRange): Made private. - (incrLayer): Likewise. - (decrLayer): Likewise. - * javax/swing/JTable.java - (dragEnabled): Likewise. - (preferredViewportSize): Renamed from preferredScrollableViewportSize. - * javax/swing/KeyStroke.java - (Keystroke): Made private. - * javax/swing/TransferHandler.java - (COMMAND_COPY): Likewise. - (COMMAND_CUT): Likewise. - (COMMAND_PASTE): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTextField.java - (postActionEvent): Use text in field when actionCommand is null. - (getActionCommand): Removed. - -2005-02-15 Michael Koch - - * javax/swing/AbstractSet.java: Removed. - * Makefile.am: Removed javax/swing/AbstractSet.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * java/awt/Window.java - (AccessibleWindow.getAccessibleStateSet): Fixed method name. - * java/awt/dnd/DnDConstants.java - (DnDConstants): New private constructor. - -2005-02-15 Michael Koch - - * javax/swing/DefaultCellRenderer.java: Removed. - * Makefile.am: Removed javax/swing/DefaultCellRenderer.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/AbstractButton.java - (fireItemStateChanged): Made protected. - (fireActionPerformed): Likewise. - (fireStateChanged): Likewise. - * javax/swing/DefaultButtonModel.java - (fireItemStateChanged): Likewise. - (fireActionPerformed): Likewise. - (fireStateChanged): Likewise. - * javax/swing/JApplet.java - (JApplet): Removed. - (frameInit): Likewise. - (setRootPane): Made protected. - (createRootPane): Likewise. - * javax/swing/JComponent.java - (getClientProperty): Likewise. - (putClientProperty): Likewise. - * javax/swing/JEditorPane.java - (getContentType): Likewise. - (setContentType): Likewise. - * javax/swing/JFrame.java - (setRootPane): Likewise. - (createRootPane): Likewise. - * javax/swing/JInternalFrame.java - (getFocusCycleRootAncestor): Made final. Added @since tag. - (isFocusCycleRoot): Likewise. - (getWarningString): Made final. - * javax/swing/JScrollBar.java - (changeListener): Removed. - (changeEvent): Likewise. - (createChangeListener): Likewise. - (fireStateChanged): Likewise. - (addChangeListener): Likewise. - (removeChangeListener): Likewise. - (getChangeListeners): Likewise. - * javax/swing/JScrollPane.java - (createViewport): Made protected. - * javax/swing/JViewport.java - (addImpl): Likewise. - (setBorder): New method. - * javax/swing/JWindow.java - (setRootPane): Made protected. - (createRootPane): Likewise. - * javax/swing/plaf/basic/BasicButtonUI.java - (installListeners): Likewise. - (uninstallListeners): Likewise. - * javax/swing/plaf/basic/BasicProgressBarUI.java - (incrementAnimationIndex): Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (createLayoutManager): Likewise. - * javax/swing/table/DefaultTableCellRenderer.java - (firePropertyChange): Likewise. - * javax/swing/table/JTableHeader.java - (AccessibleJTableHeaderEntry.AccessibleJTableHeaderEntry): - New constructor. - * javax/swing/text/PlainDocument.java - (reindex): Made private. - * javax/swing/text/PlainView.java - (drawLine): Made protected. - (getTabSize): Likewise. - * javax/swing/text/View.java - (setSize): Removed. - (preferenceChanged): New method. - (getBreakWeight): Likewise. - (breakView): Likewise. - (getViewIndex): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JScrollPane.java - (ScrollBar): Made class protected. - * javax/swing/JSpinner.java - (JSpinner): Added @since tag. - (listenerList): Removed. - * javax/swing/JTable.java - (setValueAt): New method. - (getColumn): Likewise. - * javax/swing/JWindow.java - (rootPaneCheckingEnabled): Renamed from checking. - -2005-02-15 Michael Koch - - * javax/swing/plaf/basic/BasicTextUI.java - (RootView.modelToView): Made it public and return a java.awt.Shape. - Handle null subview. - (uninstall): Set textComponent to null when its not possible used - anymore. - * javax/swing/text/View.java - (setParent): Use better argument name. - (getContainer): Get parent via getParent(). - (getViewFactory): Likewise. - (getAttributes): Get element via getElement(). - (getStartOffset): Likewise. - (getEndOffset): Likewise. - (getResizeWeight): New method. - (getMaximumSpan): Likewise. - (getMinimumSpan): Likewise. - (setSize): Likewise. - (getGraphics): Likewise. - -2005-02-15 Andrew John Hughes - - * java/awt/Checkbox.java: - (AccessibleAWTCheckbox()): Added public constructor - to call superclass. - * java/awt/Choice.java: - (AccessibleAWTChoice): Added class documentation. - (AccessibleAWTChoice()): Added public constructor - to call superclass. - (AccessibleAWTChoice.getAccessibleAction()): Documented. - (AccessibleAWTChoice.getAccessibleRole()): Documented, - and changed role to COMBO_BOX. - (AccessibleAWTChoice.getAccessibleActionCount()): Documented. - (AccessibleAWTChoice.getAccessibleActionDescription(int)): Documented. - (AccessibleAWTChoice.doAccessibleAction(int)): Documented. - -2005-02-15 Graydon Hoare - Michael Koch - - * javax/swing/LayoutFocusTraversalPolicy.java, - javax/swing/SortingFocusTraversalPolicy.java: - New classes. - * Makefile.am: Added new classes. - * Makefike.in: Regenerated. - - -2005-02-15 Michael Koch - - * javax/swing/DebugGraphics.java: Mostly implemented. - -2005-02-15 Michael Koch - - * javax/swing/SwingUtilities.java - (findFocusOwner): New method. - -2005-02-15 Michael Koch - - * javax/swing/text/DefaultEditorKit.java - (read): Added '\n' after each line. - * javax/swing/text/PlainView.java - (modelToView): Update metrics. - (drawLine): Use offsets from element. - (paint): Update metrics. Draw all lines. - -2005-02-15 Andrew John Hughes - - * java/awt/Checkbox.java: - (AccessibleAWTCheckbox): Added class documentation - * java/awt/Scrollbar.java: - (AccessibleAWTScrollBar): typo corrected and docs added - (AccessibleAWTScrollBar.getAccessibleRole()): documented - (AccessibleAWTScrollBar.getAccessibleStateSet()): likewise - (AccessibleAWTScrollBar.getAccessibleValue()): likewise - (AccessibleAWTScrollBar.getCurrentAccessibleValue()): likewise - (AccessibleAWTScrollBar.setCurrentAccessibleValue(int)): likewise - (AccessibleAWTScrollBar.getMinimumAccessibleValue()): likewise - (AccessibleAWTScrollBar.getMaximumAccessibleValue()): likewise - (getAccessibleContext()): name of accessible class corrected - -2005-02-15 Mark Wielaard - - * java/awt/BasicStroke.java (hashCode): Implement. - (equals): Document. - -2005-02-15 Michael Koch - - * java/awt/print/PrinterJob.java - (pageDialog): Throws java.awt.HeadlessException. - (printDialog): Likewise. - -2005-02-15 Mark Wielaard - - * jni/gtk-peer/gtkpeer.h (gdk_env): Fix prototype. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java - (getValueAt): New method. - * javax/swing/table/JTableHeader.java - (columnAtPoint): New method. - -2005-02-15 Michael Koch - - * javax/swing/JTextField.java - (actions): New field. - (static): Initalize actions field. - (getActions): New method. - -2005-02-15 Andrew John Hughes - - * java/awt/Checkbox.java: - (AccessibleAWTCheckbox): name capitalization corrected - and serialization UID added. - (AccessibleAWTCheckbox.itemStateChanged(java.awt.event.ItemEvent)): - documented. - (AccessibleAWTCheckbox.getAccessibleAction()): likewise - (AccessibleAWTCheckbox.getAccessibleValue()): likewise - (AccessibleAWTCheckbox.getAccessibleActionCount()): likewise - (AccessibleAWTCheckbox.getAccessibleActionDescription(int)): likewise - (AccessibleAWTCheckbox.doAccessibleAction(int)): likewise - (AccessibleAWTCheckbox.getCurrentAccessibleValue()): likewise - (AccessibleAWTCheckbox.setCurrentAccessibleValue(int)): likewise - (AccessibleAWTCheckbox.getMinimumAccessibleValue()): likewise - (AccessibleAWTCheckbox.getMaximumAccessibleValue()): likewise - (AccessibleAWTCheckbox.getAccessibleRole()): likewise - (AccessibleAWTCheckbox.getAccessibleStateSet()): implemented and - documented - (getAccessibleContext()): name of accessible class corrected - -2005-02-15 Sven de Marothy - - * java/awt/geom/doc-files/Area-1.png, - java/awt/geom/doc-files/Ellipse-1.png, - java/awt/geom/doc-files/GeneralPath-1.png: - New files. - -2005-02-15 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c (env_union): - Use union to avoid type-punning warning. - -2005-02-15 Michael Koch - - * javax/swing/DefaultListSelectionModel.java - (clone): New method. - -2005-02-15 Mark Wielaard - - Reported by Martin Platter - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c - (Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_nativeSetFile): - Correct method signature of gtkSetFilename. - -2005-02-15 Arnaud Vandyck - - * javax/swing/text/StringContent.java: New file. - -2005-02-15 Michael Koch - - * Makefile.am: Added javax/swing/text/StringContent.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * gnu/java/awt/ClasspathToolkit.java: - Import statements reworked. - (imageCache): Made it of type java.util.HashMap. - -2005-02-15 Michael Koch - - * javax/imageio/stream/MemoryCacheImageInputStream.java: - Reworked import statements. - -2005-02-15 Graydon Hoare - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c: - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c: - Rewrite uses of extern variable to be function calls. - * jni/gtk-peer/gtkpeer.h (gdk_env): Change declaration to - function, from extern variable. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c - (gdk_env): Remove variable, add new function. - (java_vm): Add new variable. - (Java_gnu_java_awt_peer_gtk_GtkToolkit_gtkInit): Initialize - java_vm rather than old gdk_env variable. - -2005-02-15 David Gilbert - - * javax/swing/DefaultListModel.java - (add): fire correct event, - (addElement): corrected interval indices in event, - (clear): corrected upper bound for interval, only fire event if - list is not empty, - (setSize): fire appropriate event. - -2005-02-15 Graydon Hoare - - * gnu/awt/xlib/XEventLoop.java: Add non-blocking event mode. - * gnu/awt/xlib/XToolkit.java: Likewise. - * gnu/gcj/xlib/XAnyEvent.java: Likewise. - * gnu/gcj/xlib/natXAnyEvent.cc: Likewise. - * gnu/java/awt/ClasspathToolkit.java: Likewise. - * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise. - * java/awt/EventQueue.java (getNextEvent): - Adjust event loop to switch to native mode after 100ms. - * javax/swing/Timer.java (drainEvents): Reuse Runnable. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c - (Java_gnu_java_awt_peer_gtk_GtkGenericPeer_dispose): - Wake up event thread. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c - (Java_gnu_java_awt_peer_gtk_GtkToolkit_iterateNativeQueue): - Adjust event loop to switch to java mode after 100ms. - -2005-02-15 Graydon Hoare - - * jni.cc (_Jv_JNI_RegisterNatives): Re-add sync, which was - accidentally removed in last change. - -2005-02-15 Michael Koch - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c, - gnu/java/awt/peer/gtk/GtkMainThread.java: Removed. - -2005-02-15 Graydon Hoare - - * include/jni.h (_Jv_JNIEnv::bottom_locals): New field. - * include/jvm.h (_Jv_FreeJNIEnv): Declare. - * java/lang/natThread.cc (finalize_native): Call _Jv_FreeJNIEnv. - * jni.cc: Reuse bottom frame between calls, avoid clearing - frame when no local references are made. - -2005-02-15 Michael Koch - - * javax/swing/UIDefaults.java (UIDefaults): - Fixed typo in javadoc (Thanks to Thomas Zander for reporting) - Fixed HTML entity and removed a redundant comma. - -2005-02-15 Michael Koch - - * javax/swing/text/DefaultEditorKit.java - (deinstall): Removed. - (install): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/UIDefaults.java (put): Handle value of null. - -2005-02-15 Michael Koch - - * java/awt/Robot.java, - java/awt/Scrollbar.java, - java/awt/print/PrinterJob.java, - javax/swing/JTable.java, - javax/swing/text/AbstractDocument.java: - Reworked import statements. - -2005-02-15 Michael Koch - - * javax/swing/JEditorPane.java - (read): Implemented. - (write): Likewise. - * javax/swing/text/DefaultEditorKit.java - (page): Renamed from page_url. Made private. - (editorKit): Renamed from kit. Made private. - (ctype): Removed. - (JEditorPane): All constructors reimplemented. - (getContentType): Use content type from editor kit. - (getEditorKit): Return editorKit. - (getEditorKitForContentType):Likewise. - (getPage): Return page. - (setContentType): Reimplemented. - (setEditorKit): Likewise. - (setEditorKitForContentType): Removed wrong implementation. - (setPage): Implemented. - -2005-02-15 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c - (nativeSetIconImageFromData): Re-add native implementation. - -2005-02-15 David Gilbert - - * javax/swing/table/DefaultTableModel.java - (DefaultTableModel()): Added Javadocs. - (DefaultTableModel(int, int)): Fixed implementation. - (DefaultTableModel(Vector, int)): Throw IllegalArgumentException - for negative rowCount. - (DefaultTableModel(Object[], int)): Added Javadocs. - (DefaultTableModel(Vector, Vector)): Likewise. - (DefaultTableModel(Object[][], Object[])): Likewise. - (getDataVector): Likewise. - (setDataVector(Vector, Vector)): Likewise. - (setDataVector(Object[][], Object[])): Likewise. - (newDataAvailable): Likewise. - (newRowsAdded): Likewise. - (rowsRemoved): Likewise. - (setColumnIdentifiers(Vector)): Allow for null argument. - (setColumnIdentifiers(Object[])): Added Javadocs. - (setNumRows): Likewise. - (setRowCount): Adds new rows if necessary, and sends more specific - TableModelEvent. - (setColumnCount): Allow for null columnIdentifiers. - (addColumn(Object)): Added Javadocs. - (addColumn(Object, Vector)): Handle null columnData. - (addColumn(Object, Object[])): Handle columnData with more or less - entries than rows in the table. - (addRow(Vector)): Fire appropriate event. - (addRow(Object[])): Added Javadocs. - (insertRow(int, Vector)): Fire appropriate event. - (insertRow(int, Object[])): Added Javadocs. - (moveRow): Reimplemented. - (removeRow(int)): Fire appropriate event. - (getColumnCount): Allow for null columnIdentifiers. - (getColumnName): Now returns empty string when column index is too - large. - (isCellEditable): Added Javadocs. - (getValueAt): Likewise. - (setValueAt): Fire more specific event. - (convertToVector): Added Javadocs. - * javax/swing/table/TableModel.java - Added Javadocs. - -2005-02-15 Thomas Fitzsimmons - - * libgcj.spec.in (lib): Add -l-javax-imageio. - -2005-02-15 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java: Replace direct - references to event queue q with method call q(). - * gnu/java/awt/peer/gtk/GtkDialogPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkFramePeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkScrollbarPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkTextComponentPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkWindowPeer.java: Likewise. - * gnu/java/awt/peer/gtk/GtkGenericPeer.java: Likewise. - (q): New method. - -2005-02-15 Graydon Hoare - - * gnu/java/awt/ClasspathToolkit.java - (registerImageIOSpis): New method. - * gnu/java/awt/image/ImageDecoder.java - (imageDecoder): New constructor using InputStream - (startProduction): Handle existing InputStream. - * gnu/java/awt/peer/gtk/GdkGraphics2D.java - (findSimpleIntegerArray): Make public and static. - (updateBufferedImage): Set each pixel, in a loop. - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: - Implement ImageIO SPI classes. - (createBufferedImage): Rewrite in terms of SPI classes. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (registerImageIOSpis): New method. - * java/lang/reflect/natMethod.cc - (_Jv_CallAnyMethodA): Borrow a patch from aph, applied to trunk, - which lets JNI call interface methods properly. - * javax/imageio/ImageIO.java - (WriterFormatFilter.filter): Fix copy-and-paste typos. - (WriterMIMETypeFilter.filter): Likewise. - (ImageReaderIterator): Pass extension argument through to SPI. - (getReadersByFilter): Likewise. - (getWritersByFilter): Likewise. - (getImageReadersByFormatName): Likewise. - (getImageReadersByMIMEType): Likewise. - (getImageReadersBySuffix): Likewise. - (getImageWritersByFormatName): Likewise. - (getImageWritersByMIMEType): Likewise. - (getImageWritersBySuffix): Likewise. - (read): Implement. - (write): Implement. - * javax/imageio/ImageReader.java - (progressListeners): Initialize. - (setInput): Implement. - * javax/imageio/ImageWriter.java - (progressListeners): Initialize. - (warningListeners): Likewise. - (warningLocales): Likewise. - (setOutput): Test "isInstance" rather than class equality. - * javax/imageio/spi/IIORegistry.java - (static): Add reader and writer SPIs. - (IIORegistry): Call ClasspathToolkit.registerImageIOSpis. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c - (query_formats): New function. - (save_to_stream): Likewise. - (Java_gnu_java_awt_peer_gtk_GdkPixbufDecoder_streamImage): Likewise. - -2005-02-15 Thomas Fitzsimmons - - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c (mouseWheel): - Call XFlush. - (keyPress): Likewise. - (keyRelease): Likewise. - -2005-02-15 Olga Rodimina - - * javax/swing/JTable.java - (columnAtPoint): New Method. Implemented. - (rowAtPoint): Likewise. - (countSelections): Fixed few small count errors. - (getSelections): Likewise. - (setSelectionMode): Set selection mode for column - selection model in addition to row selection model. - * javax/swing/plaf/basic/BasicTableUI.java: - (getRowForPoint): Removed. Replaced by - JTable.rowAtPoint(). - (getColForPoint): Removed. Replaced by - JTable.columnAtPoint(). - (updateSelection): Updated to call JTable.columnAtPoint - and JTable.rowAtPoint. - * javax/swing/table/DefaultTableColumnModel.java: - (getSelectedColumns): Implemented. - (getSelectedColumnCount): Implemented. - -2005-02-15 Graydon Hoare - - * Makefile.am - (jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c) - (gnu/java/awt/peer/gtk/GtkMainThread.java) : Remove. - * Makefile.in: Regenerate. - * gnu/awt/xlib/XEventLoop.java: Fix to match thread model. - * gnu/awt/xlib/XFramePeer.java: Likewise. - * gnu/awt/xlib/XToolkit.java: Likewise. - * gnu/gcj/xlib/XAnyEvent.java: Likewise. - * gnu/gcj/xlib/natXAnyEvent.cc: Likewise. - * gnu/java/awt/ClasspathToolkit.java - (nativeQueueEmpty) - (wakeNativeQueue) - (iterateNativeQueue): New methods. - * gnu/java/awt/peer/gtk/GtkMainThread.java: Remove. - * gnu/java/awt/peer/gtk/GtkToolkit.java - (gtkInit): Absorb from defunct GtkMainThread class. - (static): Run gtkInit in static startup block. - (GtkToolkit): Remove construction of GtkMainThread and queue. - (getSystemEventQueueImpl): Construct queue when requested. - (nativeQueueEmpty) - (wakeNativeQueue) - (iterateNativeQueue): New methods. - * java/awt/Component.java (removeNotify): Remove race. - * java/awt/EventDispatchThread.java - (EventDispatchThread): Don't start on construction. - (run): Remove isInterrupted check. - * java/awt/EventQueue.java (shutdown): New flag. - (isShutdown): New method checking J2SE shutdown condition. - (setShutdown): New method. - (getNextEvent): Restructure to use ClasspathToolkit. - (postEvent): Activate new thread on posting, wake thread on - post of possible shutdown condition event. - * java/awt/Frame.java - (Frame): Call noteFrame in all constructors. - (fireDummyEvent): New helper method. - (addNotify): Fire a dummy event to wake up queue. - (removeNotify): Fire a dummy event to wake up queue. - (noteFrame): New method. - (weakFrames): New static field. - (getFrames): Implement. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c: - Remove. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c: - Move everything from GtkMainThread into this file - (Java_gnu_java_awt_peer_gtk_GtkToolkit_iterateNativeQueue) - (Java_gnu_java_awt_peer_gtk_GtkToolkit_wakeNativeQueue) - (Java_gnu_java_awt_peer_gtk_GtkToolkit_nativeQueueEmpty): - New functions to implement single-threaded queue semantics. - -2005-02-15 Michael Koch - - * javax/swing/plaf/metal/MetalLookAndFeel.java - (getControlTextFont): New method. - (getMenuTextFont): Likewise. - (getSubTextFont): Likewise. - (getSystemTextFont): Likewise. - (getUserTextFont): Likewise. - (getWindowTitleFont): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/text/AbstractDocument.java - (documentFilter): New field. - (getDocumentFilter): New method. - (setDocumentFilter): Likewise. - (dump): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTree.java - (DynamicUtilTreeNode.hasChildren): Clarify javadoc. - -2005-02-15 Michael Koch - - * javax/swing/text/AbstractDocument.java - (AbstractElement.getLength): Fixed off-by-one error. - (AbstractElement.children): Made abstract. - (AbstractElement.getAllowsChildren): Likewise. - (AbstractElement.getElement): Likewise. - (AbstractElement.dumpElement): New private method. - (AbstractElement.dump): New method. - (BranchElememt.getName): Fixed implementation. - (BranchElememt.toString): Likewise. - (BranchElememt.getElement): Fixed arguments. - (LeafElement.getName): Fixed implementation. - (LeafElement.toString): Likewise. - * javax/swing/text/GapContent.java - (GapContent): Put default content into buffer. - * javax/swing/text/PlainDocument.java - (reindex): Use empty attribute sets instead of null. - (createDefaultRoot): Reimplemented. - (insertUpdate): Call super method. - (removeUpdate): Likewise. - (getParagraphElement): Implemented. - -2005-02-15 Michael Koch - - * gnu/java/awt/ClasspathToolkit.java - (createRobot): Throws java.awt.AWTException. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c: - Added '__attribute__((unused))' to all unused method arguments. - -2005-02-15 Michael Koch - - * javax/swing/DefaultBoundedRangeModel.java - (fireValueChanged): Fixed off-by-one error. - -2005-02-15 Thomas Fitzsimmons - - * Makefile.am (gtk_c_source_files): Add GdkRobotPeer.c. - (gtk_awt_peer_sources): Add GdkScreenGraphicsDevice.java and - GdkRobotPeer.java. - (lib_gnu_java_awt_peer_gtk_la_CFLAGS): Add X flags. - (lib_gnu_java_awt_peer_gtk_la_LDFLAGS): Add XTest flags. - * gnu/awt/xlib/XToolkit.java (createRobot): New method. - * gnu/java/awt/ClasspathToolkit.java (createRobot): New method. - * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java - (getDefaultScreenDevice): Implement. - * gnu/java/awt/peer/gtk/GdkRobotPeer.java: New file. - * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise. - * gnu/java/awt/peer/gtk/GtkToolkit.java (createRobot): New method. - * java/awt/Robot.java: Implement. - * java/awt/peer/RobotPeer.java: Rename parameters. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkRobotPeer.c: New file. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c - (awt_keycode_to_keysym): Make non-static. - * jni/gtk-peer/gtkpeer.h (AWT_BUTTON1_MASK, AWT_BUTTON2_MASK, - AWT_BUTTON3_MASK): Declare constants. - (awt_keycode_to_keysym): Declare. - - * Makefile.am (AM_MAKEFLAGS): Set KEYS variable. - * testsuite/libjava.mauve/mauve.exp (test_mauve): If KEYS exists - and is non-empty pass its value to "make check". - (test_mauve_sim): Likewise. - -2005-02-15 Michael Koch - - * javax/imageio/IIOParam.java - (setSourceBands): New method. - (setSourceSubsampling): Likewise. - * javax/imageio/ImageReadParam.java - (setDestination): Likewise. - (setDestinationBands): Likewise. - (setSourceProgressivePasses): Likewise. - * javax/imageio/metadata/IIOInvalidTreeException.java - (serialVersionUID): New static field. - * javax/imageio/metadata/IIOMetadataNode.java - (IIOMetadataNode): Don't explicitely implement org.w3c.dom.Node. - (parent): Dont initailize with default value explicitely. - (Object): Likewise. - (removeAttribute): Doesn't throws org.w3c.dom.DOMException. - (removeAttributeNode): Likewise. - (removeAttributeNS): Likewise. - (setAttribute): Likewise. - (setAttributeNode): Likewise. - (setAttributeNodeNS): Likewise. - (setAttributeNS): Likewise. - (appendChild): Likewise. - (getNodeValue): Likewise. - (insertBefore): Likewise. - (removeChild): Likewise. - (replaceChild): Likewise. - (setPrefix): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/LookAndFeel.java - (getDesktopPropertyValue): New method. - -2005-02-15 Michael Koch - - * javax/swing/JTree.java - (hasChildren): New instance field. - -2005-02-15 Michael Koch - - * javax/swing/JComponent.java - (getToolTipText): New method. - (getTitledBorderText): Likewise. - (getAccessibleKeyBinding): Likewise. - (getVerifyInputWhenFocusTarget): Likewise. - (setVerifyInputWhenFocusTarget): Likewise. - (verifyInputWhenFocusTarget): New instance field. - -2005-02-15 Michael Koch - - * javax/swing/DefaultListSelectionModel.java - (fireValueChanged): New method. - -2005-02-15 Michael Koch - - * javax/swing/DefaultBoundedRangeModel.java: - Fixed javadocs all over. - (fireStateChanged): Simplified. - * javax/swing/BoundedRangeModel.java: - Reformatted. - -2005-02-15 Michael Koch - - * javax/swing/JRootPane.java - (setMenuBar): Added @deprecated tag. - (getMenuBar): Likewise. - * javax/swing/JTable.java - (sizeColumnsToFit): Likewise. - -2005-02-15 Paul Jenner - - * javax/swing/ImageIcon.java (setImage): Implemented. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java: - Removed unused imports. - -2005-02-15 Olga Rodimina - - (prepareRenderer): Get column's index in dataModel instead - of column's view index. - (getColumnCount): return count of the columns in ColumnModel, - not in dataModel. - (removeColumn): Implemented. - (moveColumm): Likewise. - (setRowHeight): throw IllegalArgumentException if height is - less then 1. - * javax/swing/table/DefaultTableColumnModel.java: Add javadocs. - (DefaultTableColumnModel):Add call to createSelectionModel(). - (addColumn): Fire columnAdded event to registered listeners. - (removeColumn): Fire columnRemoved event to registered listeners. - (moveColumn): Fire columnMoved event to registered listeners. - (setColumnMargin): Fire ColumnMarginChanged event to registered listeners. - (getColumnIndex): Changed parameter name. - (setColumnSelectionAllowed): Likewise. - (fireColumnAdded): Implemented. - (fireColumnRemoved): Likewise. - (fireColumnMoved): Likewise. - (fireColumnMarginChanged): Likewise. - (getListeners): Changed parameter name. - (propertyChange): Implemented. - (valueChanged): Changed parameter name. - (createSelectionModel): Implemented. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GtkToolkit.java: - Explicitely import used classes. - (getLocalGraphicsEnvironment): Simplify. - * java/awt/Window.java (Window): - Enable code to get the default GraphicsConfiguration. - -2005-02-15 Michael Koch - - * javax/swing/plaf/metal/DefaultMetalTheme.java - (CONTROL_TEXT_FONT): New static field. - (MENU_TEXT_FONT): Likewise. - (SUB_TEXT_FONT): Likewise. - (SYSTEM_TEXT_FONT): Likewise. - (USER_TEXT_FONT): Likewise. - (WINDOW_TITLE_FONT): Likewise. - (getControlTextFont): New method. - (getMenuTextFont): Likewise. - (getSubTextFont): Likewise. - (getSystemTextFont): Likewise. - (getUserTextFont): Likewise. - (getWindowTitleFont): Likewise. - * javax/swing/plaf/metal/MetalTheme.java - (BLACK): Initialize with Color.BLACK. - (WHITE): Initialize with Color.WHITE. - (getInactiveControlTextColor): Return getControlDisabled(). - (getMenuDisabledForeground): Return getSecondary3(). - (getControlTextFont): New abstract method. - (getMenuTextFont): Likewise. - (getSubTextFont): Likewise. - (getSystemTextFont): Likewise. - (getUserTextFont): Likewise. - (getWindowTitleFont): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JFormattedTextField.java - (getFocusLostBehavior): Fixed typo in method name. - (setFocusLostBehavior): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/TransferHandler.java: - Reworked import statements. - -2005-02-15 Jerry Quinn - - * java/awt/Button.java, - java/awt/Canvas.java, - java/awt/Checkbox.java, - java/awt/CheckboxMenuItem.java, - java/awt/Choice.java, - java/awt/Dialog.java, - java/awt/Frame.java, - java/awt/Label.java, - java/awt/List.java, - java/awt/Menu.java, - java/awt/MenuBar.java, - java/awt/MenuItem.java, - java/awt/PopupMenu.java, - java/awt/ScrollPane.java, - java/awt/Scrollbar.java, - java/awt/TextArea.java, - java/awt/Window.java (getAccessibleContext): Clean up comments. - Reformat. - * java/awt/Button.java, - java/awt/Checkbox.java, - java/awt/Choice.java, - java/awt/Menu.java, - java/awt/PopupMenu.java, - java/awt/TextArea.java (getAccessibleContext): Only create new - accessible once. - * java/awt/TextComponent.java (getAccessibleContext): Implement. - -2005-02-15 Michael Koch - - * java/awt/Button.java, - javax/swing/JApplet.java, - javax/swing/JFormattedTextField.java, - javax/swing/JWindow.java, - javax/swing/JTree.java, - javax/swing/plaf/basic/BasicEditorPaneUI.java, - javax/swing/plaf/basic/BasicTextPaneUI.java, - javax/swing/plaf/basic/BasicTreeUI.java: - Reworked import statements. - -2005-02-15 Michael Koch - - * Makefile.am: Put javax.imageio into its own library and link it - against lib-org-w3c-dom.la to fix bootstrapping. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/text/TextAction.java - (getTextComponent): Simplified. Added Javadoc. - (augmentList): Implemented. Added Javadoc. - (getFocusedComponent): Added javadoc. - -2005-02-15 Jerry Quinn - - * java/awt/Scrollbar.java (AccessibleAWTScrollbar, - getAccessibleContext): Implement. - * java/awt/ScrollPane.java (AccessibleAWTScrollPane, - getAccessibleContext): Implement. - -2005-02-15 Jerry Quinn - - * java/awt/Dialog.java (AccessibleAWTFrame, getAccessibleContext): - Implement. - * java/awt/Frame.java (AccessibleAWTFrame, getAccessibleContext): - Implement. - * java/awt/Window.java (getAccessibleContext): Fix comment. - Remove extra import. - -2005-02-15 Jerry Quinn - - * java/awt/Window.java (AccessibleAWTWindow): Implement. - (isActive, isFocused, getAccessibleContext): Implement. - -2005-02-15 Jerry Quinn - - * java/awt/MenuItem.java (getAccessibleContext): Implement. - * java/awt/MenuComponent.java (accessibleContext): Make package - visible. - * java/awt/CheckboxMenuItem.java (getAccessibleContext, - AccessibleAWTCheckboxMenuItem): Implement. - -2005-02-15 Jerry Quinn - - * java/awt/List.java: Implement AccessibleAWTList, - AccessibleAWTListChild. - -2005-02-15 Jerry Quinn - - * java/awt/Choice.java: Add implements declaration for - Accessible. - -2005-02-15 Jerry Quinn - - * javax/imageio/metadata/IIOInvalidTreeException.java: Use Node - instead of Object. - -2005-02-15 Jerry Quinn - - * javax/imageio/metadata/IIOMetadataNode.java: Add Node to - implemented interface list. - -2005-02-15 Jerry Quinn - - * javax/imageio/metadata/IIOMetadataNode.java: Implement. - * javax/imageio/metadata/IIOAttr.java: New class. - * javax/imageio/metadata/IIONamedNodeMap.java: New class. - * javax/imageio/metadata/IIONodeList.java: New class. - * Makefile.am: Added new files. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/AbstractAction.java, - javax/swing/AbstractCellEditor.java, - javax/swing/AbstractListModel.java, - javax/swing/DefaultBoundedRangeModel.java, - javax/swing/DefaultButtonModel.java, - javax/swing/DefaultCellEditor.java, - javax/swing/DefaultComboBoxModel.java, - javax/swing/DefaultDesktopManager.java, - javax/swing/JMenu.java, - javax/swing/JSlider.java, - javax/swing/KeyStroke.java, - javax/swing/OverlayLayout.java, - javax/swing/ScrollPaneLayout.java, - javax/swing/SizeRequirements.java, - javax/swing/ViewportLayout.java: - Made serialVersionUID private. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GtkComponentPeer.java: - Reformatted. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: More reformatting. - -2005-02-15 Michael Koch - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Reformatted. - -2005-02-15 Jeroen Frijters - - * java/awt/EventDispatchThread.java, - java/awt/Toolkit.java: - Don't catch java.lang.ThreadDeath. - -2005-02-15 Michael Koch - - * javax/swing/text/PasswordView.java - (drawEchoCharacter): Added javadoc. - (drawSelectedText): Likewise. - (drawUnselectedText): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JRootPane.java - (windowDecorationStyle): New field. - (setMenuBar): New method. - (getMenuBar): Likewise. - (getWindowDecorationStyle): Likewise. - (setWindowDecorationStyle): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/DefaultListSelectionModel.java - (leadAnchorNotificationEnabled): Made protected. - -2005-02-15 Michael Koch - - * javax/swing/InternalFrameFocusTraversalPolicy.java: New file. - * Makefile.am: Added InternalFrameFocusTraversalPolicy.java. - * Makefile.in: Regenerated. - - -2005-02-15 Michael Koch - - * javax/swing/JFormattedTextField.java: Implemented. - * javax/swing/JWindow.java - (JWindow): New constructors. - (initWindow): Renamed from initFrame. - * javax/swing/UIDefaults.java - (ActiveValue): Made interface static. - (LazyValue): Likewise. - * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java - (TitlePaneLayout.TitlePaneLayout): New constructor. - * javax/swing/plaf/basic/BasicSliderUI.java - (ChangeHandler): Made public. - (FocusHandler): Likewise. - (PropertyChangeHandler): Likewise. - (ScrollListener): Likewise. - * javax/swing/plaf/basic/BasicTabbedPaneUI.java - (FocusHandler): Likewise. - (MouseHandler): Likewise. - * javax/swing/plaf/basic/BasicTextPaneUI.java - (BasicTextPaneUI): Extend BasicEditorPaneUI. - * javax/swing/plaf/basic/BasicToolBarUI.java - (BasicToolBarUI): Simplified. Reworked javadoc. - (canDock): Simplified. Make public. - (DockingListener): Made public. - * javax/swing/text/JTextComponent.java - (navigationFilter): New field. - (getNavigationFilter): New method. - (setNavigationFilter): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/plaf/metal/MetalTheme.java - (getControlTextColor): Return getControlInfo(). - (getHighlightedTextColor): Return getControlTextColor(). - -2005-02-15 Michael Koch - - * javax/swing/plaf/basic/BasicButtonListener.java - (BasicButtonListener): New constructor. - * javax/swing/plaf/basic/BasicButtonUI.java - (createButtonListener): Usw new BasicButtonListener constructor. - -2005-02-15 Michael Koch - - * javax/imageio/event/package.html, - javax/imageio/metadata/package.html: New files. - -2005-02-15 Michael Koch - - * java/awt/image/MemoryImageSource.java: Reformatted. - -2005-02-15 Michael Koch - - * javax/swing/tree/TreeCellEditor.java: Refomatted. - -2005-02-15 Jeroen Frijters - - * java/awt/color/ICC_Profile.java - (finalize): Removed pointless field assignments. - -2005-02-15 Michael Koch - - * javax/swing/plaf/basic/BasicEditorPaneUI.java: New file. - * Makefile.am: Added javax/swing/plaf/basic/BasicEditorPaneUI.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/text/DefaultStyledDocument.java: New file. - * Makefile.am: Added javax/swing/text/DefaultStyledDocument.java. - * Makefile.in: Regenerated. - -2005-02-15 Michael Koch - - * javax/swing/JFileChooser.java - (showDialog): Return CANCEL_OPTION for now. - (showOpenDialog): Likewise. - (showSaveDialog): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JApplet.java - (HIDE_ON_CLOSE): Removed. - (EXIT_ON_CLOSE): Likewise. - (DISPOSE_ON_CLOSE): Likewise. - (DO_NOTHING_ON_CLOSE): Likewise. - (close_action): Likewise. - (getDefaultCloseOperation): Likewise. - (setDefaultCloseOperation): Likewise. - (processWindowEvent): Likewise. - (getPreferredSize): Simplified. - * javax/swing/JInternalFrame.java - (setDefaultCloseOperation): Fixed throwing exception on wrong argument - value. - * javax/swing/JWindow.java - (HIDE_ON_CLOSE): Removed. - (EXIT_ON_CLOSE): Likewise. - (DISPOSE_ON_CLOSE): Likewise. - (DO_NOTHING_ON_CLOSE): Likewise. - (close_action): Likewise. - (processKeyEvent): Likewise. - (setDefaultCloseOperation): Likewise. - (getPreferredSize): Simplified. - -2005-02-15 Michael Koch - - * javax/swing/JTextField.java - (getPreferredSize): Re-implemented. - -2005-02-15 Michael Koch - - * javax/swing/JLabel.java - (setDisplayedMnemonic): Use only upper case characters. - (setDisplayedMnemonicIndex): Handle index == -1 and fire - PropertyChangeEvent after property got set to the new index. - -2005-02-15 Robert Schuster - - * javax/swing/JComboBox.java: - (JComboBox): Removed selection of the - first item in the model. - -2005-02-15 Robert Schuster - - * javax/swing/JComboBox.java - added support for no item being selected - (JComboBox): select first or nothing depending on element count - (setModel): cleaned up unneeded "this." usage, added more - docs, made exception behavior match that of the JDK - (setLighWeightPopupEnabled): removed unneeded "this." usage - (setEditable): dito - (setMaximumRowCount): dito - (setRenderer): dito - (setPrototypeDisplayValue): dito - (getSelectedItem): simplified, added more user doc - (setSelectedIndex): corrected exception behavior, added more user doc - (getSelectedIndex): fixed hardcoded dependency on DefaultComboBoxModel, - added performance warning to user doc - (addItem): fixed exception behavior, added user doc - (insertItemAt): dito - (removeItem): dito - (removeItemAt): dito - (removeAll): fixed exception behavior, added user doc, added support - for model not being instance of DefaultComboBoxModel - (getSelectedItemObjects): simplified - (getItemCount): fixed dependency on DefaultComboBoxModel - (getItemAt): fixed dependency on MutableComboBoxModel - * javax/swing/DefaultComboBoxModel.java: - (setSelectedItem): updates selected item only if new - value is null or known (match JDK behavior) - * javax/swing/plaf/basic/BasicComboBoxUI.java: - (paintCurrentValue): renders "" if no item is selected - -2005-02-15 Michael Koch - - * javax/swing/plaf/metal/MetalTheme.java, - javax/swing/plaf/metal/DefaultMetalTheme.java: - New files. - * javax/swing/plaf/metal/MetalLookAndFeel.java - * Makefile.am: Added the new files. - * Makefile.in: Regenerated. - -2005-02-15 Olga Rodimina - - * javax/swing/JTable.java - (editorComp): New field. - (JTable): Initialize local variables and call updateUI - (selectionBackground): Make protected. - (selectionForeground): Likewise. - (initializeLocalVars): Create default editors and renderers, - initialize editingColumn, editingRow variables. - (createDefaultEditors): New Method. - (createDefaultRenderers): Likewise. - (createDefaultListSelectionModel): Removed - (createDefaultSelectionModel): New Method. - (createDefaultTableHeader): Likewise - (removeColumn): Likewise. - (getEditingColumn): Likewise. - (setEditingColumn): Likewise. - (getEditingRow): Likewise. - (setEditingRow): Likewise. - (getEditorComponent): Likewise. - (isEditing): Likewise. - (setDefaultEditor): Likewise. - (addColumnSelectionInterval): Likewise. - (addRowSelectionInterval): Likewise. - (setColumnSelectionInterval): Likewise. - (setRowSelectionInterval): Likewise. - (removeColumnSelectionInterval): Likewise. - (removeRowSelectionInterval): Likewise. - (isColumnSelected): Likewise. - (isRowSelected): Likewise. - (isCellSelected): Likewise. - (selectAll): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java - (addColumn): New method. - (getColumnClass): Likewise. - (getColumnName): Likewise. - -2005-02-15 Paul Jenner - - * javax/swing/TransferHandler.java - (createTransferable): Made protected. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java, - javax/swing/plaf/basic/BasicTableHeaderUI.java, - javax/swing/plaf/basic/BasicTableUI.java: - Use fixed get/setIntercellSpacing() methods. - -2005-02-15 Michael Koch - - * javax/swing/JTable.java - (getIntercellSpacing): Fixed typo in method name. - (setIntercellSpacing): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/text/JTextComponent.java - (focusAccelerator): New variable. - (getFocusAccelerator): New method. - (setFocusAccelerator): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JComponent.java - (setTransferHandler): Made public. Fire property change event. - * javax/swing/TransferHandler.java: Implemented. - * javax/swing/text/JTextComponent.java - (DefaultTransferHandler): New inner class. - (defaultTransferHandler): New variable. - (copy): New method. - (cut): Likewise. - (paste): Likewise. - (doTransferAction): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTree.java - (collapsePath): New method. - (collapseRow): Likewise. - (expandPath): Likewise. - (expandRow): Likewise. - (checkExpandParents): Likewise. - (doExpandParents): Likewise. - (setExpandedState): Likewise. - (makeVisible): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JPasswordField.java: Updated javadocs. - -2005-02-15 Michael Koch - - * javax/swing/JLayeredPane.java - (getLayer): Fixed return type, made public. - (getPosition): Use new getLayer(). - (SetPosition): Likewise. - (getIndexOf): Likewise. - (remove): Likewise. - * javax/swing/JInternalFrame.java - (getLayer): Use new JLayeredPane.getLayer(). - - -2005-02-15 Michael Koch - - * javax/swing/table/TableColumn.java: Added/fixed javadocs over all. - (setHeaderValue): Simplified. Do nothing when old value == new value. - -2005-02-15 Thomas Fitzsimmons - - * gnu/java/awt/peer/gtk/GdkGraphics.java (setClip): Protect - against null clip region. - * gnu/java/awt/peer/gtk/GtkFramePeer.java (create): Call - gtkWindowSetResizable. - (postConfigureEvent): Only revalidate if frame size has changed. - * gnu/java/awt/peer/gtk/GtkWindowPeer.java (postConfigureEvent): - Only revalidate if frame size has changed. - * java/awt/Component.java (reshape): Only repaint and post - component events if component is showing. - * java/awt/Container.java (addImpl): Only post container event if - container is showing. - (remove): Likewise. - * java/awt/Window.java (setLocationRelativeTo): Implement. - (setBoundsCallback): Only post component events if component is - showing. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c (clearRect): - Protect against null graphics structure. Flush gdk event queue. - -2005-02-15 Michael Koch - - * javax/imageio/ImageReader.java, - javax/imageio/ImageTranscoder.java, - javax/imageio/ImageWriter.java, - javax/imageio/spi/ImageInputStreamSpi.java, - javax/imageio/spi/ImageOutputStreamSpi.java, - javax/imageio/spi/ServiceRegistry.java, - javax/imageio/stream/ImageInputStream.java, - javax/imageio/stream/ImageOutputStream.java: Updated. - * javax/imageio/IIOException.java, - javax/imageio/IIOImage.java, - javax/imageio/IIOParam.java, - javax/imageio/IIOParamController.java, - javax/imageio/ImageIO.java, - javax/imageio/ImageReadParam.java, - javax/imageio/ImageTypeSpecifier.java, - javax/imageio/ImageWriteParam.java, - javax/imageio/spi/IIORegistry.java, - javax/imageio/spi/ImageReaderSpi.java, - javax/imageio/spi/ImageWriterSpi.java, - javax/imageio/stream/FileCacheImageInputStream.java, - javax/imageio/stream/FileCacheImageOutputStream.java, - javax/imageio/stream/FileImageInputStream.java, - javax/imageio/stream/FileImageOutputStream.java, - javax/imageio/stream/ImageInputStreamImpl.java, - javax/imageio/stream/ImageOutputStreamImpl.java, - javax/imageio/stream/MemoryCacheImageInputStream.java, - javax/imageio/stream/MemoryCacheImageOutputStream.java, - javax/imageio/event/IIOReadProgressListener.java, - javax/imageio/event/IIOReadUpdateListener.java, - javax/imageio/event/IIOReadWarningListener.java, - javax/imageio/event/IIOWriteProgressListener.java, - javax/imageio/event/IIOWriteWarningListener.java, - javax/imageio/metadata/IIOMetadata.java, - javax/imageio/metadata/IIOMetadataController.java, - javax/imageio/metadata/IIOMetadataFormat.java, - javax/imageio/metadata/IIOInvalidTreeException.java, - javax/imageio/metadata/IIOMetadataFormatImpl.java, - javax/imageio/metadata/IIOMetadataNode.java: New files. - * Makefile.am (javax_source_files): Added new files - * Makefile.in: Regenerated. - -2005-02-15 Graydon Hoare - - * gnu/java/awt/peer/gtk/GdkGraphics2D.java: - Rework painting into BufferedImages - * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: - Construct BufferedImage with alpha only when alpha is - present in colormodel. - * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c: - Rework painting into client-side jint arrays. - * jni/gtk-peer/gtkcairopeer.h: - Likewise. - -2005-02-15 Michael Koch - - * javax/swing/DefaultListCellRenderer.java - (serialVersionUID): Made private. - (getListCellRendererComponent): Set horizontal alignment. - * javax/swing/JLabel.java - (setVerticalAlignment): Re-implemented. - (setHorizontalAlignment): Do nothing if old value = new value. - * javax/swing/JList.java - (setCellRenderer): Likewise. - (setModel): Re-implemented. - (setSelectionModel): Likewise. - -2005-02-15 David Gilbert - - * java/awt/Component.java, - java/awt/geom/Rectangle2D.java: - Javadoc fixes. - -2005-02-15 Michael Koch - - * javax/swing/AbstractListModel.java - (fireContentsChanged): Simplified. - (fireIntervalAdded): Likewise. - (fireIntervalRemoved): Likewise. - * javax/swing/DefaultSingleSelectionModel.java: - Reformatted. - (fireStateChanged): Simplified. - * javax/swing/JPopupMenu.java - (setSelectionModel): Set property. - -2005-02-15 Michael Koch - - * java/awt/print/Book.java: Reformatted. - -2005-02-15 Michael Koch - - * java/awt/geom/Area.java - (QuadSegment.curveArea): Remove unused variables. - (CubicSegment.curveArea): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JTree.java - (ANCHOR_SELECTION_PATH_PROPERTY): Added @since tag. - (LEAD_SELECTION_PATH_PROPERTY): Likewise. - (EXPANDS_SELECTED_PATHS_PROPERTY): Likewise. - (EXPANDED): New constant. - (COLLAPSED): Likewise. - (nodeStates): New field. - (cellEditor): New method. - (cellRenderer): Likewise. - (selectionModel): Likewise. - (treeModel): Likewise. - (scrollPathToVisible): Likewise. - (scrollRowToVisible): Likewise. - (isCollapsed): Likewise. - (isExpanded): Likewise. - (clearToggledPaths): Likewise. - (getDescendantToggledPaths): Likewise. - (hasBeenExpanded): Likewise. - (isVisible): Likewise. - (isPathEditable): Likewise. - -2005-02-15 Michael Koch - - * javax/swing/JLayeredPane.java: Reformatted. - -2005-02-15 Michael Koch - - * javax/swing/tree/DefaultMutableTreeNode.java: - Completely Revised. - * javax/swing/tree/MutableTreeNode.java: - Reformatted. - -2005-02-15 Michael Koch - - * javax/swing/JFormattedTextField.java - (setDocument): Call setDocument of super class. Don't fire property - change event. - -2005-02-15 Sven de Marothy - - * java/awt/image/IndexColorModel.java: - Add FIXME with respect to alpha handling. - (getAlpha): Default to returning opaque pixels. - * java/awt/image/MultiPixelPackedSampleModel.java - (MultiPixelPackedSampleModel): Corrected parameters, order of - bit shifts and masks, stride length off by one. - -2005-02-15 Michael Koch - - * javax/swing/JList.java, javax/swing/JTree.java: - Added much new methods and fixed much methods setting bound properties. - -2005-02-16 Mark Wielaard - - * Makefile.am (gnu_xml_source_files): Removed - gnu/xml/dom/DomCDATA.java, gnu/xml/dom/DomEx.java, - gnu/xml/dom/DomFragment.java, gnu/xml/dom/DomPI.java and - gnu/xml/dom/ls/DomLSEx.java. Replaced by adding - gnu/xml/dom/DomCDATASection.java, gnu/xml/dom/DomDOMException.java, - gnu/xml/dom/DomDocumentFragment.java, - gnu/xml/dom/DomProcessingInstruction.java and - gnu/xml/dom/ls/DomLSException.java. - * Makefile.in: Regenerated. - -2005-02-16 Tom Tromey - - * gnu/xml/aelfred2/SAXDriver.java: Ensure that null is returned when - attribute index is out of bounds. - -2005-02-16 Chris Burdess - - * gnu/xml/aelfred2/SAXDriver.java: Corrected implementation of - isDeclared methods. Improved performance of isSpecified methods. - -2005-02-16 Chris Burdess - - Fixes bug libgcj/19864 - * gnu/xml/dom/DomAttr.java, - gnu/xml/dom/DomCDATA.java, - gnu/xml/dom/DomCDATASection.java, - gnu/xml/dom/DomCharacterData.java, - gnu/xml/dom/DomDOMException.java, - gnu/xml/dom/DomDoctype.java, - gnu/xml/dom/DomDocument.java, - gnu/xml/dom/DomDocumentConfiguration.java, - gnu/xml/dom/DomDocumentFragment.java, - gnu/xml/dom/DomElement.java, - gnu/xml/dom/DomEx.java, - gnu/xml/dom/DomFragment.java, - gnu/xml/dom/DomImpl.java, - gnu/xml/dom/DomIterator.java, - gnu/xml/dom/DomNamedNodeMap.java, - gnu/xml/dom/DomNode.java, - gnu/xml/dom/DomNsNode.java, - gnu/xml/dom/DomPI.java, - gnu/xml/dom/DomProcessingInstruction.java, - gnu/xml/dom/DomText.java, - gnu/xml/dom/DomLSEx.java, - gnu/xml/dom/DomLSException.java, - gnu/xml/dom/DomLSParser.java, - gnu/xml/dom/DomLSSerializer.java: Refactoring of exception and DOM - implementation class names to conform to Classpath guidelines. Make - DomLSException use JDK 1.4+ exception chaining. - * gnu/xml/util/SAXNullTransformerFactory.java, - gnu/xml/xpath/Predicate.java: Use constants relative to - declaring class or interface. - -2005-02-16 Andrew Haley - - * javax/security/auth/Subject.java (doAsPrivileged): If acc is - null, create a new AccessControlContext. - * java/security/SecureClassLoader.java (protectionDomainCache): - new field. - (defineClass): Create a new protection domain and add it to our - cache. - - * java/rmi/server/UnicastRemoteObject.java (exportObject): Call - addStub() to keep track of the stub we've exported. - (unexportObject): Call deleteStub(). - * java/rmi/server/RemoteObject.java (stubs): New field. - (addStub): New method. - (deleteStub): New method. - (toStub): Rewrite. - - * java/lang/VMCompiler.java (loadSharedLibrary): Pass - true to findHelper (tryParents). - * gnu/gcj/runtime/SharedLibLoader.java (SharedLibLoader): - Likewise. - * java/net/URLClassLoader.java (SoURLLoader): Likewise. - * gnu/gcj/runtime/SharedLibHelper.java (SharedLibHelper): Pass - ProtectionDomain. - If tryParents is false, don't scan parent class loaders. - - * java/security/Permissions.java (PermissionsHash.implies): - Iterate over the collection and invoke implies() on each - element. - -2005-02-16 Andrew Haley - - * gnu/gcj/runtime/PersistentByteMap.java (name, values, fc): new - fields. - (PersistentByteMap): Set name - Magic number changed to 0x67636a64 ("gcjd"). - (init): Force the map to be prime. - (emptyPersistentByteMap): File name was a string, now a File. - (addBytes): Share srings between entries. - (stringTableSize): New method. - (capacity): Scale by load factor. - (force): New method. - (getFile): New method. - (close): New method. - (putAll): New method. - (ByteWrapper): New class. - * gnu/gcj/tools/gcj_dbtool/Main.java (verbose): New field. - (main): Guess the average string size as 32, not 64. - Copy a database before modifying it, so that we can update a - database in a running system. - If a database isn't big enough, resize it. - "-m": new option: merges databases. - "-a": Create a new detabase if it doesn't exist. - (usage): Correct, add new option. - (addJar): Copy a database before modifying it. - (resizeMap): New method. - -2005-02-15 David Daney - Bryce McKinlay - - * prims.cc (_Jv_CreateJavaVM): Add comment about initialization order. - * posix-threads.cc (_Jv_InitThreads): Call block_sigchld() here to - ensure that GC threads inherit the new signal mask. - (block_sigchld): Call JvFail rather than throwing exception if - pthread_sigmask() fails. - -2005-02-15 Mark Wielaard - - * java/util/jar/Attributes.java (Name.CLASS_PATH): Document that - file path elements are separated by spaces. - -2005-02-15 Mark Wielaard - - * java/util/jar/Attributes.java (Attributes.Name): Add documentation - to describe attributes without a constant field value in this class. - -2005-02-15 Michael Koch - - * java/util/jar/Attributes.java - (CREATED_BY, JAVA_BEAN, MAGIC): Removed. - -2005-02-15 Mark Wielaard - - * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Just use - space for parsing CLASS_PATH attribute. - -2005-02-15 Mark Wielaard - - * java/net/URLClassLoader.java (JarURLLoader.JarURLLoader): Don't look - aside for "GCJLIBS" in directory where jarfiles are loaded. - (JarURLLoader.getClass): Removed method. - (JarURLLoader.toString): Removed method. - (FileResource.toString): Removed method. - -2005-02-15 Mark Wielaard - - * javax/net/ssl/SSLContext.java (getInstance): Add exception message - and/or cause before throwing. - -2005-02-15 Richard Henderson - - * Makefile.am (libgcj_la_SOURCES): Move all sources ... - (libgcj0_convenience_la_SOURCES): ... here. - (libgcj_la_LIBADD): Add libgcj0_convenience.la. - (libgcj_la_DEPENDENCIES): Include libgcj_la_LIBADD. - * Makefile.in: Regenerate. - -2005-02-14 Thomas Fitzsimmons - - * jawt.c: New file. - * include/jawt.h: Likewise. - * include/jawt_md.h: Likewise. - * include/Makefile.am (tool_include__HEADERS): Add jawt.h and - jawt_md.h files. - * include/Makefile.in: Regenerate. - * jni/classpath/classpath_jawt.h: Likewise. - * jni/gtk-peer/gtk_jawt.c: Likewise. - * Makefile.am: Build libjawt.so. - * Makefile.in: Regenerate. - -2005-02-14 Tom Tromey - - * testsuite/libjava.lang/PR19921.java: Use correct class name. - -2005-02-14 Tom Tromey - - * testsuite/libjava.lang/PR19921.out: Renamed from PR19929.out. - * testsuite/libjava.lang/PR19921.java: Renamed from PR19929.java. - -2005-02-14 Tom Tromey - - For PR java/19929: - * testsuite/libjava.lang/PR19929.out: New file. - * testsuite/libjava.lang/PR19929.java: New file. - -2005-02-14 Anthony Green - - PR libgcj/18116 - * testsuite/libjava.jni/PR18116.c: New file. - * testsuite/libjava.jni/PR18116.java: New file. - * testsuite/libjava.jni/PR18116.out: New file. - -2005-02-13 Anthony Green - - PR libgcj/18116 - * jni.cc (nathash_add): Don't strdup the method signature. - (_Jv_JNI_RegisterNatives): Convert the slashes to dots in the - method signature. - Update copyright. - -2005-02-12 Mark Wielaard - - Fixes bug libgcj/8170 - * java/lang/ClassLoader.java (loadClass): Don't rewrap - ClassNotFoundException. - * gnu/java/lang/MainThread.java (run): Chain NoClassDefFoundError. - * gnu/gcj/runtime/NameFinder.java (remove_interpreter): Removed. - (remove_internal): New field superceding remove_interpreter. - (sanitizeStack): Remove all no-package classes starting with "_Jv_". - Remove no-class methods starting with "_Jv_". And Replace null - class or method names with the empty string. Stop at either the - MainThread or a real Thread run() method. - (newElement): Made static. - * java/net/URLClassLoader.java (findClass): Throw - ClassNotFoundExceptions including urls, plus parent using toString(). - (thisString): New field. - (toString): New method. - -2005-02-10 Tom Tromey - - * external/sax/Makefile.in: Rebuilt. - * external/sax/Makefile.am (all-local): Removed. - (BUILT_SOURCES): New variable. - (mostlyclean-local): No error if no classes to delete. - * external/w3c_dom/Makefile.in: Rebuilt. - * external/w3c_dom/Makefile.am (all-local): Removed. - (BUILT_SOURCES): New variable. - (mostlyclean-local): No error if no classes to delete. - -2005-02-10 Bryce McKinlay - - * testsuite/libjava.mauve/xfails: Updated to reflect current state - of mauve and libjava. - -2005-02-09 Tom Tromey - - * gnu/java/net/protocol/jar/Connection.java (getJarFile): Open - jar file with OPEN_DELETE. - * java/util/zip/ZipFile.java (ZipFile): Call deleteOnExit when - OPEN_DELETE is used. - -2005-02-09 Tom Tromey - - * java/util/zip/InflaterInputStream.java (markSupported): - Override. - (mark, reset): Likewise. - -2005-02-08 Tom Tromey - - * java/net/URI.java (AUTHORITY_REGEXP): Handle case where user - name or port is missing. - (AUTHORITY_USERINFO_GROUP, AUTHORITY_HOST_GROUP, - AUTHORITY_PORT_GROUP): Updated. - -2005-02-08 Tom Tromey - - * configure: Rebuilt. - * configure.ac: Reduce number of calls to AC_CHECK_FUNCS and - AC_CHECK_HEADERS. - -2005-02-07 Tom Tromey - - * java/lang/natRuntime.cc (insertSystemProperties): Set - sun.boot.class.path earlier. - -2005-02-07 Tom Tromey - - * defineclass.cc (handleClassBegin): Use - _Jv_RegisterInitiatingLoader. - * java/lang/Class.h (_Jv_UnregisterInitiatingLoader): Declare. - * java/lang/natVMClassLoader.cc (resolveClass): Don't register - class. Use _Jv_UnregisterInitiatingLoader. - * java/lang/natClassLoader.cc (_Jv_UnregisterInitiatingLoader): - New function. - -2005-02-07 Mark Wielaard - - Reported by Timo Lindfors - java/util/regex/Matcher.java (lookingAt): Set position when match - found. - (matches): Implemented through lookingAt(). - -2005-02-07 Mark Wielaard - - Fix suggested by Timo Lindfors - * java/util/regex/Pattern.java (split(CharSequence,int)): - Fix while empties > 0 loops. - -2005-02-07 Robert Schuster - - * gnu/java/nio/charset/ISO_8859_1.java, - gnu/java/nio/charset/US_ASCII.java, - gnu/java/nio/charset/UTF_16.java, - gnu/java/nio/charset/UTF_16_LE.java, - gnu/java/nio/charset/UTF_16_BE.java, - gnu/java/nio/charset/UTF_8.java: Fixed canonical names - and aliases according to - "http://www.iana.org/assignments/character-sets", - "http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html" - and "http://oss.software.ibm.com/cgi-bin/icu/convexp?s=ALL". - * gnu/java/nio/charset/Provider.java: Made charset lookup - case-insensitive which fixes bug #11740. - -2005-02-07 Tom Tromey - - PR libgcj/19611: - * Makefile.in: Rebuilt. - * Makefile.am (src.zip): New target. - (install-src.zip): Likewise. - (sourcesdir): New variable. - -2005-02-06 Jerry Quinn - - * javax/imageio/metadata/IIOMetadataNode.java: - Implemented. - * javax/imageio/metadata/IIOAttr.java, - javax/imageio/metadata/IIONamedNodeMap.java, - javax/imageio/metadata/IIONodeList.java: - New files - -2005-02-06 Graydon Hoare - - * gnu/java/awt/ClasspathToolkit.java - (registerImageIOSpis): New method. - * javax/imageio/ImageIO.java - (WriterFormatFilter.filter): Fix copy-and-paste typos. - (WriterMIMETypeFilter.filter): Likewise. - (ImageReaderIterator): Pass extension argument through to SPI. - (getReadersByFilter): Likewise. - (getWritersByFilter): Likewise. - (getImageReadersByFormatName): Likewise. - (getImageReadersByMIMEType): Likewise. - (getImageReadersBySuffix): Likewise. - (getImageWritersByFormatName): Likewise. - (getImageWritersByMIMEType): Likewise. - (getImageWritersBySuffix): Likewise. - (read): Implement. - (write): Implement. - * javax/imageio/ImageReader.java - (progressListeners): Initialize. - (setInput): Implement. - * javax/imageio/ImageWriter.java - (progressListeners): Initialize. - (warningListeners): Likewise. - (warningLocales): Likewise. - (setOutput): Test "isInstance" rather than class equality. - * javax/imageio/spi/IIORegistry.java - (static): Add reader and writer SPIs. - (IIORegistry): Call ClasspathToolkit.registerImageIOSpis. - -2004-02-06 Michael Koch - - * javax/imageio/metadata/IIOInvalidTreeException.java - (IIOInvalidTreeException): Reformatted. - * javax/imageio/spi/IIORegistry.java - (static): Register ImageReaderSpi.class and ImageWriterSpi.class. - * javax/imageio/stream/MemoryCacheImageInputStream.java: - Reworked import statements. - -2004-02-06 Michael Koch - - * javax/imageio/stream/FileImageOutputStream.java: - Implemented. - -2004-02-06 Michael Koch - - * javax/imageio/stream/FileCacheImageInputStream.java, - javax/imageio/stream/FileCacheImageOutputStream.java, - javax/imageio/stream/FileImageInputStream.java, - javax/imageio/stream/ImageInputStreamImpl.java, - javax/imageio/stream/ImageOutputStreamImpl.java, - javax/imageio/stream/MemoryCacheImageInputStream.java, - javax/imageio/stream/MemoryCacheImageOutputStream.java: - Added all missing methods in javax.imageio.stream. - -2005-02-02 David Daney - - * java/net/InetAddress.java (InetAddress): Make a private copy of - the address. - * java/net/Inet4Address.java (getAddress): Return a copy of the - address. - * java/net/Inet6Address.java (Inet6Address): Use private copy of - the address - (getAddress): Return a copy of the address. - (equals): Rewrote. - -2005-02-02 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (classes.stamp): New target, broken out from - libgcj.jar target. - ($(all_java_class_files)): Depend on it. - (libgcj-@gcc_version@.jar): Likewise. - (all-recursive): Likewise. - (CLEANFILES): Include classes.stamp. - -2005-02-02 Hans Boehm - - * link.cc: Include - -2005-02-02 Tom Tromey - - PR libgcj/19681: - * Makefile.in: Rebuilt. - * Makefile.am (ordinary_java_source_files): Added new class. - * java/lang/natVMClassLoader.cc (getSystemClassLoaderInternal): - Use system_instance, not instance. - * gnu/gcj/runtime/SystemClassLoader.java: New file. - * gnu/gcj/runtime/VMClassLoader.java (init): Don't search - java.class.path. - (system_instance): New field. - (initialize): Initialize the system loader as well. - (VMClassLoader): Default to LIB_CACHE. - -2005-02-02 Tom Tromey - - * gnu/gcj/runtime/PersistentByteMap.java: Fixed typo. - * prims.cc: Fixed comment. - -2005-02-01 Tom Tromey - - * Makefile.in: Rebuilt. - * Makefile.am (BOOTCLASSPATH): Added sax and w3c_dom. - (.java.class): Use BOOTCLASSPATH. - -2005-02-01 Tom Tromey - - * external/w3c_dom/Makefile.am: New file. - * external/w3c_dom/Makefile.in: New file. - * external/sax/Makefile.am: New file. - * external/sax/Makefile.in: New file. - * external/Makefile.in: New file. - * external/Makefile.am: New file. - * external/README: New file from Classpath. - * configure, aclocal.m4, Makefile.in: Rebuilt. - * configure.ac (AC_CONFIG_FILES): Create new Makefiles. - * Makefile.am (SUBDIRS): Added external. - (toolexeclib_LTLIBRARIES): Removed lib-org-xml-sax.la, - lib-org-w3c-dom.la, lib-org-ietf-gss.la. - (BOOTCLASSPATH): New variable. - (AM_GCJFLAGS): Use it. - (gnu_xml_source_files): New variable. - (libgcj_la_SOURCES): Use it. - (libgcj_la_LDADD): Include new convenience libraries. - (lib_org_ietf_jgss_la_SOURCES): Removed. - (lib_org_ietf_jgss_la_DEPENDENCIES): Likewise. - (lib_org_ietf_jgss_la_LIBADD): Likewise. - (lib_org_w3c_dom_la_SOURCES): Removed. - (lib_org_w3c_dom_la_DEPENDENCIES): Likewise. - (lib_org_w3c_dom_la_LIBADD): Likewise. - (lib_org_xml_sax_la_SOURCES): Removed. - (lib_org_xml_sax_la_DEPENDENCIES): Likewise. - (lib_org_xml_sax_la_LIBADD): Likewise. - (all_java_source_files): Updated. - (property_files): Likewise. - (libgcj-@gcc_version@.jar): Include classes from external/. - (javax_source_files): Updated. - (ordinary_java_source_files): Updated. - * javax/xml/XMLConstants.java, - javax/xml/datatype/DatatypeConfigurationException.java, - javax/xml/datatype/DatatypeConstants.java, - javax/xml/datatype/DatatypeFactory.java, - javax/xml/datatype/Duration.java, - javax/xml/datatype/XMLGregorianCalendar.java, - javax/xml/datatype/package.html, - javax/xml/namespace/NamespaceContext.java, - javax/xml/namespace/QName.java, javax/xml/namespace/package.html, - javax/xml/parsers/DocumentBuilder.java, - javax/xml/parsers/DocumentBuilderFactory.java, - javax/xml/parsers/FactoryConfigurationError.java, - javax/xml/parsers/ParserConfigurationException.java, - javax/xml/parsers/SAXParser.java, - javax/xml/parsers/SAXParserFactory.java, - javax/xml/parsers/package.html, - javax/xml/transform/ErrorListener.java, - javax/xml/transform/OutputKeys.java, - javax/xml/transform/Result.java, javax/xml/transform/Source.java, - javax/xml/transform/SourceLocator.java, - javax/xml/transform/Templates.java, - javax/xml/transform/Transformer.java, - javax/xml/transform/TransformerConfigurationException.java, - javax/xml/transform/TransformerException.java, - javax/xml/transform/TransformerFactory.java, - javax/xml/transform/TransformerFactoryConfigurationError.java, - javax/xml/transform/URIResolver.java, - javax/xml/transform/package.html, - javax/xml/transform/dom/DOMLocator.java, - javax/xml/transform/dom/DOMResult.java, - javax/xml/transform/dom/DOMSource.java, - javax/xml/transform/dom/package.html, - javax/xml/transform/sax/SAXResult.java, - javax/xml/transform/sax/SAXSource.java, - javax/xml/transform/sax/SAXTransformerFactory.java, - javax/xml/transform/sax/TemplatesHandler.java, - javax/xml/transform/sax/TransformerHandler.java, - javax/xml/transform/sax/package.html, - javax/xml/transform/stream/StreamResult.java, - javax/xml/transform/stream/StreamSource.java, - javax/xml/transform/stream/package.html, - javax/xml/validation/Schema.java, - javax/xml/validation/SchemaFactory.java, - javax/xml/validation/TypeInfoProvider.java, - javax/xml/validation/Validator.java, - javax/xml/validation/ValidatorHandler.java, - javax/xml/validation/package.html, javax/xml/xpath/XPath.java, - javax/xml/xpath/XPathConstants.java, - javax/xml/xpath/XPathException.java, - javax/xml/xpath/XPathExpression.java, - javax/xml/xpath/XPathExpressionException.java, - javax/xml/xpath/XPathFactory.java, - javax/xml/xpath/XPathFactoryConfigurationException.java, - javax/xml/xpath/XPathFunction.java, - javax/xml/xpath/XPathFunctionException.java, - javax/xml/xpath/XPathFunctionResolver.java, - javax/xml/xpath/XPathVariableResolver.java, - javax/xml/xpath/package.html: New files, from GNU JAXP. - * org/w3c/dom/Attr.java, org/w3c/dom/CDATASection.java, - org/w3c/dom/CharacterData.java, org/w3c/dom/Comment.java, - org/w3c/dom/DOMException.java, org/w3c/dom/DOMImplementation.java, - org/w3c/dom/Document.java, org/w3c/dom/DocumentFragment.java, - org/w3c/dom/DocumentType.java, org/w3c/dom/Element.java, - org/w3c/dom/Entity.java, org/w3c/dom/EntityReference.java, - org/w3c/dom/NamedNodeMap.java, org/w3c/dom/Node.java, - org/w3c/dom/NodeList.java, org/w3c/dom/Notation.java, - org/w3c/dom/ProcessingInstruction.java, org/w3c/dom/Text.java, - org/w3c/dom/ranges/DocumentRange.java, - org/w3c/dom/ranges/Range.java, - org/w3c/dom/ranges/RangeException.java, - org/w3c/dom/traversal/DocumentTraversal.java, - org/w3c/dom/traversal/NodeFilter.java, - org/w3c/dom/traversal/NodeIterator.java, - org/w3c/dom/traversal/TreeWalker.java, - org/xml/sax/AttributeList.java, org/xml/sax/Attributes.java, - org/xml/sax/ContentHandler.java, org/xml/sax/DTDHandler.java, - org/xml/sax/DocumentHandler.java, org/xml/sax/EntityResolver.java, - org/xml/sax/ErrorHandler.java, org/xml/sax/HandlerBase.java, - org/xml/sax/InputSource.java, org/xml/sax/Locator.java, - org/xml/sax/Parser.java, org/xml/sax/SAXException.java, - org/xml/sax/SAXNotRecognizedException.java, - org/xml/sax/SAXNotSupportedException.java, - org/xml/sax/SAXParseException.java, org/xml/sax/XMLFilter.java, - org/xml/sax/XMLReader.java, org/xml/sax/package.html, - org/xml/sax/ext/DeclHandler.java, - org/xml/sax/ext/LexicalHandler.java, org/xml/sax/ext/package.html, - org/xml/sax/helpers/AttributeListImpl.java, - org/xml/sax/helpers/AttributesImpl.java, - org/xml/sax/helpers/DefaultHandler.java, - org/xml/sax/helpers/LocatorImpl.java, - org/xml/sax/helpers/NamespaceSupport.java, - org/xml/sax/helpers/NewInstance.java, - org/xml/sax/helpers/ParserAdapter.java, - org/xml/sax/helpers/ParserFactory.java, - org/xml/sax/helpers/XMLFilterImpl.java, - org/xml/sax/helpers/XMLReaderAdapter.java, - org/xml/sax/helpers/XMLReaderFactory.java, - org/xml/sax/helpers/package.html: Moved to external/. - * external/sax/README, - external/sax/org/xml/sax/AttributeList.java, - external/sax/org/xml/sax/Attributes.java, - external/sax/org/xml/sax/ContentHandler.java, - external/sax/org/xml/sax/DTDHandler.java, - external/sax/org/xml/sax/DocumentHandler.java, - external/sax/org/xml/sax/EntityResolver.java, - external/sax/org/xml/sax/ErrorHandler.java, - external/sax/org/xml/sax/HandlerBase.java, - external/sax/org/xml/sax/InputSource.java, - external/sax/org/xml/sax/Locator.java, - external/sax/org/xml/sax/Parser.java, - external/sax/org/xml/sax/SAXException.java, - external/sax/org/xml/sax/SAXNotRecognizedException.java, - external/sax/org/xml/sax/SAXNotSupportedException.java, - external/sax/org/xml/sax/SAXParseException.java, - external/sax/org/xml/sax/XMLFilter.java, - external/sax/org/xml/sax/XMLReader.java, - external/sax/org/xml/sax/package.html, - external/sax/org/xml/sax/ext/Attributes2.java, - external/sax/org/xml/sax/ext/Attributes2Impl.java, - external/sax/org/xml/sax/ext/DeclHandler.java, - external/sax/org/xml/sax/ext/DefaultHandler2.java, - external/sax/org/xml/sax/ext/EntityResolver2.java, - external/sax/org/xml/sax/ext/LexicalHandler.java, - external/sax/org/xml/sax/ext/Locator2.java, - external/sax/org/xml/sax/ext/Locator2Impl.java, - external/sax/org/xml/sax/ext/package.html, - external/sax/org/xml/sax/helpers/AttributeListImpl.java, - external/sax/org/xml/sax/helpers/AttributesImpl.java, - external/sax/org/xml/sax/helpers/DefaultHandler.java, - external/sax/org/xml/sax/helpers/LocatorImpl.java, - external/sax/org/xml/sax/helpers/NamespaceSupport.java, - external/sax/org/xml/sax/helpers/NewInstance.java, - external/sax/org/xml/sax/helpers/ParserAdapter.java, - external/sax/org/xml/sax/helpers/ParserFactory.java, - external/sax/org/xml/sax/helpers/XMLFilterImpl.java, - external/sax/org/xml/sax/helpers/XMLReaderAdapter.java, - external/sax/org/xml/sax/helpers/XMLReaderFactory.java, - external/sax/org/xml/sax/helpers/package.html, - external/w3c_dom/COPYRIGHT.html, external/w3c_dom/README, - external/w3c_dom/org/w3c/dom/Attr.java, - external/w3c_dom/org/w3c/dom/CDATASection.java, - external/w3c_dom/org/w3c/dom/CharacterData.java, - external/w3c_dom/org/w3c/dom/Comment.java, - external/w3c_dom/org/w3c/dom/DOMConfiguration.java, - external/w3c_dom/org/w3c/dom/DOMError.java, - external/w3c_dom/org/w3c/dom/DOMErrorHandler.java, - external/w3c_dom/org/w3c/dom/DOMException.java, - external/w3c_dom/org/w3c/dom/DOMImplementation.java, - external/w3c_dom/org/w3c/dom/DOMImplementationList.java, - external/w3c_dom/org/w3c/dom/DOMImplementationSource.java, - external/w3c_dom/org/w3c/dom/DOMLocator.java, - external/w3c_dom/org/w3c/dom/DOMStringList.java, - external/w3c_dom/org/w3c/dom/Document.java, - external/w3c_dom/org/w3c/dom/DocumentFragment.java, - external/w3c_dom/org/w3c/dom/DocumentType.java, - external/w3c_dom/org/w3c/dom/Element.java, - external/w3c_dom/org/w3c/dom/Entity.java, - external/w3c_dom/org/w3c/dom/EntityReference.java, - external/w3c_dom/org/w3c/dom/NameList.java, - external/w3c_dom/org/w3c/dom/NamedNodeMap.java, - external/w3c_dom/org/w3c/dom/Node.java, - external/w3c_dom/org/w3c/dom/NodeList.java, - external/w3c_dom/org/w3c/dom/Notation.java, - external/w3c_dom/org/w3c/dom/ProcessingInstruction.java, - external/w3c_dom/org/w3c/dom/Text.java, - external/w3c_dom/org/w3c/dom/TypeInfo.java, - external/w3c_dom/org/w3c/dom/UserDataHandler.java, - external/w3c_dom/org/w3c/dom/bootstrap/DOMImplementationRegistry.java, - external/w3c_dom/org/w3c/dom/css/CSS2Properties.java, - external/w3c_dom/org/w3c/dom/css/CSSCharsetRule.java, - external/w3c_dom/org/w3c/dom/css/CSSFontFaceRule.java, - external/w3c_dom/org/w3c/dom/css/CSSImportRule.java, - external/w3c_dom/org/w3c/dom/css/CSSMediaRule.java, - external/w3c_dom/org/w3c/dom/css/CSSPageRule.java, - external/w3c_dom/org/w3c/dom/css/CSSPrimitiveValue.java, - external/w3c_dom/org/w3c/dom/css/CSSRule.java, - external/w3c_dom/org/w3c/dom/css/CSSRuleList.java, - external/w3c_dom/org/w3c/dom/css/CSSStyleDeclaration.java, - external/w3c_dom/org/w3c/dom/css/CSSStyleRule.java, - external/w3c_dom/org/w3c/dom/css/CSSStyleSheet.java, - external/w3c_dom/org/w3c/dom/css/CSSUnknownRule.java, - external/w3c_dom/org/w3c/dom/css/CSSValue.java, - external/w3c_dom/org/w3c/dom/css/CSSValueList.java, - external/w3c_dom/org/w3c/dom/css/Counter.java, - external/w3c_dom/org/w3c/dom/css/DOMImplementationCSS.java, - external/w3c_dom/org/w3c/dom/css/DocumentCSS.java, - external/w3c_dom/org/w3c/dom/css/ElementCSSInlineStyle.java, - external/w3c_dom/org/w3c/dom/css/RGBColor.java, - external/w3c_dom/org/w3c/dom/css/Rect.java, - external/w3c_dom/org/w3c/dom/css/ViewCSS.java, - external/w3c_dom/org/w3c/dom/events/DocumentEvent.java, - external/w3c_dom/org/w3c/dom/events/Event.java, - external/w3c_dom/org/w3c/dom/events/EventException.java, - external/w3c_dom/org/w3c/dom/events/EventListener.java, - external/w3c_dom/org/w3c/dom/events/EventTarget.java, - external/w3c_dom/org/w3c/dom/events/MouseEvent.java, - external/w3c_dom/org/w3c/dom/events/MutationEvent.java, - external/w3c_dom/org/w3c/dom/events/UIEvent.java, - external/w3c_dom/org/w3c/dom/html2/HTMLAnchorElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLAppletElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLAreaElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLBRElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLBaseElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLBaseFontElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLBodyElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLButtonElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLCollection.java, - external/w3c_dom/org/w3c/dom/html2/HTMLDListElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLDirectoryElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLDivElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLDocument.java, - external/w3c_dom/org/w3c/dom/html2/HTMLElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFieldSetElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFontElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFormElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFrameElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLFrameSetElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLHRElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLHeadElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLHeadingElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLHtmlElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLIFrameElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLImageElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLInputElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLIsIndexElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLLIElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLLabelElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLLegendElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLLinkElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLMapElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLMenuElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLMetaElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLModElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLOListElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLObjectElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLOptGroupElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLOptionElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLOptionsCollection.java, - external/w3c_dom/org/w3c/dom/html2/HTMLParagraphElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLParamElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLPreElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLQuoteElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLScriptElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLSelectElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLStyleElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableCaptionElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableCellElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableColElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableRowElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTableSectionElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTextAreaElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLTitleElement.java, - external/w3c_dom/org/w3c/dom/html2/HTMLUListElement.java, - external/w3c_dom/org/w3c/dom/ls/DOMImplementationLS.java, - external/w3c_dom/org/w3c/dom/ls/LSException.java, - external/w3c_dom/org/w3c/dom/ls/LSInput.java, - external/w3c_dom/org/w3c/dom/ls/LSLoadEvent.java, - external/w3c_dom/org/w3c/dom/ls/LSOutput.java, - external/w3c_dom/org/w3c/dom/ls/LSParser.java, - external/w3c_dom/org/w3c/dom/ls/LSParserFilter.java, - external/w3c_dom/org/w3c/dom/ls/LSProgressEvent.java, - external/w3c_dom/org/w3c/dom/ls/LSResourceResolver.java, - external/w3c_dom/org/w3c/dom/ls/LSSerializer.java, - external/w3c_dom/org/w3c/dom/ls/LSSerializerFilter.java, - external/w3c_dom/org/w3c/dom/ranges/DocumentRange.java, - external/w3c_dom/org/w3c/dom/ranges/Range.java, - external/w3c_dom/org/w3c/dom/ranges/RangeException.java, - external/w3c_dom/org/w3c/dom/stylesheets/DocumentStyle.java, - external/w3c_dom/org/w3c/dom/stylesheets/LinkStyle.java, - external/w3c_dom/org/w3c/dom/stylesheets/MediaList.java, - external/w3c_dom/org/w3c/dom/stylesheets/StyleSheet.java, - external/w3c_dom/org/w3c/dom/stylesheets/StyleSheetList.java, - external/w3c_dom/org/w3c/dom/traversal/DocumentTraversal.java, - external/w3c_dom/org/w3c/dom/traversal/NodeFilter.java, - external/w3c_dom/org/w3c/dom/traversal/NodeIterator.java, - external/w3c_dom/org/w3c/dom/traversal/TreeWalker.java, - external/w3c_dom/org/w3c/dom/views/AbstractView.java, - external/w3c_dom/org/w3c/dom/views/DocumentView.java, - external/w3c_dom/org/w3c/dom/xpath/XPathEvaluator.java, - external/w3c_dom/org/w3c/dom/xpath/XPathException.java, - external/w3c_dom/org/w3c/dom/xpath/XPathExpression.java, - external/w3c_dom/org/w3c/dom/xpath/XPathNSResolver.java, - external/w3c_dom/org/w3c/dom/xpath/XPathNamespace.java, - external/w3c_dom/org/w3c/dom/xpath/XPathResult.java: New files - from Classpath. - -2005-01-31 Anthony Green - - * gnu/java/net/natPlainDatagramSocketImplPosix.cc (getOption): - Support IP_MULTICAST_LOOP. - (setOption): Support IP_MULTICAST_LOOP. - - * gnu/java/net/natPlainSocketImplPosix.cc (setOption): Add - SO_REUSEADDR support. - (getOption): Support SO_REUSEADDR. - -2004-01-28 Jeroen Frijters - - PR libgcj/19649 - * java/util/Date.java - (Date(int,int,int), Date(int,int,int,int,int)): Delegate to other - constructor. - (Date(int,int,int,int,int,int)): Fixed to handle out-of-range - arguments. - (getTimezoneOffset): Inverted sign. - -2005-01-26 Ranjit Mathew - - * testsuite/libjava.jacks/jacks.xfail: Update for PR java/19070, - remove other passing tests and add new XFAILs. - -2005-01-24 Tom Tromey - - * java/lang/Class.h (next): Updated documentation. Renamed to - 'next_or_version'. - * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Use - _Jv_CheckABIVersion. - (_Jv_RegisterClasses_Counted): Likewise. - (_Jv_RegisterClassHookDefault): Fix starting condition of - duplicate-checking loop. - * include/jvm.h (GCJ_VERSION): New define. - (GCJ_BINARYCOMPAT_ADDITION): Likewise. - (_Jv_CheckABIVersion): New function. - -2005-01-24 Jakub Jelinek - - * Makefile.am (libgij_la_LIBADD): Add -L$(here)/.libs. - (libgij_la_LDFLAGS): Add. - * Makefile.in: Rebuilt. - -2005-01-24 Roger Sayle - - PR java/19295 - * testsuite/libjava.compile/PR19295.java: New test case. - -2005-01-19 Tom Tromey - - * java/lang/VMCompiler.java (compileClass): Ignore UnknownError. - * gnu/gcj/runtime/natSharedLibLoader.cc (finalize): Only dlclose - if 'handler' is valid. - -2005-01-17 Tom Tromey - - * java/text/MessageFormat.java (scanString): Changed how quoting - is handled. - (scanFormatElement): Likewise. - -2004-12-07 Mark Wielaard - - * java/text/MessageFormat.java (scanFormat): Chain thrown exception. - -2005-01-15 Michael Koch - - PR libgcj/19444 - * java/net/URI.java - (AUTHORITY_REGEXP): New regexp constant. - (AUTHORITY_USERINFO_GROUP): New constant. - (AUTHORITY_HOST_GROUP): Likewise. - (AUTHORITY_PORT_GROUP): Likewise. - (port): Changed default value to -1. - (parseURI): Parse authority part and initialize host, - port and userInfo. - -2005-01-14 Robin Green - - * java/io/File.java (toURI): Generate a URI which we understand. - -2005-01-13 Graydon Hoare - - * include/jni.h (_Jv_JNIEnv::bottom_locals): New field. - * include/jvm.h (_Jv_FreeJNIEnv): Declare. - * java/lang/natThread.cc (finalize_native): Call _Jv_FreeJNIEnv. - * jni.cc: Reuse bottom frame between calls, avoid clearing - frame when no local references are made. - -2005-01-13 Michael Koch - - PR libgcj/17784 - * java/lang/Thread.java - (Thread): Call checkAccess(). - (stop): Fixed argument name to match javadoc. - * java/lang/natThread.cc - (interrupt): Call checkAccess(). - (stop): Likewise. - -2005-01-11 Michael Koch - - PR libgcj/13972 - * java/net/URL.java (URL): Handle specs like - "/redir?http://domain2.com/index.html" which start with a slash. - -2005-01-11 Michael Koch - - PR libgcj/14012, PR libgcj/14013, PR libgcj/15157, PR libgcj/15509 - * gnu/java/net/BASE64.java, - gnu/java/net/EmptyX509TrustManager.java, - gnu/java/net/LineInputStream.java, - gnu/java/net/protocol/http/Authenticator.java, - gnu/java/net/protocol/http/ByteArrayRequestBodyWriter.java, - gnu/java/net/protocol/http/ByteArrayResponseBodyReader.java, - gnu/java/net/protocol/http/ChunkedInputStream.java, - gnu/java/net/protocol/http/Cookie.java, - gnu/java/net/protocol/http/CookieManager.java, - gnu/java/net/protocol/http/Credentials.java, - gnu/java/net/protocol/http/HTTPConnection.java, - gnu/java/net/protocol/http/HTTPDateFormat.java, - gnu/java/net/protocol/http/HTTPURLConnection.java, - gnu/java/net/protocol/http/Headers.java, - gnu/java/net/protocol/http/Request.java, - gnu/java/net/protocol/http/RequestBodyWriter.java, - gnu/java/net/protocol/http/Response.java, - gnu/java/net/protocol/http/ResponseBodyReader.java, - gnu/java/net/protocol/http/ResponseHeaderHandler.java, - gnu/java/net/protocol/http/SimpleCookieManager.java, - gnu/java/net/protocol/http/event/ConnectionEvent.java, - gnu/java/net/protocol/http/event/ConnectionListener.java, - gnu/java/net/protocol/http/event/RequestEvent.java, - gnu/java/net/protocol/http/event/RequestListener.java: New files. - * gnu/java/net/protocol/http/Connection.java: Removed. - * gnu/java/net/protocol/http/Handler.java, - javax/net/ssl/HttpsURLConnection.java: Updated. - * Makefile.am: Added new files and remove old ones. - * Makefile.in: Regenerated. - -2005-01-11 Tom Tromey - - PR libgcj/18840: - * java/io/BufferedInputStream.java (read): Repeatedly read to - fill buffer. - (refill): Change test to see if buffer must be grown. - -2005-01-10 Tom Tromey - - * mauve-libgcj: Exclude some swing tests. - -2005-01-10 Tom Tromey - - PR libgcj/12016, PR libgcj/18405, PR libgcj/17738: - * java/lang/Package.java (getPackages): Use VMClassLoader when - appropriate. - (getPackage): Likewise. - * prims.cc (_Jv_CreateJavaVM): Call - _Jv_RegisterBootstrapPackages. - * include/jvm.h (_Jv_RegisterBootstrapPackages): Declare. - * java/lang/VMClassLoader.java (getPackage): Rewrote. - (getPackages): Likewise. - (definedPackages): New field. - (definePackageForNative): New method. - * java/lang/Class.h (_Jv_FindClassInCache): Updated. - * java/lang/natVMClassLoader.cc (loadClass): Updated. - * defineclass.cc (handleClassBegin): Use - ClassLoader.findLoadedClass. - * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): - Rewrote. - (struct _Jv_LoaderInfo): Removed. - (initiated_classes): Likewise. - (_Jv_UnregisterClass): Don't use initiated_classes. - (_Jv_FindClassInCache): Likewise. Removed 'loader' argument. - (_Jv_FindClass): Register classes found during boostrap. - (BOOTSTRAP_CLASS_LIST_SIZE): New define. - (bootstrap_class_list): New global. - (bootstrap_index): Likewise. - (_Jv_RegisterBootstrapPackages): New function. - * gnu/gcj/runtime/natVMClassLoader.cc (findClass): Call - definePackageForNative. - (findClass): Updated. - * gnu/gcj/runtime/VMClassLoader.java (definePackageForNative): - New method. - -2005-01-10 Tom Tromey - - PR libgcj/18868: - * include/jvm.h (_Jv_Linker::find_field): Declare. - (_Jv_Linker::find_field_helper): Likewise. - * link.cc (find_field_helper): New method. - (find_field): Likewise. - (resolve_pool_entry): Use it. Throw NoSuchFieldError when field - not found. - (link_symbol_table): Use find_field. - -2005-01-10 Michael Koch - - PR libgcj/18014 - * java/util/Locale.java (Locale): Don't uppercase variant. - (getISOCountries): Fixed typo in javadoc. - -2005-01-10 Michael Koch - - * java/util/SimpleTimeZone.java (checkRule): - Throw IllegalArgumentException on invalid month values. - * java/util/TimeZone.java (setID): - Throw NullPointerException if needed. - -2005-01-10 Andrew John Hughes - - * java/util/SimpleTimeZone.java (getOffset): - offset end date with daylight savings - -2005-01-10 Ranjit Mathew - - * testsuite/libjava.compile/PR19277.java: New file for PR java/19277. - * testsuite/libjava.compile/PR19277.xfail: Likewise. - -2005-01-09 Michael Koch - - PR libgcj/17069 - * java/net/InetAddress.java (getLocalHost): - Throw UnknownHostException if local hostname cannot be determined. - -2005-01-06 Tom Tromey - - * java/lang/ClassLoader.java (findClass): Fixed documentation. - -2005-01-07 Michael Koch - - PR libgcj/18115 - * java/nio/Buffer.java (address): New field. - * java/nio/DirectByteBufferImpl.java (address): Removed. - * java/nio/MappedByteBufferImpl.java (address): Likewise. - * java/nio/CharViewBufferImpl.java (CharViewBufferImpl): - Explicitly initialize Buffer.address if needed. - * java/nio/DoubleViewBufferImpl.java (DoubleViewBufferImpl): Likewise. - * java/nio/FloatViewBufferImpl.java (FloatViewBufferImpl): Likewise. - * java/nio/IntViewBufferImpl.java (IntViewBufferImpl): Likewise. - * java/nio/LongViewBufferImpl.java (LongViewBufferImpl): Likewise. - * java/nio/ShortViewBufferImpl.java (ShortViewBufferImpl): Likewise. - * jni.cc (_Jv_JNI_GetDirectBufferAddress): Don't assume buffer is a - DirectByteBufferImpl object. - (_Jv_JNI_GetDirectBufferCapacity): Likewise. - * testsuite/libjava.jni/directbuffer.c, - testsuite/libjava.jni/directbuffer.java, - testsuite/libjava.jni/directbuffer.out, - testsuite/libjava.jni/bytebuffer.c, - testsuite/libjava.jni/bytebuffer.java, - testsuite/libjava.jni/bytebuffer.out: New files. - -2005-01-05 Tom Tromey - - * java/util/zip/ZipEntry.java (setCompressedSize): Allow any - argument. - (compressedSize): Now 'long'. Default to -1. - (getCompressedSize): Rewrote. - * java/util/zip/DeflaterOutputStream.java (deflate): Don't - deflate at all if we need input. - -2005-01-05 Tom Tromey - - PR libgcj/15719: - * interpret.cc (run) : Set tmpval - correctly. - -2005-01-05 Tom Tromey - - * java/lang/natRuntime.cc (insertSystemProperties): Set - java.ext.dirs earlier. - -2005-01-05 Eric Botcazou - - * java/lang/natObject.cc (_Jv_ObjectCheckMonitor): Initialize the - sync_info element of the object if needed. - -2005-01-03 Eric Botcazou - - * testsuite/libjava.lang/Process_4.java (Process_4): Expect only - a non-zero exit status from 'false'. - -2005-01-01 Bryce McKinlay - - * include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h. - 2004-12-31 Andreas Jaeger * testsuite/lib/libjava.exp (libjava_find_gij): Handle multilibs. @@ -20402,7 +13210,7 @@ * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeerMetrics.c: Likewise. -2004-03-09  Kim Ho +2004-03-09  Kim Ho * java/awt/Container.java: (visitChild): Move the x and y coordinate of the component rectangle @@ -20578,7 +13386,7 @@ (setBackground): If c is null, inherit from closest ancestor whose background color is set. -2004-02-26  Kim Ho  +2004-02-26  Kim Ho  * Makefile.am: Add new files. * Makefile.in: Re-generate. @@ -20760,7 +13568,7 @@ (getMaximumSize): ditto. (paintTicks): Use doubles to find the tick location. - (paintHorizontalLabel):  Use preferredSize + (paintHorizontalLabel):  Use preferredSize as initial width and height. (paintVerticalLabel): ditto. @@ -20845,7 +13653,7 @@ * javax/swing/plaf/basic/BasicLookAndFeel.java: Added constant. -2004-02-16  Kim Ho  +2004-02-16  Kim Ho  * javax/swing/JSlider.java: Fix indentation and comments. (setModel): Remove null check to conform with Sun's. @@ -20882,7 +13690,7 @@ (hide): Only do something if component is visible at the moment. (reshape): If lightweight, erase old bounds and repaint new bounds. -2004-02-13  Kim Ho  +2004-02-13  Kim Ho  * Makefile.am: Updated for new file. * Makefile.in: Regenerated. @@ -22652,7 +15460,7 @@ (static): Check GtkToolkit before initializing static state. (Graphics2D): Don't construct transform with 0.5 unit offset. -2003-11-06 Sascha Brawer +2004-01-12 Sascha Brawer * gnu/java/awt/BitwiseXORComposite.java: Add. * gnu/java/awt/peer/gtk/GdkGraphics2D.java -- 2.11.4.GIT