aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b986584..ea2f079 100644
--- a/README.md
+++ b/README.md
@@ -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)