| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
Fixes #65
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to_luastring breaks due to encoding issues
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Remember to decrement in upvaluejoin
- Last arg to getupvalref was an out arg
|
|
|
|
|
| |
This way they have an id when printed via %p. e.g.
`debug.upvalueid(function() print() end, 1)`
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Almost move into order similar to lua's lvm.c
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
e.g. a directory
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|