aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2015-01-16 17:07:02 +0100
committerPhilipp Janda <siffiejoe@gmx.net>2015-01-16 17:07:02 +0100
commit6124b7b5e687eff120507dccfe98b72b7ddb702d (patch)
tree8f84aecb8afcc4116bda5fff0c44cb3c7fa9daee /README.md
parent1fd73399caa9a1ea24bd626e607980ac94debd64 (diff)
downloadlua-compat-5.3-6124b7b5e687eff120507dccfe98b72b7ddb702d.tar.gz
lua-compat-5.3-6124b7b5e687eff120507dccfe98b72b7ddb702d.tar.bz2
lua-compat-5.3-6124b7b5e687eff120507dccfe98b72b7ddb702d.zip
add new fields to math library
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index d870827..7099702 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,8 @@ your project:
63* `string.pack`, `string.packsize`, and `string.unpack` if the 63* `string.pack`, `string.packsize`, and `string.unpack` if the
64 `struct` module is available. (`struct` is not 100% compatible 64 `struct` module is available. (`struct` is not 100% compatible
65 to Lua 5.3's string packing!) 65 to Lua 5.3's string packing!)
66* `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`,
67 and `math.ult`
66 68
67### C 69### C
68 70
@@ -107,8 +109,11 @@ For Lua 5.1 additionally:
107 109
108## What's not implemented 110## What's not implemented
109 111
110* the new Lua functions of Lua 5.3 112* bit operators
111* the table library doesn't respect metamethods yet 113* integer division operator
114* `table.move`
115* `coroutine.isyieldable`
116* `ipairs` and the `table` library don't respect metamethods yet
112* Lua 5.1: `_ENV`, `goto`, labels, ephemeron tables, etc. See 117* Lua 5.1: `_ENV`, `goto`, labels, ephemeron tables, etc. See
113 [`lua-compat-5.2`][2] for a detailed list. 118 [`lua-compat-5.2`][2] for a detailed list.
114* the following C API functions/macros: 119* the following C API functions/macros: