Roberto Ierusalimschy
|
2bb3830fc1
|
"memcpy" is defined in "string.h".
|
1996-07-24 15:01:52 -03:00 |
Roberto Ierusalimschy
|
7a35f23c16
|
a simplification about memory error messages.
|
1996-03-21 15:55:02 -03:00 |
Roberto Ierusalimschy
|
9284742a11
|
better control when growing arrays.
|
1996-03-21 13:33:47 -03:00 |
Roberto Ierusalimschy
|
7e0be1fbde
|
unused "#include"
|
1996-03-19 13:50:24 -03:00 |
Roberto Ierusalimschy
|
1dc0e82aeb
|
"freefunc" now is public.
|
1996-03-14 12:54:20 -03:00 |
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 |