Makefile.am


Log

Author Commit Date CI Message
Daniel Veillard fa555474 2001-06-27T21:49:13 patch from brad@openbsd.org to handle DESTDIR Daniel * Makefile.am: patch from brad@openbsd.org to handle DESTDIR Daniel
Daniel Veillard 989765ad 2001-03-25T00:13:40 Trying to get a final solution to the problem: - added back the old parser - make it the default - allow people to switch easilly Few changes except the old parser where all names were changed and made static except 3 entry points: - Makefile.am parserold.c: added back the 1.8.11 parser for compatibility - README: updated - SAX.c: integrate back 1.8.11 callback code and call it when we are using the old parser - entities.c: fixed a small problem - parser.[ch]: allow to use either parser, add xmlUseNewParser(), and modify the Initialization code to check LIBXML_USE_NEW_PARSER or LIBXML_USE_OLD_PARSER - tester.c: make it use the new parser by default, but check LIBXML_USE_OLD_PARSER and add the --oldparser option Daniel
Martin Baulig bc81eb2e 2001-03-23T23:33:12 Added install-data-local target to create the libxml symlink. 2001-03-24 Martin Baulig <baulig@suse.de> * Makefile.am: Added install-data-local target to create the libxml symlink.
Daniel Veillard 2d6dde06 2001-03-22T14:51:23 - Makefile.am: fixed bug 51876 Daniel
Daniel Veillard 354edd89 2001-03-21T12:53:50 It's hard to estimate how much I hated to do this, but it's done ... The best way to solve the I18N problen is unfortunately to fix libxml1 parser to at least deal correctly with UTF8 and ISO-Latin-1 encodings. I have plugged in the 2.3.5 (or what will be it's not released yet) core XML parser in the libxml1 framework. No changes API wise. The only changes will be backward binary compatible extensions of some of the parser structures and the number of parser states. - configure.in: version will be 1.8.12 - Makefile.am: added .memdump tests - SAX.c entities.[ch] parser.[ch] tree.c valid.c xml-error.h xmlIO.[ch]: plugged the 2.3.5 libxml2 XML parser in, while preserving binary compatibility - uri.[ch]: the parser code really requires URI manipulation add this from 2.3.5 too - results/* : of course this changed the output of a number of tests - test/dtd12 : this test was actually not wellformed, the new parser pukes at it, fixed ... Daniel
Martin Baulig ca17d434 2000-09-30T02:26:05 Use the correct pkg-config syntax (the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
Martin Baulig e6aeea05 2000-09-29T23:51:05 Provide pkg-config script. 2000-09-30 Martin Baulig <baulig@suse.de> * libxml.pc.in: Provide pkg-config script. * configure.in: Create the libxml.pc script from the libxml.pc.in templates. * Makefile.am (pkgconfig_DATA): Install the libxml.pc script in `$(libexecdir)/pkgconfig'.
Daniel Veillard 0b52ad08 2000-09-07T15:03:41 aplied old patch from Sopwith fix Windows bug reported by Marcus Lankenau * Makefile.in: aplied old patch from Sopwith * tree.c: fix Windows bug reported by Marcus Lankenau <marcus.lankenau@socon.de> Daniel
Daniel Veillard 6117c6fb 2000-06-28T23:39:08 libxml 1/2 fixups, spec cleanup, 1.8.8 prerelease, Daniel.
Daniel Veillard 83a30e7a 2000-03-02T03:33:32 Fixed #6766 and satrted working on white space handling, Daniel
Tomasz Kłoczko ae7cb7fe 2000-02-02T23:51:10 - added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper libraries list.
James Henstridge f3be931a 2000-01-28T13:59:21 include <netinet/in.h> for IPPROTO_TCP. 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.
Daniel Veillard 9ec78f71 2000-01-05T16:31:25 Released 1.8.3, Daniel
Daniel Veillard 71b656e0 2000-01-05T14:46:17 - added xmlRemoveID() and xmlRemoveRef() - 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
Daniel Veillard 437b87b8 2000-01-03T17:30:46 fixed configure and Makefile to use readline in tester if available rebuilt and updated the doc, Daniel
Daniel Veillard 10a2c653 1999-12-12T13:03:50 Large commit of changes done while travelling to XML'99 - cleanups on memory use and parsers - start of Link interfaces HTML and XLink - rebuild the doc - released as 1.8.0 Daniel
Daniel Veillard 294cbca5 1999-12-03T13:19:09 Closing #3908 and #3937 and a memory leak in the SAX API added SAX.h mostly useful for the doc generation Regenerated all the docs, Daniel
Daniel Veillard 3500838f 1999-10-25T13:15:52 BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs 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
Daniel Veillard 7c1206fc 1999-10-14T09:10:25 Revamped HTML parsing, lots of bug fixes for HTML stuff, 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
Daniel Veillard 6077d03d 1999-10-09T09:11:45 Various small bugfixes, Daniel.
Elliot Lee ca848473 1999-09-24T16:18:00 Make 'dist-hook' targets, which copy the .spec file into $(distdir), 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.
Daniel Veillard 7f7d1119 1999-09-22T09:46:25 Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, etc... See Changelog, Daniel.
CEST 1999 Timur Bakeyev 6db3cb0b 1999-09-04T20:25:14 prepend all the test* calls with $(top_builddir) - to make 'check' works, 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.
Daniel Veillard 6454aec2 1999-09-02T22:04:43 Added memory debug wrappers, killed all detected memory leaks, Daniel
Elliot Lee 56316b09 1999-08-23T18:18:32 add xmlConf.sh to CLEANFILES. add xmlConf.sh to CLEANFILES.
Daniel Veillard b556eb58 1999-08-15T17:19:50 Corrected xmlConf.sh missing in distrib, Daniel
Daniel Veillard b05deb7f 1999-08-10T19:04:08 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel
Daniel Veillard e2d034d3 1999-07-27T19:52:06 Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel
Daniel Veillard 15b75af8 1999-07-26T16:42:37 Just adds 'const' to a couple of important parameters, patch from Michael Meeks <michael@oasis.edenproject.org>, Daniel.
Daniel Veillard 1566d3a9 1999-07-15T14:24:29 Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel
Daniel Veillard be9e595a 1999-07-12T09:16:45 Fixed bug #1638, daniel
Daniel Veillard 3166ab1a 1999-07-11T16:14:19 Added the Makefile for example subdir containing gjobread, Daniel.
Daniel Veillard 82150d8a 1999-07-07T07:32:15 HTML parsing, output is now correct, added HTMLtests target and testcases, Daniel
Daniel Veillard 5233ffc8 1999-07-06T22:25:25 Restore binary compat, more HTML stuff, allow stdin input, Daniel.
Daniel Veillard be70ff71 1999-07-05T16:50:46 Closing reported bugs: 617 1591 1592, adding an HTML parser, Daniel
Daniel Veillard 14fff064 1999-06-22T21:49:07 Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel
Daniel Veillard 011b63cb 1999-06-02T17:44:04 Release of libxml-1.1, Daniel.
Daniel Veillard 87c83bd3 1999-04-02T16:04:43 Added test and result to EXTRA_DIST, Daniel
Raja R Harinath a86c23e3 1999-03-05T22:14:01 Alias for `tests' target. This will cause `make check' to do the right * 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".
Daniel Veillard d109e37b 1999-03-05T06:26:45 Moved error.h to xml-error.h, associated fixed and updates, Daniel
Daniel Veillard 55a99272 1999-02-25T11:01:29 Toward 1.0.0, added docs to the packages, Daniel.
Daniel Veillard 35925478 1999-02-25T08:46:07 Added parserInternals.h to Makefile.am and the generated HTML docs, Daniel.
Michael Fulbright 63dc42c6 1999-02-21T21:20:12 Made spec file autogenerate, tweaked it also Dr Mike <drmike@redhat.com>
Daniel Veillard a4b4430a 1999-02-16T18:53:00 gain a couple of minor changes on Makefiles, Daniel.
Daniel Veillard 1164e752 1999-02-16T16:29:17 Upgrade to 0.99.8 cleanup of spec and makefiles to include doc, Daniel.
Daniel Veillard 19b858c4 1999-02-06T18:12:01 *** empty log message ***
Daniel Veillard 39a1f9a3 1999-01-17T19:11:59 Speed, conformance testing, more parsing, general improvements, Daniel.
Martin Baulig 4f714891 1999-01-16T19:08:11 Add the spec file to EXTRA_DIST.
Arturo Espinosa 52a735b3 1998-10-28T05:20:29 Small Makefile fix -mig
Daniel Veillard baf4cd58 1998-10-27T22:56:57 Added debugging code, a bit of parser cleanup, Daniel
Daniel Veillard 891e404a 1998-10-19T00:43:02 Added the UTF-8, UTF-16 and ISO Lat 1 conversion routines, not yet used, Daniel.
Daniel Veillard 27fb0757 1998-10-17T06:47:46 Corbaization of the document structures, Daniel.
Daniel Veillard a6e1d12a 1998-10-04T14:41:05 Added xml-config.in and the related changes, Daniel.
Miguel de Icaza 60681bd3 1998-09-30T19:28:59 Use '?' to separate the sed commands as ',' is used when people pass 1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx> * Makefile.am: Use '?' to separate the sed commands as ',' is used when people pass -Wl,something.
Arturo Espinosa 52965fa2 1998-09-23T22:52:20 include error.h
Arturo Espinosa 15fe6e72 1998-09-07T17:27:57 Added gnome-config support to gnome-xml module
Tom Tromey c19653dc 1998-08-14T01:22:43 New macro. (xmlinc_HEADERS): Renamed from include_HEADERS. Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (xmlincdir): New macro. (xmlinc_HEADERS): Renamed from include_HEADERS.
Daniel Veillard 260a68fd 1998-08-13T03:39:55 Release 0.2, 80% rewrite, nothing left intact ... Daniel
Daniel Veillard 0dc897e9 1998-07-26T04:12:22 *** empty log message ***
Daniel Veillard 01791d57 1998-07-24T19:24:09 Added the XML code developped at W3C, Daniel.