kc3-lang/libxml2/Makefile.am

Branch :


Log

Author Commit Date CI Message
f524d6e1 2001-07-05 23:41:40 released 2.3.14 Daniel * Makefile.am configure.in include/libxml/xmlwin32version.h: released 2.3.14 Daniel
6e90d196 2001-07-03 16:37:49 - example/Makefile.am: fixed the include path to add srcdir/include - Makefile.am configure.in: fix from Albert Chin for iconv detection and some cleanup Daniel
77044731 2001-06-29 21:31:07 xmlStrstr args are both const small cleanup reformated, fixed problems if * include/libxml/parser.h parser.c: xmlStrstr args are both const * xpath.c: small cleanup * xmlGetNsList: reformated, fixed problems if used on Entities Daniel
b37ecd0e 2001-06-28 16:18:11 - configure.in include/libxml/xmlwin32version.h: released 2.3.13 - Makefile.am example/Makefile.am: workaround automake generating erroneous deps Daniel
3e5bb8e5 2001-06-27 16:34:34 - Makefile.am: added --push regression tests - parserInternals.c: the XML parser segfaulted in --push mode Daniel
07385fd7 2001-06-23 21:55:48 fixed make distcheck and rebuilding the rpms Daniel * include/Makefile.am include/libxml/Makefile.am: fixed make distcheck and rebuilding the rpms Daniel
017b108f 2001-06-21 11:20:21 - Makefile.am: cleanup when --without-debug is specified - xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup w.r.t. --without-debug and other include points - catalog.h testCatalog.c: a bit of cleanup and prepare for XML Catalogs - configure.in entities.h tree.h HTMLparser.c: removed --without-corba, made the _private field mandatory Daniel
3739b989 2001-06-19 12:51:30 Kjartan Maraas provided a small patch to add xml2-config.in to EXTRA_DIST * Makefile.am: Kjartan Maraas provided a small patch to add xml2-config.in to EXTRA_DIST Daniel
96ed5832 2001-06-15 22:22:04 - Makefile.am example/Makefile.am: Laszlo PETER provided a fix when using -liconv - TODO: updated Daniel
6278fb5b 2001-05-25 07:38:41 - Makefile.am include/Makefile.am: small change to have include/libxml rebuilt if working from CVS. - uri.c: applied another patch from Carl Douglas for URI escaping, this should close bug #51876 Daniel
a737459b 2001-05-10 14:17:55 - Makefile.am xmlversion.h.in configure.in include/Makefile.am: integrating catalogs - catalog.[ch] testCatalog.c: adding a small catalo API (only SGML catalog support). - parser.c: restaured xmlKeepBlanksDefault(0) API Daniel
4de4d3bf 2001-05-07 20:50:47 - valid.c: warn when indeterminist content model is detected - result/VC/ElementValid8: this adds a message - Makefile.am: add --novalid for VCM tests - parserInternals.c: added a call to Init memory Daniel
357c960e 2001-05-03 10:49:20 - xpath.c result/XPath/expr/floats : clarified and cleanup printing of abnormal floats in tests. Daniel
2a0d2e6b 2001-05-02 17:11:36 fixed a error introduced in Makefile.am, daniel
7150a038 2001-05-02 16:41:11 - configure.in Makefile.am: make the inclusion of the trio modules in the library conditional Daniel
eae522a0 2001-04-23 13:41:34 Time to work on helping the Gnome Doc project, first step is reintegrating the SGML DocBook parser in libxml2 distrib: - DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am xmlversion.h.in: started (re)integrating the DocBook SGML parser. - SAX.[ch]: cleanup and updates for DocBook - debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or ex SGML identifier changes - valid.c: removed a static unused function. Daniel
de57c61c 2001-04-23 09:13:36 - HTMLtree.c: applied change for Paul Sponagl on script saving - Makefile.am: the warning about entity title.xml are normal. Daniel
393df01c 2001-04-22 20:11:18 Finally pushing 2.3.7 out: - configure.in: release of 2.3.7 - Makefile.am: fixing make distcheck Daniel
dab4cb37 2001-04-20 13:03:48 Geez, this one was painful ! I still need to handle entities references for the validation step but I have a clean way to add this without touching the algorithm: - valid.[ch] tree.h: worked *hard* to get non-determinist content validation without using an ugly NFA -> DFA algo in the source. Made a specific algorithm easier to maintain, using a single stack and without recursion. - Makefile.am test/VCM/*.xml: added more tests to "make Validtests" - hash.c: made the growing routine static - tree.h parser.c: added the parent information to an xmlElementContent node. Daniel
2d90de4b 2001-04-16 17:46:18 - xmlversion.h.in win32config.h win32/libxml2/*: applied Igor Zlatkovic patches for MSC compilation and added his updates Daniel
92ad2104 2001-03-27 12:47:33 Spring cleanup ...: - configure.in Makefile.am config.h.in Spring cleanup ...: - configure.in Makefile.am config.h.in xmlversion.h.in: detect if we need string functions - trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions to be able to use them where needed. Applied some changes to reduce name linking pollution and compile in only what's needed. - HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef for the string manipulation functions - xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically to the free() function of xmlmemory.c - entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP usage. Daniel
146c9120 2001-03-22 15:22:27 - parser.c: fixed a reported bug in NOTATION parsing - uri.c: accepted but not fixed bug 51876, added TODO - Makefile.am: fixed bug 51876 Daniel
9e7160d4 2001-03-18 23:17:47 Completely changed the way the XPath evaluation is done, likely to break stuff like libxslt right now: - Makefile.am: detect XPath memleaks in regreson tests - error.c: fixed and error w.r.t. error reporting still using stderr - hash.c: added new line at end of file - tree.h: minor cleanup - xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath expression parsing from evaluation, resulted in a number of changes internally, and in XPointer. Likely to break stuff using xpathInternals.h but should remain binary compatible, new interfaces will be added. Daniel
6c831207 2001-03-07 15:57:53 Seems there is still bugs hiding, someone has some flytox ? - Makefile.am: Martin Baulig suggested to add -lm - tree.c: found another bug in xmlNodeGetContent() Daniel
e1dc0114 2001-03-03 12:09:03 xmlXPathNodeCollectAndTest fixed (by William Brack) xmlXPathFormatNumber added xmlXPathNodeSetSort changed
3473f88a 2001-02-23 17:55:21 Revert directory structure changes
64636e7f 2001-02-23 01:37:32 moved to libxml directory - this allow simplify automake/autoconf. Now Thu Feb 23 02:03:56 CET 2001 Tomasz K
e0c3a62c 2001-02-19 18:05:20 - Makefile.am valid.c list.[ch]: Gary Pennington provided a better handling of ID/IDREF and the list modules associated - configure.in: small CFLAGS cleanup Daniel
b6e7fdba 2001-02-02 17:07:32 Rewrite/cleanup/tests of URI normalization: - uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith - test/URI/smith.uri result/URI/smith.uri Makefile.am: added the new tests for URI normalization - testURI.c: fixed stoopid bugs - result/VC/OneID3 result/VC/UniqueElementTypeDeclaration: the URI in the error messages are now properly normalized Daniel
2f913b74 2001-01-31 13:23:49 Fixes inherited from XSLT testing: - xpath.c result/XPath/tests/chaptersbase result/XPath/tests/simplebase: fixed XPath node() - tree.c: small fix in xmlNewNs() - Makefile.am: removed extraneous xml2Conf.sh rule Daniel
b42042b5 2001-01-28 07:40:36 Renamed the library to libxml2 and made the changes needed to have libxml-devel and libxml2-devel to coexist: - Makefile.am configure.in libxml.spec.in example/Makefile.am: Changed the library name, in order to get libxml-devel and libxml2-devel to coexist on a single system - xml-config.1 xml-config.in xmlConf.sh.in: renamed - xml2-config.1 xml2-config.in xml2Conf.sh.in: new files Daniel
ee0a4660 2001-01-27 18:59:33 - Makefile.am configure.in libxml-2.0.pc.in: started working on getting libxml2-devel installable in // as libxml-devel. Daniel
8e199906 2001-01-25 18:54:39 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
48177c22 2001-01-23 15:27:41 Fixed a problem with EXTRA_DiST, Daniel.
b83ba408 2001-01-22 22:45:10 took me nearly 2 years to find the way to not build in SUBDIRS before the current dir. Did I said previously how I hate auto* (but still love it when it works :-) Daniel
ccc86a75 2001-01-17 08:26:18 Updated to include all Win32 makefiles, daniel
167bd531 2001-01-06 21:09:34 Old but effective optimization patch: - parser.c parserInternals.c: applied Bjorn Reese optimization patch Daniel
a6d8eb62 2000-12-27 10:46:47 Finally had a bit of time to resynch both trees: - HTMLparser.[ch]: added a way to avoid adding automatically omitted tags. htmlHandleOmittedElem() allows to change the default handling. - tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and xmlDocDumpFormatMemoryEnc(), uses memory functions for output of xmllint too when using --memory flag, added a memory test suite at the Makefile level. - xpathInternals.h xpath.[ch] xpointer.c: fixed problems with namespace use when encountering QNames in XPath evalation, added xmlns() scheme in XPointer. - nanoftp.c : incorporated a fix - parser.c xmlIO.c: fixed problems raised with encoding when using the memory I/O - parserInternals.c: closed bug 25934 reported by torsten.landschoff@innominate.de - TODO: updated Daniel
ce6e98d6 2000-11-25 09:54:49 Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: integrated a set of OpenVMS changes from Howard Taylor <Howard.Taylor@pacoast.com> Daniel
0d2340cd 2000-11-14 23:47:56 Make the .m4 file install properly (Makefile.am) Ignore some files. Make the .m4 file install properly (Makefile.am) Ignore some files.
bf43275d 2000-11-12 15:56:56 Bug fixes new Xinclude tests: - nanoftp.c: fixed gcc 2.95 new warnings - SAX.c: fixed a stupid bug - tree.c: fixed a formatting problem when round-tripping from/to memory - xinclude.c: chased memleak, fixed a base problem - xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ? xmlXPtrBuildNodeList() - TODO: updated - Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude: adding a first small set of regression tests for XInclude Daniel
9e8bfae5 2000-11-06 16:43:11 XInclude and other stuff while travelling. Contributed patches: - tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c debugXML.c xmlversion.h.in: Started adding XInclude support, this is a new xmllint option - tree.c xpath.c: applied TOM patches for XPath - xpointer.c: fixed a couple of errors. - uri.c: added an escaping function needed for xinclude - testXPath.c hash.c HTMLtree.c: minor cleanups raised by new warning from RH70 gcc's version Daniel
a4964b75 2000-10-31 18:23:44 - 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
52afe800 2000-10-22 16:56:02 Started working on the hash table module integration, fixed a bug: - entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched XPath functions and XML entities table to them. More to come... - xmlIO.c: fixed libxml closing FILEs it didn't open. Daniel
c2df4cde 2000-10-12 23:15:24 Going forward in XPointer implementation: - testXPath.c xpath.[ch]: moved some debug functions to xpath core - xpointer.c: implemented string-range() at least a good first version - test/XPath/docs/str test/XPath/xptr/strrange result/XPath/xptr/strrange: the string-range() tests Daniel
47c02451 2000-10-11 13:04:36 Added a man page for xml-config Fredrik Hallenberg <hallon@lysator.liu.se>, Daniel.
c8df0aaf 2000-10-10 23:50:30 Added XPointer: - configure.in Makefile.am include/makefile.am: adding Added XPointer: - configure.in Makefile.am include/makefile.am: adding XPointer and XPtrtests target - xpointer.[ch] : new files for XPointer support - test/XPath/xptr result/XPath/xptr: added XPointer testsuite and more XPath tests Daniel
e8282edd 2000-10-10 23:01:31 More work toward 2.2.5, integrated a number of patches - configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel
b71379b7 2000-10-09 12:30:39 - moved xml-error.h to xmlerror.h: seems this allowed to bypass the automake bug where wrong dependancies were generated. - xpath.[ch]: worked on XPointer Daniel
7e99c63b 2000-10-06 12:59:53 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 !
f09e7e35 2000-10-01 15:53:30 XPath fixes and cleanup, 2 general bug fixes: - 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
1b478d11 2000-09-30 02:27:55 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).
dd7d1f6d 2000-09-29 23:17:57 Provide pkg-config script. 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'.
46057e14 2000-09-24 18:49:59 Various contribs: - xpath.c: patch for normalize-string() 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
b1059e2f 2000-09-16 14:02:43 Finally commiting work done on the plane, major cleanup, 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
90e1131a 2000-09-05 10:42:32 - uri.c: applied Wayne Davidson patch - Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests Daniel
98a7916b 2000-09-04 11:15:39 URI work cleanup and regresssion tests, - 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
2f2bf417 2000-08-20 15:11:02 Small cleanups, updates, Daniel
979e55e8 2000-08-19 16:48:54 Added man pages, Daniel
87b95395 2000-08-12 21:12:04 Large sync between my W3C base and Gnome's one: - 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
be803967 2000-06-28 23:40:59 - Large resync between W3C and Gnome tree - 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
361d845d 2000-04-03 19:48:13 Work done on the plane, ready to release libxml2-2.0.0, Daniel
ec30341c 2000-03-24 13:41:54 uri.c uri.h: finished the escaping handling, the base support and the URI 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
3dd82e7c 2000-03-20 11:48:04 - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to - 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
83a30e7a 2000-03-02 03:33:32 Fixed #6766 and satrted working on white space handling, Daniel
ae7cb7fe 2000-02-02 23:51:10 - added "libxml_la_LIBADD = @Z_LIBS@" to link libxml with proper libraries list.
f3be931a 2000-01-28 13: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.
9ec78f71 2000-01-05 16:31:25 Released 1.8.3, Daniel
71b656e0 2000-01-05 14: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
437b87b8 2000-01-03 17:30:46 fixed configure and Makefile to use readline in tester if available rebuilt and updated the doc, Daniel
10a2c653 1999-12-12 13: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
294cbca5 1999-12-03 13: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
3500838f 1999-10-25 13: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
7c1206fc 1999-10-14 09: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
6077d03d 1999-10-09 09:11:45 Various small bugfixes, Daniel.
ca848473 1999-09-24 16: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.
7f7d1119 1999-09-22 09:46:25 Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, etc... See Changelog, Daniel.
6db3cb0b 1999-09-04 20: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.
6454aec2 1999-09-02 22:04:43 Added memory debug wrappers, killed all detected memory leaks, Daniel
56316b09 1999-08-23 18:18:32 add xmlConf.sh to CLEANFILES. add xmlConf.sh to CLEANFILES.
b556eb58 1999-08-15 17:19:50 Corrected xmlConf.sh missing in distrib, Daniel
b05deb7f 1999-08-10 19:04:08 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel
e2d034d3 1999-07-27 19:52:06 Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel
15b75af8 1999-07-26 16:42:37 Just adds 'const' to a couple of important parameters, patch from Michael Meeks <michael@oasis.edenproject.org>, Daniel.
1566d3a9 1999-07-15 14:24:29 Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel
be9e595a 1999-07-12 09:16:45 Fixed bug #1638, daniel
3166ab1a 1999-07-11 16:14:19 Added the Makefile for example subdir containing gjobread, Daniel.
82150d8a 1999-07-07 07:32:15 HTML parsing, output is now correct, added HTMLtests target and testcases, Daniel
5233ffc8 1999-07-06 22:25:25 Restore binary compat, more HTML stuff, allow stdin input, Daniel.
be70ff71 1999-07-05 16:50:46 Closing reported bugs: 617 1591 1592, adding an HTML parser, Daniel
14fff064 1999-06-22 21:49:07 Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel
011b63cb 1999-06-02 17:44:04 Release of libxml-1.1, Daniel.
87c83bd3 1999-04-02 16:04:43 Added test and result to EXTRA_DIST, Daniel
a86c23e3 1999-03-05 22: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".
d109e37b 1999-03-05 06:26:45 Moved error.h to xml-error.h, associated fixed and updates, Daniel
55a99272 1999-02-25 11:01:29 Toward 1.0.0, added docs to the packages, Daniel.
35925478 1999-02-25 08:46:07 Added parserInternals.h to Makefile.am and the generated HTML docs, Daniel.
63dc42c6 1999-02-21 21:20:12 Made spec file autogenerate, tweaked it also Dr Mike <drmike@redhat.com>
a4b4430a 1999-02-16 18:53:00 gain a couple of minor changes on Makefiles, Daniel.
1164e752 1999-02-16 16:29:17 Upgrade to 0.99.8 cleanup of spec and makefiles to include doc, Daniel.