Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2005-08-02 Guilhem Lavaux <guilhem@kaffe.org> | Guilhem Lavaux | 2005-08-03 | 1 | -24/+3 |
| | | | | | | | | | | | | | | | | | * classpath/jcl.c (JCl_NewRawDataObject): Added error handling. * classpath/jcl.h (jpointer): New integer type to represent a pointer. * gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c, java-nio/gnu_java_nio_channels_FileChannelImpl.c, java-nio/gnu_java_nio_charset_iconv_IconvDecoder.c, java-nio/gnu_java_nio_charset_iconv_IconvEncoder.c, java-nio/java_nio_MappedByteBufferImpl.c, java-nio/java_nio_VMDirectByteBuffer.c, xmlj/xmlj_util.c: Use JCL functions instead of directly accessing gnu/classpath/RawData. | ||||
* | * all files: Update for new FSF address. | Mark Wielaard | 2005-07-02 | 1 | -2/+2 |
| | |||||
* | * configure.ac: Add --enable-xmlj option. Check for libxml2 and | Mark Wielaard | 2004-12-29 | 1 | -0/+301 |
libxslt libraries when enabled. Add native/jni/xmlj/Makefile. * gnu/xml/libxmlj/*: New files. * include/Makefile.am: Add XMLJ_H_FILES. Group awt gtk peer headers under GTKPEER_H_FILES. Generate new headers. * include/gnu_xml_libxmlj_*.h: New generated files. * native/jni/Makefile.am: Conditionally add xmlj dir. * native/jni/xmlj/*: New files. |