index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inout.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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