diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2017-09-16 15:11:29 +0200 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2017-09-16 15:11:29 +0200 |
commit | 3b52d81dcf1b5d6d49e1837612e207b2cab6b74d (patch) | |
tree | b01cca67ed685b6b3083ba6aae719eeb3cb54a15 /README.md | |
parent | 8425f997b48b2e2bdef2b2a614472769d92da73f (diff) | |
download | lua-compat-5.3-3b52d81dcf1b5d6d49e1837612e207b2cab6b74d.tar.gz lua-compat-5.3-3b52d81dcf1b5d6d49e1837612e207b2cab6b74d.tar.bz2 lua-compat-5.3-3b52d81dcf1b5d6d49e1837612e207b2cab6b74d.zip |
Add Lua 5.3 version of `lua_load`.
Change `luaL_loadfilex` to use the modified `lua_load` function.
Add more credits to the README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,6 +151,7 @@ For Lua 5.1 additionally: | |||
151 | * `lua_arith` (see [here][20]) | 151 | * `lua_arith` (see [here][20]) |
152 | * `lua_compare` | 152 | * `lua_compare` |
153 | * `lua_len`, `lua_rawlen`, and `luaL_len` | 153 | * `lua_len`, `lua_rawlen`, and `luaL_len` |
154 | * `lua_load` (mode argument) | ||
154 | * `lua_pushstring`, `lua_pushlstring` (return value) | 155 | * `lua_pushstring`, `lua_pushlstring` (return value) |
155 | * `lua_copy` | 156 | * `lua_copy` |
156 | * `lua_pushglobaltable` | 157 | * `lua_pushglobaltable` |
@@ -206,6 +207,8 @@ This package contains code written by: | |||
206 | * Tomás Guisasola Gorham ([@tomasguisasola](http://github.com/tomasguisasola)) | 207 | * Tomás Guisasola Gorham ([@tomasguisasola](http://github.com/tomasguisasola)) |
207 | * Hisham Muhammad ([@hishamhm](http://github.com/hishamhm)) | 208 | * Hisham Muhammad ([@hishamhm](http://github.com/hishamhm)) |
208 | * Renato Maia ([@renatomaia](http://github.com/renatomaia)) | 209 | * Renato Maia ([@renatomaia](http://github.com/renatomaia)) |
210 | * [@ThePhD](http://github.com/ThePhD) | ||
211 | * [@Daurnimator](http://github.com/Daurnimator) | ||
209 | 212 | ||
210 | 213 | ||
211 | [1]: http://www.inf.puc-rio.br/~roberto/struct/ | 214 | [1]: http://www.inf.puc-rio.br/~roberto/struct/ |