[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lint64
- From: Andrew Starks <andrew.starks@...>
- Date: Mon, 5 Aug 2013 11:54:48 -0500
On Mon, Aug 5, 2013 at 10:46 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> I have released my lint64 package:
> http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lint64
>
> Checksum and other data available at
> http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/release.txt
>
> This is un updated version of the one I posted in a previous thread:
> http://lua-users.org/lists/lua-l/2013-08/msg00014.html
>
> Unlike the fork by Steve Donovan
> http://lua-users.org/lists/lua-l/2013-08/msg00029.html
>
> my version does not handle hex, but it includes a faster version of pow,
> which also handles powers of 2 as a special case, and the values min and max,
> for the range of numbers supported by the library.
>
> The code is available for Lua 5.2; I'll add a 5.1 version soon.
>
> Like all my code, lint64 is in the public domain.
> Enjoy. All feedback welcome.
> --lhf
>
...and again, thank you very much for this work!
-Andrew