aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2015-01-13 17:54:32 +0100
committerPhilipp Janda <siffiejoe@gmx.net>2015-01-13 17:54:32 +0100
commitcc7b56b179cf84364a270463a59aa7d6f74dd35b (patch)
treea1de23a09aefde76084ffa47d61a51bcf593d6ba /README.md
parent305e7f071a48695e82430a948e931a8419998c4d (diff)
downloadlua-compat-5.3-cc7b56b179cf84364a270463a59aa7d6f74dd35b.tar.gz
lua-compat-5.3-cc7b56b179cf84364a270463a59aa7d6f74dd35b.tar.bz2
lua-compat-5.3-cc7b56b179cf84364a270463a59aa7d6f74dd35b.zip
add fallback for lua_str2number, readme fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96354f3..f0f5225 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,6 @@ For Lua 5.1 additionally:
74* `luaL_fileresult` 74* `luaL_fileresult`
75* `luaL_checkversion` (with empty body, only to avoid compile errors) 75* `luaL_checkversion` (with empty body, only to avoid compile errors)
76* `luaL_tolstring` 76* `luaL_tolstring`
77* `luaL_requiref`
78* `lua_pushunsigned`, `lua_tounsignedx`, `lua_tounsigned`, 77* `lua_pushunsigned`, `lua_tounsignedx`, `lua_tounsigned`,
79 `luaL_checkunsigned`, `luaL_optunsigned`, if 78 `luaL_checkunsigned`, `luaL_optunsigned`, if
80 `LUA_COMPAT_APIINTCASTS` is defined. 79 `LUA_COMPAT_APIINTCASTS` is defined.