| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
lua_tonumber should return 0 if argument is not convertible to a number.
But luaL_checknumber uses lua_tonumberx and tests isnum.
-> lua_tonumberx return false if argument is not convertible to a
number.
|
|\
| |
| |
| | |
test-suite
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- Don't have postincrement in a previous expression
- Fix a couple of places the assert was missing
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
This way their type can be checked via `instanceof`
|
| |
|
| |
|
|
|
|
| |
In future this could be configurable
|
| |
|
|
|
|
| |
Not L.stack.length which is more equivalent to C's L->stacksize
|
|
|
|
| |
luaD_reallocstack
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- lua_load no longer takes a null reader function
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This also reverts commit b1a8a4b0435199982d26de4a183600c155619a5a.
|
| |
|
| |
|