[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: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 21 Dec 2011 09:06:39 -0200
> > 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.