index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lapi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
details
Roberto Ierusalimschy
2005-04-05
1
-4
/
+4
*
removed dirt optimizations that gave small gains
Roberto Ierusalimschy
2005-04-04
1
-5
/
+5
*
better name for GC pause
Roberto Ierusalimschy
2005-03-22
1
-4
/
+4
*
lua_gc(STEP) returns whether collection cycle finished
Roberto Ierusalimschy
2005-03-21
1
-1
/
+3
*
small bug: a GC step was not proportional to its "size"
Roberto Ierusalimschy
2005-03-18
1
-2
/
+3
*
small errors in previous `ci' of luaconf.h.
Roberto Ierusalimschy
2005-03-18
1
-2
/
+2
*
new "primitive" getn
Roberto Ierusalimschy
2005-03-16
1
-11
/
+13
*
`luac´ -> `luai' (to avoid confusion with other luac stuff)
Roberto Ierusalimschy
2005-03-09
1
-2
/
+2
*
`luaconf.h´ exports all its definitions always (so all of them
Roberto Ierusalimschy
2005-03-08
1
-2
/
+2
*
fewer #include's in luaconf.h
Roberto Ierusalimschy
2005-03-08
1
-1
/
+2
*
details
Roberto Ierusalimschy
2005-02-23
1
-5
/
+5
*
C functions and userdata also have environments
Roberto Ierusalimschy
2005-02-18
1
-13
/
+53
*
no more generational collector (and no more `noinc' mode)
Roberto Ierusalimschy
2005-01-14
1
-4
/
+4
*
details
Roberto Ierusalimschy
2005-01-07
1
-7
/
+2
*
cleaner interface to `ltable'
Roberto Ierusalimschy
2005-01-04
1
-2
/
+2
*
a different option for the GC
Roberto Ierusalimschy
2004-12-13
1
-4
/
+4
*
more options for controling the GC
Roberto Ierusalimschy
2004-12-06
1
-1
/
+11
*
static names do not need `luaX_' prefix
Roberto Ierusalimschy
2004-12-03
1
-41
/
+41
*
better support for 64-bit machines
Roberto Ierusalimschy
2004-11-24
1
-2
/
+2
*
cleaner API for coroutines
Roberto Ierusalimschy
2004-09-15
1
-2
/
+17
*
better control for GC cycles
Roberto Ierusalimschy
2004-08-30
1
-5
/
+5
*
bug: lua_getupvalue and setupvalue do not check for index too small.
Roberto Ierusalimschy
2004-08-17
1
-3
/
+3
*
small bug: lua_gc(count) was falling through to next option
Roberto Ierusalimschy
2004-08-12
1
-1
/
+2
*
less conservative write barrier for tables
Roberto Ierusalimschy
2004-08-10
1
-3
/
+3
*
bug: `lua_setfenv' needs a write barrier
Roberto Ierusalimschy
2004-07-09
1
-4
/
+5
*
"step" option in lua_gc also need to lock Lua.
Roberto Ierusalimschy
2004-06-30
1
-10
/
+13
*
(no commit message)
Roberto Ierusalimschy
2004-06-08
1
-1
/
+8
*
option for garbage-collector `step'
Roberto Ierusalimschy
2004-06-04
1
-1
/
+10
*
`lua_strlen' upgraded to `lua_objsize' (which also works with userdata)
Roberto Ierusalimschy
2004-05-31
1
-2
/
+4
*
small steps towards yields in iterators and tag methods
Roberto Ierusalimschy
2004-05-14
1
-5
/
+5
*
avoid name clashes among different files
Roberto Ierusalimschy
2004-05-11
1
-4
/
+4
*
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
[next]