Roberto Ierusalimschy
|
04e495403b
New function 'lua_printvalue' for internal debugging
|
8 months ago |
Roberto Ierusalimschy
|
002beeebe7
New way to keep hints for table length
|
8 months ago |
Roberto Ierusalimschy
|
50c7c915ee
Debug information about extra arguments from __call
|
8 months ago |
Roberto Ierusalimschy
|
2491b87c10
New rule for size of array part
|
9 months ago |
Roberto Ierusalimschy
|
25a2dac2bc
Always use unsigned int for indexing table-arrays
|
9 months ago |
Roberto Ierusalimschy
|
258355734d
Better support in 'ltests' for tracing the GC
|
9 months ago |
Roberto Ierusalimschy
|
ddfa1fbccf
GC back to controling pace counting bytes
|
10 months ago |
Roberto Ierusalimschy
|
f2206b2abe
'-Wconversion' extended to all options of Lua numbers
|
1 year ago |
Roberto Ierusalimschy
|
0acd55898d
Added gcc option '-Wconversion'
|
1 year ago |
Roberto Ierusalimschy
|
193bf7919e
'printstack' (from ltests.c) made public
|
1 year ago |
Roberto Ierusalimschy
|
c403e456b6
New instruction format for SETLIST/NEWTABLE
|
1 year ago |
Roberto Ierusalimschy
|
9904c253da
Flexible limit for use of registers by constructors
|
1 year ago |
Roberto Ierusalimschy
|
b529aefc53
Bug: luaL_traceback may need more than 5 stack slots
|
1 year ago |
Roberto Ierusalimschy
|
94b503d95e
Encoding of table indices (hres) must use C indices
|
1 year ago |
Roberto Ierusalimschy
|
9fa63a6268
Some 'unsigned int' changed to 'unsigned'
|
1 year ago |
Roberto Ierusalimschy
|
0593256707
'luaH_get' functions return tag of the result
|
1 year ago |
Roberto Ierusalimschy
|
165389b27b
New interface to function 'luaL_openselectedlibs'
|
1 year ago |
Roberto Ierusalimschy
|
108e0bdc84
Merge branch 'master' into nextversion
|
1 year ago |
Roberto Ierusalimschy
|
17e0c29d9b
Clear interface between references and predefines
|
1 year ago |
Roberto Ierusalimschy
|
8eb0abc9db
Removed uses of LUA_NUMTAGS
|
1 year ago |
Roberto Ierusalimschy
|
e2cc179454
New option "setparms" for 'collectgarbage'
|
1 year ago |
Roberto Ierusalimschy
|
ad0ea7813b
GC parameters encoded as floating-point bytes
|
1 year ago |
Roberto Ierusalimschy
|
666e95a66d
Option 0 for step multiplier makes GC non-incremental
|
1 year ago |
Roberto Ierusalimschy
|
789e7acdea
Major collections done incrementally
|
1 year ago |
Roberto Ierusalimschy
|
63d68bd657
Comments detailing the ages for generational GC
|
1 year ago |
Roberto Ierusalimschy
|
842a83f09c
Panic functions should not raise errors
|
1 year ago |
Roberto Ierusalimschy
|
25cd3d377e
Buffer in 'luai_makeseed' measured in bytes
|
1 year ago |
Roberto Ierusalimschy
|
024f9064f1
External strings
|
1 year ago |
Roberto Ierusalimschy
|
37c215b43f
Merge branch 'newarray' into nextversion
|
1 year ago |
Roberto Ierusalimschy
|
43c8e5bded
Full abstraction for representation of array values
|
1 year ago |