mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-31 06:50:06 +03:00
- Updated HTML test outputs
- Fixed taht f....g problem with C++ and includes, Daniel
This commit is contained in:
parent
e4e51317de
commit
b24054a09a
11
ChangeLog
11
ChangeLog
@ -1,9 +1,18 @@
|
||||
Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* result/HTML/*.htm[l] : updated the HTML regression tests according
|
||||
to the new output
|
||||
* xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
|
||||
HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
|
||||
problem due to intermix of extern "C" { ... } declarations for C++
|
||||
and recursive includes in the headers
|
||||
|
||||
1999-12-20 Chris Lahey <clahey@umich.edu>
|
||||
|
||||
* HTMLtree.c: Made it so that html nodes with a single child do
|
||||
not insert a carriage return before or after the child node.
|
||||
|
||||
Sat Dec 18 16:07:03 CET 1999
|
||||
Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* configure.in, doc/xml.html : bug fix release 1.8.1
|
||||
* parser.c: fixed bug #4344
|
||||
|
6
SAX.h
6
SAX.h
@ -7,14 +7,14 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __XML_SAX_H__
|
||||
#define __XML_SAX_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "parser.h"
|
||||
#include "xlink.h"
|
||||
|
||||
#ifndef __XML_SAX_H__
|
||||
#define __XML_SAX_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define extern "C" {
|
||||
#endif
|
||||
|
BIN
doc/xml.html
BIN
doc/xml.html
Binary file not shown.
@ -7,14 +7,14 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __XML_SAX_H__
|
||||
#define __XML_SAX_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "parser.h"
|
||||
#include "xlink.h"
|
||||
|
||||
#ifndef __XML_SAX_H__
|
||||
#define __XML_SAX_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define extern "C" {
|
||||
#endif
|
||||
|
@ -12,10 +12,11 @@
|
||||
#ifndef __XML_XPATH_H__
|
||||
#define __XML_XPATH_H__
|
||||
|
||||
#include "tree.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define extern "C" {
|
||||
#endif
|
||||
#include "tree.h"
|
||||
|
||||
typedef struct xmlXPathParserContext *xmlXPathParserContextPtr;
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
#ifndef __XML_ERROR_H__
|
||||
#define __XML_ERROR_H__
|
||||
|
||||
#include "parser.h"
|
||||
#ifdef __cplusplus
|
||||
#define extern "C" {
|
||||
#endif
|
||||
#include "parser.h"
|
||||
|
||||
typedef enum {
|
||||
XML_ERR_OK = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user