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
/
fallback.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
better control when growing arrays.
Roberto Ierusalimschy
1996-03-21
1
-3
/
+2
*
functions "lua_is..." consider coercions.
Roberto Ierusalimschy
1996-03-19
1
-2
/
+2
*
small corrections.
Roberto Ierusalimschy
1996-03-04
1
-6
/
+6
*
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
Roberto Ierusalimschy
1996-02-22
1
-11
/
+3
*
lock mechanism more robust; nil is pseudo-locked under index -1.
Roberto Ierusalimschy
1996-02-08
1
-4
/
+9
*
new fallback "getglobal".
Roberto Ierusalimschy
1996-01-30
1
-2
/
+4
*
function "setfallback" now gives an error if called with wrong parameters.
Roberto Ierusalimschy
1995-10-17
1
-6
/
+3
*
'luaI_travfallbacks' now can look for a fallback.
Roberto Ierusalimschy
1995-10-17
1
-4
/
+6
*
fallback table now has number of parameters and results of each
Roberto Ierusalimschy
1995-10-09
1
-10
/
+11
*
Garbage collection of functions + header structure for functions
Roberto Ierusalimschy
1995-10-04
1
-1
/
+8
*
small corrections to avoid warnings.
Roberto Ierusalimschy
1995-10-02
1
-10
/
+10
*
calls to "lua_reportbug" changed to "lua_error", since
Roberto Ierusalimschy
1995-05-02
1
-7
/
+6
*
header "string.h" was missing (gcc does not warn that)
Roberto Ierusalimschy
1995-02-06
1
-1
/
+2
*
better control of integer types and their limits
Roberto Ierusalimschy
1994-12-20
1
-5
/
+5
*
fallback for "call expression not a function" errors
Roberto Ierusalimschy
1994-11-21
1
-2
/
+9
*
fallback to unary minus is 'arith' with operation code 'unm'
Roberto Ierusalimschy
1994-11-21
1
-2
/
+1
*
lua_lock receives its parameter via stack
Roberto Ierusalimschy
1994-11-18
1
-5
/
+5
*
new module for memory allocation
Roberto Ierusalimschy
1994-11-16
1
-9
/
+4
*
fallback for garbage collection
Roberto Ierusalimschy
1994-11-10
1
-15
/
+27
*
fallback list moved from opcode.c to fallback.c
Roberto Ierusalimschy
1994-11-10
1
-1
/
+41
*
calls lua_reportbug instead of lua_error, in default fallbacks
Roberto Ierusalimschy
1994-11-09
1
-5
/
+6
*
lock mechanism
Roberto Ierusalimschy
1994-11-08
1
-1
/
+66
*
module to implement default fallbacks and lock mechanisms
Roberto Ierusalimschy
1994-11-07
1
-0
/
+51