summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* XPath fixes and cleanup, 2 general bug fixes:Daniel Veillard2000-10-011-2/+2
| | | | | | | | | - xpath.[ch] : fixed some serious XPath Predicate evaluation problems - Makefile.am : added XPath regression tests to normal tests - uri.c: fixed a problem with local paths, cleanup - parser.c: fixed a problem with large CData sections Daniel
* Use the correct pkg-config syntaxMartin Baulig2000-09-301-1/+1
| | | | | (the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
* Provide pkg-config script.Martin Baulig2000-09-291-1/+4
| | | | | | | | | | | 2000-09-30 Martin Baulig <baulig@suse.de> * libxml-2.0.pc.in: Provide pkg-config script. * configure.in: Create the libxml-2.0.pc script from the libxml-2.0.pc.in templates. * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc script in `$(libexecdir)/pkgconfig'.
* Various contribs: - xpath.c: patch for normalize-string()Daniel Veillard2000-09-241-1/+3
| | | | | | | | | | | Various contribs: - xpath.c: patch for normalize-string() substring-before(), substring-after() and translate() functions from Bjorn Reese <breese@mail1.stofanet.dk> - libxml.m4 Makefile.am: added libxml.m4 from Debian ? Fredrik Hallenberg <hallon@lysator.liu.se> - TODO: updated Daniel
* Finally commiting work done on the plane, major cleanup,Daniel Veillard2000-09-161-0/+1
| | | | | | | | | | | spread some serious anti bitrot all over the place: - parserInternals.c parserInternals.h parser.c Makefile.am: created a new module parserInternals.c, moved most of the code shared by the various parsers there, as well as deprecated code from parser.c. More cleanup of parser.c - uri.c: fixed a problem when URI is NULL - valid.c: speedup when looking for an attribute declaration Daniel
* - uri.c: applied Wayne Davidson patchDaniel Veillard2000-09-051-2/+2
| | | | | - Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests Daniel
* URI work cleanup and regresssion tests,Daniel Veillard2000-09-041-1/+20
| | | | | | | - uri.c testUri.c: applied Wayne Davidson patches - test/URI/uri.data result/URI/uri.data: first set of tests/results - Makefile.in: added URItest and included thenin "make tests" Daniel
* Small cleanups, updates, DanielDaniel Veillard2000-08-201-2/+2
|
* Added man pages, DanielDaniel Veillard2000-08-191-1/+4
|
* Large sync between my W3C base and Gnome's one:Daniel Veillard2000-08-121-4/+60
| | | | | | | | | | | | | | | | | | - parser.[ch]: added xmlGetFeaturesList() xmlGetFeature() and xmlAddFeature() - tree.[ch]: added xmlAddChildList() - xmllint.c: MAP_FAILED macro test - parser.h: added xmlParseCtxtExternalEntity() - valid.c: applied bug fixes removed warning - tree.c: added CDATA block to elements content - testSAX.c: cleanup of output - testHTML.c: added SAX testing - encoding.c: better error recovery - SAX.c, parser.c: fixed one of the external entity processing of the OASis testsuite - Makefile.am: added HTML SAX regression tests - configure.in: bumped to 2.2.2 - test/HTML/ result/HTML: added a few of HTML tests, and added the SAX results Daniel
* - Large resync between W3C and Gnome treeDaniel Veillard2000-06-281-2/+4
| | | | | | | | | | | | | | | | | | | - configure.in: 2.1.0 prerelease - example/Makefile.am example/gjobread.c tree.h: work on libxml1 libxml2 convergence. - nanoftp, nanohttp.c: fixed stalled connections probs - HTMLtree.c SAX.c : support for attribute without values in HTML for andersca - valid.c: Fixed most validation + namespace problems - HTMLparser.c: start document callback for andersca - debugXML.c xpath.c: lots of XPath fixups from Picdar Technology - parser.h, SAX.c: serious speed improvement for large CDATA blocks - encoding.[ch] xmlIO.[ch]: Improved seriously saving to different encoding - config.h.in parser.c xmllint.c: added xmlCheckVersion() and the LIBXML_TEST_VERSION macro Daniel
* Work done on the plane, ready to release libxml2-2.0.0, DanielDaniel Veillard2000-04-031-36/+45
|
* uri.c uri.h: finished the escaping handling, the base support and the URIDaniel Veillard2000-03-241-1/+4
| | | | | | | | | path normalization. Makefile.am: added instructions to generate testURI TODO: updated doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated, added links and icons for W3C and Gnome Daniel
* - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() toDaniel Veillard2000-03-201-0/+2
| | | | | | | | | - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override libxml default allocation function with another set (like gmalloc/gfree). - Makefile.am, uri.c, uri.h: added a set of functions to do exact (litteraly copied from the RFC 2396 productions) parsing and handling of URI. Daniel
* Fixed #6766 and satrted working on white space handling, DanielDaniel Veillard2000-03-021-2/+0
|
* - added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper librariesTomasz Kłoczko2000-02-021-0/+1
| | | | list.
* include <netinet/in.h> for IPPROTO_TCP.James Henstridge2000-01-281-0/+2
| | | | | | | | 2000-01-29 James Henstridge <james@daa.com.au> * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP. * Makefile.am: added nanoftp.[ch] to the build.
* Released 1.8.3, DanielDaniel Veillard2000-01-051-4/+2
|
* - added xmlRemoveID() and xmlRemoveRef()Daniel Veillard2000-01-051-1/+1
| | | | | | | | | | | - added check and handling when possibly removing an ID - fixed some entities problems - added xmlParseTryOrFinish() - changed the way struct aredeclared to allow gtk-doc to expose those - closed #4960 - fixes to libs detection from Albert Chin-A-Young - preparing 1.8.3 release Daniel
* fixed configure and Makefile to use readline in tester if availableDaniel Veillard2000-01-031-1/+1
| | | | | rebuilt and updated the doc, Daniel
* Large commit of changes done while travelling to XML'99Daniel Veillard1999-12-121-2/+4
| | | | | | | | - cleanups on memory use and parsers - start of Link interfaces HTML and XLink - rebuild the doc - released as 1.8.0 Daniel
* Closing #3908 and #3937 and a memory leak in the SAX APIDaniel Veillard1999-12-031-2/+3
| | | | | | added SAX.h mostly useful for the doc generation Regenerated all the docs, Daniel
* BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docsDaniel Veillard1999-10-251-7/+10
| | | | | | | | BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs Improvement of regression scripts, make testall should look clean Released as 1.7.4
* Revamped HTML parsing, lots of bug fixes for HTML stuff,Daniel Veillard1999-10-141-2/+4
| | | | | | | Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel
* Various small bugfixes, Daniel.Daniel Veillard1999-10-091-0/+1
|
* Make 'dist-hook' targets, which copy the .spec file into $(distdir),Elliot Lee1999-09-241-1/+1
| | | | | | Make 'dist-hook' targets, which copy the .spec file into $(distdir), depend upon the .spec file, so that the .spec file will be regenerated when a previously-compiled tree is 'dist'd with a new version number.
* Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4,Daniel Veillard1999-09-221-0/+2
| | | | etc... See Changelog, Daniel.
* prepend all the test* calls with $(top_builddir) - to make 'check' works,CEST 1999 Timur Bakeyev1999-09-041-22/+22
| | | | | | | Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru> * Makefile.am: prepend all the test* calls with $(top_builddir) - to make 'check' works, when builddir != srcdir.
* Added memory debug wrappers, killed all detected memory leaks, DanielDaniel Veillard1999-09-021-0/+2
|
* add xmlConf.sh to CLEANFILES.Elliot Lee1999-08-231-0/+2
| | | | add xmlConf.sh to CLEANFILES.
* Corrected xmlConf.sh missing in distrib, DanielDaniel Veillard1999-08-151-0/+10
|
* Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... DanielDaniel Veillard1999-08-101-73/+132
|
* Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, DanielDaniel Veillard1999-07-271-0/+1
|
* Just adds 'const' to a couple of important parameters, patch fromDaniel Veillard1999-07-261-1/+2
| | | | Michael Meeks <michael@oasis.edenproject.org>, Daniel.
* Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and ↵LIB_XML_1_4Daniel Veillard1999-07-151-17/+40
| | | | docs, Daniel
* Fixed bug #1638, danielDaniel Veillard1999-07-121-1/+1
|
* Added the Makefile for example subdir containing gjobread, Daniel.Daniel Veillard1999-07-111-1/+1
|
* HTML parsing, output is now correct, added HTMLtests target and testcases, ↵Daniel Veillard1999-07-071-1/+18
| | | | Daniel
* Restore binary compat, more HTML stuff, allow stdin input, Daniel.Daniel Veillard1999-07-061-0/+2
|
* Closing reported bugs: 617 1591 1592, adding an HTML parser, DanielDaniel Veillard1999-07-051-1/+7
|
* Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, DanielDaniel Veillard1999-06-221-1/+6
|
* Release of libxml-1.1, Daniel.LIB_XML_1_1Daniel Veillard1999-06-021-11/+64
|
* Added test and result to EXTRA_DIST, DanielDaniel Veillard1999-04-021-1/+1
|
* Alias for `tests' target. This will cause `make check' to do the rightRaja R Harinath1999-03-051-8/+11
| | | | | | | * Makefile.am (check-local): Alias for `tests' target. This will cause `make check' to do the right thing. (tests): Don't run tests in srcdir. Also, replaced calls to basename with a `sed' "equivalent".
* Moved error.h to xml-error.h, associated fixed and updates, DanielDaniel Veillard1999-03-051-1/+1
|
* Toward 1.0.0, added docs to the packages, Daniel.Daniel Veillard1999-02-251-2/+1
|
* Added parserInternals.h to Makefile.am and the generated HTML docs, Daniel.Daniel Veillard1999-02-251-0/+1
|
* Made spec file autogenerate, tweaked it alsoMichael Fulbright1999-02-211-1/+4
| | | | Dr Mike <drmike@redhat.com>
* gain a couple of minor changes on Makefiles, Daniel.Daniel Veillard1999-02-161-1/+2
|
* Upgrade to 0.99.8 cleanup of spec and makefiles to include doc, Daniel.Daniel Veillard1999-02-161-1/+1
|