diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,6 +125,7 @@ For Lua 5.1 additionally: | |||
125 | * `lua_KContext` (see [here][14]) | 125 | * `lua_KContext` (see [here][14]) |
126 | * `lua_KFunction` (see [here][14]) | 126 | * `lua_KFunction` (see [here][14]) |
127 | * `lua_dump` (extra `strip` parameter, ignored, see [here][15]) | 127 | * `lua_dump` (extra `strip` parameter, ignored, see [here][15]) |
128 | * `lua_getextraspace` (limited compatibilitiy, may throw out-of-memory errors) | ||
128 | * `lua_getfield` (return value) | 129 | * `lua_getfield` (return value) |
129 | * `lua_geti` and `lua_seti` | 130 | * `lua_geti` and `lua_seti` |
130 | * `lua_getglobal` (return value) | 131 | * `lua_getglobal` (return value) |
@@ -186,7 +187,6 @@ For Lua 5.1 additionally: | |||
186 | [`lua-compat-5.2`][2] for a detailed list. | 187 | [`lua-compat-5.2`][2] for a detailed list. |
187 | * the following C API functions/macros: | 188 | * the following C API functions/macros: |
188 | * `lua_isyieldable` | 189 | * `lua_isyieldable` |
189 | * `lua_getextraspace` | ||
190 | * `lua_arith` (new operators missing) | 190 | * `lua_arith` (new operators missing) |
191 | * `lua_push(v)fstring` (new formats missing) | 191 | * `lua_push(v)fstring` (new formats missing) |
192 | * `lua_upvalueid` (5.1) | 192 | * `lua_upvalueid` (5.1) |