1
0
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:
Daniel Veillard 1999-12-18 15:32:46 +00:00
parent e4e51317de
commit b24054a09a
7 changed files with 21 additions and 10 deletions

View File

@ -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
View File

@ -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

Binary file not shown.

View File

@ -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

View File

@ -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;

View File

@ -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,

View File

@ -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;