aboutsummaryrefslogtreecommitdiff
path: root/lapi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new ttypes to distinguish between C closures and Lua closures.Roberto Ierusalimschy1999-12-231-2/+6
|
* many details + code redistributionRoberto Ierusalimschy1999-12-141-1/+6
|
* lua_Object is a pointer to the stack (because now the stack doen't move)Roberto Ierusalimschy1999-12-021-2/+1
|
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-7/+6
|
* new implementation for global variable values (separated from strings)Roberto Ierusalimschy1999-11-041-4/+2
|
* `put_luaObjectonTop' must be public (to be used by lfback.c), and soRoberto Ierusalimschy1999-09-211-2/+2
| | | | it must have a "public" name: `luaA_putObjectOnTop'
* compatibility with old fallback system now provided by external moduleRoberto Ierusalimschy1999-09-201-1/+2
|
* "const" !!!Roberto Ierusalimschy1999-08-161-3/+3
|
* new function "lua_next" (+ new implementation for "next")Roberto Ierusalimschy1999-02-231-1/+2
|
* new function lua_nextvarRoberto Ierusalimschy1999-02-221-1/+2
|
* small corrections in commentsRoberto Ierusalimschy1998-06-191-2/+2
|
* auxiliar functions from Lua APIRoberto Ierusalimschy1997-09-161-0/+20