Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 29627
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: RURBAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.63
Fixed in: (no value)



Subject: Fix use64bitint warnings, make blead, simpilified
Attached patch fixes the multitude of 64bitint warnings when casting IV's to pointers to. (e.g. on cygwin) I also merged the perl-libxml-mm.c headers into perl-libxml-mm.h so that it is only defines once. No warnings, all tests pass for blead and 5.8.8. I also upgraded the ppport header to the current version for blead support -- Reini Urban
Subject: XML-LibXML-1.65.patch

Message body is not shown because it is too large.

Some parts have already been done in the SVN. The rest (patch to LibXML.xs) was applied and committed. Thanks a lot! -- Petr Dne st 26.zář.2007 14:12:09, RURBAN napsal(a): Show quoted text
> Attached patch fixes the multitude of 64bitint warnings when casting > IV's to pointers to. (e.g. on cygwin) > > I also merged the perl-libxml-mm.c headers into perl-libxml-mm.h > so that it is only defines once. > No warnings, all tests pass for blead and 5.8.8. > > I also upgraded the ppport header to the current version for blead
support