|
3fc555e5
|
2001-12-11T04:41:24
|
|
docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
* docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
xmlcatalog_man.xml
|
|
2d8a93b1
|
2001-12-10T21:07:19
|
|
Hietaniemi Jarkko pointed out that xmlInitMemory() was declared twice
* include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
xmlInitMemory() was declared twice
Daniel
|
|
b82c1669
|
2001-12-09T14:00:54
|
|
do not reference strdup() ! trying to fix the libs of the various config
* globals.c: do not reference strdup() !
* configure.in libxml-2.0.pc.in: trying to fix the libs
of the various config extraction modules
Daniel
|
|
ef90ba7e
|
2001-12-07T14:24:22
|
|
preparing 2.4.12 updated and rebuilt the docs Daniel
* configure.in : preparing 2.4.12
* doc/* : updated and rebuilt the docs
Daniel
|
|
220346d1
|
2001-12-07T11:33:54
|
|
closed bug #66159 added --escape option some cleanup for xml2-config
* uri.c: closed bug #66159
* testURI.c: added --escape option
* configure.in: some cleanup for xml2-config --cflags
Daniel
|
|
2a906821
|
2001-12-06T14:34:08
|
|
removed some misplaced includes of xmlversion.h Daniel
* globals.c testThreads.c: removed some misplaced includes
of xmlversion.h
Daniel
|
|
e28313b7
|
2001-12-06T14:08:31
|
|
patch from Gary Pennington fixing a possible problem at initialization
* threads.c: patch from Gary Pennington fixing a possible
problem at initialization time.
Daniel
|
|
d3b08826
|
2001-12-05T12:03:33
|
|
integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS
* configure.in libxml.h parser.c testThreads.c macos/: integrated
Eric Lavigne (sp???) contribution to build libxml2 on MacOS using
CodeWarrior.
Daniel
|
|
a7866930
|
2001-12-04T13:14:44
|
|
applied Geert Kloosterman's patch to fix --repeat --timing output Daniel
* xmllint.c: applied Geert Kloosterman's patch to fix
--repeat --timing output
Daniel
|
|
1984094c
|
2001-11-29T16:11:38
|
|
Robin Berjon <robin@knowscape.com> found a case where non-wellformed XML
* parser.c: Robin Berjon <robin@knowscape.com> found a case
where non-wellformed XML declaractions were not detected.
Daniel
|
|
913d6e09
|
2001-11-28T14:53:53
|
|
Fixed the previous fix, Daniel
|
|
e85d9342
|
2001-11-28T14:43:12
|
|
fixed a compilation bug pointed by Danny Jamshy Daniel
* xpointer.c: fixed a compilation bug pointed by Danny Jamshy
Daniel
|
|
b36d4fe5
|
2001-11-28T13:40:42
|
|
Added some missing files, Daniel
|
|
1aadc447
|
2001-11-28T13:10:32
|
|
Added a link to libxml2-pas, Daniel
|
|
22f25a8a
|
2001-11-28T09:12:23
|
|
as robert pointed again, xmlInputCallbackInitialized gets reset by
* xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
gets reset by xmlCleanupInputCallbacks() and this makes the
function useless. Same for output.
Daniel
|
|
107ccaa1
|
2001-11-27T16:23:50
|
|
robert pointed out a loop error in callback cleanups Daniel
* xmlIO.c: robert pointed out a loop error in callback cleanups
Daniel
|
|
db9dfd9e
|
2001-11-26T17:25:02
|
|
Updated Gary's pages, Daniel
|
|
8faa7836
|
2001-11-26T15:58:08
|
|
moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, they
* tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
they are not really tied to debugging
Daniel
|
|
a4871052
|
2001-11-26T13:19:48
|
|
Updated the on-line documentation, Daniel
|
|
bd9b0e8e
|
2001-11-26T10:32:08
|
|
preparing 2.4.11 better --catalogs description Daniel
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
* xmllint.c: better --catalogs description
Daniel
|
|
4855c8c3
|
2001-11-25T10:35:25
|
|
fixed a couple of problems in xmlSetProp() Daniel
* tree.c: fixed a couple of problems in xmlSetProp()
Daniel
|
|
cd337f0b
|
2001-11-22T18:20:37
|
|
some cleanups when chasing unappropriate stdout output. Daniel
* debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
unappropriate stdout output.
Daniel
|
|
566d4dfa
|
2001-11-22T13:00:53
|
|
Fixed a couple of macro errors pointed out by Denis Beurive, closes #65111
* include/libxml/tree.h: Fixed a couple of macro errors pointed out
by Denis Beurive, closes #65111
Daniel
|
|
b4545fd6
|
2001-11-20T09:37:09
|
|
in case of content model validity error, don't print it if validity
* valid.c: in case of content model validity error, don't
print it if validity warnings were not requested.
Daniel
|
|
c69e0b17
|
2001-11-20T08:35:07
|
|
applied a couple of patches from Brian D Ripley. removed the last exit()
* nanoftp.c: applied a couple of patches from Brian D Ripley.
* parserInternals.c: removed the last exit() call. Print an
unmaskable error on stderr instead (library mismatch detection)
Daniel
|
|
42304046
|
2001-11-18T00:18:06
|
|
doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with shell
Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
shell instructions from Heiko Rupp
|
|
f7b094f7
|
2001-11-15T13:54:39
|
|
use the URL notation file:// for default catalog paths Daniel
* catalog.c: use the URL notation file:// for default catalog paths
Daniel
|
|
0ec98635
|
2001-11-14T15:04:32
|
|
better comments for _private fields removed a problem when copying an
* include/libxml/tree.h: better comments for _private fields
* tree.c: removed a problem when copying an entity reference.
Daniel
|
|
d33cfbf1
|
2001-11-13T15:24:36
|
|
updated instructions and diffs from John A Fotheringham Daniel
* vms/*: updated instructions and diffs from John A Fotheringham
Daniel
|
|
a11001b2
|
2001-11-12T22:45:36
|
|
avoid an include problem if #include <libxml/xmlerror.h> happens first in
* include/libxml/xmlerror.h: avoid an include problem if
#include <libxml/xmlerror.h> happens first in code
seems to be the case in KDE libs
Daniel
|
|
8e3943cb
|
2001-11-12T21:35:44
|
|
update from Igor for Windows Daniel
* win32/dsp/* include/libxml/xmlwin32version.h.in: update
from Igor for Windows
Daniel
|
|
0135a390
|
2001-11-10T14:10:27
|
|
2.4.10 release, Daniel.
|
|
43d3f61a
|
2001-11-10T11:57:23
|
|
preparing 2.4.10 upgraded and rebuilt the docs Daniel
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
* doc/*: upgraded and rebuilt the docs
Daniel
|
|
c1f78343
|
2001-11-10T11:43:05
|
|
fix comment in scripts element parsing. updated the results. Daniel
* HTMLparser.c: fix comment in scripts element parsing.
* result/HTML/doc3*: updated the results.
Daniel
|
|
c6e013ab
|
2001-11-10T10:08:57
|
|
add xmlGetNodePath() a cleaned up version of the Pwd shell string
* debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
a cleaned up version of the Pwd shell string generation.
Daniel
|
|
be480fbb
|
2001-11-08T23:36:42
|
|
trying to fix namespaces + validation problems for good, closing #63619 in
* valid.c include/libxml/tree.h: trying to fix namespaces +
validation problems for good, closing #63619 in the process
* result/valid/dia.xml test/valid/dia.xml: the Dia test was
wrong in this respect, fixed it.
Daniel
|
|
d536f701
|
2001-11-08T17:32:47
|
|
Morus Walter patch to allow --format and --encode Daniel
* xmllint.c: Morus Walter patch to allow --format and --encode
Daniel
|
|
5004f42f
|
2001-11-08T13:53:05
|
|
Stefan Kost provided an help command for the shell Daniel
* debugXML.c: Stefan Kost provided an help command for the shell
Daniel
|
|
a6825e8d
|
2001-11-07T13:33:59
|
|
Heiko Rupp pointed that the shell would crash on empty nodesets returns.
* debugXML.c: Heiko Rupp pointed that the shell would crash
on empty nodesets returns.
Daniel
|
|
03f848d8
|
2001-11-07T12:53:46
|
|
Weiqi Gao pointed out that xmlcatalog migh need the history libraries
* Makefile.am: Weiqi Gao pointed out that xmlcatalog
migh need the history libraries
Daniel
|
|
957fdcf2
|
2001-11-06T22:50:19
|
|
handle the case of < in quoted attributes, Bastian Kleineidam Daniel
* HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
handle the case of < in quoted attributes, Bastian Kleineidam
Daniel
|
|
c853b32f
|
2001-11-06T15:24:37
|
|
releasing 2.4.9 fixing catalog breakages fixed more problems in catalog
* configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
fixing catalog breakages
* Makefile.am catalog.c result/catalogs/catal
result/catalogs/mycatalog.* test/catalogs/catal*:
fixed more problems in catalog support, added more regression tests
for both XML and SGML catalog handling
Daniel
|
|
66870c71
|
2001-11-05T19:27:49
|
|
applied an improvement to xmlGetLineNo() from Keith Isdale Daniel
* debugXML.c: applied an improvement to xmlGetLineNo() from
Keith Isdale
Daniel
|
|
ffe09c94
|
2001-11-05T14:21:47
|
|
dohhhh XML catalog add and remove ops were broken too. Side effect of the
* catalog.c: dohhhh XML catalog add and remove ops were broken too.
Side effect of the progressive catalog loading
Daniel
|
|
ad661b9e
|
2001-11-05T11:43:15
|
|
confexecdir and confexec_DATA were defined twice pointed out by Karl
* Makefile.am: confexecdir and confexec_DATA were defined twice
pointed out by Karl Eichwalder
Daniel
|
|
6eb17724
|
2001-11-04T22:19:27
|
|
avoid unlink() and use remove() instead. Daniel
* xmlcatalog.c: avoid unlink() and use remove() instead.
Daniel
|
|
ea89828b
|
2001-11-04T22:13:45
|
|
cleanup updated with 2.4.8 Daniel
* libxml.spec.in: cleanup
* include/libxml/xmlwin32version.h: updated with 2.4.8
Daniel
|
|
ed421aa6
|
2001-11-04T21:22:45
|
|
Updated the news section, Daniel
|
|
a4617b8a
|
2001-11-04T20:19:12
|
|
fix bug #63752 of compiling libxml with a non standard set of options
* encoding.c global.data globals.c testThreads.c: fix bug #63752
of compiling libxml with a non standard set of options
Daniel
|
|
027edfb7
|
2001-11-04T20:13:58
|
|
Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
* doc/xmllint.xml, xmllint.1 - updating xmllint man page to
document --sgml option, fixing gnome bugzilla #63382
|
|
cd21dc78
|
2001-11-04T20:03:38
|
|
Fixed SGML catalogs breakage of 2.4.7, added a couple of really needed
* include/libxml/catalog.h catalog.c: Fixed SGML catalogs
breakage of 2.4.7, added a couple of really needed APIs
like xmlCatalogIsEmpty() and xmlNewCatalog()
* xmlcatalog.c: updated --sgml --noout to be a suitable replacement
for install-catalog
* configure.in: preparing 2.4.8
Daniel
|
|
5a37bde3
|
2001-11-01T14:31:22
|
|
more include cleanups, export cleanly one html output + format function.
Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
* HTMLtree.c tree.c include/libxml/HTMLtree.h
include/libxml/tree.h include/libxml/xmlIO.h: more include
cleanups, export cleanly one html output + format function.
Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
* parser.c: removed initGenericErrorDefaultFunc call from
xmlInitParser() since it could destroy previous calls to
xsltSetGenericErrorFunc() effects
Daniel
|
|
ebd38c5f
|
2001-11-01T08:38:12
|
|
bool can be a reserved keyword. Daniel
* debugXML.c include/libxml/debugXML.h: bool can be a reserved
keyword.
Daniel
|
|
8bdb91dd
|
2001-10-31T17:52:43
|
|
cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltproc
* Makefile.am: cleanup
* threads.c: cleanup too
* xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
from xsltproc
* include/libxml/tree.h include/libxml/parser.h: trying to break a
dependancy loop.
Daniel
|
|
91c0040a
|
2001-10-30T17:41:38
|
|
Justin Fletcher pointed out that xmlParseXMLCatalog was not used anymore !
* catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
was not used anymore !
Daniel
|
|
5540daa9
|
2001-10-30T15:14:36
|
|
Update, Daniel
|
|
52dcab39
|
2001-10-30T12:51:17
|
|
preparing 2.4.7 switched to the latest xmllint manual page from John
* configure.in: preparing 2.4.7
* Makefile.am doc/Makefile.am: switched to the latest xmllint
manual page from John
* doc/*: updated the doc and rebuilt the generated pages
Daniel
|
|
a9e65e8b
|
2001-10-30T10:32:36
|
|
closing bug #62711, the library should never close stdin or stdout. Daniel
* xmlIO.c: closing bug #62711, the library should never
close stdin or stdout.
Daniel
|
|
4def3bd9
|
2001-10-30T09:47:47
|
|
second pass at fixing #63336, using Joel Young final patch. looks okay.
* uri.c: second pass at fixing #63336, using Joel Young
final patch. looks okay.
Daniel
|
|
bb6808ea
|
2001-10-29T23:59:27
|
|
trying to clear #63336 allowing the escaping routine to parse unconformant
* uri.c include/libxml/uri.h: trying to clear #63336
allowing the escaping routine to parse unconformant
URI-References.
Daniel
|
|
acf7ff0a
|
2001-10-29T20:21:47
|
|
a few VMS updates from John A Fotheringham added
* vms/readme.vms vms/build_libxml.com nanoftp.c
include/libxml/xmlversion.h.in: a few VMS updates from
John A Fotheringham
* include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
and xmlCleanupOutputCallbacks() for the Perl binding people.
Daniel
|
|
635ef72a
|
2001-10-29T11:48:19
|
|
apply fixes to close #63271 and avoid segfaults when the error routine
* parser.c globals.c DOCBparser.c HTMLparser.c error.c:
apply fixes to close #63271 and avoid segfaults when
the error routine gets callbed before xmlInitParser()
get called.
* nanoftp.c error.c: Applied patches from Justin Fletcher
correcting some xmlGenericError misuses.
Daniel
|
|
51095317
|
2001-10-28T18:51:57
|
|
fixing a broken link, Daniel
|
|
fd32de62
|
2001-10-27T20:14:01
|
|
*doc/xmllint.xml, doc/xmllint.1 New and improved man page for xmllint -
Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
*doc/xmllint.xml, doc/xmllint.1
New and improved man page for xmllint - .xml is the original, .1
is the generated man page
|
|
c6271d20
|
2001-10-27T07:50:58
|
|
Updated the download part, a couple of fixups from Gary, Daniel
|
|
9c466827
|
2001-10-25T12:03:39
|
|
More cleanup, fixed the front page, looks good !
Daniel
|
|
b8cfbd12
|
2001-10-25T10:53:28
|
|
Finished reintegrating the docs and unifying the look, may still
need a couple of pointers but looks fine now. valid.html si now
merged in xmldtd.html. Overall cleanup, Daniel
|
|
594cf0b2
|
2001-10-25T08:09:12
|
|
Updated the stylesheet and the website, Daniel
|
|
c948420a
|
2001-10-24T12:35:52
|
|
now autogenerate the web site from the main HTML document. Daniel
* doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
the web site from the main HTML document.
Daniel
|
|
585b4ea7
|
2001-10-24T07:26:23
|
|
Added a bullet about xmlDetectCharEncoding() extra arg, Daniel
|
|
5151c06f
|
2001-10-23T13:10:19
|
|
fixed an erroneous validation bug when PE refs occurs in external parsed
* parser.c: fixed an erroneous validation bug when PE refs
occurs in external parsed entities referenced from the
internals subset
* test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
added the associated testcase, it's a nice one.
* HTMLparser.c: generate the DTD node as HTML still ...
* HTMLtree.c: fixed errors in Set/GetMetaEncoding
Daniel
|
|
b6b0fd89
|
2001-10-22T12:31:11
|
|
Fixed a bug when creating a new HTML document, doc->children
was set to NULL with a DTD child
Daniel
|
|
89cad536
|
2001-10-22T09:46:13
|
|
added entities testing to the Thread test make the test reasonable fix the
* test/threads/*: added entities testing to the Thread test
* testThreads.c: make the test reasonable
* DOCBparser.c: fix the DTD public and system ID
* xmllint.c: added --sgml for SGML DocBook importing
* Makefile.am: added Docbtests target
Daniel
|
|
0a702dca
|
2001-10-19T14:50:57
|
|
Added link to Solaris binaries provided by Gary Pennington
Daniel
|
|
9ae1eba9
|
2001-10-19T09:48:35
|
|
use only "anonymous@" string for anonymous passwds removed bogus include
* nanoftp.c: use only "anonymous@" string for anonymous passwds
* testThreads.c: removed bogus include
Daniel
|
|
ce2c2f09
|
2001-10-18T14:57:24
|
|
fixed a very serious (looping) validation bug Daniel
* parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
fixed a very serious (looping) validation bug
Daniel
|
|
3c01b1d8
|
2001-10-17T15:58:35
|
|
- include/libxml/globals.h include/libxml/threads.h threads.c
testThreads.c: far more testing, cleaning up bugs
- *.c : make sure globals.h is always included.
Daniel
|
|
7cc95c0b
|
2001-10-17T15:45:12
|
|
try to get rid of parser loops for good. Daniel
* HTMLparser.c: try to get rid of parser loops for good.
Daniel
|
|
ab7488ef
|
2001-10-17T11:30:37
|
|
fixed some bugs in CFLAGS passing. added a specific threaded test case
* configure.in: fixed some bugs in CFLAGS passing.
* test/threads Makefile.am testThreads.c: added a specific
threaded test case (really nasty, guaranteed).
Daniel
|
|
85c11fa2
|
2001-10-16T21:03:08
|
|
serious cleanup on the management of the XML catalog tree, more tests
* catalog.c: serious cleanup on the management of the
XML catalog tree, more tests done, especially with
the catalog PI.
Daniel
|
|
364789a6
|
2001-10-16T12:45:00
|
|
avoid a problem in catalog cleanup on SMP if catalogs were not
* catalog.c: avoid a problem in catalog cleanup on SMP if
catalogs were not initialized.
Daniel
|
|
8146394d
|
2001-10-16T12:34:39
|
|
trying to cleanup the not thread safe parts of the library. Daniel
* catalog.c xpath.c: trying to cleanup the not thread safe
parts of the library.
Daniel
|
|
64a411cc
|
2001-10-15T12:32:07
|
|
make the allocation be per-thread a configure option fixed compilation
* include/libxml/globals.h configure.in global.data: make
the allocation be per-thread a configure option
* encoding.c include/libxml/parser.h: fixed compilation
errors
Daniel
|
|
5ee57fc9
|
2001-10-15T10:46:16
|
|
Norm reported that a few lines added were breaking libxslt compile,
* include/libxml/parser.h: Norm reported that a few lines
added were breaking libxslt compile, removed them for now
Daniel
|
|
6f350291
|
2001-10-14T09:56:15
|
|
debugged and fixed initialization problems which were giving troubles on
* parser.c parserInternals.c threads.c: debugged and fixed
initialization problems which were giving troubles on SMP
boxes.
Daniel
|
|
6661ffa5
|
2001-10-13T14:18:17
|
|
missing globals.h Daniel
* include/libxml/Makefile.am: missing globals.h
Daniel
|
|
e7090619
|
2001-10-13T12:18:28
|
|
added a couple of standard includes. Daniel
* globals.c: added a couple of standard includes.
Daniel
|
|
77d19aea
|
2001-10-13T12:06:09
|
|
#include stdlib.h and string.h in order to have protoypes of memory and
2001-10-13 Jaka Mocnik <jaka@gnu.org>
* globals.c: #include stdlib.h and string.h in order to have
protoypes of memory and str*() routines.
|
|
d0463560
|
2001-10-13T09:15:48
|
|
Applied the last patches from Gary, cleanup, activated threading all user
* include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
include/libxml/parserInternals.h include/libxml/tree.h
include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
Applied the last patches from Gary, cleanup, activated threading
all user accessible global variables are now handled in globals.[ch]
Still a bit rought but make tests passes with either
--with-threads defined at configure time or not.
* Makefile.am example/Makefile.am: added globals.[ch] and threads
linking options
Daniel
|
|
b847864f
|
2001-10-12T17:29:10
|
|
started integrating the core of the thread support not activated yet but
* Makefile.am include/libxml/Makefile.am
include/libxml/globals.h globals.c include/libxml/threads.h
threads.c build_glob.py global.data xmlcatalog.c acconfig.h
configure.in: started integrating the core of the thread support
not activated yet but half integrated. The code should still
compile and work anyway.
Daniel
|
|
b44025c7
|
2001-10-11T22:55:55
|
|
started integrating the non-controversial parts of Gary Pennington
* HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
integrating the non-controversial parts of Gary Pennington
multithread patches
* catalog.c: corrected a small bug introduced
Daniel
|
|
75b96824
|
2001-10-11T18:59:45
|
|
very serious cleanup, isolating unportable code and as much as possible
* catalog.c include/libxml/catalog.h: very serious cleanup,
isolating unportable code and as much as possible the accesses
to the global shared catalog. May need more testing !
Daniel
|
|
78d12097
|
2001-10-11T09:12:24
|
|
integrating Keith Isdale patches for the XSLT debugger interfaces. Some
* include/libxml/debugXML.h debugXML.c tree.c: integrating
Keith Isdale patches for the XSLT debugger interfaces. Some
cleanup
Daniel
|
|
ff0b7311
|
2001-10-11T06:46:09
|
|
update from Tobias Peters for 2.4.5 generate line nubers in elements
* win32/Makefile.mingw: update from Tobias Peters for 2.4.5
* DOCBparser.c: generate line nubers in elements
Daniel
|
|
60087f30
|
2001-10-10T09:45:09
|
|
preparing 2.4.6 release updated and rebuilt the docs fixed a number of
* configure.in: preparing 2.4.6 release
* doc/xml.html doc/html/*: updated and rebuilt the docs
* include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
Daniel
|
|
60416fa4
|
2001-10-09T02:41:50
|
|
doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html adding
Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
adding documentation for DV's supercatalog support
|
|
82d75338
|
2001-10-08T15:01:59
|
|
adding SGML super catalog support adding one API and one flag --sgml to
* include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
super catalog support adding one API and one flag --sgml to
xmlcatalog
Daniel
|
|
0e229933
|
2001-10-07T22:46:00
|
|
//bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog.1
One more crack at
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
|
|
47334c09
|
2001-10-07T16:41:52
|
|
implemented xmlXPathObjectCopy for external objects added
* xpath.c: implemented xmlXPathObjectCopy for external objects
* include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
|
|
ac941e32
|
2001-10-06T22:30:16
|
|
*doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 finishing up
Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
*doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
finishing up fix to
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
the xmlcatalog man page display more elegantly
|