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
/
lbaselib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
detail ('lua_tolstring' instead of lua_objlen)
Roberto Ierusalimschy
2009-12-15
1
-3
/
+4
*
avoid using deprecated macros lua_[gs]etglobal
Roberto Ierusalimschy
2009-12-11
1
-5
/
+5
*
detail (lua_resume should empty coroutine stack even if they do not
Roberto Ierusalimschy
2009-12-10
1
-1
/
+2
*
coroutines may have C bodies
Roberto Ierusalimschy
2009-11-27
1
-3
/
+2
*
comment typos
Roberto Ierusalimschy
2009-11-26
1
-2
/
+2
*
new scheme for debug info about tail calls: no more 'fake' stack entries,
Roberto Ierusalimschy
2009-11-25
1
-3
/
+1
*
new mark LUAMOD_API for all luaopen_* functions
Roberto Ierusalimschy
2009-11-24
1
-2
/
+2
*
comments
Roberto Ierusalimschy
2009-11-19
1
-4
/
+4
*
functions 'getfenv' and 'setfenv' are deprecated
Roberto Ierusalimschy
2009-11-16
1
-3
/
+14
*
new function 'loadin'
Roberto Ierusalimschy
2009-11-13
1
-23
/
+61
*
new option 'isrunning' for 'lua_gc' (and 'collectgarbage')
Roberto Ierusalimschy
2009-11-09
1
-7
/
+8
*
no more one environment per thread: all threads share a single global
Roberto Ierusalimschy
2009-10-23
1
-10
/
+3
*
'ipairs' goes until length of array instead of stopping at the first nil
Roberto Ierusalimschy
2009-10-23
1
-2
/
+2
*
new function lua_copy
Roberto Ierusalimschy
2009-10-05
1
-3
/
+2
*
'collectgarbage"count"' returns a second argument with the count%1024.
Roberto Ierusalimschy
2009-08-04
1
-2
/
+3
*
calls with LUA_MULTRET may leave no free slots in the stack
Roberto Ierusalimschy
2009-07-15
1
-1
/
+3
*
errors in 'resume' should be all protected
Roberto Ierusalimschy
2009-07-08
1
-5
/
+9
*
first implementation of yieldable 'pcall'
Roberto Ierusalimschy
2009-04-08
1
-3
/
+16
*
'context' added to suspendable calls
Roberto Ierusalimschy
2009-03-23
1
-2
/
+2
*
missing argument to 'assert' raises "assertion failed" error
Roberto Ierusalimschy
2009-03-16
1
-2
/
+1
*
new optional argument to 'load', to control allowed modes (binary or
Roberto Ierusalimschy
2009-03-13
1
-15
/
+41
*
yielding across lua_call (first version)
Roberto Ierusalimschy
2009-03-10
1
-3
/
+8
*
'writestring' changed into a configurable macro
Roberto Ierusalimschy
2009-02-07
1
-17
/
+4
*
avoid using 'fputs' in 'print' to avoid problems with embedded zeros
Roberto Ierusalimschy
2009-02-06
1
-6
/
+12
*
do not use compatibility macros in Lua
Roberto Ierusalimschy
2008-07-11
1
-2
/
+2
*
useless #include removed (pointed by lint)
Roberto Ierusalimschy
2008-07-03
1
-2
/
+1
*
'coroutine.running' should work for the main thread too
Roberto Ierusalimschy
2008-02-25
1
-4
/
+4
*
proxies must be created with a __gc field in their metatables to work
Roberto Ierusalimschy
2008-02-19
1
-2
/
+4
*
bug: unpack with maximum indices may crash due to arithmetic overflow
Roberto Ierusalimschy
2008-02-14
1
-4
/
+6
*
bug: auxresume should reserve stack space for boolean result
Roberto Ierusalimschy
2008-02-11
1
-2
/
+2
*
luaL_tostring -> luaL_tolstring (more generic)
Roberto Ierusalimschy
2008-01-03
1
-2
/
+2
*
details
Roberto Ierusalimschy
2007-11-28
1
-10
/
+11
*
detail
Roberto Ierusalimschy
2007-10-25
1
-2
/
+2
*
new metamethods for '__pairs' and '__ipairs'
Roberto Ierusalimschy
2007-10-17
1
-11
/
+19
*
clearing some old compatibility code
Roberto Ierusalimschy
2007-06-21
1
-2
/
+2
*
BUG: setfenv accepts invalid argument
Roberto Ierusalimschy
2007-02-09
1
-5
/
+5
*
new function luaL_tostring
Roberto Ierusalimschy
2007-02-07
1
-20
/
+2
*
xpcall now may get arguments to function to be called
Roberto Ierusalimschy
2006-10-24
1
-5
/
+8
*
detail
Roberto Ierusalimschy
2006-10-20
1
-3
/
+3
*
new constant LUA_OK
Roberto Ierusalimschy
2006-10-10
1
-8
/
+8
*
'coroutine.running' should return nil (instead of nothing) for main thread
Roberto Ierusalimschy
2006-09-11
1
-4
/
+3
*
new macro LUA_RELEASE
Roberto Ierusalimschy
2006-06-02
1
-2
/
+2
*
new version number
Roberto Ierusalimschy
2006-05-31
1
-2
/
+2
*
detail
Roberto Ierusalimschy
2006-01-18
1
-2
/
+2
*
small optimizations (lua_newtable -> lua_createtable)
Roberto Ierusalimschy
2005-12-29
1
-2
/
+2
*
collectgarbage"count" returns kilobytes (where K = 1024)
Roberto Ierusalimschy
2005-12-27
1
-2
/
+2
*
new macro luaL_opt to avoid evaluating defaults when no needed
Roberto Ierusalimschy
2005-10-21
1
-6
/
+4
*
more precision for gc count
Roberto Ierusalimschy
2005-10-20
1
-4
/
+18
*
registry._LOADED created "on demand" and baselib created as module _G
Roberto Ierusalimschy
2005-10-03
1
-9
/
+6
*
'select' accepts negative indices
Roberto Ierusalimschy
2005-09-16
1
-3
/
+4
[prev]
[next]