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
/
lapi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-11
/
+3
*
ensures own top is corrected after calling function with multiple results
Roberto Ierusalimschy
2004-04-05
1
-2
/
+9
*
write barrier for C upvalues
Roberto Ierusalimschy
2004-03-23
1
-6
/
+7
*
new (temporary?) API for garbage collector
Roberto Ierusalimschy
2004-03-09
1
-30
/
+25
*
added include to stdarg.h (as it uses vararg facilities)
Roberto Ierusalimschy
2004-02-20
1
-1
/
+2
*
avoid calling `memcmp' with a NULL argument
Roberto Ierusalimschy
2004-01-15
1
-2
/
+2
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-55
/
+56
*
First version of incremental GC
Roberto Ierusalimschy
2003-12-09
1
-12
/
+19
*
default metatable can be NULL
Roberto Ierusalimschy
2003-12-01
1
-7
/
+12
*
it's ok to dump functions with upvalues
Roberto Ierusalimschy
2003-10-20
1
-2
/
+2
*
new function `lua_getallocf' to retrieve allocation function and data
Roberto Ierusalimschy
2003-10-20
1
-1
/
+9
*
new function `lua_createtable'
Roberto Ierusalimschy
2003-10-10
1
-3
/
+3
*
new functions `lua_getfield' and `lua_setfield'
Roberto Ierusalimschy
2003-10-10
1
-1
/
+28
*
new functions `lua_tointeger' and lua_pushinteger'
Roberto Ierusalimschy
2003-10-07
1
-1
/
+28
*
parser fully reentrant(!)
Roberto Ierusalimschy
2003-08-27
1
-4
/
+2
*
ZIO passes Lua state to chunk reader
Roberto Ierusalimschy
2003-08-25
1
-2
/
+2
*
zio does not keep "source" name (nobody uses it)
Roberto Ierusalimschy
2003-08-25
1
-3
/
+3
*
no more checks for non-default compilation options + luaU_dump has
Roberto Ierusalimschy
2003-08-15
1
-5
/
+3
*
Move nothing when there is nothing to move
Roberto Ierusalimschy
2003-07-07
1
-1
/
+2
*
no more compatibility code
Roberto Ierusalimschy
2003-05-14
1
-18
/
+1
*
simpler implementation for valid/acceptable indices
Roberto Ierusalimschy
2003-05-09
1
-93
/
+81
*
inlining of `luaV_gettable' were too complex (dirty)
Roberto Ierusalimschy
2003-05-05
1
-2
/
+2
*
simpler way to check maximum gc threshold
Roberto Ierusalimschy
2003-04-28
1
-7
/
+7
*
lua_getmetatable must accept any acceptable index
Roberto Ierusalimschy
2003-04-07
1
-13
/
+14
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-3
/
+3
*
out-of-bound upvalues (in C) are acceptable indices
Roberto Ierusalimschy
2003-03-14
1
-5
/
+10
*
avoid the identifier `index' (clashes with BSD `index' function)
Roberto Ierusalimschy
2003-02-27
1
-79
/
+79
*
`set/getenvtable' -> `set/getfenv'
Roberto Ierusalimschy
2003-02-24
1
-3
/
+3
*
details
Roberto Ierusalimschy
2003-02-20
1
-4
/
+4
*
`set/getglobals' -> `set/getenvtable'
Roberto Ierusalimschy
2003-02-18
1
-3
/
+3
*
different variables for number of upvalues and size of upvalue array
Roberto Ierusalimschy
2003-02-11
1
-3
/
+5
*
new functions to manipulate upvales (get/setupvalue)
Roberto Ierusalimschy
2002-12-19
1
-1
/
+47
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
new function `lua_cpcall'
Roberto Ierusalimschy
2002-12-04
1
-2
/
+56
*
new function `lua_version'
Roberto Ierusalimschy
2002-11-25
1
-1
/
+6
*
ULONG_MAX>>10 may not fit into an int
Roberto Ierusalimschy
2002-11-25
1
-3
/
+4
*
keep L->ci->base in L->base for faster access
Roberto Ierusalimschy
2002-11-21
1
-17
/
+17
*
must check GC every time it can create new objects
Roberto Ierusalimschy
2002-11-21
1
-2
/
+10
*
documentation for write barriers
Roberto Ierusalimschy
2002-11-14
1
-7
/
+7
*
back to `__mode' metafield to specify weakness
Roberto Ierusalimschy
2002-11-14
1
-26
/
+1
*
better name for `lua_movethread'
Roberto Ierusalimschy
2002-11-07
1
-2
/
+2
*
new macros to distinguish different types of object moves (for future GC
Roberto Ierusalimschy
2002-11-07
1
-19
/
+17
*
new API for coroutines
Roberto Ierusalimschy
2002-11-06
1
-1
/
+14
*
new facility for dumping chunks
Roberto Ierusalimschy
2002-10-25
1
-1
/
+19
*
threads now are real Lua objects, subject to garbage collection
Roberto Ierusalimschy
2002-10-25
1
-1
/
+19
*
easier to define `api_check' using `assert'
Roberto Ierusalimschy
2002-09-20
1
-7
/
+12
*
new structure for collectable objects, sharing a common header
Roberto Ierusalimschy
2002-08-30
1
-1
/
+7
*
external messages add their own extra information
Roberto Ierusalimschy
2002-08-08
1
-2
/
+2
*
small bugs when stack is reallocated
Roberto Ierusalimschy
2002-08-07
1
-6
/
+6
*
any Lua closure has a table of globals (not only active functions)
Roberto Ierusalimschy
2002-08-06
1
-23
/
+14
[prev]
[next]