aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-08-26 21:22:17 +1000
committerdaurnimator <quae@daurnimator.com>2017-08-26 21:40:27 +1000
commitace784b225237d1b59576847cd96e3cab9c70dbb (patch)
tree64c0b6399c48ee2a6147b586a057c11a05a2d603 /README.md
parent7ceb999157d71e29c93c4b2b83ba9c3c46191191 (diff)
downloadlua-compat-5.3-ace784b225237d1b59576847cd96e3cab9c70dbb.tar.gz
lua-compat-5.3-ace784b225237d1b59576847cd96e3cab9c70dbb.tar.bz2
lua-compat-5.3-ace784b225237d1b59576847cd96e3cab9c70dbb.zip
Have lua_pushstring return the pushed string
Fixes #21
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25bc911..6bab5f3 100644
--- a/README.md
+++ b/README.md
@@ -147,6 +147,7 @@ For Lua 5.1 additionally:
147* `lua_arith` (see [here][19]) 147* `lua_arith` (see [here][19])
148* `lua_compare` 148* `lua_compare`
149* `lua_len`, `lua_rawlen`, and `luaL_len` 149* `lua_len`, `lua_rawlen`, and `luaL_len`
150* `lua_pushstring` (return value)
150* `lua_copy` 151* `lua_copy`
151* `lua_pushglobaltable` 152* `lua_pushglobaltable`
152* `luaL_testudata` 153* `luaL_testudata`