Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | calls to "lua_reportbug" changed to "lua_error", since | Roberto Ierusalimschy | 1995-05-02 | 1 | -13/+6 | |
| | | | | "lua_reportbug" is only an internal function to build debug information | |||||
* | function "type" now returns a second result: the tag of the type, | Roberto Ierusalimschy | 1995-03-17 | 1 | -2/+5 | |
| | | | | so lua can discriminate different kinds of user data. | |||||
* | error message buffer got a bigger size | Waldemar Celes | 1995-03-17 | 1 | -3/+3 | |
| | ||||||
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -11/+11 | |
| | ||||||
* | new constant LUA_NOOBJECT | Roberto Ierusalimschy | 1994-12-16 | 1 | -3/+3 | |
| | ||||||
* | new API function 'lua_pushliteral' | Roberto Ierusalimschy | 1994-12-13 | 1 | -8/+8 | |
| | ||||||
* | garbage collection tag for strings organized in struct TaggedString | Roberto Ierusalimschy | 1994-11-23 | 1 | -2/+2 | |
| | ||||||
* | debug shows lines where functions were called | Roberto Ierusalimschy | 1994-11-21 | 1 | -28/+42 | |
| | ||||||
* | unification of symbol tree and constant tree | Roberto Ierusalimschy | 1994-11-14 | 1 | -3/+3 | |
| | ||||||
* | lua_debugline is kept in the stack 'funcstack' when debugging. | Roberto Ierusalimschy | 1994-11-09 | 1 | -5/+11 | |
| | ||||||
* | error function for Lua | Roberto Ierusalimschy | 1994-11-08 | 1 | -1/+9 | |
| | ||||||
* | new API: lua_Object now is an integer | Roberto Ierusalimschy | 1994-11-07 | 1 | -21/+12 | |
| | ||||||
* | more functions from opcode.c | Roberto Ierusalimschy | 1994-11-03 | 1 | -13/+39 | |
| | | | | | | '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, etc | Roberto Ierusalimschy | 1994-11-02 | 1 | -10/+81 | |
| | | | | some lua_ functions changed form opcode.c to here | |||||
* | files end with EOF, instead of 0. | Waldemar Celes | 1994-10-17 | 1 | -5/+3 | |
| | ||||||
* | Correcao do tratamento de erro reportado dentro de uma funcao. | Waldemar Celes | 1994-10-11 | 1 | -6/+7 | |
| | ||||||
* | Alteracao do buffer de funcao de 32 para 64. | Waldemar Celes | 1994-09-05 | 1 | -2/+2 | |
| | ||||||
* | inclui 'lua.h' que contem prototipos das funcoes 'lua_errorfunction' e | Roberto Ierusalimschy | 1994-08-17 | 1 | -1/+2 | |
| | | | | 'lua_error'. | |||||
* | Uso de arvores binarias para armazenar nomes e realocacao dinamica | Waldemar Celes | 1994-07-19 | 1 | -3/+4 | |
| | | | | de tabelas (pilhas, hashtable, globais, codigo, etc.) | |||||
* | eliminacao do tipo e funcoes relacionadas com Unput | Roberto Ierusalimschy | 1993-12-22 | 1 | -19/+1 | |
| | ||||||
* | Provide function to realise the input/output function and debugger | Waldemar Celes | 1993-12-17 | 1 | -4/+11 | |
| | | | | facilities. | |||||
* | oldest known commit | The Lua team | 1993-07-28 | 1 | -0/+188 | |