mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +03:00
- fixed a nasty bug destroying default namespace and Dia :-(
introduced in 1.8.0 - closed bug #3950 Daniel
This commit is contained in:
parent
37846c6364
commit
6d3bf1f4ee
@ -1,3 +1,9 @@
|
||||
Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* tree.c: fixed a bug introduced in 1.8.0 and breaking default
|
||||
namespace recognition, and Dia as a resul :-(
|
||||
* encoding.c: closed bug #3950
|
||||
|
||||
Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* valid.c: debugging a posteriori validation, except URI expansion
|
||||
|
@ -29,6 +29,9 @@
|
||||
#ifdef HAVE_CTYPE_H
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include "encoding.h"
|
||||
#ifdef HAVE_UNICODE_H
|
||||
#include <unicode.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user