diff options
author | daurnimator <quae@daurnimator.com> | 2017-09-08 18:07:21 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-09-08 18:08:54 +1000 |
commit | 690239bc52cf1f9e22af0b602dcc1fca4dda557a (patch) | |
tree | 3860f1c1ba50632598b9676c2e4e91c001191969 /README.md | |
parent | 10370263952bb68315206916d94df574991a1d5d (diff) | |
download | lua-compat-5.3-690239bc52cf1f9e22af0b602dcc1fca4dda557a.tar.gz lua-compat-5.3-690239bc52cf1f9e22af0b602dcc1fca4dda557a.tar.bz2 lua-compat-5.3-690239bc52cf1f9e22af0b602dcc1fca4dda557a.zip |
Add lua_resume
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ For Lua 5.1 additionally: | |||
133 | * `lua_isinteger` | 133 | * `lua_isinteger` |
134 | * `lua_numbertointeger` | 134 | * `lua_numbertointeger` |
135 | * `lua_callk` and `lua_pcallk` (limited compatibility, see [here][14]) | 135 | * `lua_callk` and `lua_pcallk` (limited compatibility, see [here][14]) |
136 | * `lua_resume` | ||
136 | * `lua_rawget` and `lua_rawgeti` (return values) | 137 | * `lua_rawget` and `lua_rawgeti` (return values) |
137 | * `lua_rawgetp` and `lua_rawsetp` | 138 | * `lua_rawgetp` and `lua_rawsetp` |
138 | * `luaL_requiref` (now checks `package.loaded` first) | 139 | * `luaL_requiref` (now checks `package.loaded` first) |