aboutsummaryrefslogtreecommitdiff
path: root/inout.h (unfollow)
Commit message (Collapse)AuthorFilesLines
1994-11-04small corrections.Roberto Ierusalimschy1-2/+2
1994-11-04creation of function do_protectedrun, that executes lua code enclosedRoberto Ierusalimschy1-220/+96
in a setjmp, with error recovery. Elimination of functions lua_isnil, etc.
1994-11-04Elimination of functions lua_isnil, etc.Roberto Ierusalimschy1-8/+12
1994-11-03more functions from opcode.cRoberto Ierusalimschy2-17/+44
'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-03there is no need of predefined constants.Roberto Ierusalimschy1-14/+4
1994-11-03RESET is generated at codereturn.Roberto Ierusalimschy1-4/+2
1994-11-03because lua_error now does a longjmp, many functions do not needRoberto Ierusalimschy1-40/+14
to check conditions.
1994-11-03function 'lua_addfile' returns an error messageRoberto Ierusalimschy2-14/+8
1994-11-03prototype for function 'yylex'Roberto Ierusalimschy1-38/+3
1994-11-02new way to call functions, plus several small changes. This isRoberto Ierusalimschy4-781/+777
a temporary version!
1994-11-02tags T_NIL, etc, changed to LUA_T_NIL, etcRoberto Ierusalimschy2-11/+87
some lua_ functions changed form opcode.c to here
1994-11-02tags T_NIL, etc, changed to LUA_T_NIL, etcRoberto Ierusalimschy2-40/+40
1994-11-02frees filename from file stackRoberto Ierusalimschy1-2/+2
1994-11-01CREATEARRAY now has an argument, the size of the array to create.Roberto Ierusalimschy2-14/+18
1994-11-01small correctionsRoberto Ierusalimschy3-18/+6
1994-10-21deletion of 'include mm.h'Roberto Ierusalimschy2-42/+1
1994-10-19implementacao das funcoes 'date', 'time' e 'beep'.Waldemar Celes1-4/+46
troca de nome de 'abort' para 'exit'
1994-10-18deletion of 'include mm.h'Roberto Ierusalimschy3-10/+3
1994-10-18new parameter in function 'tree_create'. Maybe we will return toWaldemar Celes1-7/+21
version 1.1
1994-10-18split to 'ugly.h'.Waldemar Celes1-24/+7