Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit cfba2fe

Browse files
author
Daniel Veillard
committed
preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel
* News configure.in: preparing libxml2-2.5.10 release * doc/* : updated the doc and rebuilt Daniel
1 parent bf1e3d8 commit cfba2fe

26 files changed

Lines changed: 202 additions & 142 deletions

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
2+
3+
* News configure.in: preparing libxml2-2.5.10 release
4+
* doc/* : updated the doc and rebuilt
5+
16
Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
27

38
* parser.c: fixing the xmlSAXParseDTD bug #119536 raised by

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ to test those - More testing on RelaxNG
1515
Schemas
1616

1717

18+
2.5.10: Aug 15 2003:
19+
A bugfixes only release - Windows Makefiles (William Brack)
20+
- UTF-16 support fixes (Mark Itzcovitz)
21+
- Makefile and portability (William Brack) automake, Linux alpha, Mingw
22+
on Windows (Mikhail Grushinskiy)
23+
- HTML parser (Oliver Stoeneberg)
24+
- XInclude performance problem reported by Kevin Ruscoe
25+
- XML parser performance problem reported by Grant Goodale
26+
- xmlSAXParseDTD() bug fix from Malcolm Tredinnick
27+
- and a couple other cleanup
28+
29+
1830
2.5.9: Aug 9 2003:
1931
- bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
2032
(Wiliam Brake, Jesse Pelton, Igor), Schemas (Peter Sobisch), threading

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AC_CANONICAL_HOST
66

77
LIBXML_MAJOR_VERSION=2
88
LIBXML_MINOR_VERSION=5
9-
LIBXML_MICRO_VERSION=9
9+
LIBXML_MICRO_VERSION=10
1010
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
1111
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
1212

doc/html/index.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<ANCHOR id="xmlLoadExternalEntity" href="libxml/libxml-parser.html#xmlLoadExternalEntity">
113113
<ANCHOR id="xmlParserProperties" href="libxml/libxml-xmlreader.html#xmlParserProperties">
114114
<ANCHOR id="xmlParserSeverities" href="libxml/libxml-xmlreader.html#xmlParserSeverities">
115+
<ANCHOR id="xmlReaderTypes" href="libxml/libxml-xmlreader.html#xmlReaderTypes">
115116
<ANCHOR id="xmlTextReader" href="libxml/libxml-xmlreader.html#xmlTextReader">
116117
<ANCHOR id="xmlTextReaderPtr" href="libxml/libxml-xmlreader.html#xmlTextReaderPtr">
117118
<ANCHOR id="xmlNewTextReader" href="libxml/libxml-xmlreader.html#xmlNewTextReader">
@@ -1294,13 +1295,14 @@
12941295
<ANCHOR id="xmlMemRealloc" href="libxml/libxml-xmlmemory.html#xmlMemRealloc">
12951296
<ANCHOR id="xmlMemFree" href="libxml/libxml-xmlmemory.html#xmlMemFree">
12961297
<ANCHOR id="xmlMemoryStrdup" href="libxml/libxml-xmlmemory.html#xmlMemoryStrdup">
1298+
<ANCHOR id="xmlMallocLoc" href="libxml/libxml-xmlmemory.html#xmlMallocLoc">
1299+
<ANCHOR id="xmlReallocLoc" href="libxml/libxml-xmlmemory.html#xmlReallocLoc">
1300+
<ANCHOR id="xmlMallocAtomicLoc" href="libxml/libxml-xmlmemory.html#xmlMallocAtomicLoc">
1301+
<ANCHOR id="xmlMemStrdupLoc" href="libxml/libxml-xmlmemory.html#xmlMemStrdupLoc">
12971302
<ANCHOR id="xmlMalloc" href="libxml/libxml-xmlmemory.html#xmlMalloc">
12981303
<ANCHOR id="xmlMallocAtomic" href="libxml/libxml-xmlmemory.html#xmlMallocAtomic">
12991304
<ANCHOR id="xmlRealloc" href="libxml/libxml-xmlmemory.html#xmlRealloc">
13001305
<ANCHOR id="xmlMemStrdup" href="libxml/libxml-xmlmemory.html#xmlMemStrdup">
1301-
<ANCHOR id="xmlMallocLoc" href="libxml/libxml-xmlmemory.html#xmlMallocLoc">
1302-
<ANCHOR id="xmlReallocLoc" href="libxml/libxml-xmlmemory.html#xmlReallocLoc">
1303-
<ANCHOR id="xmlMemStrdupLoc" href="libxml/libxml-xmlmemory.html#xmlMemStrdupLoc">
13041306
<ANCHOR id="xmlRegexp" href="libxml/libxml-xmlregexp.html#xmlRegexp">
13051307
<ANCHOR id="xmlRegexpPtr" href="libxml/libxml-xmlregexp.html#xmlRegexpPtr">
13061308
<ANCHOR id="xmlRegExecCtxt" href="libxml/libxml-xmlregexp.html#xmlRegExecCtxt">

doc/html/libxml-DOCBparser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</td></tr><tr><td><span class="term"><i><tt>outlen</tt></i> :</span></td><td> the length of <i><tt>out</tt></i>
114114
</td></tr><tr><td><span class="term"><i><tt>in</tt></i> :</span></td><td> a pointer to an array of UTF-8 chars
115115
</td></tr><tr><td><span class="term"><i><tt>inlen</tt></i> :</span></td><td> the length of <i><tt>in</tt></i>
116-
</td></tr><tr><td><span class="term"><i><tt>quoteChar</tt></i> :</span></td><td> the quote character to escape (' or &quot;) or zero.
116+
</td></tr><tr><td><span class="term"><i><tt>quoteChar</tt></i> :</span></td><td> the quote character to escape (' or ") or zero.
117117
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>0 if success, -2 if the transcoding fails, or -1 otherwise
118118
The value of <i><tt>inlen</tt></i> after return is the number of octets consumed
119119
as the return value is positive, else unpredictable.

doc/html/libxml-HTMLparser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
</td></tr><tr><td><span class="term"><i><tt>outlen</tt></i> :</span></td><td> the length of <i><tt>out</tt></i>
320320
</td></tr><tr><td><span class="term"><i><tt>in</tt></i> :</span></td><td> a pointer to an array of UTF-8 chars
321321
</td></tr><tr><td><span class="term"><i><tt>inlen</tt></i> :</span></td><td> the length of <i><tt>in</tt></i>
322-
</td></tr><tr><td><span class="term"><i><tt>quoteChar</tt></i> :</span></td><td> the quote character to escape (' or &quot;) or zero.
322+
</td></tr><tr><td><span class="term"><i><tt>quoteChar</tt></i> :</span></td><td> the quote character to escape (' or ") or zero.
323323
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>0 if success, -2 if the transcoding fails, or -1 otherwise
324324
The value of <i><tt>inlen</tt></i> after return is the number of octets consumed
325325
as the return value is positive, else unpredictable.

doc/html/libxml-HTMLtree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td> the number of byte written or -1 in case of failure.
161161
</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="htmlSaveFile"></a>htmlSaveFile ()</h3><pre class="programlisting">int htmlSaveFile (const char *filename,
162162
<a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> cur);</pre><p>
163-
Dump an HTML document to a file. If <i><tt>filename</tt></i> is &quot;-&quot; the stdout file is
163+
Dump an HTML document to a file. If <i><tt>filename</tt></i> is "-" the stdout file is
164164
used.</p><p>
165165

166166
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>filename</tt></i> :</span></td><td> the filename (or URL)

doc/html/libxml-SAX.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
</pre></div><div class="refsect1" lang="en"><h2>Description</h2><p>
130130

131131
</p></div><div class="refsect1" lang="en"><h2>Details</h2><div class="refsect2" lang="en"><h3><a name="getPublicId"></a>getPublicId ()</h3><pre class="programlisting">const <a href="libxml-tree.html#xmlChar">xmlChar</a>* getPublicId (void *ctx);</pre><p>
132-
Provides the public ID e.g. &quot;-//SGMLSOURCE//DTD DEMO//EN&quot;</p><p>
132+
Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN"</p><p>
133133

134134
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>ctx</tt></i> :</span></td><td> the user data (XML parser context)
135135
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>a xmlChar *

doc/html/libxml-c14n.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
int with_comments,
7171
<a href="libxml-tree.html#xmlOutputBufferPtr">xmlOutputBufferPtr</a> buf);</pre><p>
7272
Dumps the canonized image of given XML document into the provided buffer.
73-
For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or
74-
&quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</p><p>
73+
For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or
74+
"Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)</p><p>
7575

7676
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>doc</tt></i> :</span></td><td> the XML document for canonization
7777
</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i> :</span></td><td> the nodes set to be included in the canonized image
@@ -94,8 +94,8 @@
9494
int with_comments,
9595
<a href="libxml-tree.html#xmlChar">xmlChar</a> **doc_txt_ptr);</pre><p>
9696
Dumps the canonized image of given XML document into memory.
97-
For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or
98-
&quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</p><p>
97+
For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or
98+
"Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)</p><p>
9999

100100
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>doc</tt></i> :</span></td><td> the XML document for canonization
101101
</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i> :</span></td><td> the nodes set to be included in the canonized image
@@ -119,8 +119,8 @@
119119
const char *filename,
120120
int compression);</pre><p>
121121
Dumps the canonized image of given XML document into the file.
122-
For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or
123-
&quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</p><p>
122+
For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or
123+
"Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)</p><p>
124124

125125
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>doc</tt></i> :</span></td><td> the XML document for canonization
126126
</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i> :</span></td><td> the nodes set to be included in the canonized image
@@ -156,8 +156,8 @@
156156
int with_comments,
157157
<a href="libxml-tree.html#xmlOutputBufferPtr">xmlOutputBufferPtr</a> buf);</pre><p>
158158
Dumps the canonized image of given XML document into the provided buffer.
159-
For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or
160-
&quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</p><p>
159+
For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or
160+
"Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)</p><p>
161161

162162
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>doc</tt></i> :</span></td><td> the XML document for canonization
163163
</td></tr><tr><td><span class="term"><i><tt>is_visible_callback</tt></i> :</span></td><td>the function to use to determine is node visible

doc/html/libxml-debugXML.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
char *arg,
249249
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
250250
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
251-
Implements the XML shell function &quot;ls&quot;
251+
Implements the XML shell function "ls"
252252
Does an Unix like listing of the given node (like a directory)</p><p>
253253

254254
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i> :</span></td><td> the shell context
@@ -260,7 +260,7 @@
260260
char *arg,
261261
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
262262
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
263-
Implements the XML shell function &quot;base&quot;
263+
Implements the XML shell function "base"
264264
dumps the current XML base of the node</p><p>
265265

266266
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i> :</span></td><td> the shell context
@@ -272,7 +272,7 @@
272272
char *arg,
273273
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
274274
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
275-
Implements the XML shell function &quot;dir&quot;
275+
Implements the XML shell function "dir"
276276
dumps informations about the node (namespace, attributes, content).</p><p>
277277

278278
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i> :</span></td><td> the shell context
@@ -284,7 +284,7 @@
284284
char *arg,
285285
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
286286
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
287-
Implements the XML shell function &quot;cat&quot;
287+
Implements the XML shell function "cat"
288288
dumps the serialization node content (XML or HTML).</p><p>
289289

290290
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i> :</span></td><td> the shell context
@@ -296,7 +296,7 @@
296296
char *filename,
297297
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
298298
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
299-
Implements the XML shell function &quot;load&quot;
299+
Implements the XML shell function "load"
300300
loads a new document specified by the filename</p><p>
301301

302302
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i> :</span></td><td> the shell context
@@ -308,7 +308,7 @@
308308
char *filename,
309309
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
310310
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
311-
Implements the XML shell function &quot;write&quot;
311+
Implements the XML shell function "write"
312312
Write the current node to the filename, it saves the serialization
313313
of the subtree under the <i><tt>node</tt></i> specified</p><p>
314314

@@ -321,7 +321,7 @@
321321
char *filename,
322322
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
323323
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
324-
Implements the XML shell function &quot;save&quot;
324+
Implements the XML shell function "save"
325325
Write the current document to the filename, or it's original name</p><p>
326326

327327
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i> :</span></td><td> the shell context
@@ -333,7 +333,7 @@
333333
char *dtd,
334334
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
335335
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
336-
Implements the XML shell function &quot;validate&quot;
336+
Implements the XML shell function "validate"
337337
Validate the document, if a DTD path is provided, then the validation
338338
is done against the given DTD.</p><p>
339339

@@ -346,7 +346,7 @@
346346
char *arg,
347347
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> tree,
348348
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
349-
Implements the XML shell function &quot;du&quot;
349+
Implements the XML shell function "du"
350350
show the structure of the subtree under node <i><tt>tree</tt></i>
351351
If <i><tt>tree</tt></i> is null, the command works on the current node.</p><p>
352352

@@ -359,7 +359,7 @@
359359
char *buffer,
360360
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node,
361361
<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> node2);</pre><p>
362-
Implements the XML shell function &quot;pwd&quot;
362+
Implements the XML shell function "pwd"
363363
Show the full path from the root to the node, if needed building
364364
thumblers when similar elements exists at a given ancestor level.
365365
The output is compatible with XPath commands.</p><p>

0 commit comments

Comments
 (0)