aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2018-07-29 19:21:24 +0200
committerPhilipp Janda <siffiejoe@gmx.net>2018-07-29 19:21:24 +0200
commitd7f90212452cf37300c3b353d358ccaa02338fc2 (patch)
tree4bca7357fe75320d243d66ef37af6e091a52872f
parent45ae6fe772fc8ede844ddd704e870a6d24b4950c (diff)
downloadlua-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.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea2f079..4db06a7 100644
--- a/README.md
+++ b/README.md
@@ -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