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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-07
new 'table.pack' function
Roberto Ierusalimschy
1
-1
/
+25
2009-12-07
lua_objlen calls __len metamethod on tables (if present)
Roberto Ierusalimschy
1
-6
/
+13
2009-12-01
strings in C scripts may be delimited by quotes + new functionality to
Roberto Ierusalimschy
1
-16
/
+76
2009-12-01
details
Roberto Ierusalimschy
1
-3
/
+7
2009-11-27
continuations may be upvalues too
Roberto Ierusalimschy
1
-4
/
+5
2009-11-27
coroutines may have C bodies
Roberto Ierusalimschy
1
-3
/
+2
2009-11-27
extra api checks for number of returns of C functions and for lua_yield
Roberto Ierusalimschy
3
-6
/
+10
2009-11-27
update of file dependencies (gcc -MM)
Roberto Ierusalimschy
1
-14
/
+15
2009-11-26
'table.maxn' deprecated
Roberto Ierusalimschy
2
-6
/
+16
2009-11-26
no more compatibility code for 'string.gfind'
Roberto Ierusalimschy
2
-15
/
+3
2009-11-26
a few new warnings
Roberto Ierusalimschy
1
-0
/
+7
2009-11-26
detail in 'currentpc' (only needs to work for Lua functions)
Roberto Ierusalimschy
1
-8
/
+4
2009-11-26
comment typos
Roberto Ierusalimschy
10
-22
/
+22
2009-11-25
new scheme for debug info about tail calls: no more 'fake' stack entries,
Roberto Ierusalimschy
9
-79
/
+60
2009-11-24
'notail' -> 'noextrachars' ('notail' may confuse with tail calls)
Roberto Ierusalimschy
1
-5
/
+5
2009-11-24
new mark LUAMOD_API for all luaopen_* functions
Roberto Ierusalimschy
11
-30
/
+32
2009-11-23
'os.exit' should close state only when second argument is true
Roberto Ierusalimschy
1
-2
/
+2
2009-11-23
GC may get stuck during a parser and avoids proper resizing of the
Roberto Ierusalimschy
1
-2
/
+27
2009-11-19
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
Roberto Ierusalimschy
10
-27
/
+31
2009-11-19
'luaV_arith' must be marked 'LUAI_FUNC' (as all non-static functions)
Roberto Ierusalimschy
1
-3
/
+3
2009-11-19
new macro 'isdummy'
Roberto Ierusalimschy
1
-8
/
+10
2009-11-19
small corrections for 'luaall.c'
Roberto Ierusalimschy
1
-4
/
+4
2009-11-19
comments
Roberto Ierusalimschy
1
-4
/
+4
2009-11-19
remove declaration of removed function
Roberto Ierusalimschy
1
-2
/
+1
2009-11-18
'debug.joinupvalue' -> 'debug.upvaluejoin'
Roberto Ierusalimschy
1
-3
/
+3
2009-11-18
(huge) simplification of GC management
Roberto Ierusalimschy
4
-110
/
+50
2009-11-17
ensure that reader function cannot yield during parsing
Roberto Ierusalimschy
1
-1
/
+3
2009-11-17
parser/scanner keep GC running
Roberto Ierusalimschy
3
-13
/
+16
2009-11-17
when doing hard memory tests, perform a full GC at every possible step
Roberto Ierusalimschy
2
-3
/
+9
2009-11-16
'module' returns the new module (to be used with lexical environments)
Roberto Ierusalimschy
1
-2
/
+2
2009-11-16
functions 'getfenv' and 'setfenv' are deprecated
Roberto Ierusalimschy
2
-4
/
+23
2009-11-13
new function 'loadin'
Roberto Ierusalimschy
1
-23
/
+61
2009-11-09
renaming: 'lua_upvaladdr' -> 'lua_upvalueid',
Roberto Ierusalimschy
3
-14
/
+14
2009-11-09
new option 'isrunning' for 'lua_gc' (and 'collectgarbage')
Roberto Ierusalimschy
3
-9
/
+15
2009-11-09
registry and global table may be changed through the API without a
Roberto Ierusalimschy
2
-3
/
+7
2009-11-06
several small changes to simplify changing TValue if needed
Roberto Ierusalimschy
1
-19
/
+17
2009-11-06
macro 'checkvalref' redefined as function (to avoid too long macros)
Roberto Ierusalimschy
1
-3
/
+6
2009-11-06
macro 'gkey' returns a "real" TValue*
Roberto Ierusalimschy
1
-2
/
+2
2009-11-06
new macro 'NILCONSTANT' to initialize nil constants
Roberto Ierusalimschy
2
-6
/
+6
2009-11-06
avoid using 'ttype' when there is an explicit test + macro 'checkdeadkey'
Roberto Ierusalimschy
1
-5
/
+7
2009-11-06
avoid using 'ttype' when there is an explicit test
Roberto Ierusalimschy
1
-4
/
+3
2009-11-06
better to enclose macros in 'if' bodies with brackets
Roberto Ierusalimschy
1
-2
/
+3
2009-11-05
better control over accesses to TValue fields
Roberto Ierusalimschy
4
-37
/
+40
2009-11-05
api functions to manipulate upvalues do not need to check their
Roberto Ierusalimschy
3
-35
/
+24
2009-11-05
new functions to identify and join upvalues
Roberto Ierusalimschy
3
-3
/
+84
2009-10-28
comment explaining OP_VARARG was wrong (and corresponding code was not
Roberto Ierusalimschy
2
-5
/
+5
2009-10-23
no more one environment per thread: all threads share a single global
Roberto Ierusalimschy
7
-47
/
+27
2009-10-23
'ipairs' goes until length of array instead of stopping at the first nil
Roberto Ierusalimschy
1
-2
/
+2
2009-10-23
new hash for doubles based on frexp, to avoid low-level tricks
Roberto Ierusalimschy
2
-12
/
+37
2009-10-14
better documentation for constructor syntax
Roberto Ierusalimschy
1
-26
/
+34
[prev]
[next]