summaryrefslogtreecommitdiff
path: root/inout.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* setparsedfile is extern; luaz_... changed to luaZ_...Roberto Ierusalimschy1997-06-191-5/+2
|
* new functions lua_doFILE and lua_dobuffer to help users...Roberto Ierusalimschy1997-06-181-1/+5
|
* using "zio" for parsing Lua code.Roberto Ierusalimschy1997-06-161-1/+1
|
* first step in implementing internal methods.Roberto Ierusalimschy1997-02-261-12/+2
|
* first version of vararg facility (plus new function "call").Roberto Ierusalimschy1996-05-281-1/+2
|
* small correctionRoberto Ierusalimschy1996-03-151-2/+2
|
* "openfile" now returns the fileRoberto Ierusalimschy1996-03-151-2/+3
|
* "lua_debug" now is exported through debug interface (luadebug.h)Roberto Ierusalimschy1996-02-071-2/+1
|
* "setglobal" and "getglobal" moved to inout.c, as it concentrates pre-definedRoberto Ierusalimschy1996-01-261-2/+5
| | | | | library. new function "assert".
* new function "tostring".Roberto Ierusalimschy1996-01-221-2/+3
|
* new style for debug information about functions: no more SETFUNCTIONRoberto Ierusalimschy1995-10-171-6/+3
| | | | | | | | 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.
* new lua function "getstack"; new interface to function luaI_reportbug.Roberto Ierusalimschy1995-05-161-5/+3
|
* calls to "lua_reportbug" changed to "lua_error", sinceRoberto Ierusalimschy1995-05-021-2/+6
| | | | "lua_reportbug" is only an internal function to build debug information
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-201-5/+6
|
* debug shows lines where functions were calledRoberto Ierusalimschy1994-11-211-2/+3
|
* error function for LuaRoberto Ierusalimschy1994-11-081-1/+2
|
* more functions from opcode.cRoberto Ierusalimschy1994-11-031-4/+5
| | | | | | '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)
* tags T_NIL, etc, changed to LUA_T_NIL, etcRoberto Ierusalimschy1994-11-021-1/+6
| | | | some lua_ functions changed form opcode.c to here
* Correcao do tratamento de erro reportado dentro de uma funcao.Waldemar Celes1994-10-111-2/+2
|
* io libraryWaldemar Celes1993-12-171-5/+2
|
* oldest known commitThe Lua team1993-07-281-0/+24