summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2007-03-25 15:45:55 +0000
committerDalibor Topic <robilad@yahoo.com>2007-03-25 15:45:55 +0000
commit0e6bbeaf0933891d1320b0c1060a63ceeecadf81 (patch)
tree336343bd62015f142ca1f31a17f3bdd321d82563
parent121ce0ac4430005e38d2fe536e5aa54bda2a5582 (diff)
downloadclasspath-0e6bbeaf0933891d1320b0c1060a63ceeecadf81.tar.gz
added documentation for gcjh
-rw-r--r--ChangeLog3213
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/cp-tools.texinfo67
3 files changed, 1680 insertions, 1606 deletions
diff --git a/ChangeLog b/ChangeLog
index 1073ff309..ae99b7b2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,1602 +1,1611 @@
-2007-03-23 Jeroen Frijters <jeroen@frijters.net>
-
- * java/net/ServerSocket.java (implAccept): set implCreated flag on
- socket.
- * java/net/Socket.java (implCreated): Make package accessible for
- ServerSocket.
-
-2007-03-22 Casey Marshall <csm@gnu.org>
-
- * gnu/javax/net/ssl/provider/ClientHandshake.java (RSAGen.implRun):
- check keyEncipherment bit of the certificate, and just pass the public
- key to the cipher.
-
-2007-03-20 Mario Torre <neugens@limasoftware.net>
-
- * configure.ac: GConf requirement for building the java.util.prefs backend
- are relaxed down to version 2.6.0 (instead of 2.11.2).
-
-2007-03-19 Mario Torre <neugens@limasoftware.net>
-
- * gnu/java/awt/peer/KDEDesktopPeer.java:
- (mail): Fixed error dialog in KDE when the mail method is called without
- argument; now opens the default mailer with a blank window.
- (getCommand): Handle the use of kprinter as default print command for KDE.
- (supportCommand): Enable the print command when a KDE desktop is detected.
-
-2007-03-19 Jeroen Frijters <jeroen@frijters.net>
-
- * java/net/Socket.java
- (implCreated): New field.
- (getImpl): Call impl.create() if it hasn't been called yet.
- (bind): Removed explicit impl.create() call.
-
-2007-03-18 Mark Wielaard <mark@klomp.org>
-
- * javax/crypto/CipherOutputStream.java (write): Use out.write()
- not super.write().
-
-2007-03-18 Mark Wielaard <mark@klomp.org>
-
- * configure.ac (COMPILE_PLUGIN): Check for gtk+-2.0 >= 2.8
- gthread-2.0 >= 2.2 and gdk-pixbuf-2.0
-
-2007-03-16 Tom Tromey <tromey@redhat.com>
-
- * tools/gnu/classpath/tools/javah/Main.java (run): Use class'
- name in File case.
-
-2007-03-16 Thomas Fitzsimmons <fitzsim@redhat.com>
-
- * resource/com/sun/tools/javac/messages.properties
- (Main.FailedToRead, Main.MalformedURL, Main.FailedToLoad): Clarify
- messages for when --with-ecj-jar is not specified.
-
- * configure.ac (FOUND_ECJ_JAR): Remove conditional.
- * tools/Makefile.am: Build com.sun.tools.javac package
- unconditionally.
-
-2007-03-16 Mark Wielaard <mark@klomp.org>
-
- * configure.ac (COMPILE_PLUGIN): Stop when no plugin headers found.
- Also check for gtk+ dependency.
-
-2007-03-16 Tom Tromey <tromey@redhat.com>
-
- * tools/gnu/classpath/tools/javah/JniStubPrinter.java
- (printClass): Added filename argument.
- * tools/gnu/classpath/tools/javah/JniIncludePrinter.java
- (printClass): Added filename argument.
- * tools/gnu/classpath/tools/javah/CniIncludePrinter.java
- (printClass): Use user's file name.
- * tools/gnu/classpath/tools/javah/CniStubPrinter.java
- (printClass): Use user's file name.
- * tools/gnu/classpath/tools/javah/Printer.java (printClass): Added
- filename argument.
- * tools/gnu/classpath/tools/javah/Main.java (getParser): Fix '-v'
- argument order.
- (writeHeaders): Use a HashMap.
- (run): Put class name into HashMap for writeHeaders.
-
-2007-03-16 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/peer/gtk/CairoGraphics2D.java
- (cairoArc): Make protected rather than private so it can be over-ridden.
- (cairoClip): Likewise.
- (cairoClosePath): Likewise.
- (cairoCurveTo): Likewise.
- (cairoDrawGlyphVector): Likewise.
- (cairoFill): Likewise.
- (cairoLineTo): Likewise.
- (cairoMoveTo): Likewise.
- (cairoNewPath): Likewise.
- (cairoRectangle): Likewise.
- (cairoResetClip): Likewise.
- (cairoRestore): Likewise.
- (cairoSave): Likewise.
- (cairoScale): Likewise.
- (cairoSetAntialias): Likewise.
- (cairoSetDash): Likewise.
- (cairoSetFillRule): Likewise.
- (cairoSetFont): Likewise.
- (cairoSetLine): Likewise.
- (cairoSetMatrix): Likewise.
- (cairoSetOperator): Likewise.
- (cairoSetRGBAColor): Likewise.
- (cairoStroke): Likewise.
- (drawPixels): Likewise.
- (init): Likewise.
- (setGradient): Likewise.
- (setPaintPixels): Likewise.
- (cairoDrawLine): Removed.
- (cairoDrawRect): Removed.
- (cairoFillRect): Removed.
- (cairoPreserveClip): Removed.
- (cairoRelCurveTo): Removed.
- (cairoRelLineTo): Removed.
- (cairoRelMoveTo): Removed.
- * gnu/java/awt/peer/gtk/ComponentGraphics.java
- (cairoArc): New method wrapping superclass method in locks.
- (cairoClip): Likewise.
- (cairoClosePath): Likewise.
- (cairoCurveTo): Likewise.
- (cairoDrawGlyphVector): Likewise.
- (cairoFill): Likewise.
- (cairoLineTo): Likewise.
- (cairoMoveTo): Likewise.
- (cairoNewPath): Likewise.
- (cairoRectangle): Likewise.
- (cairoResetClip): Likewise.
- (cairoRestore): Likewise.
- (cairoSave): Likewise.
- (cairoScale): Likewise.
- (cairoSetAntialias): Likewise.
- (cairoSetDash): Likewise.
- (cairoSetFillRule): Likewise.
- (cairoSetFont): Likewise.
- (cairoSetLine): Likewise.
- (cairoSetMatrix): Likewise.
- (cairoSetOperator): Likewise.
- (cairoSetRGBAColor): Likewise.
- (cairoStroke): Likewise.
- (disposeNative): Likewise.
- (drawPixels): Likewise.
- (init): Likewise.
- (setGradient): Likewise.
- (setPaintPixels): Likewise.
- (draw): Do not lock, as locking is now done in the wrapped native methods.
- (drawComposite): Likewise.
- (drawGlyphVector): Likewise.
- (drawImage): Likewise.
- (drawRenderedImage): Likewise.
- (fill): Likewise.
- (setClip): Removed.
- (lock): Added documentation.
- (unlock): Added documentation.
- * include/gnu_java_awt_peer_gtk_CairoGraphics2D.h: Regenerated.
- * include/gnu_java_awt_peer_gtk_CairoSurface.h: Regenerated.
- * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
- (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawLine): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawRect): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoFillRect): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoPreserveClip): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoRelCurveTo): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoRelLineTo): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoRelMoveTo): Removed.
-
-2007-03-11 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/openmbean/ArrayType.java:
- (getArrayClassName(String, int)): Replaced by...
- (getArrayClassName(OpenType, int, boolean)):
- Returns appropriate class name for the array.
- (getDimensions(OpenType, int)): New method.
- (getPrimitiveType(Class<?>)): Likewise.
- (getPrimitiveTypeClass(OpenType<?>)): Likewise.
- (getElementType(OpenType<?>)): Likewise.
- (getElementTypeName(OpenType<?>)): Likewise.
- (ArrayType(int, OpenType<?>)): Rewritten
- to handle ArrayTypes as input.
- (ArrayType(SimpleType<?>, boolean)): New constructor.
- (equals(Object)): Handle primitiveArray flag.
- (hashCode()): Likewise.
- (getArrayType(OpenType<E>)): New method.
- (getPrimitiveArrayType(Class<T>)): Likewise.
- (isPrimitiveArray()): Likewise.
- (toString()): Updated to list primitiveArray
- flag.
- * javax/management/openmbean/OpenType.java:
- (OpenType(String,String,String)): Use Class.forName()
- and methods of Class to validate arrays.
- * javax/management/openmbean/SimpleType.java:
- Include causal exception when creating pre-defined types
- throws an exception.
-
-2007-03-09 Andreas Tobler <a.tobler@schweiz.org>
-
- Port change from gcc:
-
- 2007-03-06 Matthias Klose <doko@ubuntu.com>
-
- * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
-
-2007-03-09 Kyle Galloway <kgallowa@redhat.com>
-
- * gnu/classpath/jdwp/exception/InvalidTagException.java: New file.
- * gnu/classpath/jdwp/processor/ArrayReferenceCommandSet.java
- (executeGetValues): Use Value type.
- (exectureSetValues): Ditto.
- * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
- (executeGetValues): Use Value type.
- (executeSetValues): Ditto.
- (invokeMethod): Record method return type.
- * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
- (executeGetValues): Use Value type.
- (executeSetValues): Ditto.
- * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
- (executeGetValues): Use Value type.
- * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
- (executeGetValues): Use Value type.
- (executeSetValues): Ditto.
- * gnu/classpath/jdwp/util/MethodResult.java: Add resType to store return
- type.
- (getResultType): New Method.
- (setResultType): Ditto.
- * gnu/classpath/jdwp/util/Value.java: Remove.
- * gnu/classpath/jdwp/value: New Package.
- * gnu/classpath/jdwp/value/Value.java: New file.
- * gnu/classpath/jdwp/value/BooleanValue.java: New file.
- * gnu/classpath/jdwp/value/ByteValue.java: New file.
- * gnu/classpath/jdwp/value/CharValue.java: New file.
- * gnu/classpath/jdwp/value/DoubleValue.java: New file.
- * gnu/classpath/jdwp/value/FloatValue.java: New file.
- * gnu/classpath/jdwp/value/IntValue.java: New file.
- * gnu/classpath/jdwp/value/LongValue.java: New file.
- * gnu/classpath/jdwp/value/ObjectValue.java: New file.
- * gnu/classpath/jdwp/value/ShortValue.java: New file.
- * gnu/classpath/jdwp/value/StringValue.java: New file.
- * gnu/classpath/jdwp/value/ValueFactory.java: New file.
- * gnu/classpath/jdwp/value/VoidValue.java: New file.
-
-2007-03-09 Roman Kennke <kennke@aicas.com>
-
- * java/awt/image/SinglePixelPackageSampleModel.java
- (createDataBuffer): Avoid use of Buffers class and create
- DataBuffer directly in place.
-
-2007-03-09 Roman Kennke <kennke@aicas.com>
-
- * java/awt/image/ComponentSampleModel.java
- (tightPixelPacking): Removed.
- (ComponentSampleModel): Removed unnecessary 'optimization' code.
- (createDataBuffer): Avoid use of Buffers helper class.
- (getDataElements(int,int,int,int,Object,DataBuffer): Removed.
- (getDataElements(int,int,Object,DataBuffer): Do not use Buffers
- helper class and instead fetch the values directly. Don't expect
- any specific DataBuffer subclass.
- (setDataElements(int,int,int,int,Object,DataBuffer): Removed.
- (setDataElements(int,int,Object,DataBuffer): Do not use Buffers
- helper class and instead set the values directly. Don't expect
- any specific DataBuffer subclass.
-
-2007-03-08 Tom Tromey <tromey@redhat.com>
-
- PR libgcj/31093:
- * java/net/MulticastSocket.java (setTimeToLive): Allow ttl==0.
-
-2007-03-08 Gary Benson <gbenson@redhat.com>
-
- PR classpath/30983:
- * gnu/xml/dom/ls/DomLSParser.java (getInputSource):
- Do not use the entity resolver to resolve the top-level document.
-
-2007-03-07 Tom Tromey <tromey@redhat.com>
-
- PR classpath/31057:
- * java/util/regex/Pattern.java (toString): New method.
-
-2007-03-07 Gary Benson <gbenson@redhat.com>
-
- PR classpath/30906:
- * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
- New file.
-
-2007-03-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * gnu/java/lang/management/BeanImpl.java:
- (translate(String)): Add horrible generics hacks
- to make things work with the new type signatures.
- * javax/management/loading/ClassLoaderRepository.java:
- Added generic types.
- * javax/management/openmbean/CompositeDataSupport.java:
- Likewise.
- * javax/management/openmbean/OpenMBeanOperationInfo.java:
- Likewise.
- * javax/management/openmbean/OpenMBeanParameterInfo.java:
- Likewise.
-
-2007-03-06 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java
- (getGlyphOutline): Apply glyph position translation.
- (getOutline): Do not apply glyph position translation.
-
-2007-03-06 Tom Tromey <tromey@redhat.com>
-
- * tools/gnu/classpath/tools/javah/Main.java (getName): New
- method.
- (getParser): Now protected. Use getName. Add '-v' alias for
- --verbose.
- (postParse): New method.
- (run): Now protected. Use postParse.
- * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
-
-2007-03-05 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * gnu/javax/management/Translator.java:
- (translate(String)): Use a Boolean array to
- comply with the new typing.
- * javax/management/openmbean/ArrayType.java:
- Added generic types and updated copyright headers.
- * javax/management/openmbean/CompositeData.java:
- Likewise.
- * javax/management/openmbean/CompositeDataSupport.java:
- Likewise.
- * javax/management/openmbean/CompositeType.java:
- Likewise.
- * javax/management/openmbean/OpenMBeanAttributeInfoSupport.java:
- Likewise.
- * javax/management/openmbean/OpenMBeanOperationInfoSupport.java:
- Likewise.
- * javax/management/openmbean/OpenMBeanParameterInfoSupport.java:
- Likewise.
- * javax/management/openmbean/OpenType.java:
- Updated copyright header.
- * javax/management/openmbean/SimpleType.java:
- Added generic types and updated copyright headers.
- * javax/management/openmbean/TabularData.java:
- Likewise.
- * javax/management/openmbean/TabularDataSupport.java:
- Likewise.
- * javax/management/openmbean/TabularType.java:
- Likewise.
-
-2007-03-05 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * gnu/java/lang/management/BeanImpl.java:
- Reference the new Translator class.
- (translate(String)): Moved to Translator.
- * gnu/javax/management/Translator.java:
- New file.
- * javax/management/JMX.java:
- Likewise.
- * javax/management/MBeanServerInvocationHandler.java:
- Likewise.
- * javax/management/MXBean.java:
- Likewise.
- * javax/management/ObjectName.java:
- (ObjectName(String)): Catch a key without a value.
- * javax/management/StandardMBean.java:
- (StandardMBean(Class<?>)): Handle MXBeans.
- (StandardMBean(Object, Class<?>)): Likewise.
- (invoke(String,Object[],String[])): Disallow
- calling attribute methods and handle null signatures.
- (setAttribute(Attribute)): Search for mutators
- with the appropriate signature.
- * javax/management/openmbean/OpenType.java:
- Add generic typing.
- (ALLOWED_CLASSNAMES_LIST): New field.
-
-2007-03-02 Mario Torre <neugens@limasoftware.net>
-
- PR classpath/31017:
- committed for Petteri Räty <betelgeuse@gentoo.org>
- * configure.ac: fix broken build for gcj browser plugin
-
-2007-03-02 Mario Torre <neugens@limasoftware.net>
-
- * java/awt/Desktop.java: new java 1.6 class.
- * java/awt/peer/DesktopPeer.java: new inteface.
- * gnu/java/awt/peer/GnomeDesktopPeer.java: new class.
- * gnu/java/awt/peer/ClasspathDesktopPeer.java: new class.
- * gnu/java/awt/peer/KDEDesktopPeer.java: new class.
- * java/awt/Toolkit.java (createDesktopPeer): new method to support the
- creation of DesktopPeer instances.
- * gnu/java/awt/peer/qt/QtToolkit.java: update copyright notice and
- organize import.
- * gnu/java/awt/ClasspathToolkit.java (createDesktopPeer): new method.
-
-2007-02-28 Keith Seitz <keiths@redhat.com>
-
- * gnu/classpath/jdwp/processor/EventRequestCommandSet.java
- (executeSet): Check if VM has capability for field access
- or modification events.
- * gnu/classpath/jdwp/processor/MethodCommandSet.java
- (executeByteCodes): Check if VM has capability and
- implement.
- * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
- (executeMonitorInfo): Likewise.
- * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
- (executeSourceDebugExtension): Likewise.
- * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
- (executePopFrames): Likewise.
- * gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
- (executeOwnedMonitors): Likewise.
- (executeCurrentContendedMonitor): Likewise.
- * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
- (executeCapabilities): Rewrite using new VMVirtualMachine
- capabilities.
- (executeRedefineClasses): Check if VM has capability and
- implement.
- (executeSetDefaultStratum): Likewise.
- * gnu/classpath/jdwp/util/MonitorInfo.java; New file.
- * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
- (canWatchFieldModification): New class constant.
- (canWatchFieldAccess): Likewise.
- (canGetBytecodes): Likewise.
- (canGetSyntheticAttribute): Likewise.
- (canGetOwnedMonitorInfo): Likewise.
- (canGetCurrentContendedMonitor): Likewise.
- (canGetMonitorInfo): Likewise.
- (canRedefineClasses): Likewise.
- (canAddMethod): Likewise.
- (canUnrestrictedlyRedefineClasses): Likewise.
- (canPopFrames): Likewise.
- (canUseInstanceFilters): Likewise.
- (canGetSourceDebugExtension): Likewise.
- (canRequestVMDeathEvent): Likewise.
- (canSetDefaultStratum): Likewise.
- (redefineClasses): New method.
- (setDefaultStratum): Likewise.
- (getSourceDebugExtension): Likewise.
- (getBytecodes): Likewise.
- (getMonitorInfo): Likewise.
- (getOwnedMonitors): Likewise.
- (getCurrentContendedMonitor): Likewise.
- (popFrames): Likewise.
-
-2007-03-01 Roman Kennke <kennke@aicas.com>
-
- * java/awt/Canvas.java
- (graphicsConfiguration): Removed duplicate (from Component) field.
- (Canvas(GraphicsConfiguration)): Set the Component's graphicsConfig
- field.
- (getGraphicsConfigurationImpl): Removed.
- * java/awt/Component.java
- (getGraphicsConfiguration): Moved implementation here. Synchronize
- on tree lock to prevent threading nastiness. Don't query peer
- and instead return the setting of the graphicsConfig field.
- (getGraphicsConfigurationImpl): Removed.
- * java/awt/Window.java
- (graphicsConfiguration): Removed duplicate (from Component) field.
- (Window): Set the Component's graphicsConfig field.
- (Window(GraphicsConfiguration)): Set the Component's graphicsConfig
- field.
- (Window(Window,GraphicsConfiguration)): Set the Component's
- graphicsConfig field.
- (getGraphicsConfigurationImpl): Removed.
- (getGraphicsConfiguration): Fetch the local graphics env here
- if not already done and return that.
-
-2007-02-28 Thomas Fitzsimmons <fitzsim@redhat.com>
-
- * INSTALL: Document --with-ecj-jar configure option and ecj jar
- requirement for com.sun.tools.javac support.
- * configure.ac: Add --with-ecj-jar configure option.
- * gnu/classpath/Configuration.java.in (ECJ_JAR): New field.
- * tools/Makefile.am: Build decendents of com and sun directories.
- * resource/com/sun/tools/javac/messages.properties,
- resource/sun/rmi/rmic/messages.properties,
- tools/com/sun/javadoc/ClassDoc.java,
- tools/com/sun/javadoc/ConstructorDoc.java,
- tools/com/sun/javadoc/Doc.java,
- tools/com/sun/javadoc/DocErrorReporter.java,
- tools/com/sun/javadoc/Doclet.java,
- tools/com/sun/javadoc/ExecutableMemberDoc.java,
- tools/com/sun/javadoc/FieldDoc.java,
- tools/com/sun/javadoc/MemberDoc.java,
- tools/com/sun/javadoc/MethodDoc.java,
- tools/com/sun/javadoc/PackageDoc.java,
- tools/com/sun/javadoc/ParamTag.java,
- tools/com/sun/javadoc/Parameter.java,
- tools/com/sun/javadoc/ProgramElementDoc.java,
- tools/com/sun/javadoc/RootDoc.java,
- tools/com/sun/javadoc/SeeTag.java,
- tools/com/sun/javadoc/SerialFieldTag.java,
- tools/com/sun/javadoc/SourcePosition.java,
- tools/com/sun/javadoc/Tag.java,
- tools/com/sun/javadoc/ThrowsTag.java,
- tools/com/sun/javadoc/Type.java,
- tools/com/sun/javadoc/TypeVariable.java,
- tools/com/sun/tools/doclets/Taglet.java,
- tools/com/sun/tools/javac/Main.java,
- tools/com/sun/tools/javac/Messages.java,
- tools/sun/rmi/rmic/Main.java, tools/sun/rmi/rmic/Messages.java:
- New files.
-
-2007-02-28 Keith Seitz <keiths@redhat.com>
-
- * gnu/classpath/jdwp/processor/MethodCommandSet.java
- (executeLineTable): Use ReferenceTypeId instead of
- ClassReferenceTypeId.
- (executeVariableTable): Likewise.
- (executeVariableTableWithGeneric): Fix error message.
- * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
- (executeSignatureWithGeneric): Fix error message.
- (executeFieldWithGeneric): Likewise.
- (executeMethodsWithGeneric): Likewise.
- * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
- (executeGetValues): Use ThreadId instead of ObjectId.
- (executeSetValues): Likewise.
- (executeThisObject): Likewise.
-
-2007-02-28 Kyle Galloway <kgallowa@redhat.com>
-
- * gnu/classpath/jdwp/id/NullObjectId.java: New class.
- * gnu/classpath/jdwp/util/NullObject.java: New class.
- * vm/reference/gnu/classpath/jdwp/VMIdManager.java
- (getObjectId): Handle null object.
- (get): Handle objectId of 0.
-
-2007-02-26 Francis Kung <fkung@redhat.com>
-
- * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c
- (Java_gnu_java_awt_peer_gtk_GdkFontPeer_setFont): Stop using deprecated
- function for creating new font map.
-
-2007-02-26 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/peer/gtk/CairoGraphics2D.java
- (drawCairoSurface): Do not reset clip.
- (drawImage(Image,AffineTransform,Color,ImageObserver)): Likewise.
-
-2007-02-23 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/peer/gtk/CairoGraphics2D.java
- (drawCairoSurface): New method.
- (drawImage(Image,AffineTransform,Color,ImageObserver)): Use new
- drawCairoSurface() method.
- * gnu/java/awt/peer/gtk/CairoSurface.java
- (CairoSurface(SampleModel,CairoSurface,Rectangle,Point)): Copy correct
- width/height values, and copy sharedBuffer value.
- (createWritableChild): Remove debug line.
- (drawSurface): Removed method.
- * gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java
- (drawComposite): Translate image when drawing.
-
-2007-02-23 Gary Benson <gbenson@redhat.com>
- Jakub Jelinek <jakub@redhat.com>
-
- PR libgcj/17002
- PR classpath/28550
- * java/util/Date.java (parse): Properly parse 09:01:02 as
- hours/minutes/seconds, not as hours/minutes/year.
- * java/util/SimpleTimeZone.java (SimpleTimeZone): Simplify
- {start,end}TimeMode constructor by calling shorter constructor,
- set {start,end}TimeMode fields after it returns.
- (setStartRule): Don't adjust startTime into WALL_TIME. Set
- startTimeMode to WALL_TIME.
- (endStartRule): Similarly.
- (getOffset): Handle properly millis + dstOffset overflowing into the
- next day. Adjust startTime resp. endTime based on startTimeMode
- resp. endTimeMode.
- * java/util/TimeZone.java (zoneinfo_dir, availableIDs, aliases0): New
- static fields.
- (timezones): Remove synchronized keyword. Set zoneinfo_dir.
- If non-null, set up aliases0 and don't put anything into
- timezones0.
- (defaultZone): Call getTimeZone instead of timezones().get.
- (getDefaultTimeZone): Fix parsing of EST5 or EST5EDT6. Use
- getTimeZoneInternal instead of timezones().get.
- (parseTime): Parse correctly hour:minute.
- (getTimeZoneInternal): New private method.
- (getTimeZone): Do the custom ID checking first, canonicalize
- ID for custom IDs as required by documentation. Call
- getTimeZoneInternal to handle the rest.
- (getAvailableIDs(int)): Add locking. Handle zoneinfo_dir != null.
- (getAvailableIDs(File,String,ArrayList)): New private method.
- (getAvailableIDs()): Add locking. Handle zoneinfo_dir != null.
- * vm/reference/java/util/VMTimeZone.java (getDefaultTimeZoneId):
- To read /etc/localtime, use ZoneInfo.readTZFile instead of
- VMTimeZone.readtzFile. Get better timezone name for
- /etc/localtime, either if it is a symlink or through
- /etc/sysconfig/clock.
- (readSysconfigClockFile): New static method.
- (readtzFile): Removed.
- * gnu/java/util/ZoneInfo.java: New file.
- * java/lang/System.java: Add gnu.java.util.zoneinfo.dir to comments.
- * NEWS: Documented TimeZone interface changes.
-
-2007-02-23 Francis Kung <fkung@redhat.com>
-
- * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c
- (Java_gnu_java_awt_peer_gtk_CairoSurface_create): Remove debug line.
-
-2007-02-22 Keith Seitz <keiths@redhat.ecom>
-
- * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
- (getAllLoadedClassesCount): Remove.
- (getAllLoadedClasses): Return a Collection.
- * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
- (executeClassesBySignature): VMVirtualMachine.getAllLoadedClasses
- now returns Collection.
- (executeAllClasses): Likewise.
- Get size of return from Colleciton instead of calling
- getAllLoadedClassesCount.
-
-2007-02-22 Kyle Galloway <kgallowa@redhat.com>
-
- * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
- (executeGetValues): Pass a signature byte to VMFrame.getValue.
- * vm/reference/gnu/classpath/jdwp/VMFrame.java (getValue): Add
- signature parameter.
-
-2007-02-22 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/peer/gtk/CairoSurface.java
- (copyAreaNative): Pass surface pointer into copyAreaNative2().
- (copyAreaNative2): Add parameter for surface pointer.
- (getFlippedBuffer): Add parameter for surface pointer.
- (getGtkImage): Pass surface pointer into getFlippedBuffer().
-
-2007-02-21 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/peer/gtk/BufferedImageGraphcs.java
- (constructor): Add pre-multiplied colour model to types available for
- optimization.
- (updateBufferedImage): Change surface.getPixels() call to surface.getData().
- * gnu/java/awt/peer/gtk/CairoGraphics2D.java
- (drawImage): Add checks before using CairoSurface optimization.
- * gnu/java/awt/peer/gtk/CairoSurface.java
- (bufferPointer): Removed field.
- (sharedBuffer): New field.
- (CairoSurface(GtkImage)): Copy array rather than using setPixels() call.
- (CairoSurface(int,int,int)): Use getData() convenience method.
- (CairoSurface(SampleModel,CairoSurface,Rectangle,Point)): Remove reference
- to deleted bufferPointer field.
- (copyAreaNative): Update documentation, remove reference to bufferPointer.
- (copyAreaNative2): Remove reference to deleted bufferPointer field.
- (destroy): Remove reference to deleted bufferPointer field.
- (dispose): Updated to reflect new method signature for destroy().
- (drawSurface): Added documentation.
- (getData): New convience method.
- (getFlippedBuffer): Removed method parameters.
- (getGtkImage): Updated to reflect new method signature.
- (getPixels): Removed method.
- (nativeGetElem): Removed method.
- (netiveGetPixels): Removed method.
- (nativeSetElem): Removed method.
- (nativeSetPixels): Removed method.
- (setPixels): Removed method.
- (syncJavaToNative): New method.
- (syncNativeToJava): New method.
- * gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java
- (draw): Sync buffers if necessary.
- (drawGlyphVector): Likewise.
- (drawImage): Likewise.
- (drawRenderedImage): Likewise,
- (fill): Likewise.
- * include/gnu_java_awt_peer_gtk_CairoSurface.h: Regenerated.
- * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c
- (Java_gnu_java_awt_peer_gtk_CairoSurface_copyAreaNative2): Use pointer to
- surface rather than pointer to buffer.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_create): Provide fall-back for
- copied arrays.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_destroy): Handle copied arrays.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_getFlippedBuffer): Retrieve
- information on size using JNI calls.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_getElem): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_getPixels): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_setElem): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_setPixels): Removed.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_syncJavaToNative): New function.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_syncNativeToJava): New function.
- (BUFFER): Removed constant.
- (SHARED): New constant.
-
-2007-02-20 Gary Benson <gbenson@redhat.com>
-
- * javax/management/ObjectName.java
- (domainMatches): New method.
- (apply): Rearranged to use the above.
-
-2007-02-19 Mark Wielaard <mark@klomp.org>
-
- * doc/.cvsignore: Add *.1.
- * doc/Makefile.am (CLEANFILES): Add Tools_MANFILES.
-
-2007-02-19 Dalibor Topic <robilad@kaffe.org>
-
- * cp-hacking.texinfo, cp-tools.texinfo,
- cp-vmintegration.texinfo: Prefix output file name
- with cp.
-
-2007-02-19 Gary Benson <gbenson@redhat.com>
-
- * javax/management/ObjectName.java
- (properties): Initialize when declared.
- (ObjectName(String)): Don't initialize properties here.
- (ObjectName(String, String, String): Likewise.
-
-2007-02-19 Chris Burdess <dog@gnu.org>
-
- Fixes #30831
- * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
- properties when reader is available.
-
-2007-02-19 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/MBeanServer.java:
- (queryMBeans(ObjectName,QueryExp)): Returned
- generically-typed Set.
- (queryNames(ObjectName,QueryExp)): Likewise.
- * javax/management/MBeanServerConnection.java:
- (queryMBeans(ObjectName,QueryExp)): Returned
- generically-typed Set.
- (queryNames(ObjectName,QueryExp)): Likewise.
- * javax/management/ObjectName.java:
- Use a generically-typed TreeMap.
- (ObjectName(String,Hashtable<String,String>):
- Genericized.
- (getKeyPropertyList()): Likewise.
- * javax/management/StandardMBean.java:
- Use a generically-typed interface class.
- (StandardMBean(Class<?>)): Genericized.
- (StandardMBean(T, Class<T>)): Likewise.
- (getImplementationClass()): Likewise.
- (getMBeanInterface()): Likewise.
-
-2007-02-19 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/Descriptor.java:
- New file.
- * javax/management/DescriptorRead.java:
- Likewise.
- * javax/management/DescriptorAccess.java:
- Likewise.
-
-2007-02-16 Matthias Klose <doko@ubuntu.com>
-
- * doc/Makefile.am: Add rules to build and install man pages
- from texinfo docs.
- * doc/hacking.texinfo doc/tools.texinfo, doc/vmintegration.texinfo:
- Rename, prefix files with "cp-".
- * doc/cp-tools.texinfo: Add markup for man page generation,
- add documentation for command line options for gjar, gjavah,
- gnative2ascii, gorbd, grmid, grmiregistry, gserialver, gtnameserv.
- doc/texi2pod.pl: New, taken from the GCC sources.
-
-2007-02-16 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/ClasspathGraphicsEnvironment.java: New file.
- * gnu/java/awt/peer/gtk/CairoSurface.java
- (CairoDataBuffer): Removed inner class.
- (CairoSurface(int,int,int,int)): New constructor.
- (CairoSurface(int,int)): Delegate to new constructor.
- (CairoSurface(SampleModel,CairoSurface,Rectangle,Point)): New constructor
- for creating child rasters.
- (create): Added int[] parameter.
- (createChild): New method.
- (createCompatibleWritableRaster): New methods.
- (createTranslatedChild): New method.
- (createWritableChild): New method.
- (createWritableTranslatedChild): New method.
- (destroy): Added int[] parameter.
- (dispose): Only free native resources if this Surface has no parents.
- (isCompatibleColorModel): New method.
- (isCompatibleSampleModel): New method.
- * gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java
- (draw): Set transform, smarter bounds generation.
- (drawComposite): Improved clipping.
- (drawImage): Fixed bounds translation.
- (drawRenderedImage): Set transform in buffer.
- (fill): Set transform in buffer.
- * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java
- (createRaster): New method.
- * java/awt/image/BufferedImage.java
- (BufferedImage(int,int,int)): Use optimized raster if possible.
- * include/gnu_java_awt_peer_gtk_CairoSurface.h: Regenerated.
- * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c
- (Java_gnu_java_awt_peer_gtk_CairoSurface_create): Share data buffer between
- Cairo and Java.
- (Java_gnu_java_awt_peer_gtk_CairoSurface_destroy): Free data array.
-
-2007-02-16 Francis Kung <fkung@redhat.com>
-
- * javax/management/NotificationBroadcasterSupport.java: Update imports.
-
-2007-02-16 Andrew Haley <aph@redhat.com>
-
- * gnu/java/lang/management/MemoryMXBeanImpl.java,
- javax/management/MBeanServerDelegate.java: Use
- gnu.javax.management.ListenerData rather than
- gnu.classpath.ListenerData.
- * gnu/javax/management/ListenerData.java: Move here from
- gnu/classpath/ListenerData.java.
-
-2006-10-14 Edwin Steiner <edwin.steiner@gmx.net>
-
- PR classpath/28652:
- * javax/management/MBeanInfo.java (MBeanInfo):
- Use clone to duplicate the arrays in order to
- preserve the array type.
-
-2007-02-15 Gary Benson <gbenson@redhat.com>
-
- * gnu/javax/management/Server.java
- (registerMBean): Always register objects that implement the
- MBeanRegistration interface, and check the name returned by
- preRegister before using it.
-
-2007-02-15 Roman Kennke <kennke@aicas.com>
-
- * java/nio/ByteOrder.java
- (nativeOrder): Avoid NPE when comparing a system property.
-
-2007-02-13 Gary Benson <gbenson@redhat.com>
-
- * javax/management/ObjectName.java
- (toString): Return this item's canonical name.
-
-2007-02-12 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/ClasspathToolkit.java:
- * gnu/java/awt/peer/gtk/AsyncImage.java,
- * gnu/java/awt/peer/gtk/BufferedImageGraphics.java,
- * gnu/java/awt/peer/gtk/CairoGraphics2D.java,
- * gnu/java/awt/peer/gtk/CairoSurface.java,
- * gnu/java/awt/peer/gtk/ComponentGraphics.java,
- * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java,
- * gnu/java/awt/peer/gtk/GdkFontPeer.java,
- * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
- * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java,
- * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java,
- * gnu/java/awt/peer/gtk/GtkChoicePeer.java,
- * gnu/java/awt/peer/gtk/GtkClipboard.java,
- * gnu/java/awt/peer/gtk/GtkClipboardNotifier.java,
- * gnu/java/awt/peer/gtk/GtkComponentPeer.java,
- * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
- * gnu/java/awt/peer/gtk/GtkFramePeer.java,
- * gnu/java/awt/peer/gtk/GtkImage.java,
- * gnu/java/awt/peer/gtk/GtkImageConsumer.java,
- * gnu/java/awt/peer/gtk/GtkLabelPeer.java,
- * gnu/java/awt/peer/gtk/GtkListPeer.java,
- * gnu/java/awt/peer/gtk/GtkMainThread.java,
- * gnu/java/awt/peer/gtk/GtkMenuBarPeer.java,
- * gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java,
- * gnu/java/awt/peer/gtk/GtkMenuPeer.java,
- * gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java,
- * gnu/java/awt/peer/gtk/GtkScrollbarPeer.java,
- * gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
- * gnu/java/awt/peer/gtk/GtkSelection.java,
- * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
- * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java,
- * gnu/java/awt/peer/gtk/GtkToolkit.java,
- * gnu/java/awt/peer/gtk/GtkWindowPeer.java,
- * gnu/java/awt/peer/gtk/VolatileImageGraphics.java,
- * java/awt/RenderingHints.java,
- * java/awt/image/BufferedImage.java: Reformatted and added generics.
-
-2007-02-12 Tom Tromey <tromey@redhat.com>
-
- * java/net/Socket.java (bind): Typo fix.
-
-2007-02-12 Tom Tromey <tromey@redhat.com>
-
- * vm/reference/java/lang/reflect/Method.java (getDefaultValue):
- New method.
- * sun/reflect/annotation/AnnotationInvocationHandler.java (create):
- New method.
- (arrayClone): New method.
- (invoke): Clone array return results.
-
-2007-02-12 Jakub Jelinek <jakub@redhat.com>
-
- PR 23566
- * scripts/timezones.pl: Parse each file in 2 passes, in one parse
- just Rule lines, in the other everything else. Pass 0 instead of
- $savings as second argument to parseRule when parsing the start
- rule.
- * java/util/TimeZone.java (timezones): Regenerate from tzdata2007a.
-
-2007-02-12 Jakub Jelinek <jakub@redhat.com>
-
- * vm/reference/java/util/VMTimeZone.java: Rewrite to handle both
- the old 'TZif\0' format and the new one.
- * java/util/TimeZone.java: Handle default (one hour) daylight
- savings.
-
-2007-02-12 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/Query.java:
- New file.
- * javax/management/StandardMBean.java:
- Use the implementation's class loader.
-
-2007-02-10 Mark Wielaard <mark@klomp.org>
-
- * javax/swing/plaf/metal/MetalFileChooserUI.java: Import Date from
- java.util, not from java.sql.
-
-2007-02-10 Roman Kennke <kennke@aicas.com>
-
- * javax/imageio/stream/ImageOutputStreamImpl.java
- (flushBits): Implemented.
- (writeBit): Implemented.
- (writeBits): Implemented.
-
-2007-02-10 Roman Kennke <kennke@aicas.com>
-
- * javax/swing/TransferHandler.java
- (SwingDragGestureRecognizer): New inner class.
- (SwingDragHandler): New inner class.
- (recognizer): New field.
- (exportAsDrag): Implemented missing method.
-
-2007-02-10 Roman Kennke <kennke@aicas.com>
-
- * java/awt/GraphicsConfiguration.java
- (createCompatibleVolatileImage(int,int,ImageCapabilities): Provide
- default implementation that delegates to
- createCompatibleVolatileImage(int,int).
- (createCompatibleVolatileImage(int,int,ImageCapabilities,int):
- New method from JDK5 spec. Default implementation by delegating to
- (createCompatibleVolatileImage(int,int,int).
-
-2007-02-09 Tom Tromey <tromey@redhat.com>
-
- PR libgcj/30647:
- * configure.ac: Also check for jack/jack.h.
-
-2007-02-09 Mario Torre <neugens@limasoftware.net>
-
- * java/io/File.java: remove import for
- gnu.classpath.NotImplementedException.
- (getUsableSpace): removed stub.
- (getFreeSpace): likewise.
- (getTotalSpace): likewise.
-
-2007-02-09 Mario Torre <neugens@limasoftware.net>
-
- * vm/reference/java/io/VMFile.java:
- (canExecute): new 1.6 native method.
- (setReadable): likewise.
- (setWritable): likewise.
- (setExecutable): likewise.
- * java/io/File.java: added import for gnu.classpath.NotImplementedException.
- (setReadOnly): new 1.6 method.
- (canExecute): likewise.
- (setReadable): likewise.
- (setWritable): likewise.
- (setExecutable): likewise.
- (getUsableSpace): added stub for new 1.6 method.
- (getFreeSpace): likewise.
- (getTotalSpace): likewise.
- (checkExec): new private method to support new 1.6 additions.
- * native/jni/java-io/java_io_VMFile.c:
- set_file_permissions: new helper function.
- Java_java_io_VMFile_setReadable: new native method to bakcup 1.6 methods
- in VMFile.java.
- Java_java_io_VMFile_setWritable: likewise.
- Java_java_io_VMFile_setExecutable: likewise.
- Java_java_io_VMFile_canExecute: likewise.
- * native/jni/native-lib/cpio.h: added new flags: CPFILE_FLAG_EXEC,
- CPFILE_FLAG_USR and CPFILE_FLAG_OFF.
- cpio_chmod: new function declaration.
- cpio_checkAccess: likewise.
- * native/jni/native-lib/cpio.c:
- cpio_chmod: new function definition.
- cpio_checkAccess: likewise.
-
-2007-02-09 Gary Benson <gbenson@redhat.com>
-
- * javax/management/ObjectName.java
- (quote): Initialize StringBuilder correctly.
-
-2007-02-09 Francis Kung <fkung@redhat.com>
-
- * java/awt/image/BufferedImage: Reformatted.
-
-2007-02-09 Ito Kazumitsu <kaz@maczuka.gcd.org>
-
- Fixes bug #30732
- * gnu/java/util/regex/RETokenChar.java(chain): Check whether the next
- token has a next token.
-
-2007-02-08 Roman Kennke <kennke@aicas.com>
-
- PR 30347
- * javax/swing/JViewport.java
- (scrollRectToVisible): Use correct X/Y offset for calculations.
- (paintBackingStore): Update backbuffer when we are not the paint
- root.
-
-2007-02-08 Roman Kennke <kennke@aicas.com>
-
- * java/awt/image/SinglePixelPackedSampleModel.java
- (getDataElements(int,int,Object,DataBuffer)):
- Replace DataBuffer using method with simple
- switch. This does not check for the exact type (class) of the
- DataBuffer but instead checks the transfer type.
- (getDataElements(int,int,int,intObject,DataBuffer)): Removed.
- (setDataElements): Fixed indentation.
- (setPixels): Removed unused statement.
-
-2007-02-07 Tom Tromey <tromey@redhat.com>
-
- * tools/gnu/classpath/tools/javah/PathOptionGroup.java
- (PathOptionGroup): Allow '-cp' as well.
-
-2007-02-07 Chris Burdess <dog@gnu.org>
-
- Fixes PR 30718.
- * gnu/xml/dom/ls/SAXEventSink.java: Add public accessor/mutators.
- * gnu/xml/transform/XSLURIResolver.java: Add support for custom
- SAXSources without a backing URL or stream.
-
-2007-02-06 Tom Tromey <tromey@redhat.com>
-
- PR libgcj/30707:
- * tools/gnu/classpath/tools/javah/JniIncludePrinter.java
- (printClass): Always print a header.
-
-2007-02-06 Chris Burdess <dog@gnu.org>
-
- Fixes PR 27710.
- * gnu/xml/dom/DomDocumentBuilderFactory.java: Fall back to synchronous
- LSParser if implementation does not support asynchronous.
- * gnu/xml/stream/XMLParser.java,
- gnu/xml/stream/XIncludeFilter.java: Use custom code instead of
- java.net.URL to resolve to an an absolute URI, to avoid nonexistent
- protocol handler problems.
-
-2007-02-05 Andrew Haley <aph@redhat.com>
-
- PR cp-tools/30706
- * tools/gnu/classpath/tools/javah/JniIncludePrinter.java:
- (printClass): Replace '/' in filenames with '_'.
- * tools/gnu/classpath/tools/javah/JniStubPrinter.java
- (printClass): Likewise.
-
-2007-02-05 Tom Tromey <tromey@redhat.com>
-
- * java/net/Proxy.java (equals): Handle case where address==null.
- (hashCode): Likewise.
- (toString): Likewise.
-
-2007-02-04 Jeroen Frijters <jeroen@frijters.net>
-
- * java/lang/Class.java
- (newInstance): Moved setAccessible call to helper method.
- (getEnumConstants): Call new helper method to allow values method to be
- called on non-public enum classes.
- (setAccessible): New helper method.
- * java/lang/Enum.java
- (valueOf): Call new helper method in class to allow field value to
- be read on non-public enum classes.
-
-2007-02-04 Jeroen Frijters <jeroen@frijters.net>
-
- Fix for #30693
- * gnu/java/nio/charset/ByteCharset.java
- (ByteCharset.Decoder.decodeLoop): Reset input buffer position if
- the byte read was unmappable.
-
-2007-02-02 Kyle Galloway <kgallowa@redhat.com>
-
- * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
- (executeGetValues): Changed getFrame to use a jlong to pass frameID.
- (executeSetValues): Ditto.
- (executeThisObject): Ditto.
- * vm/reference/gnu/classpath/jdwp/VMFrame.java: Added thread field and a
- constructor used to create VMFrames.
- (getThread): New method.
- * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java(getFrame): Changed
- to take a long instead of a ByteBuffer to pass the frameID.
-
-2007-02-01 Tom Tromey <tromey@redhat.com>
-
- * java/util/logging/LogManager.java (reset): Remove bogus
- 'while'.
-
-2007-01-31 Casey Marshall <csm@gnu.org>
-
- * gnu/javax/net/ssl/Base64.java: move to `gnu/java/util/Base64.java.'
- * gnu/javax/net/ssl/PrivateCredentials.java: clean up unused imports.
- (add): use `gnu.java.util.Base64.'
- * gnu/java/net/protocol/http/Request.java (authenticate): use
- `gnu.java.util.Base64.'
- * tools/gnu/classpath/tools/jarsigner/HashUtils.java (hashStream):
- likewise.
- * tools/gnu/classpath/tools/keytool/CertReqCmd.java (start): likewise.
- * tools/gnu/classpath/tools/keytool/ExportCmd.java (start): likewise.
- * tools/gnu/classpath/tools/keytool/ListCmd.java (printRFC1421):
- likewise.
- * gnu/java/net/Base64.java: removed.
- * gnu/java/security/util/Base64.java: removed.
-
-2007-01-31 Casey Marshall <csm@gnu.org>
-
- Fixes PR classpath/24191.
- Fix suggested by Rafael Teixeira <monoman@gmail.com>.
- * javax/crypto/CipherOutputStream.java (write): check return value
- of `update' for null.
-
-2007-01-31 Tom Tromey <tromey@redhat.com>
-
- * resource/gnu/classpath/tools/jar/messages.properties
- (Main.Stdin): New message.
- * tools/gnu/classpath/tools/jar/Main.java (initializeParser): Add
- '-@' option.
- (readNames): New method.
- (run): Use it.
-
-2007-01-30 Roman Kennke <kennke@aicas.com>
-
- PR 20577
- * javax/swing/DefaultDesktopManager.java
- (activateFrame): Added a bunch of null checks. Don't call
- JInternalFrame.setSelected() to avoid recursion.
-
-2007-01-29 Andrew Haley <aph@redhat.com>
-
- * java/lang/SecurityManager.java (SecurityManager): Load and
- initialize java.security.Security.
-
-2007-01-28 Ito Kazumitsu <kaz@maczuka.gcd.org>
-
- * native/jni/java-nio/gnu_java_nio_VMChannel.c
- (Java_gnu_java_nio_VMChannel_accept): Throw SocketTimeoutException
- in case of timeout.
- * native/jni/java-nio/javanio.c(cpnio_accept): Call select() if
- SO_RCVTIMEO is set.
-
-2007-01-26 Tom Tromey <tromey@redhat.com>
-
- * tools/gnu/classpath/tools/javah/FieldHelper.java (print): Print
- 'volatile' after field type.
-
-2007-01-26 Chris Burdess <dog@gnu.org>
-
- Fixes #30597
- * gnu/xml/dom/DomDocumentBuilder.java: Throw IOException where cause
- of LSException is an IOException.
- * gnu/xml/dom/ls/DomLSParser.java,
- gnu/xml/stream/SAXParser.java: Ensure coalescing feature is set
- correctly during LS parsing.
-
-2007-01-21 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/PersistentMBean.java:
- New file.
-
-2007-01-21 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/AttributeChangeNotificationFilter.java:
- Correct typo.
- * javax/management/NotificationFilterSupport.java:
- New file.
-
-2007-01-21 Mark Wielaard <mark@klomp.org>
-
- * java/security/SecureClassLoader.java (defineClass): Method returns
- Class<?>.
- * java/security/SignatureSpi.java (engineUpdate(ByteBuffer):
- Does not throw SignatureException. Chain SignatureException inside
- IllegalStateException.
-
-2007-01-21 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/NotificationBroadcasterSupport.java:
- New file.
-
-2007-01-20 Ito Kazumitsu <kaz@maczuka.gcd.org>
-
- * java/text/DecimalFormat.java(parse): Corrected the ParsePosition
- settings.
-
-2007-01-20 Ito Kazumitsu <kaz@maczuka.gcd.org>
-
- * java/text/SimpleDateFormat(parse): Corrected the usage of
- NumberFormat.
-
-2007-01-20 Ito Kazumitsu <kaz@maczuka.gcd.org>
-
- Fixes bug #30488
- * native/jni/native-lib/cpnet.c(SOCKET_NOSIGNAL): Deleted,
- (setsockopt_NOSIGPIPE): New function,
- (cpnet_send): Corrected the option setting to send(),
- (cpnet_sendTo): Corrected the option setting to sendto().
-
-2007-01-19 Marco Trudel <mtrudel@gmx.ch>
-
- * java/util/Arrays.java (binarySearch): Change comparison order.
-
-2007-01-17 Keith Seitz <keiths@redhat.com>
-
- * gnu/classpath/jdwp/events/filters/StepFilter.java:
- Update javadoc.
- (matches): Implement.
-
- * gnu/classpath/jdwp/event/EventManager.java (EventManager): Honor
- agent startup suspension for VM_INIT.
-
-2007-01-17 Tom Tromey <tromey@redhat.com>
-
- * tools/gnu/classpath/tools/javah/PathOptionGroup.java
- (PathOptionGroup): Set default boot class path.
-
-2007-01-17 Mark Wielaard <mark@klomp.org>
-
- * javax/activity/ActivityCompletedException.java: Make constructors
- public.
- * javax/activity/ActivityRequiredException.java: Likewise.
- * javax/activity/InvalidActivityException.java: Likewise.
-
-2007-01-17 Roman Kennke <kennke@aicas.com>
-
- * javax/swing/plaf/basic/BasicRadioButtonUI.java
- (paint): Use helper method to figure out icon. Don't override
- the icon field in that class. Check for null icons.
- (getCurrentIcon): New helper function to determine icon to be
- painted.
-
-2007-01-17 Mark Wielaard <mark@klomp.org>
-
- * javax/activity/ActivityCompletedException.java: New file.
- * javax/activity/ActivityRequiredException.java: Likewise.
- * javax/activity/InvalidActivityException.java: Likewise.
- * javax/activity/package.html: Likewise.
-
-2007-01-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/DefaultLoaderRepository.java:
- (loadClass(String)): Made static.
- (loadClassWithout(String,ClassLoader)): Likewise.
-
-2007-01-15 Kyle Galloway <kgallowa@redhat.com>
-
- * gnu/classpath/jdwp/exception/TypeMismatchException.java: New file.
- * gnu/classpath/jdwp/exception/InvalidFrameException.java: Fix indentation.
- * gnu/classpath/jdwp/exception/InvalidSlotException.java: Fix indentation.
-
-2007-01-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/AttributeValueExp.java:
- Corrected serialVersionUID typo.
- * javax/management/DefaultLoaderRepository.java:
- New file.
- * javax/management/MBeanServerFactory.java:
- Add generic typing.
-
-2007-01-15 Kyle Galloway <kgallowa@redhat.com>
-
- * gnu/classpath/jdwp/exception/InvalidFrameException.java: New file.
-
-2007-01-15 Kyle Galloway <kgallowa@redhat.com>
-
- * gnu/classpath/jdwp/exception/AbsentInformationException.java: New file.
-
-2007-01-15 Kyle Galloway <kgallowa@redhat.com>
-
- * gnu/classpath/jdwp/exception/InvalidSlotException.java: New file.
-
-2007-01-14 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/AttributeValueExp.java: New file.
- * javax/management/QueryEval.java: Likewise.
- * javax/management/StringValueExp.java: Likewise.
-
-2007-01-14 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/AttributeChangeNotificationFilter.java:
- New file.
-
-2007-01-11 Andreas Tobler <a.tobler@schweiz.org>
-
- * examples/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java
- (AicasGraphicsBenchmark): Load images from ../icons.
- * examples/gnu/classpath/examples/java2d/J2dBenchmark.java (init):
- Likewise.
- * examples/Makefile.am (EXAMPLE_ICONS): Add rule to copy *.gif files
- to icons.
- * examples/gnu/classpath/examples/awt/aicas.png: Move to ../icons.
- Delete here.
- * examples/gnu/classpath/examples/awt/palme.gif: Likewise.
- * examples/gnu/classpath/examples/java2d/aicas.png: Likewise.
- * examples/gnu/classpath/examples/java2d/palme.gif: Likewise.
- * examples/gnu/classpath/examples/icons/aicas.png: Moved.
- * examples/gnu/classpath/examples/icons/palme.gif: Likewise.
-
-2007-01-09 Tania Bento <tbento@redhat.com>
-
- * java/security/Permission.java:
- (toString): If there are no actions, then there should not
- be a space between its name and ')'.
-
-2007-01-08 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/AttributeChangeNotification.java:
- New file.
-
-2007-01-08 Cameron McCormack <cam@mcc.id.au>
-
- PR 30355
- * java/util/Arrays.java:
- (binarySearch(byte[],byte)): Added check for zero-length array.
- (binarySearch(short[],short)): Likewise.
- (binarySearch(int[],int)): Likewise.
- (binarySearch(long[],long)): Likewise.
- (binarySearch(char[],char)): Likewise.
- (binarySearch(float[],float)): Likewise.
- (binarySearch(double[],double)): Likewise.
- (binarySearch(Object[],Object)): Likewise.
- (binarySearch(T[],T,Comparator)): Likewise.
-
-2007-01-08 Tom Tromey <tromey@redhat.com>
-
- * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java (run):
- Fix length check. PR classpath/30346.
-
-2007-01-09 Raif S. Naffah <classpath@naffah-raif.name>
-
- * tools/gnu/classpath/tools/jarsigner/SFHelper.java: Updated copyright year.
- (sfEntries): Use generics.
- (writeDSA()): Likewise.
- (startSigning()): Likewise.
- (updateEntry()): Likewise.
- * tools/gnu/classpath/tools/jarsigner/Messages.java: Updated copyright year.
- (CACHED_FORMATS): Use generics.
- (getFormattedString()): Likewise.
- * tools/gnu/classpath/tools/jarsigner/Main.java: Updated copyright year.
- (fileAndAlias): Use generics.
- (ToolParser.validate()): Likewise.
- * tools/gnu/classpath/tools/jarsigner/JarVerifier.java:
- Updated copyright year.
- Re-ordered imports and removed unused entries.
- (entryHashes): Use generics.
- (start()): Likewise.
- (verifySFEntries()): Likewise.
- Use map's entrySet() instead of its keySet().
-
-2007-01-08 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * java/text/DateFormat.java:
- (computeInstance(int,int,Locale,boolean,boolean)):
- Throw an exception when locale info. is unavailable.
- (computeDefault(int,int,boolean,boolean)): New method.
- (getDateInstance(int,Locale)): Check providers.
- (getDateTimeInstance(int,int,Locale)): Likewise.
- (getTimeInstance(int,Locale)): Likewise.
- * java/text/DateFormatSymbols.java:
- Update documentation to match DecimalFormatSymbols.
- * java/text/DecimalFormatSymbols.java:
- (DecimalFormatSymbols(Locale)): Reordered.
- (getInstance()): Implemented.
- (getInstance(Locale)): Implemented.
- * java/text/NumberFormat.java:
- (computeInstance(Locale,String,String)):
- Throw an exception when locale info is unavailable.
- (getCurrencyInstance(Locale)): Check providers.
- (getIntegerInstance(Locale)): Likewise.
- (getNumberInstance(Locale)): Likewise.
- (getPercentInstance(Locale)): Likewise.
- * java/text/spi/DateFormatProvider.java: New file.
- * java/text/spi/DecimalFormatSymbolsProvider.java: Likewise.
- * java/text/spi/NumberFormatProvider.java: Likewise.
-
-2007-01-07 Ito Kazumitsu <kaz@maczuka.gcd.org>
-
- Fixes bug #30377
- * native/jni/native-lib/cpnet.h: Add some include files.
-
-2007-01-07 Roman Kennke <roman@kennke.org>
-
- PR 30337
- * java/awt/Component.java
- (getFontImpl): Return null when the component has no font set
- and also has no parent yet.
- * javax/swing/plaf/basic/BasicComboBoxUI.java
- (PropertyChangeHandler.propertyChange): Only add editor when combo
- box is editable. Avoid fetching the property name repeatedly.
- Invalidate when renderer or prototypeDisplayValue change.
- (uninstallComponents): Unconfigure everything and then remove all
- components.
- * javax/swing/plaf/basic/BasicComboPopup.java
- (uninstallingUI): Don't nullify list model.
- * javax/swing/plaf/metal/MetalComboBoxUI.java
- (createArrowButton): Pass currentValuePane to the MetalComboBoxButton
- constructor rather than a new (unconnected) CellRendererPane.
-
-2007-01-06 Roman Kennke <roman@kennke.org>
-
- PR 30337
- * javax/swing/plaf/basic/BasicComboBoxUI.java
- (installUI): Install popup and list here.
- Don't configure the arrow button and editor here.
- (installComponents): Don't install popup and list here. (Moved
- to installUI). Configure arrow button here and check for null.
- (addEditor): Configure editor here.
- (configureArrowButton): Directly fetch listeners from popup.
- (paintCurrentValue): Removed unused local variables.
- (layoutContainer): Removed unused local variables.
- (PropertyChangeHandler.propertyChange): Don't invalidate minimumSize
- on each property change. Avoid calling getPropertyName() repeatedly.
- Clean up. Call addEditor() when editor changes. Configure and
- unconfigure editor when editable changes. Use 'model' instead
- of non-existing 'dataModel' property.
- * javax/swing/plaf/basic/BasicComboPopup.java
- (uninstallingUI): Remove property change listener and item listener
- here. Uninstall list listeners. Set model to null to prevent leakage.
- (configureList): Don't sync list selection there.
- (uninstallComboBoxListeners): Moved to uninstallingUI.
- (uninstallListeners): Moved to uninstallingUI.
- * javax/swing/plaf/metal/MetalComboBoxUI.java
- (createPopup): Call super.
- (getMinimumSize): Removed unused statement.
-
-2007-01-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * java/text/Collator.java:
- (getInstance(Locale)): Check providers.
- * java/text/spi/CollatorProvider.java:
- New file.
-
-2007-01-04 Roman Kennke <roman@kennke.org>
-
- PR 30122
- * java/awt/Component.java
- (getFont): Don't synchronize on tree lock here. The method is
- thread-safe 'enough' by fetching local variables in getFontImpl().
-
-2007-01-04 Roman Kennke <roman@kennke.org>
-
- * java/awt/AWTEvent.java
- (toString): Don't include the whole component in the output,
- only its name.
- * java/awt/Component.java
- (isShowing): Create local copy of parent field for better
- thread safety and efficiency.
- * java/awt/EventDispatchThread.java
- (EventDispatchThread): Make sure the event thread is not a daemon
- thread in case it gets started by a daemon thread.
- * java/awt/image/IndexColorModel.java
- (createColorMap): New helper method for creating the color map.
- (IndexColorModel): (all constructors) use createColorMap() helper
- method.
-
-2007-01-04 Roman Kennke <roman@kennke.org>
-
- * gnu/java/awt/font/autofit/GlyphHints.java
- (alignStrongPoints): Don't special case the vertical dimension.
- (computeInflectionPoints): Corrected computation of inflection
- points.
- * gnu/java/awt/font/autofit/Utils.java
- (ANGLE_4PI): Removed.
- (ANGLE_PI2): New constant for PI/2.
- (ANGLE_PI4): New constant for PI/4.
- (angleDiff): Fixed.
- (atan): Fixed.
-
-2007-01-03 Cameron McCormack <cam@mcc.id.au>
-
- Fixes bug #29246
- * java/awt/Toolkit.java (getLockingKeyState): Use AWTUtilities
- isValidKey method. Throw UnsupportedOperationException on a valid
- key (for which no locking state can be given).
- * gnu/java/awt/AWTUtilities.java (isValidKey): New method.
- * gnu/java/awt/peer/gtk/GtkToolkit.java (getLockingKeyState): New
- method.
- * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c
- (Java_gnu_java_awt_peer_gtk_GtkToolkit_getLockState): New method.
- * include/gnu_java_awt_peer_gtk_GtkToolkit.h: Regenerated.
-
-2007-01-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * java/text/BreakIterator.java:
- (getCharacterInstance(Locale)): Check providers.
- (getLineInstance(Locale)): Likewise.
- (getSentenceInstance(Locale)): Likewise.
- (getWordInstance(Locale)): Likewise.
- * java/text/spi/BreakIteratorProvider.java:
- New file.
- * java/text/spi/DateFormatSymbolsProvider.java:
- Update header text.
- * java/util/ServiceConfigurationError.java:
- Add serialVersionUID.
-
-2007-01-03 Francis Kung <fkung@redhat.com>
-
- * gnu/java/awt/peer/gtk/CairoGraphics2D.java:
- (copy): Copy and set antialias value.
-
-2007-01-03 Tania Bento <tbento@redhat.com>
-
- * java/awt/CardLayout.java:
- (maximumLayoutSize): Return a new Dimension with a width of value
- Integer.MAX_VALUE and a height of value Integer.MAX_VALUE if Component
- has no components.
-
-2007-01-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * java/text/DateFormatSymbols.java:
- (getZoneStrings(ResourceBundle)): Changed to...
- (getZoneStrings(ResourceBundle,Locale)): Added
- use of TimeZoneNamesProvider.
- (getZoneStrings()): Return either mutated zone
- strings or initial ones.
- (getInstance(Locale)): Check DateFormatSymbolsProvider
- instances.
- * java/text/spi/DateFormatSymbolsProvider.java:
- New file.
- * java/text/spi/package.html: New file.
-
-2007-01-02 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * java/util/Currency.java:
- (getSymbol(Locale)): Removed unneeded variable
- and terminate loop early.
- * java/util/Locale.java:
- (getDisplayLanguage(Locale)): Fixed to use
- LocaleNameProvider.
- (getDisplayCountry(Locale)): Likewise.
- (getDisplayVariant(Locale)): Likewise.
- * java/util/spi/LocaleNameProvider.java:
- New file.
- * java/util/spi/TimeZoneNameProvider.java:
- Likewise.
-
-2007-01-02 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * gnu/java/locale/LocaleHelper.java:
- (getLocalizedString(Locale,String,String,boolean,
- boolean)): Removed, no longer needed.
- (getFallbackLocale(Locale)): Implemented.
- * java/lang/String.java:
- (isEmpty()): Implemented.
- * java/util/Currency.java:
- (getSymbol(Locale)): Reimplemented to use SPI.
- * java/util/Locale.java:
- (ROOT): Added.
- * java/util/spi/CurrencyNameProvider.java:
- New file.
- * java/util/spi/LocaleServiceProvider.java:
- Likewise.
- * java/util/spi/package.html: Likewise.
-
-2007-01-02 Roman Kennke <roman@kennke.org>
-
- * gnu/java/awt/java2d/AbstractGraphics2D.java
- (FONT): New constant field. This is the default font to use as long
- as nothing else is set.
- (paintContext): New field. Temporarily stores the paint context.
- (scanlineConverters): New field. Stores the scanline converters
- for each thread.
- (shapeCache): Genericified.
- (STANDARD_HINTS): New constant field. The standard rendering hints
- as long as nothing else is set.
- (STANDARD_STROKE): New constant field. The standard stroke as long
- as nothing else is set.
- (static_initializer): Initialize standard hints.
- (AbstractGraphics2D): Use constant fields for hints and stroke.
- (drawGlyphVector): Use simpler method to draw the outline.
- (fillScanline): Use paintContext field.
- (fillShape): Use new ScanlineConverter to fill shapes.
- (fillShapeAntialias): Removed. This will be done in fillShape.
- (fillShapeImpl): Removed. This is done now in the ScanlineConverter
- class.
- (getScanlineConverter): New method. Returns the scanline converter
- for each thread.
- (getSegments): Removed. This is now implemented in ScanlineConverter.
- (getShapeCache): Use genericified shapeCache field.
- (init): Use fixed default font. Don't fetch destination raster here.
- * gnu/java/awt/java2d/ActiveEdges.java: New class. Stores a set
- of active edges for scanline conversion.
- * gnu/java/awt/java2d/PolyEdge.java
- (poolNext): Implements linked list for edge pool.
- (scanlineNext): Implements linked list for scanline edge lists.
- (slope): Use fixed point decimal.
- (slope,x0,y0,x1,y1,xIntersection): Use fixed point decimal.
- (PolyEdge()): New constructor.
- (PolyEdge): Use fixed point decimals.
- (init): Use fixed point decimals.
- (intersect): New method. Intersects this edge with a scanline.
- * gnu/java/awt/java2d/Scanline.java: New class. A list of edges
- for a scanline plus utilities.
- * gnu/java/awt/java2d/ScanlineConverter.java: New class. Implements
- an efficient scanline converter for rendering Shape objects.
-
-2007-01-02 Roman Kennke <roman@kennke.org>
-
- * gnu/java/math/Fixed.java: New class. Fixed point arithmetics
- utilities.
-
-2007-01-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * ChangeLog-2006: New file.
- * gnu/classpath/ServiceFactory.java:
- Add option of throwing a ServiceConfigurationError.
- (lookupProviders(Class,ClassLoader,boolean)): Implemented.
- * java/util/ServiceConfigurationError.java: New file.
- * java/util/ServiceLoader.java: Likewise.
-
+2007-03-25 Dalibor Topic <robilad@kaffe.org>
+
+ * doc/cp-tools.texinfo: Fix node ordering.
+
+2007-03-19 Matthias Klose <doko@ubuntu.com>
+
+ * doc/Makefile.am: Build a gcjh(1) man page.
+ * doc/cp-tools.texinfo: Add documentation for gcjh.
+
+2007-03-23 Jeroen Frijters <jeroen@frijters.net>
+
+ * java/net/ServerSocket.java (implAccept): set implCreated flag on
+ socket.
+ * java/net/Socket.java (implCreated): Make package accessible for
+ ServerSocket.
+
+2007-03-22 Casey Marshall <csm@gnu.org>
+
+ * gnu/javax/net/ssl/provider/ClientHandshake.java (RSAGen.implRun):
+ check keyEncipherment bit of the certificate, and just pass the public
+ key to the cipher.
+
+2007-03-20 Mario Torre <neugens@limasoftware.net>
+
+ * configure.ac: GConf requirement for building the java.util.prefs backend
+ are relaxed down to version 2.6.0 (instead of 2.11.2).
+
+2007-03-19 Mario Torre <neugens@limasoftware.net>
+
+ * gnu/java/awt/peer/KDEDesktopPeer.java:
+ (mail): Fixed error dialog in KDE when the mail method is called without
+ argument; now opens the default mailer with a blank window.
+ (getCommand): Handle the use of kprinter as default print command for KDE.
+ (supportCommand): Enable the print command when a KDE desktop is detected.
+
+2007-03-19 Jeroen Frijters <jeroen@frijters.net>
+
+ * java/net/Socket.java
+ (implCreated): New field.
+ (getImpl): Call impl.create() if it hasn't been called yet.
+ (bind): Removed explicit impl.create() call.
+
+2007-03-18 Mark Wielaard <mark@klomp.org>
+
+ * javax/crypto/CipherOutputStream.java (write): Use out.write()
+ not super.write().
+
+2007-03-18 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac (COMPILE_PLUGIN): Check for gtk+-2.0 >= 2.8
+ gthread-2.0 >= 2.2 and gdk-pixbuf-2.0
+
+2007-03-16 Tom Tromey <tromey@redhat.com>
+
+ * tools/gnu/classpath/tools/javah/Main.java (run): Use class'
+ name in File case.
+
+2007-03-16 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * resource/com/sun/tools/javac/messages.properties
+ (Main.FailedToRead, Main.MalformedURL, Main.FailedToLoad): Clarify
+ messages for when --with-ecj-jar is not specified.
+
+ * configure.ac (FOUND_ECJ_JAR): Remove conditional.
+ * tools/Makefile.am: Build com.sun.tools.javac package
+ unconditionally.
+
+2007-03-16 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac (COMPILE_PLUGIN): Stop when no plugin headers found.
+ Also check for gtk+ dependency.
+
+2007-03-16 Tom Tromey <tromey@redhat.com>
+
+ * tools/gnu/classpath/tools/javah/JniStubPrinter.java
+ (printClass): Added filename argument.
+ * tools/gnu/classpath/tools/javah/JniIncludePrinter.java
+ (printClass): Added filename argument.
+ * tools/gnu/classpath/tools/javah/CniIncludePrinter.java
+ (printClass): Use user's file name.
+ * tools/gnu/classpath/tools/javah/CniStubPrinter.java
+ (printClass): Use user's file name.
+ * tools/gnu/classpath/tools/javah/Printer.java (printClass): Added
+ filename argument.
+ * tools/gnu/classpath/tools/javah/Main.java (getParser): Fix '-v'
+ argument order.
+ (writeHeaders): Use a HashMap.
+ (run): Put class name into HashMap for writeHeaders.
+
+2007-03-16 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/peer/gtk/CairoGraphics2D.java
+ (cairoArc): Make protected rather than private so it can be over-ridden.
+ (cairoClip): Likewise.
+ (cairoClosePath): Likewise.
+ (cairoCurveTo): Likewise.
+ (cairoDrawGlyphVector): Likewise.
+ (cairoFill): Likewise.
+ (cairoLineTo): Likewise.
+ (cairoMoveTo): Likewise.
+ (cairoNewPath): Likewise.
+ (cairoRectangle): Likewise.
+ (cairoResetClip): Likewise.
+ (cairoRestore): Likewise.
+ (cairoSave): Likewise.
+ (cairoScale): Likewise.
+ (cairoSetAntialias): Likewise.
+ (cairoSetDash): Likewise.
+ (cairoSetFillRule): Likewise.
+ (cairoSetFont): Likewise.
+ (cairoSetLine): Likewise.
+ (cairoSetMatrix): Likewise.
+ (cairoSetOperator): Likewise.
+ (cairoSetRGBAColor): Likewise.
+ (cairoStroke): Likewise.
+ (drawPixels): Likewise.
+ (init): Likewise.
+ (setGradient): Likewise.
+ (setPaintPixels): Likewise.
+ (cairoDrawLine): Removed.
+ (cairoDrawRect): Removed.
+ (cairoFillRect): Removed.
+ (cairoPreserveClip): Removed.
+ (cairoRelCurveTo): Removed.
+ (cairoRelLineTo): Removed.
+ (cairoRelMoveTo): Removed.
+ * gnu/java/awt/peer/gtk/ComponentGraphics.java
+ (cairoArc): New method wrapping superclass method in locks.
+ (cairoClip): Likewise.
+ (cairoClosePath): Likewise.
+ (cairoCurveTo): Likewise.
+ (cairoDrawGlyphVector): Likewise.
+ (cairoFill): Likewise.
+ (cairoLineTo): Likewise.
+ (cairoMoveTo): Likewise.
+ (cairoNewPath): Likewise.
+ (cairoRectangle): Likewise.
+ (cairoResetClip): Likewise.
+ (cairoRestore): Likewise.
+ (cairoSave): Likewise.
+ (cairoScale): Likewise.
+ (cairoSetAntialias): Likewise.
+ (cairoSetDash): Likewise.
+ (cairoSetFillRule): Likewise.
+ (cairoSetFont): Likewise.
+ (cairoSetLine): Likewise.
+ (cairoSetMatrix): Likewise.
+ (cairoSetOperator): Likewise.
+ (cairoSetRGBAColor): Likewise.
+ (cairoStroke): Likewise.
+ (disposeNative): Likewise.
+ (drawPixels): Likewise.
+ (init): Likewise.
+ (setGradient): Likewise.
+ (setPaintPixels): Likewise.
+ (draw): Do not lock, as locking is now done in the wrapped native methods.
+ (drawComposite): Likewise.
+ (drawGlyphVector): Likewise.
+ (drawImage): Likewise.
+ (drawRenderedImage): Likewise.
+ (fill): Likewise.
+ (setClip): Removed.
+ (lock): Added documentation.
+ (unlock): Added documentation.
+ * include/gnu_java_awt_peer_gtk_CairoGraphics2D.h: Regenerated.
+ * include/gnu_java_awt_peer_gtk_CairoSurface.h: Regenerated.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
+ (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawLine): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawRect): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoFillRect): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoPreserveClip): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoRelCurveTo): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoRelLineTo): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoRelMoveTo): Removed.
+
+2007-03-11 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/openmbean/ArrayType.java:
+ (getArrayClassName(String, int)): Replaced by...
+ (getArrayClassName(OpenType, int, boolean)):
+ Returns appropriate class name for the array.
+ (getDimensions(OpenType, int)): New method.
+ (getPrimitiveType(Class<?>)): Likewise.
+ (getPrimitiveTypeClass(OpenType<?>)): Likewise.
+ (getElementType(OpenType<?>)): Likewise.
+ (getElementTypeName(OpenType<?>)): Likewise.
+ (ArrayType(int, OpenType<?>)): Rewritten
+ to handle ArrayTypes as input.
+ (ArrayType(SimpleType<?>, boolean)): New constructor.
+ (equals(Object)): Handle primitiveArray flag.
+ (hashCode()): Likewise.
+ (getArrayType(OpenType<E>)): New method.
+ (getPrimitiveArrayType(Class<T>)): Likewise.
+ (isPrimitiveArray()): Likewise.
+ (toString()): Updated to list primitiveArray
+ flag.
+ * javax/management/openmbean/OpenType.java:
+ (OpenType(String,String,String)): Use Class.forName()
+ and methods of Class to validate arrays.
+ * javax/management/openmbean/SimpleType.java:
+ Include causal exception when creating pre-defined types
+ throws an exception.
+
+2007-03-09 Andreas Tobler <a.tobler@schweiz.org>
+
+ Port change from gcc:
+
+ 2007-03-06 Matthias Klose <doko@ubuntu.com>
+
+ * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
+
+2007-03-09 Kyle Galloway <kgallowa@redhat.com>
+
+ * gnu/classpath/jdwp/exception/InvalidTagException.java: New file.
+ * gnu/classpath/jdwp/processor/ArrayReferenceCommandSet.java
+ (executeGetValues): Use Value type.
+ (exectureSetValues): Ditto.
+ * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
+ (executeGetValues): Use Value type.
+ (executeSetValues): Ditto.
+ (invokeMethod): Record method return type.
+ * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
+ (executeGetValues): Use Value type.
+ (executeSetValues): Ditto.
+ * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
+ (executeGetValues): Use Value type.
+ * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
+ (executeGetValues): Use Value type.
+ (executeSetValues): Ditto.
+ * gnu/classpath/jdwp/util/MethodResult.java: Add resType to store return
+ type.
+ (getResultType): New Method.
+ (setResultType): Ditto.
+ * gnu/classpath/jdwp/util/Value.java: Remove.
+ * gnu/classpath/jdwp/value: New Package.
+ * gnu/classpath/jdwp/value/Value.java: New file.
+ * gnu/classpath/jdwp/value/BooleanValue.java: New file.
+ * gnu/classpath/jdwp/value/ByteValue.java: New file.
+ * gnu/classpath/jdwp/value/CharValue.java: New file.
+ * gnu/classpath/jdwp/value/DoubleValue.java: New file.
+ * gnu/classpath/jdwp/value/FloatValue.java: New file.
+ * gnu/classpath/jdwp/value/IntValue.java: New file.
+ * gnu/classpath/jdwp/value/LongValue.java: New file.
+ * gnu/classpath/jdwp/value/ObjectValue.java: New file.
+ * gnu/classpath/jdwp/value/ShortValue.java: New file.
+ * gnu/classpath/jdwp/value/StringValue.java: New file.
+ * gnu/classpath/jdwp/value/ValueFactory.java: New file.
+ * gnu/classpath/jdwp/value/VoidValue.java: New file.
+
+2007-03-09 Roman Kennke <kennke@aicas.com>
+
+ * java/awt/image/SinglePixelPackageSampleModel.java
+ (createDataBuffer): Avoid use of Buffers class and create
+ DataBuffer directly in place.
+
+2007-03-09 Roman Kennke <kennke@aicas.com>
+
+ * java/awt/image/ComponentSampleModel.java
+ (tightPixelPacking): Removed.
+ (ComponentSampleModel): Removed unnecessary 'optimization' code.
+ (createDataBuffer): Avoid use of Buffers helper class.
+ (getDataElements(int,int,int,int,Object,DataBuffer): Removed.
+ (getDataElements(int,int,Object,DataBuffer): Do not use Buffers
+ helper class and instead fetch the values directly. Don't expect
+ any specific DataBuffer subclass.
+ (setDataElements(int,int,int,int,Object,DataBuffer): Removed.
+ (setDataElements(int,int,Object,DataBuffer): Do not use Buffers
+ helper class and instead set the values directly. Don't expect
+ any specific DataBuffer subclass.
+
+2007-03-08 Tom Tromey <tromey@redhat.com>
+
+ PR libgcj/31093:
+ * java/net/MulticastSocket.java (setTimeToLive): Allow ttl==0.
+
+2007-03-08 Gary Benson <gbenson@redhat.com>
+
+ PR classpath/30983:
+ * gnu/xml/dom/ls/DomLSParser.java (getInputSource):
+ Do not use the entity resolver to resolve the top-level document.
+
+2007-03-07 Tom Tromey <tromey@redhat.com>
+
+ PR classpath/31057:
+ * java/util/regex/Pattern.java (toString): New method.
+
+2007-03-07 Gary Benson <gbenson@redhat.com>
+
+ PR classpath/30906:
+ * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
+ New file.
+
+2007-03-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * gnu/java/lang/management/BeanImpl.java:
+ (translate(String)): Add horrible generics hacks
+ to make things work with the new type signatures.
+ * javax/management/loading/ClassLoaderRepository.java:
+ Added generic types.
+ * javax/management/openmbean/CompositeDataSupport.java:
+ Likewise.
+ * javax/management/openmbean/OpenMBeanOperationInfo.java:
+ Likewise.
+ * javax/management/openmbean/OpenMBeanParameterInfo.java:
+ Likewise.
+
+2007-03-06 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java
+ (getGlyphOutline): Apply glyph position translation.
+ (getOutline): Do not apply glyph position translation.
+
+2007-03-06 Tom Tromey <tromey@redhat.com>
+
+ * tools/gnu/classpath/tools/javah/Main.java (getName): New
+ method.
+ (getParser): Now protected. Use getName. Add '-v' alias for
+ --verbose.
+ (postParse): New method.
+ (run): Now protected. Use postParse.
+ * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
+
+2007-03-05 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * gnu/javax/management/Translator.java:
+ (translate(String)): Use a Boolean array to
+ comply with the new typing.
+ * javax/management/openmbean/ArrayType.java:
+ Added generic types and updated copyright headers.
+ * javax/management/openmbean/CompositeData.java:
+ Likewise.
+ * javax/management/openmbean/CompositeDataSupport.java:
+ Likewise.
+ * javax/management/openmbean/CompositeType.java:
+ Likewise.
+ * javax/management/openmbean/OpenMBeanAttributeInfoSupport.java:
+ Likewise.
+ * javax/management/openmbean/OpenMBeanOperationInfoSupport.java:
+ Likewise.
+ * javax/management/openmbean/OpenMBeanParameterInfoSupport.java:
+ Likewise.
+ * javax/management/openmbean/OpenType.java:
+ Updated copyright header.
+ * javax/management/openmbean/SimpleType.java:
+ Added generic types and updated copyright headers.
+ * javax/management/openmbean/TabularData.java:
+ Likewise.
+ * javax/management/openmbean/TabularDataSupport.java:
+ Likewise.
+ * javax/management/openmbean/TabularType.java:
+ Likewise.
+
+2007-03-05 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * gnu/java/lang/management/BeanImpl.java:
+ Reference the new Translator class.
+ (translate(String)): Moved to Translator.
+ * gnu/javax/management/Translator.java:
+ New file.
+ * javax/management/JMX.java:
+ Likewise.
+ * javax/management/MBeanServerInvocationHandler.java:
+ Likewise.
+ * javax/management/MXBean.java:
+ Likewise.
+ * javax/management/ObjectName.java:
+ (ObjectName(String)): Catch a key without a value.
+ * javax/management/StandardMBean.java:
+ (StandardMBean(Class<?>)): Handle MXBeans.
+ (StandardMBean(Object, Class<?>)): Likewise.
+ (invoke(String,Object[],String[])): Disallow
+ calling attribute methods and handle null signatures.
+ (setAttribute(Attribute)): Search for mutators
+ with the appropriate signature.
+ * javax/management/openmbean/OpenType.java:
+ Add generic typing.
+ (ALLOWED_CLASSNAMES_LIST): New field.
+
+2007-03-02 Mario Torre <neugens@limasoftware.net>
+
+ PR classpath/31017:
+ committed for Petteri Räty <betelgeuse@gentoo.org>
+ * configure.ac: fix broken build for gcj browser plugin
+
+2007-03-02 Mario Torre <neugens@limasoftware.net>
+
+ * java/awt/Desktop.java: new java 1.6 class.
+ * java/awt/peer/DesktopPeer.java: new inteface.
+ * gnu/java/awt/peer/GnomeDesktopPeer.java: new class.
+ * gnu/java/awt/peer/ClasspathDesktopPeer.java: new class.
+ * gnu/java/awt/peer/KDEDesktopPeer.java: new class.
+ * java/awt/Toolkit.java (createDesktopPeer): new method to support the
+ creation of DesktopPeer instances.
+ * gnu/java/awt/peer/qt/QtToolkit.java: update copyright notice and
+ organize import.
+ * gnu/java/awt/ClasspathToolkit.java (createDesktopPeer): new method.
+
+2007-02-28 Keith Seitz <keiths@redhat.com>
+
+ * gnu/classpath/jdwp/processor/EventRequestCommandSet.java
+ (executeSet): Check if VM has capability for field access
+ or modification events.
+ * gnu/classpath/jdwp/processor/MethodCommandSet.java
+ (executeByteCodes): Check if VM has capability and
+ implement.
+ * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
+ (executeMonitorInfo): Likewise.
+ * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
+ (executeSourceDebugExtension): Likewise.
+ * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
+ (executePopFrames): Likewise.
+ * gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
+ (executeOwnedMonitors): Likewise.
+ (executeCurrentContendedMonitor): Likewise.
+ * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
+ (executeCapabilities): Rewrite using new VMVirtualMachine
+ capabilities.
+ (executeRedefineClasses): Check if VM has capability and
+ implement.
+ (executeSetDefaultStratum): Likewise.
+ * gnu/classpath/jdwp/util/MonitorInfo.java; New file.
+ * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
+ (canWatchFieldModification): New class constant.
+ (canWatchFieldAccess): Likewise.
+ (canGetBytecodes): Likewise.
+ (canGetSyntheticAttribute): Likewise.
+ (canGetOwnedMonitorInfo): Likewise.
+ (canGetCurrentContendedMonitor): Likewise.
+ (canGetMonitorInfo): Likewise.
+ (canRedefineClasses): Likewise.
+ (canAddMethod): Likewise.
+ (canUnrestrictedlyRedefineClasses): Likewise.
+ (canPopFrames): Likewise.
+ (canUseInstanceFilters): Likewise.
+ (canGetSourceDebugExtension): Likewise.
+ (canRequestVMDeathEvent): Likewise.
+ (canSetDefaultStratum): Likewise.
+ (redefineClasses): New method.
+ (setDefaultStratum): Likewise.
+ (getSourceDebugExtension): Likewise.
+ (getBytecodes): Likewise.
+ (getMonitorInfo): Likewise.
+ (getOwnedMonitors): Likewise.
+ (getCurrentContendedMonitor): Likewise.
+ (popFrames): Likewise.
+
+2007-03-01 Roman Kennke <kennke@aicas.com>
+
+ * java/awt/Canvas.java
+ (graphicsConfiguration): Removed duplicate (from Component) field.
+ (Canvas(GraphicsConfiguration)): Set the Component's graphicsConfig
+ field.
+ (getGraphicsConfigurationImpl): Removed.
+ * java/awt/Component.java
+ (getGraphicsConfiguration): Moved implementation here. Synchronize
+ on tree lock to prevent threading nastiness. Don't query peer
+ and instead return the setting of the graphicsConfig field.
+ (getGraphicsConfigurationImpl): Removed.
+ * java/awt/Window.java
+ (graphicsConfiguration): Removed duplicate (from Component) field.
+ (Window): Set the Component's graphicsConfig field.
+ (Window(GraphicsConfiguration)): Set the Component's graphicsConfig
+ field.
+ (Window(Window,GraphicsConfiguration)): Set the Component's
+ graphicsConfig field.
+ (getGraphicsConfigurationImpl): Removed.
+ (getGraphicsConfiguration): Fetch the local graphics env here
+ if not already done and return that.
+
+2007-02-28 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * INSTALL: Document --with-ecj-jar configure option and ecj jar
+ requirement for com.sun.tools.javac support.
+ * configure.ac: Add --with-ecj-jar configure option.
+ * gnu/classpath/Configuration.java.in (ECJ_JAR): New field.
+ * tools/Makefile.am: Build decendents of com and sun directories.
+ * resource/com/sun/tools/javac/messages.properties,
+ resource/sun/rmi/rmic/messages.properties,
+ tools/com/sun/javadoc/ClassDoc.java,
+ tools/com/sun/javadoc/ConstructorDoc.java,
+ tools/com/sun/javadoc/Doc.java,
+ tools/com/sun/javadoc/DocErrorReporter.java,
+ tools/com/sun/javadoc/Doclet.java,
+ tools/com/sun/javadoc/ExecutableMemberDoc.java,
+ tools/com/sun/javadoc/FieldDoc.java,
+ tools/com/sun/javadoc/MemberDoc.java,
+ tools/com/sun/javadoc/MethodDoc.java,
+ tools/com/sun/javadoc/PackageDoc.java,
+ tools/com/sun/javadoc/ParamTag.java,
+ tools/com/sun/javadoc/Parameter.java,
+ tools/com/sun/javadoc/ProgramElementDoc.java,
+ tools/com/sun/javadoc/RootDoc.java,
+ tools/com/sun/javadoc/SeeTag.java,
+ tools/com/sun/javadoc/SerialFieldTag.java,
+ tools/com/sun/javadoc/SourcePosition.java,
+ tools/com/sun/javadoc/Tag.java,
+ tools/com/sun/javadoc/ThrowsTag.java,
+ tools/com/sun/javadoc/Type.java,
+ tools/com/sun/javadoc/TypeVariable.java,
+ tools/com/sun/tools/doclets/Taglet.java,
+ tools/com/sun/tools/javac/Main.java,
+ tools/com/sun/tools/javac/Messages.java,
+ tools/sun/rmi/rmic/Main.java, tools/sun/rmi/rmic/Messages.java:
+ New files.
+
+2007-02-28 Keith Seitz <keiths@redhat.com>
+
+ * gnu/classpath/jdwp/processor/MethodCommandSet.java
+ (executeLineTable): Use ReferenceTypeId instead of
+ ClassReferenceTypeId.
+ (executeVariableTable): Likewise.
+ (executeVariableTableWithGeneric): Fix error message.
+ * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
+ (executeSignatureWithGeneric): Fix error message.
+ (executeFieldWithGeneric): Likewise.
+ (executeMethodsWithGeneric): Likewise.
+ * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
+ (executeGetValues): Use ThreadId instead of ObjectId.
+ (executeSetValues): Likewise.
+ (executeThisObject): Likewise.
+
+2007-02-28 Kyle Galloway <kgallowa@redhat.com>
+
+ * gnu/classpath/jdwp/id/NullObjectId.java: New class.
+ * gnu/classpath/jdwp/util/NullObject.java: New class.
+ * vm/reference/gnu/classpath/jdwp/VMIdManager.java
+ (getObjectId): Handle null object.
+ (get): Handle objectId of 0.
+
+2007-02-26 Francis Kung <fkung@redhat.com>
+
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c
+ (Java_gnu_java_awt_peer_gtk_GdkFontPeer_setFont): Stop using deprecated
+ function for creating new font map.
+
+2007-02-26 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/peer/gtk/CairoGraphics2D.java
+ (drawCairoSurface): Do not reset clip.
+ (drawImage(Image,AffineTransform,Color,ImageObserver)): Likewise.
+
+2007-02-23 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/peer/gtk/CairoGraphics2D.java
+ (drawCairoSurface): New method.
+ (drawImage(Image,AffineTransform,Color,ImageObserver)): Use new
+ drawCairoSurface() method.
+ * gnu/java/awt/peer/gtk/CairoSurface.java
+ (CairoSurface(SampleModel,CairoSurface,Rectangle,Point)): Copy correct
+ width/height values, and copy sharedBuffer value.
+ (createWritableChild): Remove debug line.
+ (drawSurface): Removed method.
+ * gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java
+ (drawComposite): Translate image when drawing.
+
+2007-02-23 Gary Benson <gbenson@redhat.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR libgcj/17002
+ PR classpath/28550
+ * java/util/Date.java (parse): Properly parse 09:01:02 as
+ hours/minutes/seconds, not as hours/minutes/year.
+ * java/util/SimpleTimeZone.java (SimpleTimeZone): Simplify
+ {start,end}TimeMode constructor by calling shorter constructor,
+ set {start,end}TimeMode fields after it returns.
+ (setStartRule): Don't adjust startTime into WALL_TIME. Set
+ startTimeMode to WALL_TIME.
+ (endStartRule): Similarly.
+ (getOffset): Handle properly millis + dstOffset overflowing into the
+ next day. Adjust startTime resp. endTime based on startTimeMode
+ resp. endTimeMode.
+ * java/util/TimeZone.java (zoneinfo_dir, availableIDs, aliases0): New
+ static fields.
+ (timezones): Remove synchronized keyword. Set zoneinfo_dir.
+ If non-null, set up aliases0 and don't put anything into
+ timezones0.
+ (defaultZone): Call getTimeZone instead of timezones().get.
+ (getDefaultTimeZone): Fix parsing of EST5 or EST5EDT6. Use
+ getTimeZoneInternal instead of timezones().get.
+ (parseTime): Parse correctly hour:minute.
+ (getTimeZoneInternal): New private method.
+ (getTimeZone): Do the custom ID checking first, canonicalize
+ ID for custom IDs as required by documentation. Call
+ getTimeZoneInternal to handle the rest.
+ (getAvailableIDs(int)): Add locking. Handle zoneinfo_dir != null.
+ (getAvailableIDs(File,String,ArrayList)): New private method.
+ (getAvailableIDs()): Add locking. Handle zoneinfo_dir != null.
+ * vm/reference/java/util/VMTimeZone.java (getDefaultTimeZoneId):
+ To read /etc/localtime, use ZoneInfo.readTZFile instead of
+ VMTimeZone.readtzFile. Get better timezone name for
+ /etc/localtime, either if it is a symlink or through
+ /etc/sysconfig/clock.
+ (readSysconfigClockFile): New static method.
+ (readtzFile): Removed.
+ * gnu/java/util/ZoneInfo.java: New file.
+ * java/lang/System.java: Add gnu.java.util.zoneinfo.dir to comments.
+ * NEWS: Documented TimeZone interface changes.
+
+2007-02-23 Francis Kung <fkung@redhat.com>
+
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_create): Remove debug line.
+
+2007-02-22 Keith Seitz <keiths@redhat.ecom>
+
+ * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
+ (getAllLoadedClassesCount): Remove.
+ (getAllLoadedClasses): Return a Collection.
+ * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
+ (executeClassesBySignature): VMVirtualMachine.getAllLoadedClasses
+ now returns Collection.
+ (executeAllClasses): Likewise.
+ Get size of return from Colleciton instead of calling
+ getAllLoadedClassesCount.
+
+2007-02-22 Kyle Galloway <kgallowa@redhat.com>
+
+ * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
+ (executeGetValues): Pass a signature byte to VMFrame.getValue.
+ * vm/reference/gnu/classpath/jdwp/VMFrame.java (getValue): Add
+ signature parameter.
+
+2007-02-22 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/peer/gtk/CairoSurface.java
+ (copyAreaNative): Pass surface pointer into copyAreaNative2().
+ (copyAreaNative2): Add parameter for surface pointer.
+ (getFlippedBuffer): Add parameter for surface pointer.
+ (getGtkImage): Pass surface pointer into getFlippedBuffer().
+
+2007-02-21 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/peer/gtk/BufferedImageGraphcs.java
+ (constructor): Add pre-multiplied colour model to types available for
+ optimization.
+ (updateBufferedImage): Change surface.getPixels() call to surface.getData().
+ * gnu/java/awt/peer/gtk/CairoGraphics2D.java
+ (drawImage): Add checks before using CairoSurface optimization.
+ * gnu/java/awt/peer/gtk/CairoSurface.java
+ (bufferPointer): Removed field.
+ (sharedBuffer): New field.
+ (CairoSurface(GtkImage)): Copy array rather than using setPixels() call.
+ (CairoSurface(int,int,int)): Use getData() convenience method.
+ (CairoSurface(SampleModel,CairoSurface,Rectangle,Point)): Remove reference
+ to deleted bufferPointer field.
+ (copyAreaNative): Update documentation, remove reference to bufferPointer.
+ (copyAreaNative2): Remove reference to deleted bufferPointer field.
+ (destroy): Remove reference to deleted bufferPointer field.
+ (dispose): Updated to reflect new method signature for destroy().
+ (drawSurface): Added documentation.
+ (getData): New convience method.
+ (getFlippedBuffer): Removed method parameters.
+ (getGtkImage): Updated to reflect new method signature.
+ (getPixels): Removed method.
+ (nativeGetElem): Removed method.
+ (netiveGetPixels): Removed method.
+ (nativeSetElem): Removed method.
+ (nativeSetPixels): Removed method.
+ (setPixels): Removed method.
+ (syncJavaToNative): New method.
+ (syncNativeToJava): New method.
+ * gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java
+ (draw): Sync buffers if necessary.
+ (drawGlyphVector): Likewise.
+ (drawImage): Likewise.
+ (drawRenderedImage): Likewise,
+ (fill): Likewise.
+ * include/gnu_java_awt_peer_gtk_CairoSurface.h: Regenerated.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_copyAreaNative2): Use pointer to
+ surface rather than pointer to buffer.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_create): Provide fall-back for
+ copied arrays.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_destroy): Handle copied arrays.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_getFlippedBuffer): Retrieve
+ information on size using JNI calls.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_getElem): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_getPixels): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_setElem): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_setPixels): Removed.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_syncJavaToNative): New function.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_syncNativeToJava): New function.
+ (BUFFER): Removed constant.
+ (SHARED): New constant.
+
+2007-02-20 Gary Benson <gbenson@redhat.com>
+
+ * javax/management/ObjectName.java
+ (domainMatches): New method.
+ (apply): Rearranged to use the above.
+
+2007-02-19 Mark Wielaard <mark@klomp.org>
+
+ * doc/.cvsignore: Add *.1.
+ * doc/Makefile.am (CLEANFILES): Add Tools_MANFILES.
+
+2007-02-19 Dalibor Topic <robilad@kaffe.org>
+
+ * cp-hacking.texinfo, cp-tools.texinfo,
+ cp-vmintegration.texinfo: Prefix output file name
+ with cp.
+
+2007-02-19 Gary Benson <gbenson@redhat.com>
+
+ * javax/management/ObjectName.java
+ (properties): Initialize when declared.
+ (ObjectName(String)): Don't initialize properties here.
+ (ObjectName(String, String, String): Likewise.
+
+2007-02-19 Chris Burdess <dog@gnu.org>
+
+ Fixes #30831
+ * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
+ properties when reader is available.
+
+2007-02-19 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/MBeanServer.java:
+ (queryMBeans(ObjectName,QueryExp)): Returned
+ generically-typed Set.
+ (queryNames(ObjectName,QueryExp)): Likewise.
+ * javax/management/MBeanServerConnection.java:
+ (queryMBeans(ObjectName,QueryExp)): Returned
+ generically-typed Set.
+ (queryNames(ObjectName,QueryExp)): Likewise.
+ * javax/management/ObjectName.java:
+ Use a generically-typed TreeMap.
+ (ObjectName(String,Hashtable<String,String>):
+ Genericized.
+ (getKeyPropertyList()): Likewise.
+ * javax/management/StandardMBean.java:
+ Use a generically-typed interface class.
+ (StandardMBean(Class<?>)): Genericized.
+ (StandardMBean(T, Class<T>)): Likewise.
+ (getImplementationClass()): Likewise.
+ (getMBeanInterface()): Likewise.
+
+2007-02-19 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/Descriptor.java:
+ New file.
+ * javax/management/DescriptorRead.java:
+ Likewise.
+ * javax/management/DescriptorAccess.java:
+ Likewise.
+
+2007-02-16 Matthias Klose <doko@ubuntu.com>
+
+ * doc/Makefile.am: Add rules to build and install man pages
+ from texinfo docs.
+ * doc/hacking.texinfo doc/tools.texinfo, doc/vmintegration.texinfo:
+ Rename, prefix files with "cp-".
+ * doc/cp-tools.texinfo: Add markup for man page generation,
+ add documentation for command line options for gjar, gjavah,
+ gnative2ascii, gorbd, grmid, grmiregistry, gserialver, gtnameserv.
+ doc/texi2pod.pl: New, taken from the GCC sources.
+
+2007-02-16 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/ClasspathGraphicsEnvironment.java: New file.
+ * gnu/java/awt/peer/gtk/CairoSurface.java
+ (CairoDataBuffer): Removed inner class.
+ (CairoSurface(int,int,int,int)): New constructor.
+ (CairoSurface(int,int)): Delegate to new constructor.
+ (CairoSurface(SampleModel,CairoSurface,Rectangle,Point)): New constructor
+ for creating child rasters.
+ (create): Added int[] parameter.
+ (createChild): New method.
+ (createCompatibleWritableRaster): New methods.
+ (createTranslatedChild): New method.
+ (createWritableChild): New method.
+ (createWritableTranslatedChild): New method.
+ (destroy): Added int[] parameter.
+ (dispose): Only free native resources if this Surface has no parents.
+ (isCompatibleColorModel): New method.
+ (isCompatibleSampleModel): New method.
+ * gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java
+ (draw): Set transform, smarter bounds generation.
+ (drawComposite): Improved clipping.
+ (drawImage): Fixed bounds translation.
+ (drawRenderedImage): Set transform in buffer.
+ (fill): Set transform in buffer.
+ * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java
+ (createRaster): New method.
+ * java/awt/image/BufferedImage.java
+ (BufferedImage(int,int,int)): Use optimized raster if possible.
+ * include/gnu_java_awt_peer_gtk_CairoSurface.h: Regenerated.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_create): Share data buffer between
+ Cairo and Java.
+ (Java_gnu_java_awt_peer_gtk_CairoSurface_destroy): Free data array.
+
+2007-02-16 Francis Kung <fkung@redhat.com>
+
+ * javax/management/NotificationBroadcasterSupport.java: Update imports.
+
+2007-02-16 Andrew Haley <aph@redhat.com>
+
+ * gnu/java/lang/management/MemoryMXBeanImpl.java,
+ javax/management/MBeanServerDelegate.java: Use
+ gnu.javax.management.ListenerData rather than
+ gnu.classpath.ListenerData.
+ * gnu/javax/management/ListenerData.java: Move here from
+ gnu/classpath/ListenerData.java.
+
+2006-10-14 Edwin Steiner <edwin.steiner@gmx.net>
+
+ PR classpath/28652:
+ * javax/management/MBeanInfo.java (MBeanInfo):
+ Use clone to duplicate the arrays in order to
+ preserve the array type.
+
+2007-02-15 Gary Benson <gbenson@redhat.com>
+
+ * gnu/javax/management/Server.java
+ (registerMBean): Always register objects that implement the
+ MBeanRegistration interface, and check the name returned by
+ preRegister before using it.
+
+2007-02-15 Roman Kennke <kennke@aicas.com>
+
+ * java/nio/ByteOrder.java
+ (nativeOrder): Avoid NPE when comparing a system property.
+
+2007-02-13 Gary Benson <gbenson@redhat.com>
+
+ * javax/management/ObjectName.java
+ (toString): Return this item's canonical name.
+
+2007-02-12 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/ClasspathToolkit.java:
+ * gnu/java/awt/peer/gtk/AsyncImage.java,
+ * gnu/java/awt/peer/gtk/BufferedImageGraphics.java,
+ * gnu/java/awt/peer/gtk/CairoGraphics2D.java,
+ * gnu/java/awt/peer/gtk/CairoSurface.java,
+ * gnu/java/awt/peer/gtk/ComponentGraphics.java,
+ * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java,
+ * gnu/java/awt/peer/gtk/GdkFontPeer.java,
+ * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
+ * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java,
+ * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java,
+ * gnu/java/awt/peer/gtk/GtkChoicePeer.java,
+ * gnu/java/awt/peer/gtk/GtkClipboard.java,
+ * gnu/java/awt/peer/gtk/GtkClipboardNotifier.java,
+ * gnu/java/awt/peer/gtk/GtkComponentPeer.java,
+ * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
+ * gnu/java/awt/peer/gtk/GtkFramePeer.java,
+ * gnu/java/awt/peer/gtk/GtkImage.java,
+ * gnu/java/awt/peer/gtk/GtkImageConsumer.java,
+ * gnu/java/awt/peer/gtk/GtkLabelPeer.java,
+ * gnu/java/awt/peer/gtk/GtkListPeer.java,
+ * gnu/java/awt/peer/gtk/GtkMainThread.java,
+ * gnu/java/awt/peer/gtk/GtkMenuBarPeer.java,
+ * gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java,
+ * gnu/java/awt/peer/gtk/GtkMenuPeer.java,
+ * gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java,
+ * gnu/java/awt/peer/gtk/GtkScrollbarPeer.java,
+ * gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
+ * gnu/java/awt/peer/gtk/GtkSelection.java,
+ * gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
+ * gnu/java/awt/peer/gtk/GtkTextFieldPeer.java,
+ * gnu/java/awt/peer/gtk/GtkToolkit.java,
+ * gnu/java/awt/peer/gtk/GtkWindowPeer.java,
+ * gnu/java/awt/peer/gtk/VolatileImageGraphics.java,
+ * java/awt/RenderingHints.java,
+ * java/awt/image/BufferedImage.java: Reformatted and added generics.
+
+2007-02-12 Tom Tromey <tromey@redhat.com>
+
+ * java/net/Socket.java (bind): Typo fix.
+
+2007-02-12 Tom Tromey <tromey@redhat.com>
+
+ * vm/reference/java/lang/reflect/Method.java (getDefaultValue):
+ New method.
+ * sun/reflect/annotation/AnnotationInvocationHandler.java (create):
+ New method.
+ (arrayClone): New method.
+ (invoke): Clone array return results.
+
+2007-02-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR 23566
+ * scripts/timezones.pl: Parse each file in 2 passes, in one parse
+ just Rule lines, in the other everything else. Pass 0 instead of
+ $savings as second argument to parseRule when parsing the start
+ rule.
+ * java/util/TimeZone.java (timezones): Regenerate from tzdata2007a.
+
+2007-02-12 Jakub Jelinek <jakub@redhat.com>
+
+ * vm/reference/java/util/VMTimeZone.java: Rewrite to handle both
+ the old 'TZif\0' format and the new one.
+ * java/util/TimeZone.java: Handle default (one hour) daylight
+ savings.
+
+2007-02-12 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/Query.java:
+ New file.
+ * javax/management/StandardMBean.java:
+ Use the implementation's class loader.
+
+2007-02-10 Mark Wielaard <mark@klomp.org>
+
+ * javax/swing/plaf/metal/MetalFileChooserUI.java: Import Date from
+ java.util, not from java.sql.
+
+2007-02-10 Roman Kennke <kennke@aicas.com>
+
+ * javax/imageio/stream/ImageOutputStreamImpl.java
+ (flushBits): Implemented.
+ (writeBit): Implemented.
+ (writeBits): Implemented.
+
+2007-02-10 Roman Kennke <kennke@aicas.com>
+
+ * javax/swing/TransferHandler.java
+ (SwingDragGestureRecognizer): New inner class.
+ (SwingDragHandler): New inner class.
+ (recognizer): New field.
+ (exportAsDrag): Implemented missing method.
+
+2007-02-10 Roman Kennke <kennke@aicas.com>
+
+ * java/awt/GraphicsConfiguration.java
+ (createCompatibleVolatileImage(int,int,ImageCapabilities): Provide
+ default implementation that delegates to
+ createCompatibleVolatileImage(int,int).
+ (createCompatibleVolatileImage(int,int,ImageCapabilities,int):
+ New method from JDK5 spec. Default implementation by delegating to
+ (createCompatibleVolatileImage(int,int,int).
+
+2007-02-09 Tom Tromey <tromey@redhat.com>
+
+ PR libgcj/30647:
+ * configure.ac: Also check for jack/jack.h.
+
+2007-02-09 Mario Torre <neugens@limasoftware.net>
+
+ * java/io/File.java: remove import for
+ gnu.classpath.NotImplementedException.
+ (getUsableSpace): removed stub.
+ (getFreeSpace): likewise.
+ (getTotalSpace): likewise.
+
+2007-02-09 Mario Torre <neugens@limasoftware.net>
+
+ * vm/reference/java/io/VMFile.java:
+ (canExecute): new 1.6 native method.
+ (setReadable): likewise.
+ (setWritable): likewise.
+ (setExecutable): likewise.
+ * java/io/File.java: added import for gnu.classpath.NotImplementedException.
+ (setReadOnly): new 1.6 method.
+ (canExecute): likewise.
+ (setReadable): likewise.
+ (setWritable): likewise.
+ (setExecutable): likewise.
+ (getUsableSpace): added stub for new 1.6 method.
+ (getFreeSpace): likewise.
+ (getTotalSpace): likewise.
+ (checkExec): new private method to support new 1.6 additions.
+ * native/jni/java-io/java_io_VMFile.c:
+ set_file_permissions: new helper function.
+ Java_java_io_VMFile_setReadable: new native method to bakcup 1.6 methods
+ in VMFile.java.
+ Java_java_io_VMFile_setWritable: likewise.
+ Java_java_io_VMFile_setExecutable: likewise.
+ Java_java_io_VMFile_canExecute: likewise.
+ * native/jni/native-lib/cpio.h: added new flags: CPFILE_FLAG_EXEC,
+ CPFILE_FLAG_USR and CPFILE_FLAG_OFF.
+ cpio_chmod: new function declaration.
+ cpio_checkAccess: likewise.
+ * native/jni/native-lib/cpio.c:
+ cpio_chmod: new function definition.
+ cpio_checkAccess: likewise.
+
+2007-02-09 Gary Benson <gbenson@redhat.com>
+
+ * javax/management/ObjectName.java
+ (quote): Initialize StringBuilder correctly.
+
+2007-02-09 Francis Kung <fkung@redhat.com>
+
+ * java/awt/image/BufferedImage: Reformatted.
+
+2007-02-09 Ito Kazumitsu <kaz@maczuka.gcd.org>
+
+ Fixes bug #30732
+ * gnu/java/util/regex/RETokenChar.java(chain): Check whether the next
+ token has a next token.
+
+2007-02-08 Roman Kennke <kennke@aicas.com>
+
+ PR 30347
+ * javax/swing/JViewport.java
+ (scrollRectToVisible): Use correct X/Y offset for calculations.
+ (paintBackingStore): Update backbuffer when we are not the paint
+ root.
+
+2007-02-08 Roman Kennke <kennke@aicas.com>
+
+ * java/awt/image/SinglePixelPackedSampleModel.java
+ (getDataElements(int,int,Object,DataBuffer)):
+ Replace DataBuffer using method with simple
+ switch. This does not check for the exact type (class) of the
+ DataBuffer but instead checks the transfer type.
+ (getDataElements(int,int,int,intObject,DataBuffer)): Removed.
+ (setDataElements): Fixed indentation.
+ (setPixels): Removed unused statement.
+
+2007-02-07 Tom Tromey <tromey@redhat.com>
+
+ * tools/gnu/classpath/tools/javah/PathOptionGroup.java
+ (PathOptionGroup): Allow '-cp' as well.
+
+2007-02-07 Chris Burdess <dog@gnu.org>
+
+ Fixes PR 30718.
+ * gnu/xml/dom/ls/SAXEventSink.java: Add public accessor/mutators.
+ * gnu/xml/transform/XSLURIResolver.java: Add support for custom
+ SAXSources without a backing URL or stream.
+
+2007-02-06 Tom Tromey <tromey@redhat.com>
+
+ PR libgcj/30707:
+ * tools/gnu/classpath/tools/javah/JniIncludePrinter.java
+ (printClass): Always print a header.
+
+2007-02-06 Chris Burdess <dog@gnu.org>
+
+ Fixes PR 27710.
+ * gnu/xml/dom/DomDocumentBuilderFactory.java: Fall back to synchronous
+ LSParser if implementation does not support asynchronous.
+ * gnu/xml/stream/XMLParser.java,
+ gnu/xml/stream/XIncludeFilter.java: Use custom code instead of
+ java.net.URL to resolve to an an absolute URI, to avoid nonexistent
+ protocol handler problems.
+
+2007-02-05 Andrew Haley <aph@redhat.com>
+
+ PR cp-tools/30706
+ * tools/gnu/classpath/tools/javah/JniIncludePrinter.java:
+ (printClass): Replace '/' in filenames with '_'.
+ * tools/gnu/classpath/tools/javah/JniStubPrinter.java
+ (printClass): Likewise.
+
+2007-02-05 Tom Tromey <tromey@redhat.com>
+
+ * java/net/Proxy.java (equals): Handle case where address==null.
+ (hashCode): Likewise.
+ (toString): Likewise.
+
+2007-02-04 Jeroen Frijters <jeroen@frijters.net>
+
+ * java/lang/Class.java
+ (newInstance): Moved setAccessible call to helper method.
+ (getEnumConstants): Call new helper method to allow values method to be
+ called on non-public enum classes.
+ (setAccessible): New helper method.
+ * java/lang/Enum.java
+ (valueOf): Call new helper method in class to allow field value to
+ be read on non-public enum classes.
+
+2007-02-04 Jeroen Frijters <jeroen@frijters.net>
+
+ Fix for #30693
+ * gnu/java/nio/charset/ByteCharset.java
+ (ByteCharset.Decoder.decodeLoop): Reset input buffer position if
+ the byte read was unmappable.
+
+2007-02-02 Kyle Galloway <kgallowa@redhat.com>
+
+ * gnu/classpath/jdwp/processor/StackFrameCommandSet.java
+ (executeGetValues): Changed getFrame to use a jlong to pass frameID.
+ (executeSetValues): Ditto.
+ (executeThisObject): Ditto.
+ * vm/reference/gnu/classpath/jdwp/VMFrame.java: Added thread field and a
+ constructor used to create VMFrames.
+ (getThread): New method.
+ * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java(getFrame): Changed
+ to take a long instead of a ByteBuffer to pass the frameID.
+
+2007-02-01 Tom Tromey <tromey@redhat.com>
+
+ * java/util/logging/LogManager.java (reset): Remove bogus
+ 'while'.
+
+2007-01-31 Casey Marshall <csm@gnu.org>
+
+ * gnu/javax/net/ssl/Base64.java: move to `gnu/java/util/Base64.java.'
+ * gnu/javax/net/ssl/PrivateCredentials.java: clean up unused imports.
+ (add): use `gnu.java.util.Base64.'
+ * gnu/java/net/protocol/http/Request.java (authenticate): use
+ `gnu.java.util.Base64.'
+ * tools/gnu/classpath/tools/jarsigner/HashUtils.java (hashStream):
+ likewise.
+ * tools/gnu/classpath/tools/keytool/CertReqCmd.java (start): likewise.
+ * tools/gnu/classpath/tools/keytool/ExportCmd.java (start): likewise.
+ * tools/gnu/classpath/tools/keytool/ListCmd.java (printRFC1421):
+ likewise.
+ * gnu/java/net/Base64.java: removed.
+ * gnu/java/security/util/Base64.java: removed.
+
+2007-01-31 Casey Marshall <csm@gnu.org>
+
+ Fixes PR classpath/24191.
+ Fix suggested by Rafael Teixeira <monoman@gmail.com>.
+ * javax/crypto/CipherOutputStream.java (write): check return value
+ of `update' for null.
+
+2007-01-31 Tom Tromey <tromey@redhat.com>
+
+ * resource/gnu/classpath/tools/jar/messages.properties
+ (Main.Stdin): New message.
+ * tools/gnu/classpath/tools/jar/Main.java (initializeParser): Add
+ '-@' option.
+ (readNames): New method.
+ (run): Use it.
+
+2007-01-30 Roman Kennke <kennke@aicas.com>
+
+ PR 20577
+ * javax/swing/DefaultDesktopManager.java
+ (activateFrame): Added a bunch of null checks. Don't call
+ JInternalFrame.setSelected() to avoid recursion.
+
+2007-01-29 Andrew Haley <aph@redhat.com>
+
+ * java/lang/SecurityManager.java (SecurityManager): Load and
+ initialize java.security.Security.
+
+2007-01-28 Ito Kazumitsu <kaz@maczuka.gcd.org>
+
+ * native/jni/java-nio/gnu_java_nio_VMChannel.c
+ (Java_gnu_java_nio_VMChannel_accept): Throw SocketTimeoutException
+ in case of timeout.
+ * native/jni/java-nio/javanio.c(cpnio_accept): Call select() if
+ SO_RCVTIMEO is set.
+
+2007-01-26 Tom Tromey <tromey@redhat.com>
+
+ * tools/gnu/classpath/tools/javah/FieldHelper.java (print): Print
+ 'volatile' after field type.
+
+2007-01-26 Chris Burdess <dog@gnu.org>
+
+ Fixes #30597
+ * gnu/xml/dom/DomDocumentBuilder.java: Throw IOException where cause
+ of LSException is an IOException.
+ * gnu/xml/dom/ls/DomLSParser.java,
+ gnu/xml/stream/SAXParser.java: Ensure coalescing feature is set
+ correctly during LS parsing.
+
+2007-01-21 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/PersistentMBean.java:
+ New file.
+
+2007-01-21 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/AttributeChangeNotificationFilter.java:
+ Correct typo.
+ * javax/management/NotificationFilterSupport.java:
+ New file.
+
+2007-01-21 Mark Wielaard <mark@klomp.org>
+
+ * java/security/SecureClassLoader.java (defineClass): Method returns
+ Class<?>.
+ * java/security/SignatureSpi.java (engineUpdate(ByteBuffer):
+ Does not throw SignatureException. Chain SignatureException inside
+ IllegalStateException.
+
+2007-01-21 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/NotificationBroadcasterSupport.java:
+ New file.
+
+2007-01-20 Ito Kazumitsu <kaz@maczuka.gcd.org>
+
+ * java/text/DecimalFormat.java(parse): Corrected the ParsePosition
+ settings.
+
+2007-01-20 Ito Kazumitsu <kaz@maczuka.gcd.org>
+
+ * java/text/SimpleDateFormat(parse): Corrected the usage of
+ NumberFormat.
+
+2007-01-20 Ito Kazumitsu <kaz@maczuka.gcd.org>
+
+ Fixes bug #30488
+ * native/jni/native-lib/cpnet.c(SOCKET_NOSIGNAL): Deleted,
+ (setsockopt_NOSIGPIPE): New function,
+ (cpnet_send): Corrected the option setting to send(),
+ (cpnet_sendTo): Corrected the option setting to sendto().
+
+2007-01-19 Marco Trudel <mtrudel@gmx.ch>
+
+ * java/util/Arrays.java (binarySearch): Change comparison order.
+
+2007-01-17 Keith Seitz <keiths@redhat.com>
+
+ * gnu/classpath/jdwp/events/filters/StepFilter.java:
+ Update javadoc.
+ (matches): Implement.
+
+ * gnu/classpath/jdwp/event/EventManager.java (EventManager): Honor
+ agent startup suspension for VM_INIT.
+
+2007-01-17 Tom Tromey <tromey@redhat.com>
+
+ * tools/gnu/classpath/tools/javah/PathOptionGroup.java
+ (PathOptionGroup): Set default boot class path.
+
+2007-01-17 Mark Wielaard <mark@klomp.org>
+
+ * javax/activity/ActivityCompletedException.java: Make constructors
+ public.
+ * javax/activity/ActivityRequiredException.java: Likewise.
+ * javax/activity/InvalidActivityException.java: Likewise.
+
+2007-01-17 Roman Kennke <kennke@aicas.com>
+
+ * javax/swing/plaf/basic/BasicRadioButtonUI.java
+ (paint): Use helper method to figure out icon. Don't override
+ the icon field in that class. Check for null icons.
+ (getCurrentIcon): New helper function to determine icon to be
+ painted.
+
+2007-01-17 Mark Wielaard <mark@klomp.org>
+
+ * javax/activity/ActivityCompletedException.java: New file.
+ * javax/activity/ActivityRequiredException.java: Likewise.
+ * javax/activity/InvalidActivityException.java: Likewise.
+ * javax/activity/package.html: Likewise.
+
+2007-01-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/DefaultLoaderRepository.java:
+ (loadClass(String)): Made static.
+ (loadClassWithout(String,ClassLoader)): Likewise.
+
+2007-01-15 Kyle Galloway <kgallowa@redhat.com>
+
+ * gnu/classpath/jdwp/exception/TypeMismatchException.java: New file.
+ * gnu/classpath/jdwp/exception/InvalidFrameException.java: Fix indentation.
+ * gnu/classpath/jdwp/exception/InvalidSlotException.java: Fix indentation.
+
+2007-01-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/AttributeValueExp.java:
+ Corrected serialVersionUID typo.
+ * javax/management/DefaultLoaderRepository.java:
+ New file.
+ * javax/management/MBeanServerFactory.java:
+ Add generic typing.
+
+2007-01-15 Kyle Galloway <kgallowa@redhat.com>
+
+ * gnu/classpath/jdwp/exception/InvalidFrameException.java: New file.
+
+2007-01-15 Kyle Galloway <kgallowa@redhat.com>
+
+ * gnu/classpath/jdwp/exception/AbsentInformationException.java: New file.
+
+2007-01-15 Kyle Galloway <kgallowa@redhat.com>
+
+ * gnu/classpath/jdwp/exception/InvalidSlotException.java: New file.
+
+2007-01-14 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/AttributeValueExp.java: New file.
+ * javax/management/QueryEval.java: Likewise.
+ * javax/management/StringValueExp.java: Likewise.
+
+2007-01-14 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/AttributeChangeNotificationFilter.java:
+ New file.
+
+2007-01-11 Andreas Tobler <a.tobler@schweiz.org>
+
+ * examples/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java
+ (AicasGraphicsBenchmark): Load images from ../icons.
+ * examples/gnu/classpath/examples/java2d/J2dBenchmark.java (init):
+ Likewise.
+ * examples/Makefile.am (EXAMPLE_ICONS): Add rule to copy *.gif files
+ to icons.
+ * examples/gnu/classpath/examples/awt/aicas.png: Move to ../icons.
+ Delete here.
+ * examples/gnu/classpath/examples/awt/palme.gif: Likewise.
+ * examples/gnu/classpath/examples/java2d/aicas.png: Likewise.
+ * examples/gnu/classpath/examples/java2d/palme.gif: Likewise.
+ * examples/gnu/classpath/examples/icons/aicas.png: Moved.
+ * examples/gnu/classpath/examples/icons/palme.gif: Likewise.
+
+2007-01-09 Tania Bento <tbento@redhat.com>
+
+ * java/security/Permission.java:
+ (toString): If there are no actions, then there should not
+ be a space between its name and ')'.
+
+2007-01-08 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * javax/management/AttributeChangeNotification.java:
+ New file.
+
+2007-01-08 Cameron McCormack <cam@mcc.id.au>
+
+ PR 30355
+ * java/util/Arrays.java:
+ (binarySearch(byte[],byte)): Added check for zero-length array.
+ (binarySearch(short[],short)): Likewise.
+ (binarySearch(int[],int)): Likewise.
+ (binarySearch(long[],long)): Likewise.
+ (binarySearch(char[],char)): Likewise.
+ (binarySearch(float[],float)): Likewise.
+ (binarySearch(double[],double)): Likewise.
+ (binarySearch(Object[],Object)): Likewise.
+ (binarySearch(T[],T,Comparator)): Likewise.
+
+2007-01-08 Tom Tromey <tromey@redhat.com>
+
+ * tools/gnu/classpath/tools/native2ascii/Native2ASCII.java (run):
+ Fix length check. PR classpath/30346.
+
+2007-01-09 Raif S. Naffah <classpath@naffah-raif.name>
+
+ * tools/gnu/classpath/tools/jarsigner/SFHelper.java: Updated copyright year.
+ (sfEntries): Use generics.
+ (writeDSA()): Likewise.
+ (startSigning()): Likewise.
+ (updateEntry()): Likewise.
+ * tools/gnu/classpath/tools/jarsigner/Messages.java: Updated copyright year.
+ (CACHED_FORMATS): Use generics.
+ (getFormattedString()): Likewise.
+ * tools/gnu/classpath/tools/jarsigner/Main.java: Updated copyright year.
+ (fileAndAlias): Use generics.
+ (ToolParser.validate()): Likewise.
+ * tools/gnu/classpath/tools/jarsigner/JarVerifier.java:
+ Updated copyright year.
+ Re-ordered imports and removed unused entries.
+ (entryHashes): Use generics.
+ (start()): Likewise.
+ (verifySFEntries()): Likewise.
+ Use map's entrySet() instead of its keySet().
+
+2007-01-08 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * java/text/DateFormat.java:
+ (computeInstance(int,int,Locale,boolean,boolean)):
+ Throw an exception when locale info. is unavailable.
+ (computeDefault(int,int,boolean,boolean)): New method.
+ (getDateInstance(int,Locale)): Check providers.
+ (getDateTimeInstance(int,int,Locale)): Likewise.
+ (getTimeInstance(int,Locale)): Likewise.
+ * java/text/DateFormatSymbols.java:
+ Update documentation to match DecimalFormatSymbols.
+ * java/text/DecimalFormatSymbols.java:
+ (DecimalFormatSymbols(Locale)): Reordered.
+ (getInstance()): Implemented.
+ (getInstance(Locale)): Implemented.
+ * java/text/NumberFormat.java:
+ (computeInstance(Locale,String,String)):
+ Throw an exception when locale info is unavailable.
+ (getCurrencyInstance(Locale)): Check providers.
+ (getIntegerInstance(Locale)): Likewise.
+ (getNumberInstance(Locale)): Likewise.
+ (getPercentInstance(Locale)): Likewise.
+ * java/text/spi/DateFormatProvider.java: New file.
+ * java/text/spi/DecimalFormatSymbolsProvider.java: Likewise.
+ * java/text/spi/NumberFormatProvider.java: Likewise.
+
+2007-01-07 Ito Kazumitsu <kaz@maczuka.gcd.org>
+
+ Fixes bug #30377
+ * native/jni/native-lib/cpnet.h: Add some include files.
+
+2007-01-07 Roman Kennke <roman@kennke.org>
+
+ PR 30337
+ * java/awt/Component.java
+ (getFontImpl): Return null when the component has no font set
+ and also has no parent yet.
+ * javax/swing/plaf/basic/BasicComboBoxUI.java
+ (PropertyChangeHandler.propertyChange): Only add editor when combo
+ box is editable. Avoid fetching the property name repeatedly.
+ Invalidate when renderer or prototypeDisplayValue change.
+ (uninstallComponents): Unconfigure everything and then remove all
+ components.
+ * javax/swing/plaf/basic/BasicComboPopup.java
+ (uninstallingUI): Don't nullify list model.
+ * javax/swing/plaf/metal/MetalComboBoxUI.java
+ (createArrowButton): Pass currentValuePane to the MetalComboBoxButton
+ constructor rather than a new (unconnected) CellRendererPane.
+
+2007-01-06 Roman Kennke <roman@kennke.org>
+
+ PR 30337
+ * javax/swing/plaf/basic/BasicComboBoxUI.java
+ (installUI): Install popup and list here.
+ Don't configure the arrow button and editor here.
+ (installComponents): Don't install popup and list here. (Moved
+ to installUI). Configure arrow button here and check for null.
+ (addEditor): Configure editor here.
+ (configureArrowButton): Directly fetch listeners from popup.
+ (paintCurrentValue): Removed unused local variables.
+ (layoutContainer): Removed unused local variables.
+ (PropertyChangeHandler.propertyChange): Don't invalidate minimumSize
+ on each property change. Avoid calling getPropertyName() repeatedly.
+ Clean up. Call addEditor() when editor changes. Configure and
+ unconfigure editor when editable changes. Use 'model' instead
+ of non-existing 'dataModel' property.
+ * javax/swing/plaf/basic/BasicComboPopup.java
+ (uninstallingUI): Remove property change listener and item listener
+ here. Uninstall list listeners. Set model to null to prevent leakage.
+ (configureList): Don't sync list selection there.
+ (uninstallComboBoxListeners): Moved to uninstallingUI.
+ (uninstallListeners): Moved to uninstallingUI.
+ * javax/swing/plaf/metal/MetalComboBoxUI.java
+ (createPopup): Call super.
+ (getMinimumSize): Removed unused statement.
+
+2007-01-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * java/text/Collator.java:
+ (getInstance(Locale)): Check providers.
+ * java/text/spi/CollatorProvider.java:
+ New file.
+
+2007-01-04 Roman Kennke <roman@kennke.org>
+
+ PR 30122
+ * java/awt/Component.java
+ (getFont): Don't synchronize on tree lock here. The method is
+ thread-safe 'enough' by fetching local variables in getFontImpl().
+
+2007-01-04 Roman Kennke <roman@kennke.org>
+
+ * java/awt/AWTEvent.java
+ (toString): Don't include the whole component in the output,
+ only its name.
+ * java/awt/Component.java
+ (isShowing): Create local copy of parent field for better
+ thread safety and efficiency.
+ * java/awt/EventDispatchThread.java
+ (EventDispatchThread): Make sure the event thread is not a daemon
+ thread in case it gets started by a daemon thread.
+ * java/awt/image/IndexColorModel.java
+ (createColorMap): New helper method for creating the color map.
+ (IndexColorModel): (all constructors) use createColorMap() helper
+ method.
+
+2007-01-04 Roman Kennke <roman@kennke.org>
+
+ * gnu/java/awt/font/autofit/GlyphHints.java
+ (alignStrongPoints): Don't special case the vertical dimension.
+ (computeInflectionPoints): Corrected computation of inflection
+ points.
+ * gnu/java/awt/font/autofit/Utils.java
+ (ANGLE_4PI): Removed.
+ (ANGLE_PI2): New constant for PI/2.
+ (ANGLE_PI4): New constant for PI/4.
+ (angleDiff): Fixed.
+ (atan): Fixed.
+
+2007-01-03 Cameron McCormack <cam@mcc.id.au>
+
+ Fixes bug #29246
+ * java/awt/Toolkit.java (getLockingKeyState): Use AWTUtilities
+ isValidKey method. Throw UnsupportedOperationException on a valid
+ key (for which no locking state can be given).
+ * gnu/java/awt/AWTUtilities.java (isValidKey): New method.
+ * gnu/java/awt/peer/gtk/GtkToolkit.java (getLockingKeyState): New
+ method.
+ * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c
+ (Java_gnu_java_awt_peer_gtk_GtkToolkit_getLockState): New method.
+ * include/gnu_java_awt_peer_gtk_GtkToolkit.h: Regenerated.
+
+2007-01-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * java/text/BreakIterator.java:
+ (getCharacterInstance(Locale)): Check providers.
+ (getLineInstance(Locale)): Likewise.
+ (getSentenceInstance(Locale)): Likewise.
+ (getWordInstance(Locale)): Likewise.
+ * java/text/spi/BreakIteratorProvider.java:
+ New file.
+ * java/text/spi/DateFormatSymbolsProvider.java:
+ Update header text.
+ * java/util/ServiceConfigurationError.java:
+ Add serialVersionUID.
+
+2007-01-03 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/peer/gtk/CairoGraphics2D.java:
+ (copy): Copy and set antialias value.
+
+2007-01-03 Tania Bento <tbento@redhat.com>
+
+ * java/awt/CardLayout.java:
+ (maximumLayoutSize): Return a new Dimension with a width of value
+ Integer.MAX_VALUE and a height of value Integer.MAX_VALUE if Component
+ has no components.
+
+2007-01-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * java/text/DateFormatSymbols.java:
+ (getZoneStrings(ResourceBundle)): Changed to...
+ (getZoneStrings(ResourceBundle,Locale)): Added
+ use of TimeZoneNamesProvider.
+ (getZoneStrings()): Return either mutated zone
+ strings or initial ones.
+ (getInstance(Locale)): Check DateFormatSymbolsProvider
+ instances.
+ * java/text/spi/DateFormatSymbolsProvider.java:
+ New file.
+ * java/text/spi/package.html: New file.
+
+2007-01-02 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * java/util/Currency.java:
+ (getSymbol(Locale)): Removed unneeded variable
+ and terminate loop early.
+ * java/util/Locale.java:
+ (getDisplayLanguage(Locale)): Fixed to use
+ LocaleNameProvider.
+ (getDisplayCountry(Locale)): Likewise.
+ (getDisplayVariant(Locale)): Likewise.
+ * java/util/spi/LocaleNameProvider.java:
+ New file.
+ * java/util/spi/TimeZoneNameProvider.java:
+ Likewise.
+
+2007-01-02 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * gnu/java/locale/LocaleHelper.java:
+ (getLocalizedString(Locale,String,String,boolean,
+ boolean)): Removed, no longer needed.
+ (getFallbackLocale(Locale)): Implemented.
+ * java/lang/String.java:
+ (isEmpty()): Implemented.
+ * java/util/Currency.java:
+ (getSymbol(Locale)): Reimplemented to use SPI.
+ * java/util/Locale.java:
+ (ROOT): Added.
+ * java/util/spi/CurrencyNameProvider.java:
+ New file.
+ * java/util/spi/LocaleServiceProvider.java:
+ Likewise.
+ * java/util/spi/package.html: Likewise.
+
+2007-01-02 Roman Kennke <roman@kennke.org>
+
+ * gnu/java/awt/java2d/AbstractGraphics2D.java
+ (FONT): New constant field. This is the default font to use as long
+ as nothing else is set.
+ (paintContext): New field. Temporarily stores the paint context.
+ (scanlineConverters): New field. Stores the scanline converters
+ for each thread.
+ (shapeCache): Genericified.
+ (STANDARD_HINTS): New constant field. The standard rendering hints
+ as long as nothing else is set.
+ (STANDARD_STROKE): New constant field. The standard stroke as long
+ as nothing else is set.
+ (static_initializer): Initialize standard hints.
+ (AbstractGraphics2D): Use constant fields for hints and stroke.
+ (drawGlyphVector): Use simpler method to draw the outline.
+ (fillScanline): Use paintContext field.
+ (fillShape): Use new ScanlineConverter to fill shapes.
+ (fillShapeAntialias): Removed. This will be done in fillShape.
+ (fillShapeImpl): Removed. This is done now in the ScanlineConverter
+ class.
+ (getScanlineConverter): New method. Returns the scanline converter
+ for each thread.
+ (getSegments): Removed. This is now implemented in ScanlineConverter.
+ (getShapeCache): Use genericified shapeCache field.
+ (init): Use fixed default font. Don't fetch destination raster here.
+ * gnu/java/awt/java2d/ActiveEdges.java: New class. Stores a set
+ of active edges for scanline conversion.
+ * gnu/java/awt/java2d/PolyEdge.java
+ (poolNext): Implements linked list for edge pool.
+ (scanlineNext): Implements linked list for scanline edge lists.
+ (slope): Use fixed point decimal.
+ (slope,x0,y0,x1,y1,xIntersection): Use fixed point decimal.
+ (PolyEdge()): New constructor.
+ (PolyEdge): Use fixed point decimals.
+ (init): Use fixed point decimals.
+ (intersect): New method. Intersects this edge with a scanline.
+ * gnu/java/awt/java2d/Scanline.java: New class. A list of edges
+ for a scanline plus utilities.
+ * gnu/java/awt/java2d/ScanlineConverter.java: New class. Implements
+ an efficient scanline converter for rendering Shape objects.
+
+2007-01-02 Roman Kennke <roman@kennke.org>
+
+ * gnu/java/math/Fixed.java: New class. Fixed point arithmetics
+ utilities.
+
+2007-01-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * ChangeLog-2006: New file.
+ * gnu/classpath/ServiceFactory.java:
+ Add option of throwing a ServiceConfigurationError.
+ (lookupProviders(Class,ClassLoader,boolean)): Implemented.
+ * java/util/ServiceConfigurationError.java: New file.
+ * java/util/ServiceLoader.java: Likewise.
+
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ceda0f508..24d4b9c96 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -18,6 +18,7 @@ TOOLS_MANFILES = \
gjar.1 \
gjarsigner.1 \
gjavah.1 \
+ gcjh.1 \
gkeytool.1 \
gnative2ascii.1 \
gorbd.1 \
@@ -38,7 +39,7 @@ STAMP = echo timestamp >
.INTERMEDIATE: gappletviewer.pod gjarsigner.pod gjar.pod gjavah.pod \
gkeytool.pod gnative2ascii.pod gorbd.pod grmid.pod grmiregistry.pod \
- gserialver.pod gtnameserv.pod
+ gserialver.pod gtnameserv.pod gcjh.pod
gappletviewer.pod: $(srcdir)/cp-tools.texinfo
-$(TEXI2POD) -D gappletviewer < $< > $@
@@ -49,6 +50,9 @@ gjarsigner.pod: $(srcdir)/cp-tools.texinfo
gjar.pod: $(srcdir)/cp-tools.texinfo
-$(TEXI2POD) -D gjar < $< > $@
+gcjh.pod: $(srcdir)/cp-tools.texinfo
+ -$(TEXI2POD) -D gcjh < $< > $@
+
gjavah.pod: $(srcdir)/cp-tools.texinfo
-$(TEXI2POD) -D gjavah < $< > $@
diff --git a/doc/cp-tools.texinfo b/doc/cp-tools.texinfo
index 5e635b1c4..96241dea1 100644
--- a/doc/cp-tools.texinfo
+++ b/doc/cp-tools.texinfo
@@ -127,6 +127,7 @@ Other Tools
* jar Tool:: Archive tool for Java archives
* javah Tool:: A java header compiler
+* gcjh Tool:: A java header compiler (old version)
* native2ascii Tool:: An encoding converter
* orbd Tool:: An object request broker daemon
* serialver Tool:: A serial version command
@@ -1215,12 +1216,13 @@ For more details @pxref{verbose}.
@chapter Other Tools
This is a list of currently undocumented classpath tools: @b{jar},
-@b{javah}, @b{native2ascii}, @b{orbd}, @b{serialver}, @b{rmid}, @b{rmiregistry}
+@b{javah}, @b{gcjh}, @b{native2ascii}, @b{orbd}, @b{serialver}, @b{rmid}, @b{rmiregistry}
and @b{tnameserv}.
@menu
* jar Tool:: Archive tool for Java archives
* javah Tool:: A java header compiler
+* gcjh Tool:: A java header compiler (old version)
* native2ascii Tool:: An encoding converter
* orbd Tool:: An object request broker daemon
* serialver Tool:: A serial version command
@@ -1324,7 +1326,7 @@ java(1), @dots{}
@comment ----------------------------------------------------------------------
-@node javah Tool, native2ascii Tool, jar Tool, Other Tools
+@node javah Tool, gcjh Tool, jar Tool, Other Tools
@comment node-name, next, previous, up
@section The @command{javah} Tool
@c man title gjavah - generate header files from Java class files
@@ -1407,7 +1409,66 @@ javac(1), @dots{}
@comment ----------------------------------------------------------------------
-@node native2ascii Tool, orbd Tool, javah Tool, Other Tools
+@node gcjh Tool, native2ascii Tool, javah Tool, Other Tools
+@comment node-name, next, previous, up
+@section The @command{gcjh} Tool
+@c man title gcjh - generate header files from Java class files
+
+@c man begin DESCRIPTION gcjh
+
+To be written @dots{}
+
+@c man end
+
+@ignore
+@c man begin SYNOPSIS gcjh
+gcjh [@var{OPTIONS}]@dots{} @var{CLASS}@dots{}
+@c man end
+@end ignore
+
+@c man begin OPTIONS gcjh
+
+CNI text options
+@table @gcctabopt
+@item -add @var{text}
+Insert @var{text} into class body.
+@item -append @var{text}
+Append @var{text} after class declaration.
+@item -friend @var{text}
+Insert @var{text} as a @code{friend} declaration.
+@item -prepend @var{text}
+Insert @var{text} before start of class.
+@end table
+
+Compatibility options (unused)
+@table @gcctabopt
+@item -td @var{DIR}
+@itemx -M
+@itemx -MM
+@itemx -MD
+@itemx -MMD
+Unused compatibility option.
+@end table
+
+
+Standard options:
+@table @gcctabopt
+@item -help
+Print help text, then exit.
+@item -version
+Print version number, then exit.
+@item -J@var{OPTION}
+Pass argument to the Java runtime.
+@end table
+@c man end
+
+@c man begin SEEALSO gcjh
+javac(1), javah(1), @dots{}
+@c man end
+
+@comment ----------------------------------------------------------------------
+
+@node native2ascii Tool, orbd Tool, gcjh Tool, Other Tools
@comment node-name, next, previous, up
@section The @command{native2ascii} Tool
@c man title gnative2ascii - An encoding converter