gtksourceview2 1.1.5-x86-mingw32 → 1.1.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. data/lib/1.8/gtksourceview2.so +0 -0
  2. data/lib/1.9/gtksourceview2.so +0 -0
  3. data/vendor/local/bin/libxml2-2.dll +0 -0
  4. data/vendor/local/bin/xmlcatalog.exe +0 -0
  5. data/vendor/local/bin/xmllint.exe +0 -0
  6. data/vendor/local/include/libxml2/libxml/DOCBparser.h +9 -9
  7. data/vendor/local/include/libxml2/libxml/HTMLparser.h +25 -23
  8. data/vendor/local/include/libxml2/libxml/HTMLtree.h +19 -19
  9. data/vendor/local/include/libxml2/libxml/SAX.h +37 -37
  10. data/vendor/local/include/libxml2/libxml/SAX2.h +34 -34
  11. data/vendor/local/include/libxml2/libxml/c14n.h +1 -1
  12. data/vendor/local/include/libxml2/libxml/catalog.h +35 -35
  13. data/vendor/local/include/libxml2/libxml/debugXML.h +26 -26
  14. data/vendor/local/include/libxml2/libxml/dict.h +16 -5
  15. data/vendor/local/include/libxml2/libxml/encoding.h +28 -14
  16. data/vendor/local/include/libxml2/libxml/hash.h +24 -24
  17. data/vendor/local/include/libxml2/libxml/list.h +26 -26
  18. data/vendor/local/include/libxml2/libxml/nanoftp.h +44 -24
  19. data/vendor/local/include/libxml2/libxml/nanohttp.h +13 -13
  20. data/vendor/local/include/libxml2/libxml/parser.h +78 -73
  21. data/vendor/local/include/libxml2/libxml/parserInternals.h +106 -73
  22. data/vendor/local/include/libxml2/libxml/schemasInternals.h +2 -2
  23. data/vendor/local/include/libxml2/libxml/schematron.h +11 -11
  24. data/vendor/local/include/libxml2/libxml/tree.h +203 -152
  25. data/vendor/local/include/libxml2/libxml/valid.h +72 -72
  26. data/vendor/local/include/libxml2/libxml/xlink.h +7 -7
  27. data/vendor/local/include/libxml2/libxml/xmlIO.h +71 -65
  28. data/vendor/local/include/libxml2/libxml/xmlautomata.h +22 -22
  29. data/vendor/local/include/libxml2/libxml/xmlerror.h +6 -6
  30. data/vendor/local/include/libxml2/libxml/xmlexports.h +2 -2
  31. data/vendor/local/include/libxml2/libxml/xmlmodule.h +1 -1
  32. data/vendor/local/include/libxml2/libxml/xmlreader.h +24 -20
  33. data/vendor/local/include/libxml2/libxml/xmlsave.h +2 -1
  34. data/vendor/local/include/libxml2/libxml/xmlschemas.h +30 -2
  35. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +20 -20
  36. data/vendor/local/include/libxml2/libxml/xmlstring.h +3 -3
  37. data/vendor/local/include/libxml2/libxml/xmlversion.h +29 -7
  38. data/vendor/local/include/libxml2/libxml/xmlwriter.h +4 -1
  39. data/vendor/local/include/libxml2/libxml/xpath.h +47 -43
  40. data/vendor/local/include/libxml2/libxml/xpathInternals.h +81 -79
  41. data/vendor/local/include/libxml2/libxml/xpointer.h +23 -23
  42. data/vendor/local/lib/libxml2.def +16 -14
  43. data/vendor/local/lib/libxml2.dll.a +0 -0
  44. data/vendor/local/lib/libxml2.lib +0 -0
  45. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +3 -3
  46. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +268 -0
  47. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +2 -0
  48. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +27 -0
  49. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +880 -0
  50. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +1198 -0
  51. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +229 -0
  52. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +3770 -0
  53. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  54. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +282 -0
  55. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  56. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  57. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +207 -0
  58. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +751 -0
  59. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +174 -0
  60. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +13 -0
  61. data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
  62. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +13 -0
  63. data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
  64. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +51 -0
  65. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +184 -0
  66. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +73 -0
  67. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +125 -0
  68. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +128 -0
  69. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +38 -0
  70. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +142 -0
  71. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +72 -0
  72. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +120 -0
  73. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +58 -0
  74. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +124 -0
  75. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +79 -0
  76. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +152 -0
  77. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +116 -0
  78. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +13 -0
  79. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +120 -0
  80. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +94 -0
  81. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +65 -0
  82. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +559 -0
  83. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +322 -0
  84. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +76 -0
  85. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +162 -0
  86. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +373 -0
  87. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +81 -0
  88. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +72 -0
  89. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +989 -0
  90. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +73 -0
  91. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +289 -0
  92. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +59 -0
  93. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +82 -0
  94. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +212 -0
  95. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +85 -0
  96. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +864 -0
  97. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +20 -0
  98. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +107 -0
  99. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +38 -0
  100. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +330 -0
  101. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +143 -0
  102. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +60 -0
  103. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +185 -0
  104. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +123 -0
  105. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +108 -0
  106. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +512 -0
  107. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +62 -0
  108. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +261 -0
  109. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +310 -0
  110. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +394 -0
  111. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +83 -0
  112. data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
  113. data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
  114. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +14 -0
  115. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +166 -0
  116. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +5 -0
  117. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +58 -0
  118. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +2 -0
  119. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  120. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +56 -0
  121. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +72 -0
  122. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +60 -0
  123. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +143 -0
  124. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +107 -0
  125. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +14 -0
  126. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +122 -0
  127. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +120 -0
  128. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +13 -0
  129. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +122 -0
  130. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +3 -0
  131. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  132. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  133. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  134. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +1 -0
  135. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +13 -0
  136. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +39 -0
  137. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +1198 -0
  138. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +94 -0
  139. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +4 -0
  140. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +118 -0
  141. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +18 -0
  142. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +7 -0
  143. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +8 -0
  144. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +14 -0
  145. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +82 -0
  146. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +76 -0
  147. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +78 -0
  148. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +67 -0
  149. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +75 -0
  150. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +76 -0
  151. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +4 -0
  152. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +14 -0
  153. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +47 -0
  154. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +54 -0
  155. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +55 -0
  156. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +35 -0
  157. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +30 -0
  158. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +38 -0
  159. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +63 -0
  160. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  161. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  162. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  163. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  164. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  165. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  166. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  167. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  168. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  169. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  170. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  171. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  172. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  173. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  174. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  175. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  176. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  177. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  178. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  179. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  180. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  181. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  182. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  183. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  184. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +64 -0
  185. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +75 -0
  186. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +73 -0
  187. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +72 -0
  188. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +79 -0
  189. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +74 -0
  190. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +14 -0
  191. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +1 -0
  192. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +1336 -0
  193. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  194. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +2 -0
  195. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +5715 -0
  196. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +250 -0
  197. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +5 -0
  198. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +190 -0
  199. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +30 -0
  200. data/vendor/local/share/gtk-doc/html/libxml2/general.html +1 -1
  201. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +3 -1
  202. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +16 -1
  203. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +11 -1
  204. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +15 -5
  205. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +8 -4
  206. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +20 -5
  207. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +72 -18
  208. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +10 -0
  209. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +5 -3
  210. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +8 -3
  212. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +2 -1
  213. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +15 -0
  214. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +12 -2
  215. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +8 -3
  216. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +3 -0
  217. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +9 -9
  218. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +42 -2
  219. data/vendor/local/share/man/man1/xml2-config.1 +0 -1
  220. data/vendor/local/share/man/man1/xmlcatalog.1 +204 -93
  221. data/vendor/local/share/man/man3/libxml.3 +1 -1
  222. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +867 -0
  223. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +68 -0
  224. metadata +163 -7
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Author: Daniel Veillard
9
9
  */
10
-
10
+
11
11
  #ifndef __NANO_HTTP_H__
12
12
  #define __NANO_HTTP_H__
13
13
 
@@ -20,22 +20,22 @@ extern "C" {
20
20
  #endif
21
21
  XMLPUBFUN void XMLCALL
22
22
  xmlNanoHTTPInit (void);
23
- XMLPUBFUN void XMLCALL
23
+ XMLPUBFUN void XMLCALL
24
24
  xmlNanoHTTPCleanup (void);
25
- XMLPUBFUN void XMLCALL
25
+ XMLPUBFUN void XMLCALL
26
26
  xmlNanoHTTPScanProxy (const char *URL);
27
- XMLPUBFUN int XMLCALL
27
+ XMLPUBFUN int XMLCALL
28
28
  xmlNanoHTTPFetch (const char *URL,
29
29
  const char *filename,
30
30
  char **contentType);
31
- XMLPUBFUN void * XMLCALL
31
+ XMLPUBFUN void * XMLCALL
32
32
  xmlNanoHTTPMethod (const char *URL,
33
33
  const char *method,
34
34
  const char *input,
35
35
  char **contentType,
36
36
  const char *headers,
37
37
  int ilen);
38
- XMLPUBFUN void * XMLCALL
38
+ XMLPUBFUN void * XMLCALL
39
39
  xmlNanoHTTPMethodRedir (const char *URL,
40
40
  const char *method,
41
41
  const char *input,
@@ -43,16 +43,16 @@ XMLPUBFUN void * XMLCALL
43
43
  char **redir,
44
44
  const char *headers,
45
45
  int ilen);
46
- XMLPUBFUN void * XMLCALL
46
+ XMLPUBFUN void * XMLCALL
47
47
  xmlNanoHTTPOpen (const char *URL,
48
48
  char **contentType);
49
- XMLPUBFUN void * XMLCALL
49
+ XMLPUBFUN void * XMLCALL
50
50
  xmlNanoHTTPOpenRedir (const char *URL,
51
51
  char **contentType,
52
52
  char **redir);
53
- XMLPUBFUN int XMLCALL
53
+ XMLPUBFUN int XMLCALL
54
54
  xmlNanoHTTPReturnCode (void *ctx);
55
- XMLPUBFUN const char * XMLCALL
55
+ XMLPUBFUN const char * XMLCALL
56
56
  xmlNanoHTTPAuthHeader (void *ctx);
57
57
  XMLPUBFUN const char * XMLCALL
58
58
  xmlNanoHTTPRedir (void *ctx);
@@ -62,16 +62,16 @@ XMLPUBFUN const char * XMLCALL
62
62
  xmlNanoHTTPEncoding (void *ctx);
63
63
  XMLPUBFUN const char * XMLCALL
64
64
  xmlNanoHTTPMimeType (void *ctx);
65
- XMLPUBFUN int XMLCALL
65
+ XMLPUBFUN int XMLCALL
66
66
  xmlNanoHTTPRead (void *ctx,
67
67
  void *dest,
68
68
  int len);
69
69
  #ifdef LIBXML_OUTPUT_ENABLED
70
- XMLPUBFUN int XMLCALL
70
+ XMLPUBFUN int XMLCALL
71
71
  xmlNanoHTTPSave (void *ctxt,
72
72
  const char *filename);
73
73
  #endif /* LIBXML_OUTPUT_ENABLED */
74
- XMLPUBFUN void XMLCALL
74
+ XMLPUBFUN void XMLCALL
75
75
  xmlNanoHTTPClose (void *ctx);
76
76
  #ifdef __cplusplus
77
77
  }
@@ -80,7 +80,7 @@ struct _xmlParserInput {
80
80
  * xmlParserNodeInfo:
81
81
  *
82
82
  * The parser can be asked to collect Node informations, i.e. at what
83
- * place in the file they were detected.
83
+ * place in the file they were detected.
84
84
  * NOTE: This is off by default and not very well tested.
85
85
  */
86
86
  typedef struct _xmlParserNodeInfo xmlParserNodeInfo;
@@ -125,9 +125,9 @@ typedef enum {
125
125
  XML_PARSER_ENTITY_VALUE, /* within an entity value in a decl */
126
126
  XML_PARSER_ATTRIBUTE_VALUE, /* within an attribute value */
127
127
  XML_PARSER_SYSTEM_LITERAL, /* within a SYSTEM value */
128
- XML_PARSER_EPILOG, /* the Misc* after the last end tag */
128
+ XML_PARSER_EPILOG, /* the Misc* after the last end tag */
129
129
  XML_PARSER_IGNORE, /* within an IGNORED section */
130
- XML_PARSER_PUBLIC_LITERAL /* within a PUBLIC value */
130
+ XML_PARSER_PUBLIC_LITERAL /* within a PUBLIC value */
131
131
  } xmlParserInputState;
132
132
 
133
133
  /**
@@ -221,7 +221,7 @@ struct _xmlParserCtxt {
221
221
  xmlValidCtxt vctxt; /* The validity context */
222
222
 
223
223
  xmlParserInputState instate; /* current type of input */
224
- int token; /* next char look-ahead */
224
+ int token; /* next char look-ahead */
225
225
 
226
226
  char *directory; /* the data directory */
227
227
 
@@ -308,6 +308,8 @@ struct _xmlParserCtxt {
308
308
  int nodeInfoNr; /* Depth of the parsing stack */
309
309
  int nodeInfoMax; /* Max depth of the parsing stack */
310
310
  xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */
311
+
312
+ int input_id; /* we need to label inputs */
311
313
  };
312
314
 
313
315
  /**
@@ -398,8 +400,8 @@ typedef xmlEntityPtr (*getParameterEntitySAXFunc) (void *ctx,
398
400
  /**
399
401
  * entityDeclSAXFunc:
400
402
  * @ctx: the user data (XML parser context)
401
- * @name: the entity name
402
- * @type: the entity type
403
+ * @name: the entity name
404
+ * @type: the entity type
403
405
  * @publicId: The public ID of the entity
404
406
  * @systemId: The system ID of the entity
405
407
  * @content: the entity value (without processing).
@@ -429,8 +431,8 @@ typedef void (*notationDeclSAXFunc)(void *ctx,
429
431
  * attributeDeclSAXFunc:
430
432
  * @ctx: the user data (XML parser context)
431
433
  * @elem: the name of the element
432
- * @fullname: the attribute name
433
- * @type: the attribute type
434
+ * @fullname: the attribute name
435
+ * @type: the attribute type
434
436
  * @def: the type of default value
435
437
  * @defaultValue: the attribute default value
436
438
  * @tree: the tree of enumerated value set
@@ -447,8 +449,8 @@ typedef void (*attributeDeclSAXFunc)(void *ctx,
447
449
  /**
448
450
  * elementDeclSAXFunc:
449
451
  * @ctx: the user data (XML parser context)
450
- * @name: the element name
451
- * @type: the element type
452
+ * @name: the element name
453
+ * @type: the element type
452
454
  * @content: the element value tree
453
455
  *
454
456
  * An element definition has been parsed.
@@ -535,7 +537,7 @@ typedef void (*attributeSAXFunc) (void *ctx,
535
537
  * @ctx: the user data (XML parser context)
536
538
  * @name: The entity name
537
539
  *
538
- * Called when an entity reference is detected.
540
+ * Called when an entity reference is detected.
539
541
  */
540
542
  typedef void (*referenceSAXFunc) (void *ctx,
541
543
  const xmlChar *name);
@@ -599,7 +601,7 @@ typedef void (*cdataBlockSAXFunc) (
599
601
  * @ctx: an XML parser context
600
602
  * @msg: the message to display/transmit
601
603
  * @...: extra parameters for the message display
602
- *
604
+ *
603
605
  * Display and format a warning messages, callback.
604
606
  */
605
607
  typedef void (XMLCDECL *warningSAXFunc) (void *ctx,
@@ -609,7 +611,7 @@ typedef void (XMLCDECL *warningSAXFunc) (void *ctx,
609
611
  * @ctx: an XML parser context
610
612
  * @msg: the message to display/transmit
611
613
  * @...: extra parameters for the message display
612
- *
614
+ *
613
615
  * Display and format an error messages, callback.
614
616
  */
615
617
  typedef void (XMLCDECL *errorSAXFunc) (void *ctx,
@@ -619,7 +621,7 @@ typedef void (XMLCDECL *errorSAXFunc) (void *ctx,
619
621
  * @ctx: an XML parser context
620
622
  * @msg: the message to display/transmit
621
623
  * @...: extra parameters for the message display
622
- *
624
+ *
623
625
  * Display and format fatal error messages, callback.
624
626
  * Note: so far fatalError() SAX callbacks are not used, error()
625
627
  * get all the callbacks for errors.
@@ -695,7 +697,7 @@ typedef void (*startElementNsSAX2Func) (void *ctx,
695
697
  int nb_attributes,
696
698
  int nb_defaulted,
697
699
  const xmlChar **attributes);
698
-
700
+
699
701
  /**
700
702
  * endElementNsSAX2Func:
701
703
  * @ctx: the user data (XML parser context)
@@ -790,7 +792,7 @@ struct _xmlSAXHandlerV1 {
790
792
  * xmlExternalEntityLoader:
791
793
  * @URL: The System ID of the resource requested
792
794
  * @ID: The Public ID of the resource requested
793
- * @context: the XML parser context
795
+ * @context: the XML parser context
794
796
  *
795
797
  * External entity loaders types.
796
798
  *
@@ -816,18 +818,18 @@ extern "C" {
816
818
  /*
817
819
  * Init/Cleanup
818
820
  */
819
- XMLPUBFUN void XMLCALL
821
+ XMLPUBFUN void XMLCALL
820
822
  xmlInitParser (void);
821
- XMLPUBFUN void XMLCALL
823
+ XMLPUBFUN void XMLCALL
822
824
  xmlCleanupParser (void);
823
825
 
824
826
  /*
825
827
  * Input functions
826
828
  */
827
- XMLPUBFUN int XMLCALL
829
+ XMLPUBFUN int XMLCALL
828
830
  xmlParserInputRead (xmlParserInputPtr in,
829
831
  int len);
830
- XMLPUBFUN int XMLCALL
832
+ XMLPUBFUN int XMLCALL
831
833
  xmlParserInputGrow (xmlParserInputPtr in,
832
834
  int len);
833
835
 
@@ -835,101 +837,101 @@ XMLPUBFUN int XMLCALL
835
837
  * Basic parsing Interfaces
836
838
  */
837
839
  #ifdef LIBXML_SAX1_ENABLED
838
- XMLPUBFUN xmlDocPtr XMLCALL
840
+ XMLPUBFUN xmlDocPtr XMLCALL
839
841
  xmlParseDoc (const xmlChar *cur);
840
- XMLPUBFUN xmlDocPtr XMLCALL
842
+ XMLPUBFUN xmlDocPtr XMLCALL
841
843
  xmlParseFile (const char *filename);
842
- XMLPUBFUN xmlDocPtr XMLCALL
844
+ XMLPUBFUN xmlDocPtr XMLCALL
843
845
  xmlParseMemory (const char *buffer,
844
846
  int size);
845
847
  #endif /* LIBXML_SAX1_ENABLED */
846
- XMLPUBFUN int XMLCALL
848
+ XMLPUBFUN int XMLCALL
847
849
  xmlSubstituteEntitiesDefault(int val);
848
- XMLPUBFUN int XMLCALL
850
+ XMLPUBFUN int XMLCALL
849
851
  xmlKeepBlanksDefault (int val);
850
- XMLPUBFUN void XMLCALL
852
+ XMLPUBFUN void XMLCALL
851
853
  xmlStopParser (xmlParserCtxtPtr ctxt);
852
- XMLPUBFUN int XMLCALL
854
+ XMLPUBFUN int XMLCALL
853
855
  xmlPedanticParserDefault(int val);
854
- XMLPUBFUN int XMLCALL
856
+ XMLPUBFUN int XMLCALL
855
857
  xmlLineNumbersDefault (int val);
856
858
 
857
859
  #ifdef LIBXML_SAX1_ENABLED
858
860
  /*
859
- * Recovery mode
861
+ * Recovery mode
860
862
  */
861
- XMLPUBFUN xmlDocPtr XMLCALL
863
+ XMLPUBFUN xmlDocPtr XMLCALL
862
864
  xmlRecoverDoc (const xmlChar *cur);
863
- XMLPUBFUN xmlDocPtr XMLCALL
865
+ XMLPUBFUN xmlDocPtr XMLCALL
864
866
  xmlRecoverMemory (const char *buffer,
865
867
  int size);
866
- XMLPUBFUN xmlDocPtr XMLCALL
868
+ XMLPUBFUN xmlDocPtr XMLCALL
867
869
  xmlRecoverFile (const char *filename);
868
870
  #endif /* LIBXML_SAX1_ENABLED */
869
871
 
870
872
  /*
871
873
  * Less common routines and SAX interfaces
872
874
  */
873
- XMLPUBFUN int XMLCALL
875
+ XMLPUBFUN int XMLCALL
874
876
  xmlParseDocument (xmlParserCtxtPtr ctxt);
875
- XMLPUBFUN int XMLCALL
877
+ XMLPUBFUN int XMLCALL
876
878
  xmlParseExtParsedEnt (xmlParserCtxtPtr ctxt);
877
879
  #ifdef LIBXML_SAX1_ENABLED
878
- XMLPUBFUN int XMLCALL
880
+ XMLPUBFUN int XMLCALL
879
881
  xmlSAXUserParseFile (xmlSAXHandlerPtr sax,
880
882
  void *user_data,
881
883
  const char *filename);
882
- XMLPUBFUN int XMLCALL
884
+ XMLPUBFUN int XMLCALL
883
885
  xmlSAXUserParseMemory (xmlSAXHandlerPtr sax,
884
886
  void *user_data,
885
887
  const char *buffer,
886
888
  int size);
887
- XMLPUBFUN xmlDocPtr XMLCALL
889
+ XMLPUBFUN xmlDocPtr XMLCALL
888
890
  xmlSAXParseDoc (xmlSAXHandlerPtr sax,
889
891
  const xmlChar *cur,
890
892
  int recovery);
891
- XMLPUBFUN xmlDocPtr XMLCALL
893
+ XMLPUBFUN xmlDocPtr XMLCALL
892
894
  xmlSAXParseMemory (xmlSAXHandlerPtr sax,
893
895
  const char *buffer,
894
- int size,
896
+ int size,
895
897
  int recovery);
896
- XMLPUBFUN xmlDocPtr XMLCALL
898
+ XMLPUBFUN xmlDocPtr XMLCALL
897
899
  xmlSAXParseMemoryWithData (xmlSAXHandlerPtr sax,
898
900
  const char *buffer,
899
- int size,
901
+ int size,
900
902
  int recovery,
901
903
  void *data);
902
- XMLPUBFUN xmlDocPtr XMLCALL
904
+ XMLPUBFUN xmlDocPtr XMLCALL
903
905
  xmlSAXParseFile (xmlSAXHandlerPtr sax,
904
906
  const char *filename,
905
907
  int recovery);
906
- XMLPUBFUN xmlDocPtr XMLCALL
908
+ XMLPUBFUN xmlDocPtr XMLCALL
907
909
  xmlSAXParseFileWithData (xmlSAXHandlerPtr sax,
908
910
  const char *filename,
909
911
  int recovery,
910
912
  void *data);
911
- XMLPUBFUN xmlDocPtr XMLCALL
913
+ XMLPUBFUN xmlDocPtr XMLCALL
912
914
  xmlSAXParseEntity (xmlSAXHandlerPtr sax,
913
915
  const char *filename);
914
- XMLPUBFUN xmlDocPtr XMLCALL
916
+ XMLPUBFUN xmlDocPtr XMLCALL
915
917
  xmlParseEntity (const char *filename);
916
918
  #endif /* LIBXML_SAX1_ENABLED */
917
919
 
918
920
  #ifdef LIBXML_VALID_ENABLED
919
- XMLPUBFUN xmlDtdPtr XMLCALL
921
+ XMLPUBFUN xmlDtdPtr XMLCALL
920
922
  xmlSAXParseDTD (xmlSAXHandlerPtr sax,
921
923
  const xmlChar *ExternalID,
922
924
  const xmlChar *SystemID);
923
- XMLPUBFUN xmlDtdPtr XMLCALL
925
+ XMLPUBFUN xmlDtdPtr XMLCALL
924
926
  xmlParseDTD (const xmlChar *ExternalID,
925
927
  const xmlChar *SystemID);
926
- XMLPUBFUN xmlDtdPtr XMLCALL
928
+ XMLPUBFUN xmlDtdPtr XMLCALL
927
929
  xmlIOParseDTD (xmlSAXHandlerPtr sax,
928
930
  xmlParserInputBufferPtr input,
929
931
  xmlCharEncoding enc);
930
932
  #endif /* LIBXML_VALID_ENABLE */
931
933
  #ifdef LIBXML_SAX1_ENABLED
932
- XMLPUBFUN int XMLCALL
934
+ XMLPUBFUN int XMLCALL
933
935
  xmlParseBalancedChunkMemory(xmlDocPtr doc,
934
936
  xmlSAXHandlerPtr sax,
935
937
  void *user_data,
@@ -944,7 +946,7 @@ XMLPUBFUN xmlParserErrors XMLCALL
944
946
  int options,
945
947
  xmlNodePtr *lst);
946
948
  #ifdef LIBXML_SAX1_ENABLED
947
- XMLPUBFUN int XMLCALL
949
+ XMLPUBFUN int XMLCALL
948
950
  xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc,
949
951
  xmlSAXHandlerPtr sax,
950
952
  void *user_data,
@@ -952,7 +954,7 @@ XMLPUBFUN int XMLCALL
952
954
  const xmlChar *string,
953
955
  xmlNodePtr *lst,
954
956
  int recover);
955
- XMLPUBFUN int XMLCALL
957
+ XMLPUBFUN int XMLCALL
956
958
  xmlParseExternalEntity (xmlDocPtr doc,
957
959
  xmlSAXHandlerPtr sax,
958
960
  void *user_data,
@@ -961,7 +963,7 @@ XMLPUBFUN int XMLCALL
961
963
  const xmlChar *ID,
962
964
  xmlNodePtr *lst);
963
965
  #endif /* LIBXML_SAX1_ENABLED */
964
- XMLPUBFUN int XMLCALL
966
+ XMLPUBFUN int XMLCALL
965
967
  xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx,
966
968
  const xmlChar *URL,
967
969
  const xmlChar *ID,
@@ -970,35 +972,35 @@ XMLPUBFUN int XMLCALL
970
972
  /*
971
973
  * Parser contexts handling.
972
974
  */
973
- XMLPUBFUN xmlParserCtxtPtr XMLCALL
975
+ XMLPUBFUN xmlParserCtxtPtr XMLCALL
974
976
  xmlNewParserCtxt (void);
975
- XMLPUBFUN int XMLCALL
977
+ XMLPUBFUN int XMLCALL
976
978
  xmlInitParserCtxt (xmlParserCtxtPtr ctxt);
977
- XMLPUBFUN void XMLCALL
979
+ XMLPUBFUN void XMLCALL
978
980
  xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
979
- XMLPUBFUN void XMLCALL
981
+ XMLPUBFUN void XMLCALL
980
982
  xmlFreeParserCtxt (xmlParserCtxtPtr ctxt);
981
983
  #ifdef LIBXML_SAX1_ENABLED
982
- XMLPUBFUN void XMLCALL
984
+ XMLPUBFUN void XMLCALL
983
985
  xmlSetupParserForBuffer (xmlParserCtxtPtr ctxt,
984
986
  const xmlChar* buffer,
985
987
  const char *filename);
986
988
  #endif /* LIBXML_SAX1_ENABLED */
987
- XMLPUBFUN xmlParserCtxtPtr XMLCALL
989
+ XMLPUBFUN xmlParserCtxtPtr XMLCALL
988
990
  xmlCreateDocParserCtxt (const xmlChar *cur);
989
991
 
990
992
  #ifdef LIBXML_LEGACY_ENABLED
991
993
  /*
992
994
  * Reading/setting optional parsing features.
993
995
  */
994
- XMLPUBFUN int XMLCALL
996
+ XMLPUBFUN int XMLCALL
995
997
  xmlGetFeaturesList (int *len,
996
998
  const char **result);
997
- XMLPUBFUN int XMLCALL
999
+ XMLPUBFUN int XMLCALL
998
1000
  xmlGetFeature (xmlParserCtxtPtr ctxt,
999
1001
  const char *name,
1000
1002
  void *result);
1001
- XMLPUBFUN int XMLCALL
1003
+ XMLPUBFUN int XMLCALL
1002
1004
  xmlSetFeature (xmlParserCtxtPtr ctxt,
1003
1005
  const char *name,
1004
1006
  void *value);
@@ -1008,13 +1010,13 @@ XMLPUBFUN int XMLCALL
1008
1010
  /*
1009
1011
  * Interfaces for the Push mode.
1010
1012
  */
1011
- XMLPUBFUN xmlParserCtxtPtr XMLCALL
1013
+ XMLPUBFUN xmlParserCtxtPtr XMLCALL
1012
1014
  xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax,
1013
1015
  void *user_data,
1014
1016
  const char *chunk,
1015
1017
  int size,
1016
1018
  const char *filename);
1017
- XMLPUBFUN int XMLCALL
1019
+ XMLPUBFUN int XMLCALL
1018
1020
  xmlParseChunk (xmlParserCtxtPtr ctxt,
1019
1021
  const char *chunk,
1020
1022
  int size,
@@ -1025,7 +1027,7 @@ XMLPUBFUN int XMLCALL
1025
1027
  * Special I/O mode.
1026
1028
  */
1027
1029
 
1028
- XMLPUBFUN xmlParserCtxtPtr XMLCALL
1030
+ XMLPUBFUN xmlParserCtxtPtr XMLCALL
1029
1031
  xmlCreateIOParserCtxt (xmlSAXHandlerPtr sax,
1030
1032
  void *user_data,
1031
1033
  xmlInputReadCallback ioread,
@@ -1033,7 +1035,7 @@ XMLPUBFUN xmlParserCtxtPtr XMLCALL
1033
1035
  void *ioctx,
1034
1036
  xmlCharEncoding enc);
1035
1037
 
1036
- XMLPUBFUN xmlParserInputPtr XMLCALL
1038
+ XMLPUBFUN xmlParserInputPtr XMLCALL
1037
1039
  xmlNewIOInputStream (xmlParserCtxtPtr ctxt,
1038
1040
  xmlParserInputBufferPtr input,
1039
1041
  xmlCharEncoding enc);
@@ -1044,14 +1046,14 @@ XMLPUBFUN xmlParserInputPtr XMLCALL
1044
1046
  XMLPUBFUN const xmlParserNodeInfo* XMLCALL
1045
1047
  xmlParserFindNodeInfo (const xmlParserCtxtPtr ctxt,
1046
1048
  const xmlNodePtr node);
1047
- XMLPUBFUN void XMLCALL
1049
+ XMLPUBFUN void XMLCALL
1048
1050
  xmlInitNodeInfoSeq (xmlParserNodeInfoSeqPtr seq);
1049
- XMLPUBFUN void XMLCALL
1051
+ XMLPUBFUN void XMLCALL
1050
1052
  xmlClearNodeInfoSeq (xmlParserNodeInfoSeqPtr seq);
1051
- XMLPUBFUN unsigned long XMLCALL
1053
+ XMLPUBFUN unsigned long XMLCALL
1052
1054
  xmlParserFindNodeInfoIndex(const xmlParserNodeInfoSeqPtr seq,
1053
1055
  const xmlNodePtr node);
1054
- XMLPUBFUN void XMLCALL
1056
+ XMLPUBFUN void XMLCALL
1055
1057
  xmlParserAddNodeInfo (xmlParserCtxtPtr ctxt,
1056
1058
  const xmlParserNodeInfoPtr info);
1057
1059
 
@@ -1059,7 +1061,7 @@ XMLPUBFUN void XMLCALL
1059
1061
  * External entities handling actually implemented in xmlIO.
1060
1062
  */
1061
1063
 
1062
- XMLPUBFUN void XMLCALL
1064
+ XMLPUBFUN void XMLCALL
1063
1065
  xmlSetExternalEntityLoader(xmlExternalEntityLoader f);
1064
1066
  XMLPUBFUN xmlExternalEntityLoader XMLCALL
1065
1067
  xmlGetExternalEntityLoader(void);
@@ -1105,8 +1107,10 @@ typedef enum {
1105
1107
  crash if you try to modify the tree) */
1106
1108
  XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */
1107
1109
  XML_PARSE_NOBASEFIX = 1<<18,/* do not fixup XINCLUDE xml:base uris */
1108
- XML_PARSE_HUGE = 1<<19, /* relax any hardcoded limit from the parser */
1109
- XML_PARSE_OLDSAX = 1<<20 /* parse using SAX2 interface from before 2.7.0 */
1110
+ XML_PARSE_HUGE = 1<<19,/* relax any hardcoded limit from the parser */
1111
+ XML_PARSE_OLDSAX = 1<<20,/* parse using SAX2 interface before 2.7.0 */
1112
+ XML_PARSE_IGNORE_ENC= 1<<21,/* ignore internal document encoding hint */
1113
+ XML_PARSE_BIG_LINES = 1<<22 /* Store big lines numbers in text PSVI field */
1110
1114
  } xmlParserOption;
1111
1115
 
1112
1116
  XMLPUBFUN void XMLCALL
@@ -1222,6 +1226,8 @@ typedef enum {
1222
1226
  XML_WITH_DEBUG_MEM = 29,
1223
1227
  XML_WITH_DEBUG_RUN = 30,
1224
1228
  XML_WITH_ZLIB = 31,
1229
+ XML_WITH_ICU = 32,
1230
+ XML_WITH_LZMA = 33,
1225
1231
  XML_WITH_NONE = 99999 /* just to be sure of allocation size */
1226
1232
  } xmlFeature;
1227
1233
 
@@ -1232,4 +1238,3 @@ XMLPUBFUN int XMLCALL
1232
1238
  }
1233
1239
  #endif
1234
1240
  #endif /* __XML_PARSER_H__ */
1235
-