aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08614a1..eaaf6ee 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,7 @@ For Lua 5.1 additionally:
133* `lua_isinteger` 133* `lua_isinteger`
134* `lua_numbertointeger` 134* `lua_numbertointeger`
135* `lua_callk` and `lua_pcallk` (limited compatibility, see [here][14]) 135* `lua_callk` and `lua_pcallk` (limited compatibility, see [here][14])
136* `lua_resume`
136* `lua_rawget` and `lua_rawgeti` (return values) 137* `lua_rawget` and `lua_rawgeti` (return values)
137* `lua_rawgetp` and `lua_rawsetp` 138* `lua_rawgetp` and `lua_rawsetp`
138* `luaL_requiref` (now checks `package.loaded` first) 139* `luaL_requiref` (now checks `package.loaded` first)
@@ -141,6 +142,7 @@ For Lua 5.1 additionally:
141 142
142For Lua 5.1 additionally: 143For Lua 5.1 additionally:
143* `LUA_OK` 144* `LUA_OK`
145* `LUA_ERRGCMM`
144* `LUA_OP*` macros for `lua_arith` and `lua_compare` 146* `LUA_OP*` macros for `lua_arith` and `lua_compare`
145* `lua_Unsigned` 147* `lua_Unsigned`
146* `lua_absindex` 148* `lua_absindex`