[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] 'xtable' module updated to 5.3, 64-bit
- From: Hisham <h@...>
- Date: Fri, 4 Sep 2015 15:43:16 -0300
On 31 August 2015 at 06:36, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 'xtable' provides generic functions for table manipulation, at
> a lower level than the standard table library.
>
> - Table accesses are raw.
> - Block get/set/move functions that can access data in reverse
> order and recycle values.
> - A stable sort routine.
> - Some vararg manipulators: cache, iter, keep, map, collect.
>
> Only change since previous commit (two years ago) is that
> -fPIC has been added to the compile flags and luaL_checkint
> has everywhere been replaced by luaL_checkinteger. The
> module now works with Lua 5.2 and 5.3 on my 64-bit system.
Where is it? Is it available on LuaRocks?
-- Hisham