summaryrefslogtreecommitdiff
path: root/inout.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-201-11/+11
|
* new constant LUA_NOOBJECTRoberto Ierusalimschy1994-12-161-3/+3
|
* new API function 'lua_pushliteral'Roberto Ierusalimschy1994-12-131-8/+8
|
* garbage collection tag for strings organized in struct TaggedStringRoberto Ierusalimschy1994-11-231-2/+2
|
* debug shows lines where functions were calledRoberto Ierusalimschy1994-11-211-28/+42
|
* unification of symbol tree and constant treeRoberto Ierusalimschy1994-11-141-3/+3
|
* lua_debugline is kept in the stack 'funcstack' when debugging.Roberto Ierusalimschy1994-11-091-5/+11
|
* error function for LuaRoberto Ierusalimschy1994-11-081-1/+9
|
* new API: lua_Object now is an integerRoberto Ierusalimschy1994-11-071-21/+12
|
* more functions from opcode.cRoberto Ierusalimschy1994-11-031-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, etcRoberto Ierusalimschy1994-11-021-10/+81
| | | | some lua_ functions changed form opcode.c to here
* files end with EOF, instead of 0.Waldemar Celes1994-10-171-5/+3
|
* Correcao do tratamento de erro reportado dentro de uma funcao.Waldemar Celes1994-10-111-6/+7
|
* Alteracao do buffer de funcao de 32 para 64.Waldemar Celes1994-09-051-2/+2
|
* inclui 'lua.h' que contem prototipos das funcoes 'lua_errorfunction' eRoberto Ierusalimschy1994-08-171-1/+2
| | | | 'lua_error'.
* Uso de arvores binarias para armazenar nomes e realocacao dinamicaWaldemar Celes1994-07-191-3/+4
| | | | de tabelas (pilhas, hashtable, globais, codigo, etc.)
* eliminacao do tipo e funcoes relacionadas com UnputRoberto Ierusalimschy1993-12-221-19/+1
|
* Provide function to realise the input/output function and debuggerWaldemar Celes1993-12-171-4/+11
| | | | facilities.
* oldest known commitThe Lua team1993-07-281-0/+188