<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>Thanks for the library. <br><br><br><br>There is a 'Google...' in the copyright section. Does it mean it that the library is supported somehow from Google?<br><br><br><br>Btw.<br><br>It look there is a typo in portable-format.lisp<br><br><br><br>index b431fd8..600c516 100644<br>--- a/portable-float.lisp<br>+++ b/portable-float.lisp<br>@@ -23,7 +23,7 @@<br> (logior uresult<br> (logand -1 (lognot mask))))))<br><br>-(declaim (ftype (function (single-float) (values (signed-byte 32) &optional) single-float-bits))<br>+(declaim (ftype (function (single-float) (values (signed-byte 32) &optional) single-float-bits)))<br><br> (defun single-float-bits (x)<br> (declare (type single-float x))<br><br>Thanks, AngelP<br></td></tr></table>