diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2018-07-27 07:35:24 +0200 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2018-07-27 07:35:24 +0200 |
commit | c325be435c64be57cf2210fa6936af0d425d0ce0 (patch) | |
tree | 0a6398c67346ff8df989994e7e29d4110c515889 /README.md | |
parent | 3c76f8f5edf602b023672f8d8f317b0eea2f1195 (diff) | |
download | lua-compat-5.3-c325be435c64be57cf2210fa6936af0d425d0ce0.tar.gz lua-compat-5.3-c325be435c64be57cf2210fa6936af0d425d0ce0.tar.bz2 lua-compat-5.3-c325be435c64be57cf2210fa6936af0d425d0ce0.zip |
Add an implementation of `lua_getextraspace()`.
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) |