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
/
opcode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lua_lock receives its parameter via stack.
Roberto Ierusalimschy
1994-11-18
1
-7
/
+27
*
userdata can have different tags
Roberto Ierusalimschy
1994-11-17
1
-4
/
+5
*
pow operation is defined in mathlib.c
Roberto Ierusalimschy
1994-11-17
1
-22
/
+12
*
new API functions startblock and endblock
Roberto Ierusalimschy
1994-11-17
1
-1
/
+18
*
changes in garbage collection control
Roberto Ierusalimschy
1994-11-17
1
-4
/
+5
*
new module for memory allocation
Roberto Ierusalimschy
1994-11-16
1
-29
/
+18
*
correction of function 'nextvar'
Roberto Ierusalimschy
1994-11-16
1
-41
/
+17
*
new API function to create tables
Roberto Ierusalimschy
1994-11-13
1
-1
/
+13
*
small corrections to avoid 'warings' with acc.
Roberto Ierusalimschy
1994-11-11
1
-12
/
+14
*
fallback for garbage collection
Roberto Ierusalimschy
1994-11-10
1
-1
/
+8
*
fallback list moved from opcode.c to fallback.c
Roberto Ierusalimschy
1994-11-10
1
-63
/
+11
*
execution of 'mains' separated from calls
Roberto Ierusalimschy
1994-11-09
1
-15
/
+41
*
lock mechanism
Roberto Ierusalimschy
1994-11-08
1
-2
/
+12
*
new API
Roberto Ierusalimschy
1994-11-07
1
-17
/
+68
*
new API: lua_Object now is an integer
Roberto Ierusalimschy
1994-11-07
1
-81
/
+64
*
first implementation of 'fallbacks'
Roberto Ierusalimschy
1994-11-07
1
-115
/
+202
*
creation of function do_protectedrun, that executes lua code enclosed
Roberto Ierusalimschy
1994-11-04
1
-220
/
+96
*
new way to call functions, plus several small changes. This is
Roberto Ierusalimschy
1994-11-02
1
-665
/
+633
*
CREATEARRAY now has an argument, the size of the array to create.
Roberto Ierusalimschy
1994-11-01
1
-9
/
+7
*
small corrections
Roberto Ierusalimschy
1994-11-01
1
-6
/
+4
*
new operations POWOP (power) and PUSHMARKMET (for marking method calls).
Waldemar Celes
1994-10-17
1
-4
/
+22
*
Correcao do tratamento de erro reportado dentro de uma funcao.
Waldemar Celes
1994-10-11
1
-4
/
+5
*
retirar especificador de formato %n da funcao ToReal e
Waldemar Celes
1994-09-27
1
-5
/
+4
*
sai strtod, entra sscanf. permite conversao de numeros com espacos em volta.
Waldemar Celes
1994-09-20
1
-15
/
+18
*
default size for arrays is no more 101, as arrays now can grow.
Waldemar Celes
1994-09-08
1
-3
/
+3
*
novas funcoes 'gettable' e 'pushtable', nova implementacao do hash e
Waldemar Celes
1994-08-17
1
-23
/
+71
*
Implementacao da definicao e chamada de METODOS.
Waldemar Celes
1994-08-05
1
-4
/
+13
*
Implementacao de funcoes para tratar Lua function em C e
Waldemar Celes
1994-08-03
1
-2
/
+26
*
Uso de arvores binarias para armazenar nomes e realocacao dinamica
Waldemar Celes
1994-07-19
1
-58
/
+73
*
Implementacao da nova estrategia para armazenar os arrays
Waldemar Celes
1994-04-20
1
-5
/
+5
*
Alteracao para retirar codificacao de NOP's, substituindo
Waldemar Celes
1994-04-13
1
-35
/
+63
*
Acrescentar o include do gerenciador de memoria "mm".
Waldemar Celes
1994-03-28
1
-1
/
+3
*
otimizacao do codigo para construtores.
Roberto Ierusalimschy
1994-02-13
1
-32
/
+53
*
LUA intermediate code interpreter
Waldemar Celes
1993-12-17
1
-2
/
+39
*
oldest known commit
The Lua team
1993-07-28
1
-0
/
+933
[prev]