From: Ilya M. <m_...@us...> - 2003-03-29 15:48:11
|
Update of /cvsroot/perl-xml/XML-LibXML-XPathContext In directory sc8-pr-cvs1:/tmp/cvs-serv8089 Modified Files: Changes Log Message: Updated Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/Changes,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Changes 26 Mar 2003 21:20:45 -0000 1.1 +++ Changes 29 Mar 2003 15:48:08 -0000 1.2 @@ -2,6 +2,12 @@ Revision history for Perl module XML::LibXML::XPathContext. +0.02 unreleased + +* Added missing include xpathInternals.h what fixes problems with +float numbers used in xpath expressions on platforms where PV is not +defined as double. + 0.01 Thu Mar 27 2003 * First version based on XML::LibXML and XML::XSLT code. |