Roberto Ierusalimschy
|
46c3587a6f
Clearer distinction between types and tags
|
5 年 前 |
Roberto Ierusalimschy
|
5ff408d218
Changed internal representation of booleans
|
5 年 前 |
Roberto Ierusalimschy
|
e3c83835e7
Fixed bug in 'aux_rawset'
|
5 年 前 |
Roberto Ierusalimschy
|
c646e57fd6
Joined common code in 'lua_rawset' and 'lua_rawsetp'
|
5 年 前 |
Roberto Ierusalimschy
|
3747487320
Small correction in assertion
|
5 年 前 |
Roberto Ierusalimschy
|
508a705c1c
Removed some wrong comments
|
5 年 前 |
Roberto Ierusalimschy
|
72a094bda7
Undo change in the handling of 'L->top' (commit b80077b8f3)
|
6 年 前 |
Roberto Ierusalimschy
|
b80077b8f3
Change in the handling of 'L->top' when calling metamethods
|
6 年 前 |
Roberto Ierusalimschy
|
9c28ed05c9
Calls 'luaF_close' in 'lua_settop' only when needed
|
6 年 前 |
Roberto Ierusalimschy
|
298f383ffc
Avoid setting the stack top below upvalues to be closed
|
6 年 前 |
Roberto Ierusalimschy
|
d12262068d
Small optimizations in range checks
|
6 年 前 |
Roberto Ierusalimschy
|
b56d4e570a
Changes in the warning system
|
6 年 前 |
Roberto Ierusalimschy
|
cf71a5ddc7
Details
|
6 年 前 |
Roberto Ierusalimschy
|
2c32bff609
After a "bad collections", avoid switching back back to generational
|
6 年 前 |
Roberto Ierusalimschy
|
c6f7181e91
No more LUA_ERRGCMM errors
|
6 年 前 |
Roberto Ierusalimschy
|
437a5b07d4
Added a warning system to Lua
|
6 年 前 |
Roberto Ierusalimschy
|
ba7da13ec5
Changes in the control of C-stack overflow
|
6 年 前 |
Roberto Ierusalimschy
|
6d04537ea6
A to-be-closed variable must have a closable value (or be nil)
|
6 年 前 |
Roberto Ierusalimschy
|
7696c6474f
Auxiliary buffer cannot close box with 'lua_remove'
|
6 年 前 |
Roberto Ierusalimschy
|
5fda30b4f9
'lua_toclose' gets the index to be closed as an argument
|
6 年 前 |
Roberto Ierusalimschy
|
b8fed93215
New syntax for to-be-closed variables
|
6 年 前 |
Roberto Ierusalimschy
|
34840301b5
To-be-closed variables in the C API
|
6 年 前 |
Roberto Ierusalimschy
|
9cbf17b0f1
Details (comments)
|
6 年 前 |
Roberto Ierusalimschy
|
f99509581e
Removed extra information from RCS keyword strings
|
7 年 前 |
Roberto Ierusalimschy
|
af70905246
no need to check whether libraries and host use the same kernel;
|
7 年 前 |
Roberto Ierusalimschy
|
b95e466218
new field 'nilvalue' in struct 'global_State' to avoid the use of
|
7 年 前 |
Roberto Ierusalimschy
|
d406d3d05f
removed unused macros 'isstackindex'/'api_checkstackindex' +
|
7 年 前 |
Roberto Ierusalimschy
|
505fc91222
no more 'luaO_nilobject' to avoid comparison of global variable addresses
|
7 年 前 |
Roberto Ierusalimschy
|
03c6a05ec8
no more nil-in-table
|
7 年 前 |
Roberto Ierusalimschy
|
fbea553ca2
'lua_setiuservalue' removes value from the stack even in case of error
|
7 年 前 |