Roberto Ierusalimschy
9863223fbf
first version of vararg facility (plus new function "call").
1996-05-28 18:07:32 -03:00
Roberto Ierusalimschy
8826eb7918
small correction
1996-03-15 15:21:58 -03:00
Roberto Ierusalimschy
e701a86385
"openfile" now returns the file
1996-03-15 10:13:13 -03:00
Roberto Ierusalimschy
56fb06b6f5
"lua_debug" now is exported through debug interface (luadebug.h)
1996-02-07 12:14:40 -02:00
Roberto Ierusalimschy
d845963349
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined
...
library.
new function "assert".
1996-01-26 12:05:28 -02:00
Roberto Ierusalimschy
a19f9056f3
new function "tostring".
1996-01-22 15:40:00 -02:00
Roberto Ierusalimschy
2cffb08a5c
new style for debug information about functions: no more SETFUNCTION
...
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.
1995-10-17 09:58:41 -02:00
Roberto Ierusalimschy
ec79f25286
new lua function "getstack"; new interface to function luaI_reportbug.
1995-05-16 14:23:58 -03:00
Roberto Ierusalimschy
18ea2eff80
calls to "lua_reportbug" changed to "lua_error", since
...
"lua_reportbug" is only an internal function to build debug information
1995-05-02 15:43:03 -03:00
Roberto Ierusalimschy
8cb8594a3b
better control of integer types and their limits
1994-12-20 19:20:36 -02:00
Roberto Ierusalimschy
52db68a600
debug shows lines where functions were called
1994-11-21 19:41:09 -02:00
Roberto Ierusalimschy
65f28f0824
error function for Lua
1994-11-08 18:06:15 -02:00
Roberto Ierusalimschy
31d58e2f01
more functions from opcode.c
...
'open_file' and 'open_string' return an error message
lua_type renamed to luaI_type (I for Internal, as this function is not
exported outside lua)
1994-11-03 20:34:29 -02:00
Roberto Ierusalimschy
ae77864844
tags T_NIL, etc, changed to LUA_T_NIL, etc
...
some lua_ functions changed form opcode.c to here
1994-11-02 18:29:39 -02:00
Waldemar Celes
ceaaa0cca8
Correcao do tratamento de erro reportado dentro de uma funcao.
1994-10-11 11:38:17 -03:00
Waldemar Celes
f499f86c2f
io library
1993-12-17 16:41:19 -02:00
The Lua team
cd05d9c5cb
oldest known commit
1993-07-28 10:18:00 -03:00