diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2015-01-21 14:34:11 +0100 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2015-01-21 14:34:11 +0100 |
commit | c57750c925553f627701f2c4897ee6bd6488c7c1 (patch) | |
tree | 465e24fcc87ab8a49baf3e4dec380871275cd486 /README.md | |
parent | 866cb79f65c844b3fcfa99d2caa4bf19930dbc6d (diff) | |
download | lua-compat-5.3-c57750c925553f627701f2c4897ee6bd6488c7c1.tar.gz lua-compat-5.3-c57750c925553f627701f2c4897ee6bd6488c7c1.tar.bz2 lua-compat-5.3-c57750c925553f627701f2c4897ee6bd6488c7c1.zip |
backport Lua 5.2/5.3 buffer API for Lua 5.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -129,6 +129,7 @@ For Lua 5.1 additionally: | |||
129 | * `luaL_fileresult` | 129 | * `luaL_fileresult` |
130 | * `luaL_checkversion` (with empty body, only to avoid compile errors) | 130 | * `luaL_checkversion` (with empty body, only to avoid compile errors) |
131 | * `luaL_tolstring` | 131 | * `luaL_tolstring` |
132 | * `luaL_buffinitsize`, `luaL_prepbuffsize`, and `luaL_pushresultsize` | ||
132 | * `lua_pushunsigned`, `lua_tounsignedx`, `lua_tounsigned`, | 133 | * `lua_pushunsigned`, `lua_tounsignedx`, `lua_tounsigned`, |
133 | `luaL_checkunsigned`, `luaL_optunsigned`, if | 134 | `luaL_checkunsigned`, `luaL_optunsigned`, if |
134 | `LUA_COMPAT_APIINTCASTS` is defined. | 135 | `LUA_COMPAT_APIINTCASTS` is defined. |
@@ -149,12 +150,9 @@ For Lua 5.1 additionally: | |||
149 | * `lua_upvaluejoin` (5.1) | 150 | * `lua_upvaluejoin` (5.1) |
150 | * `lua_version` (5.1) | 151 | * `lua_version` (5.1) |
151 | * `lua_yieldk` (5.1) | 152 | * `lua_yieldk` (5.1) |
152 | * `luaL_buffinitsize` (5.1) | ||
153 | * `luaL_execresult` (5.1) | 153 | * `luaL_execresult` (5.1) |
154 | * `luaL_loadbufferx` (5.1) | 154 | * `luaL_loadbufferx` (5.1) |
155 | * `luaL_loadfilex` (5.1) | 155 | * `luaL_loadfilex` (5.1) |
156 | * `luaL_prepbuffsize` (5.1) | ||
157 | * `luaL_pushresultsize` (5.1) | ||
158 | 156 | ||
159 | ## See also | 157 | ## See also |
160 | 158 | ||