Roberto Ierusalimschy
|
30dd3a2dbc
|
small changes (preparing for new module of pre-compilation)
|
1996-02-26 14:06:39 -03:00 |
Roberto Ierusalimschy
|
8c1a9899d4
|
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
called with NULL.
|
1996-02-22 17:34:33 -03:00 |
Roberto Ierusalimschy
|
41259bff31
|
BIG CHANGE: new data structure for constants, strings and globals, using
an array of hash tables for all them.
|
1996-02-12 15:32:40 -03:00 |
Roberto Ierusalimschy
|
7918c6cf11
|
small bug
|
1996-02-08 16:14:17 -02:00 |
Roberto Ierusalimschy
|
5a3a1fe458
|
debug interface functions to manipulated local variables:
"lua_getlocal" and "lua_setlocal".
|
1996-02-07 16:10:27 -02:00 |
Roberto Ierusalimschy
|
15d48576ea
|
functions now may be declared with any "var" as a name;
therefore they do not have a "baptism" name.
Changes in debug API to acomodate that.
|
1995-10-26 12:21:56 -02:00 |
Roberto Ierusalimschy
|
f132ac03bc
|
Module to manipulate function headers.
|
1995-10-04 11:20:26 -03:00 |