diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 00:48:47 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 00:48:47 +0000 |
commit | 6c43e6f260c0d703bc52a7889c714b5b4f9a5135 (patch) | |
tree | 81dcfc5770090104955045a4f839d8acd293d70a /dev-perl/XML-LibXSLT/files | |
parent | Some cleanup (diff) | |
download | historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.gz historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.bz2 historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.zip |
Some cleanup
Diffstat (limited to 'dev-perl/XML-LibXSLT/files')
-rw-r--r-- | dev-perl/XML-LibXSLT/files/XML-LibXSLT-0.95-LibXML.xs-gentoo.diff | 38 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-0.96 | 1 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-0.95-LibXML.xs-gentoo.diff b/dev-perl/XML-LibXSLT/files/XML-LibXSLT-0.95-LibXML.xs-gentoo.diff deleted file mode 100644 index 49693bdc47d6..000000000000 --- a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-0.95-LibXML.xs-gentoo.diff +++ /dev/null @@ -1,38 +0,0 @@ ---- XML-LibXML/LibXML.xs.orig Fri Mar 16 19:03:54 2001 -+++ XML-LibXML/LibXML.xs Fri Mar 16 19:04:14 2001 -@@ -333,7 +333,7 @@ - } - - xmlParserCtxtPtr --get_context(SV * self) -+get_context2(SV * self) - { - SV ** ctxt_sv; - ctxt_sv = hv_fetch((HV *)SvRV(self), "_context", 8, 0); -@@ -363,7 +363,7 @@ - tbuff = newSV(0); - tsize = newSViv(BUFSIZE); - -- ctxt = get_context(self); -+ ctxt = get_context2(self); - - while (!done) { - int cnt; -@@ -599,7 +599,7 @@ - int well_formed; - CODE: - ptr = SvPV(string, len); -- ctxt = get_context(self); -+ ctxt = get_context2(self); - xmlParseChunk(ctxt, ptr, len, 0); - xmlParseChunk(ctxt, ptr, 0, 1); - well_formed = ctxt->wellFormed; -@@ -644,7 +644,7 @@ - f = PerlIO_open(filename, "r"); - } - if (f != NULL) { -- ctxt = get_context(self); -+ ctxt = get_context2(self); - res = PerlIO_read(f, chars, 4); - if (res > 0) { - xmlParseChunk(ctxt, chars, res, 0); diff --git a/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-0.96 b/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-0.96 deleted file mode 100644 index 914daae928a0..000000000000 --- a/dev-perl/XML-LibXSLT/files/digest-XML-LibXSLT-0.96 +++ /dev/null @@ -1 +0,0 @@ -MD5 19b5c96f6885aec79de9172ee93455e4 XML-LibXSLT-0.96.tar.gz |