summaryrefslogtreecommitdiff
path: root/func.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "freefunc" now is public.Roberto Ierusalimschy1996-03-141-1/+3
|
* details.Roberto Ierusalimschy1996-03-081-0/+4
|
* small changes (preparing for new module of pre-compilation)Roberto Ierusalimschy1996-02-261-1/+1
|
* BIG CHANGE: new data structure for constants, strings and globals, usingRoberto Ierusalimschy1996-02-121-2/+2
| | | | an array of hash tables for all them.
* debug interface functions to manipulated local variables:Roberto Ierusalimschy1996-02-071-1/+15
| | | | "lua_getlocal" and "lua_setlocal".
* functions now may be declared with any "var" as a name;Roberto Ierusalimschy1995-10-261-2/+2
| | | | | therefore they do not have a "baptism" name. Changes in debug API to acomodate that.
* new style for debug information about functions: no more SETFUNCTIONRoberto Ierusalimschy1995-10-171-0/+4
| | | | | | | | opcodes. When a function is called, its entry in the stack is marked with LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if needed. Functions now have their file names in the headers, so there is no need of 'addfile' and the like.
* Module to manipulate function headers.Roberto Ierusalimschy1995-10-041-0/+20