8sa1-gcc/libjava/classpath/gnu/xml/transform
Matthias Klose f06a83c0b2 Import GNU Classpath (libgcj-import-20070727).
libjava/

2007-08-04  Matthias Klose  <doko@ubuntu.com>

	Import GNU Classpath (libgcj-import-20070727).

	* Regenerate class and header files.
	* Regenerate auto* files.

	* include/jvm.h:
	* jni-libjvm.cc (Jv_JNI_InvokeFunctions): Rename type.
	* jni.cc (_Jv_JNIFunctions, _Jv_JNI_InvokeFunctions): Likewise.
	* jni.cc (_Jv_JNI_CallAnyMethodA, _Jv_JNI_CallAnyVoidMethodA,
	_Jv_JNI_CallMethodA, _Jv_JNI_CallVoidMethodA,
	_Jv_JNI_CallStaticMethodA, _Jv_JNI_CallStaticVoidMethodA,
	_Jv_JNI_NewObjectA, _Jv_JNI_SetPrimitiveArrayRegion): Constify
	jvalue parameter.
	* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise.

	* java/lang/VMFloat.java (toString, parseFloat): New.

	* gnu/awt/xlib/XToolkit.java (setAlwaysOnTop, isModalityTypeSupported,
	isModalExclusionTypeSupported): New (stub only).
	* gnu/awt/xlib/XCanvasPeer.java (requestFocus): Likewise.
	* gnu/awt/xlib/XFramePeer.java (updateMinimumSize, updateIconImages,
	updateFocusableWindowState, setModalBlocked, getBoundsPrivate,
	setAlwaysOnTop): Likewise.
	* gnu/awt/xlib/XFontPeer.java (canDisplay): Update signature.

	* scripts/makemake.tcl: Ignore gnu/javax/sound/sampled/gstreamer,
	ignore javax.sound.sampled.spi.MixerProvider, ignore .in files.

	* HACKING: Mention --enable-gstreamer-peer, removal of generated files.


libjava/classpath/

2007-08-04  Matthias Klose  <doko@ubuntu.com>

	* java/util/EnumMap.java (clone): Add cast.

From-SVN: r127204
2007-08-04 10:53:49 +00:00
..
AbstractNumberNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ApplyImportsNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ApplyTemplatesNode.java Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
AttributeNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
AttributeSet.java
Bindings.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
CallTemplateNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ChooseNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
CommentNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
CopyNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
CopyOfNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
CurrentFunction.java
DocumentFunction.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
DOMSourceLocator.java
ElementAvailableFunction.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
ElementNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ErrorListenerErrorHandler.java
ForEachNode.java Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
FormatNumberFunction.java
FunctionAvailableFunction.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
GenerateIdFunction.java
IfNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
Key.java
KeyFunction.java
LiteralNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
MessageNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
NamespaceProxy.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
NodeNumberNode.java
NumberNode.java
OtherwiseNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
package.html
ParameterNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ProcessingInstructionNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
SAXSerializer.java
SAXTemplatesHandler.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
SAXTransformerHandler.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
SortKey.java
StreamSerializer.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
StrippingInstruction.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
Stylesheet.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
SystemPropertyFunction.java
Template.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
TemplateNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
TemplatesImpl.java
TextNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
TransformerFactoryImpl.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
TransformerImpl.java re PR xml/29362 (NullPointerException in gnu.xml.transform.TransformerImpl.strip(libgcj.so.7rh)) 2006-10-10 19:31:56 +00:00
TransformerOutputProperties.java
UnparsedEntityUriFunction.java
URIResolverEntityResolver.java
ValueOfNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
WhenNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
WithParam.java Import GNU Classpath (libgcj-import-20070727). 2007-08-04 10:53:49 +00:00
XSLComparator.java
XSLURIResolver.java re PR classpath/30718 (TransformerException in XSLURIResolver) 2007-02-07 18:22:26 +00:00