[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can someone sell Lua 5.2.0 to me please ?
- From: Mateusz Czaplinski <czapkofan@...>
- Date: Wed, 21 Dec 2011 13:02:17 +0100
On Wed, Dec 21, 2011 at 12:06 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> > So, Lua 5.2 core does not depend on ctype, exit, strcat, strcpy, strcspn,
>> > strncat, strncpy, strtoul but adds abort, frexp, ldexp, strcmp, strpbrk.
>> Is this just Lua itself, or also the standard libraries? From what I
>> can tell both Lua 5.1 and 5.2 use fr/ldexp for example in lmathlib.c.
>
> By "core" I mean Lua without the standard libraries and without the
> standalone programs lua and luac.
Ah, right, that one I missed.
But then, this will now give me some more food for thought...
Thanks!
/Mateusz Czapliński.