diff options
author | daurnimator <quae@daurnimator.com> | 2017-08-26 21:22:17 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-08-26 21:40:27 +1000 |
commit | ace784b225237d1b59576847cd96e3cab9c70dbb (patch) | |
tree | 64c0b6399c48ee2a6147b586a057c11a05a2d603 /README.md | |
parent | 7ceb999157d71e29c93c4b2b83ba9c3c46191191 (diff) | |
download | lua-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |