diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2018-07-29 19:21:24 +0200 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2018-07-29 19:21:24 +0200 |
commit | d7f90212452cf37300c3b353d358ccaa02338fc2 (patch) | |
tree | 4bca7357fe75320d243d66ef37af6e091a52872f | |
parent | 45ae6fe772fc8ede844ddd704e870a6d24b4950c (diff) | |
download | lua-compat-5.3-d7f90212452cf37300c3b353d358ccaa02338fc2.tar.gz lua-compat-5.3-d7f90212452cf37300c3b353d358ccaa02338fc2.tar.bz2 lua-compat-5.3-d7f90212452cf37300c3b353d358ccaa02338fc2.zip |
Link to `lua_getextraspace` quirks in README.md.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -125,7 +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_getextraspace` (limited compatibilitiy, see [here][24]) |
129 | * `lua_getfield` (return value) | 129 | * `lua_getfield` (return value) |
130 | * `lua_geti` and `lua_seti` | 130 | * `lua_geti` and `lua_seti` |
131 | * `lua_getglobal` (return value) | 131 | * `lua_getglobal` (return value) |
@@ -236,4 +236,5 @@ This package contains code written by: | |||
236 | [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion | 236 | [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion |
237 | [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer | 237 | [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer |
238 | [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running | 238 | [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running |
239 | [24]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getextraspace | ||
239 | 240 | ||