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
/
bugs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-17
allocator function receives the tag of object being allocated in 'osize'
Roberto Ierusalimschy
8
-52
/
+59
2009-12-17
yet more options moved from luaconf.h into internal files
Roberto Ierusalimschy
3
-44
/
+48
2009-12-17
macro name change: LUA_INIT->LUA_INIT_VAR
Roberto Ierusalimschy
1
-5
/
+5
2009-12-17
macro name change: LUA_PATH->LUA_PATH_VAR, LUA_CPATH->LUA_CPATH_VAR,
Roberto Ierusalimschy
1
-22
/
+22
2009-12-17
more options moved from luaconf.h into internal files
Roberto Ierusalimschy
3
-36
/
+53
2009-12-17
removed export of function only for coco
Roberto Ierusalimschy
2
-9
/
+6
2009-12-17
several configuration options that do not change often moved out of
Roberto Ierusalimschy
10
-267
/
+215
2009-12-16
allocator function receives the tag of object being allocated in 'osize'
Roberto Ierusalimschy
2
-5
/
+5
2009-12-15
base-level C use global table as its environment
Roberto Ierusalimschy
1
-13
/
+12
2009-12-15
detail ('lua_tolstring' instead of lua_objlen)
Roberto Ierusalimschy
1
-3
/
+4
2009-12-14
cleaner way to add extra space in a lua state.
Roberto Ierusalimschy
3
-19
/
+29
2009-12-11
better to keep GC state numbers sequential, to optimize switch in
Roberto Ierusalimschy
3
-18
/
+18
2009-12-11
new function 'luaC_runtilstate' to advance GC until a "valid" state
Roberto Ierusalimschy
4
-21
/
+35
2009-12-11
avoid using deprecated macros lua_[gs]etglobal
Roberto Ierusalimschy
4
-13
/
+14
2009-12-11
macro 'ngcotouv' is the same as 'gco2uv', so it was removed
Roberto Ierusalimschy
2
-5
/
+4
2009-12-10
detail (comment)
Roberto Ierusalimschy
1
-3
/
+4
2009-12-10
several new features in testC to allow better testing of lua_resume
Roberto Ierusalimschy
1
-27
/
+62
2009-12-10
reordering of some functions + cleaner way to code lua_resume/resume +
Roberto Ierusalimschy
1
-55
/
+55
2009-12-10
detail (lua_resume should empty coroutine stack even if they do not
Roberto Ierusalimschy
1
-1
/
+2
2009-12-08
error messages from 'lua_resume' must be generated in protected mode,
Roberto Ierusalimschy
1
-36
/
+43
2009-12-08
lua_checkstack does not raise memory errors (instead it signals them)
Roberto Ierusalimschy
1
-5
/
+17
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
[next]