Roberto Ierusalimschy
|
2b8b53864c
Improvements in 'luaL_traceback'
|
6 years ago |
Roberto Ierusalimschy
|
0b63d79b36
Details
|
6 years ago |
Roberto Ierusalimschy
|
c65605151c
New function 'luaL_addgsub'
|
6 years ago |
Roberto Ierusalimschy
|
b56d4e570a
Changes in the warning system
|
6 years ago |
Roberto Ierusalimschy
|
437a5b07d4
Added a warning system to Lua
|
6 years ago |
Roberto Ierusalimschy
|
46beca5bed
Better error messages for some polymorphic functions
|
6 years ago |
Roberto Ierusalimschy
|
7696c6474f
Auxiliary buffer cannot close box with 'lua_remove'
|
6 years ago |
Roberto Ierusalimschy
|
8cb84210ab
String buffer using to-be-closed variable
|
6 years ago |
Roberto Ierusalimschy
|
9eafe9c053
New implementation for 'luaL_addvalue'
|
6 years ago |
Roberto Ierusalimschy
|
2fc6b55dae
Removed resource-related "emergency collections"
|
6 years ago |
Roberto Ierusalimschy
|
3d838f635c
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
|
7 years ago |
Roberto Ierusalimschy
|
af70905246
no need to check whether libraries and host use the same kernel;
|
7 years ago |
Roberto Ierusalimschy
|
34b00c16e2
removed compatibility code with older versions
|
7 years ago |
Roberto Ierusalimschy
|
c67603fafb
using new 'lua_newuserdatauv' instead of 'lua_newuserdata'
|
7 years ago |
Roberto Ierusalimschy
|
90569630d6
detail
|
7 years ago |
Roberto Ierusalimschy
|
5a1c8d8ef3
new constant 'LUA_GNAME' for the name of the global table "_G"
|
8 years ago |
Roberto Ierusalimschy
|
2caecf1b3e
type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added
|
8 years ago |
Roberto Ierusalimschy
|
9903dd52a3
Using LUAI_UAC* types more consistently on vararg calls
|
8 years ago |
Roberto Ierusalimschy
|
b2aa2ba046
using constants for "_LOADED" and "PRELOAD"
|
8 years ago |
Roberto Ierusalimschy
|
beec5af201
'luaL_tolstring' uses metatable's "__name" when available
|
8 years ago |
Roberto Ierusalimschy
|
62f6652d53
no more extra space in 'luaL_checkstack'. (It was already useless
|
9 years ago |
Roberto Ierusalimschy
|
bda090b961
comments + small code changes around stack usage when 'luaL_checkstack'
|
9 years ago |
Roberto Ierusalimschy
|
d103312661
details (typos in comments)
|
9 years ago |
Roberto Ierusalimschy
|
8949904783
allow NULL string when length is zero in 'lua_pushlstring' and
|
9 years ago |
Roberto Ierusalimschy
|
e290bd6760
in 'luaL_traceback', print correct number of levels even when
|
9 years ago |
Roberto Ierusalimschy
|
e7f34ad395
better implementation for buffers (reallocated memory directly
|
10 years ago |
Roberto Ierusalimschy
|
90d016980f
detail ('luaL_getmetatable' does not return a boolean, but a tag)
|
10 years ago |
Roberto Ierusalimschy
|
151dc5cc5f
traverse loaded modules (instead of globals) for a name for a function +
|
10 years ago |
Roberto Ierusalimschy
|
c8da3fbc35
in traceback names, give preference to 'name' over '_G.name'
|
10 years ago |
Roberto Ierusalimschy
|
6f54b07663
give preference to global names in tracebacks
|
10 years ago |