summaryrefslogtreecommitdiff
path: root/native/jni/xmlj/xmlj_util.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-08-02 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2005-08-031-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 Wielaard2005-07-021-2/+2
|
* * configure.ac: Add --enable-xmlj option. Check for libxml2 andMark Wielaard2004-12-291-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.