| Commit message (Expand) | Author | Age | Files | Lines |
* | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1996-03-19 | 1 | -25/+21 |
* | unused "#include" | Roberto Ierusalimschy | 1996-03-19 | 1 | -2/+1 |
* | "openfile" now returns the file | Roberto Ierusalimschy | 1996-03-15 | 1 | -13/+7 |
* | fixed strings (not collectable) don't need to be inserted in the constant table. | Roberto Ierusalimschy | 1996-02-26 | 1 | -3/+3 |
* | useless #include. | Roberto Ierusalimschy | 1996-02-14 | 1 | -2/+1 |
* | new header "lex.h". | Roberto Ierusalimschy | 1996-02-13 | 1 | -3/+2 |
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -3/+3 |
* | "lua_debug" now is exported through debug interface (luadebug.h) | Roberto Ierusalimschy | 1996-02-07 | 1 | -2/+1 |
* | "dofile" issues an error when called with non string arguments, and | Roberto Ierusalimschy | 1996-01-26 | 1 | -2/+8 |
* | "setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined | Roberto Ierusalimschy | 1996-01-26 | 1 | -9/+30 |
* | new function "tostring". | Roberto Ierusalimschy | 1996-01-22 | 1 | -19/+32 |
* | new method to keep debug line information: current line is stored on the | Roberto Ierusalimschy | 1995-10-25 | 1 | -3/+2 |
* | "dofile" now accepts NULL as parameter, to run stdin. | Roberto Ierusalimschy | 1995-10-23 | 1 | -3/+9 |
* | new style for debug information about functions: no more SETFUNCTION | Roberto Ierusalimschy | 1995-10-17 | 1 | -100/+9 |
* | lua function "type" now returns the string "function" both for lua | Roberto Ierusalimschy | 1995-10-09 | 1 | -4/+2 |
* | Garbage collection of functions + header structure for functions | Roberto Ierusalimschy | 1995-10-04 | 1 | -2/+2 |
* | new lua function "getstack"; new interface to function luaI_reportbug. | Roberto Ierusalimschy | 1995-05-16 | 1 | -4/+22 |
* | calls to "lua_reportbug" changed to "lua_error", since | Roberto Ierusalimschy | 1995-05-02 | 1 | -13/+6 |
* | function "type" now returns a second result: the tag of the type, | Roberto Ierusalimschy | 1995-03-17 | 1 | -2/+5 |
* | 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 |
* | tags T_NIL, etc, changed to LUA_T_NIL, etc | Roberto Ierusalimschy | 1994-11-02 | 1 | -10/+81 |
* | 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 |
* | Uso de arvores binarias para armazenar nomes e realocacao dinamica | Waldemar Celes | 1994-07-19 | 1 | -3/+4 |
* | 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 |
* | oldest known commit | The Lua team | 1993-07-28 | 1 | -0/+188 |