lua-users home
lua-l archive

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


> > 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.