1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-26 10:03:34 +03:00

160 Commits

Author SHA1 Message Date
Daniel Veillard
61b33d5733 - SAX.c testDocbook.c DOCBparser.c: more work on the support
of external parsed entities, added --noent to testDocbook
- valid.c: Garry Pennington found an uninitialized variable
  access in xmlValidateElementContent()
Daniel
2001-04-24 13:55:12 +00:00
Daniel Veillard
a41123ce95 - doc/html/* doc/xml.html: updated and regenerated the docs
Daniel
2001-04-22 19:31:20 +00:00
Daniel Veillard
5d7a9fe6b3 Quick fix of a couple of bad links, Daniel 2001-04-17 21:03:15 +00:00
Daniel Veillard
afc7311e0b - doc/xml.html: added 2.3.6 release
Daniel
2001-04-11 11:51:41 +00:00
Daniel Veillard
911f49a0a0 - xpath.c: checking for null pointer generated by new code
Daniel
2001-04-07 15:39:35 +00:00
Daniel Veillard
3197f164a8 Fixed pointers to archive, Daniel 2001-04-04 00:40:08 +00:00
Daniel Veillard
a47fb3d9f7 Cleaned up the DOM section and linked to the Gdome2 homepage, Daniel 2001-03-25 17:23:49 +00:00
Daniel Veillard
56a4cb8c4d Huge cleanup, I switched to compile with
-Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
-Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
- HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
  encoding.h entities.c error.c list.[ch] nanoftp.c
  nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
  testSAX.c testURI.c testXPath.c tree.[ch] uri.c
  valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
  xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
  Cleanup, staticfied a number of non-exported functions,
  detected and cleaned up a dozen of problem found this way,
  avoided a lot of public function name/typedef/system names clashes
- doc/xml.html: updated
- configure.in: switched private flags to the really pedantic ones.
Daniel
2001-03-24 17:00:36 +00:00
Daniel Veillard
c7ad7ce598 Preparing a new release:
- configure.in: 2.3.5
- doc/html/*: rebuilt the docs
Daniel
2001-03-22 21:45:29 +00:00
Daniel Veillard
e0c1d72a6f Got fed up, people should not use libxml1 unless forced, put this in
big red letters at critical places in the doc, Daniel
2001-03-21 10:28:36 +00:00
Daniel Veillard
480363bdf5 Updated instruction for libxml2 and libxml coexistence, Daniel 2001-03-16 22:04:15 +00:00
Daniel Veillard
0a6c358bf3 - doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
a fix for --with-html-dir= configure support. I hope it won't
  break rpm generation
Daniel
2001-03-14 19:15:37 +00:00
Daniel Veillard
3f3b4f372e Bob Wilkinson sent grammatical errors fixes in the FAQ :-)
Daniel
2001-03-13 15:12:39 +00:00
Daniel Veillard
e356c28006 Preparing for 2.3.4 release:
- configure.in: bumped to 2.3.4
- error.c: fixed bug #51860
- tree.c: fixed bug #51861
- valid.c: cleanup, more debug, failed to fix one bug crap ...
- tree.[ch] : added xmlDefaultBufferSize
- nanoftp.c: typo in function name header block
- doc/xml.html : updated, added link to XML::LibXSLT
- doc/html/* : rebuilt the docs
Daniel
2001-03-10 12:32:04 +00:00
Daniel Veillard
33a67808b9 Removed unneeded references to rpmfind.net, use xmlsoft.org, fixed
the mailing-list new address, fixed new email address, daniel
2001-03-07 09:44:02 +00:00
Daniel Veillard
81781103cd Updated to point to bugzilla, Daniel 2001-03-07 09:31:47 +00:00
Daniel Veillard
b402c07ca5 Released libxml-2.3.3:
- configure.in: bumped to 2.3.3
- doc/xml.html: updated
Daniel
2001-03-01 17:28:58 +00:00
Daniel Veillard
ec70e917b9 I'm slightly time warped...
- doc/xml.html: oops corrected dates s/2000/2001
Daniel
2001-02-26 20:10:45 +00:00
Daniel Veillard
91e9d589ea - doc/xml.html: applied patch from Ankh
Daniel
2001-02-26 07:31:12 +00:00
Daniel Veillard
71681103a3 Preparing 2.3.2 release:
- configure.in: bumped to 2.3.2
- doc/xml.html: updated for release
Daniel
2001-02-24 17:48:53 +00:00
Daniel Veillard
6e6a6cc6e7 couple of fixes before release:
- xpathInternals.h: exported a few axis functions
- doc/xml.html: updated the doc
Daniel
2001-02-15 15:55:44 +00:00
Daniel Veillard
d194dd2892 - hash.[ch]: added Paolo Casarini patch to provide Delete from
hash functionnalities.
- doc/html/* : rebuild the doc
Daniel
2001-02-14 10:37:43 +00:00
Daniel Veillard
a666359a16 Fixed last point, Daniel 2001-02-10 09:41:12 +00:00
Daniel Veillard
62bccd56c9 Fixed formatting, Daniel. 2001-02-10 09:40:10 +00:00
Daniel Veillard
7f41b3eb5b Fixed some old stuff, added the faq about blanks, Daniel 2001-02-10 09:35:37 +00:00
Daniel Veillard
9cb5ff4e6a Fixed generated doc, Daniel 2001-01-29 08:22:21 +00:00
Daniel Veillard
5eb0594f83 Makefile/doc maintenance:
- doc/Makefile.am: fixed make rebuild in doc
- doc/html/*.html: rebuilt the docs
Daniel
2001-01-27 17:50:22 +00:00
Daniel Veillard
8e19990680 Some packaging cleanup:
- Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
  the HTML doc to go into the -devel RPM ...
- aclocal.m4 config.h.in: some updates due to auto* magic
Daniel
2001-01-25 18:54:39 +00:00
Daniel Veillard
383b14768a Added link to FEATURES in lxr, Daniel 2001-01-23 11:39:52 +00:00
Daniel Veillard
82687162b1 - doc/xml.html: updated with an XSLT section, removed pointer to
W3C CVS base.
Daniel
2001-01-22 15:32:01 +00:00
Daniel Veillard
503b89361d - configure.in: preparing 2.2.11
- doc/html/*: rebuild the HTML files
- doc/xml.html : updated
Daniel
2001-01-05 06:36:31 +00:00
Daniel Veillard
a1fe9104b6 "Never do a release before the second coffee of the day" releases:
- configure.in doc/html/* doc/xml.html: made a 2.2.9 release
  on a non-updated tree :-(, made a 2.2.10 release to correct the
  situation
Daniel
2000-11-25 10:49:25 +00:00
Daniel Veillard
2ddd23ddbc Fixed 2.2.9, added 2.2.10, Daniel 2000-11-25 10:42:19 +00:00
Daniel Veillard
9d343c4af5 Updated the Web page with 2.2.9, Daniel. 2000-11-25 10:12:43 +00:00
Daniel Veillard
851c59c20e Fixed Ari Johnson E-mail's, daniel 2000-11-24 16:06:22 +00:00
Daniel Veillard
64e739068d Updating the doc, Daniel 2000-11-24 13:28:38 +00:00
Daniel Veillard
300f7d6d00 Added a small DTD related page following the IRC help needed by maciej on the
topic, Daniel
2000-11-24 13:04:04 +00:00
Daniel Veillard
9753ad74c6 Commiting new docs, Daniel. 2000-11-13 19:12:23 +00:00
Daniel Veillard
28929b2fa6 Doing 2.2.8 release:
- doc/xml.html doc/html/* : rebuilt the docs after adding
  xinclude and updated page for 2.2.7 and 2.2.8
- configure.in: releasing 2.2.8
Daniel
2000-11-13 18:22:49 +00:00
Daniel Veillard
a4964b7500 - HTMLparser.c: fixed loop on invalid char in scripts
- parser.c: update to description of xmlIOParseDTD()
- libxml.m4 xmlversion.h.in: changes contributed by
  Michael Schmeing <m.schmeing@internet-factory.de>
- configure.in: preparing for 2.2.7
- Makefile.am: trying to avoid  config.h and acconfig.h
  being included in the distrib
- rebuilt the docs
- configure.in: released 2.2.7
Daniel
2000-10-31 18:23:44 +00:00
Daniel Veillard
29a11cc696 Releasing 2.2.6 after adding xpathInternals.h:
- configure.in: release 2.2.6
- xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
  exporting the inner functions of xpath for extension modules
- doc/*: updated and rebuilt the doc
Daniel
2000-10-25 13:32:39 +00:00
Daniel Veillard
0c0692291e Fixed a stoopid URL problem, Daniel. 2000-10-21 09:25:52 +00:00
Daniel Veillard
e9202a05e5 Added libiconv library info, Jon <dissy@netset.com>, Daniel. 2000-10-16 16:58:19 +00:00
Daniel Veillard
ab8500d794 Updated homepage to reflect the new distrib, Daniel. 2000-10-15 21:06:19 +00:00
Daniel Veillard
b732a0eafc Rebuilt docs for 2.2.5, added XPointer, Daniel 2000-10-15 11:27:01 +00:00
Daniel Veillard
189446d2fa documentations: - doc/xml.html doc/xmlmem.html: added a module describing
documentations:
- doc/xml.html doc/xmlmem.html: added a module describing memory
  interfaces and use, updated the main page.
Daniel
2000-10-13 10:23:06 +00:00
Daniel Veillard
7e99c63be0 Tried to build libxml2-2.2.5
Automake is a fucking piece of ugly shit full of tricks and without
any kind of sensible documentation or logic :-(((((((((
Daniel, pissed !
2000-10-06 12:59:53 +00:00
Daniel Veillard
3bff2b0e5d Rebuilt docs for 2.2.4 release, Daniel. 2000-10-01 20:33:47 +00:00
Daniel Veillard
c92c304a44 on-line update, Daniel 2000-09-29 02:42:04 +00:00
Daniel Veillard
d5f97f8077 - doc/xml.html : updated with new releases, adding "how to help"
Daniel
2000-09-17 16:38:14 +00:00