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