Roberto Ierusalimschy
|
b56d4e570a
Changes in the warning system
|
6 years ago |
Roberto Ierusalimschy
|
9eca305e75
'math.randomseed()' sets a somewhat random seed
|
6 years ago |
Roberto Ierusalimschy
|
c5feac2b5e
Strings inside Lua are not fully aligned
|
6 years ago |
Roberto Ierusalimschy
|
dfebe439db
New conversion specifier '%p' for 'string.format'
|
6 years ago |
Roberto Ierusalimschy
|
cf71a5ddc7
Details
|
6 years ago |
Roberto Ierusalimschy
|
2c32bff609
After a "bad collections", avoid switching back back to generational
|
6 years ago |
Roberto Ierusalimschy
|
264659bd53
Optional 'init' argument to 'string.gmatch'
|
6 years ago |
Roberto Ierusalimschy
|
4ace93ca65
No more to-be-closed functions
|
6 years ago |
Roberto Ierusalimschy
|
c6f7181e91
No more LUA_ERRGCMM errors
|
6 years ago |
Roberto Ierusalimschy
|
437a5b07d4
Added a warning system to Lua
|
6 years ago |
Roberto Ierusalimschy
|
ba7da13ec5
Changes in the control of C-stack overflow
|
6 years ago |
Roberto Ierusalimschy
|
da37ac9c78
Detail
|
6 years ago |
Roberto Ierusalimschy
|
662506476b
'all' script automatically 'make's everything
|
6 years ago |
Roberto Ierusalimschy
|
5d7dec5520
Added directory 'testes/libs/P1' to the repository
|
6 years ago |
Roberto Ierusalimschy
|
af6d9f3116
Details
|
6 years ago |
Roberto Ierusalimschy
|
2258f3133b
Added file 'testes/heavy.lua'
|
6 years ago |
Roberto Ierusalimschy
|
57f5b81da9
Bug: Long brackets with a huge number of '=' causes overflow
|
6 years ago |
Roberto Ierusalimschy
|
fdc25a1ebf
New functions 'lua_resetthread' and 'coroutine.kill'
|
6 years ago |
Roberto Ierusalimschy
|
3b06f983ae
Details
|
6 years ago |
Roberto Ierusalimschy
|
51316f9df7
'math.rand()' uses higher bits to produce float value
|
6 years ago |
Roberto Ierusalimschy
|
46beca5bed
Better error messages for some polymorphic functions
|
6 years ago |
Roberto Ierusalimschy
|
28d829c867
Calls cannot be tail in the scope of a to-be-closed variable
|
6 years ago |
Roberto Ierusalimschy
|
6d04537ea6
A to-be-closed variable must have a closable value (or be nil)
|
6 years ago |
Roberto Ierusalimschy
|
7696c6474f
Auxiliary buffer cannot close box with 'lua_remove'
|
6 years ago |
Roberto Ierusalimschy
|
7e63d3da02
Some bugs with stack reallocation by 'luaF_close'
|
6 years ago |
Roberto Ierusalimschy
|
84e32ad2eb
Added opcodes for arithmetic with K operands
|
6 years ago |
Roberto Ierusalimschy
|
35296e1fde
Details
|
6 years ago |
Roberto Ierusalimschy
|
bb0185b196
Documentation for to-be-closed variables
|
6 years ago |
Roberto Ierusalimschy
|
d40cd315f5
Visibility of non-API functions changed to "internal"
|
6 years ago |
Roberto Ierusalimschy
|
8cb84210ab
String buffer using to-be-closed variable
|
6 years ago |