lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 21 December 2011 10:41, 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.

Regards,
Matthew