浏览代码

readme: Integer problems are related to Lua

Ole 10 年之前
父节点
当前提交
efc30861cf
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -17,10 +17,10 @@ Lua headers and library.
 
 
 So far all tests have been run on recent versions of Arch Linux and FreeBSD, with following results.
 So far all tests have been run on recent versions of Arch Linux and FreeBSD, with following results.
 
 
- Compiler    | Lua 5.1             | Lua 5.2             | Lua 5.3
+ Compiler    | Lua 5.1<sup>*</sup> | Lua 5.2<sup>*</sup> | Lua 5.3
 -------------|---------------------|---------------------|---------
 -------------|---------------------|---------------------|---------
- clang++ 3.5 | partial<sup>*</sup> | partial<sup>*</sup> | passes
- clang++ 3.6 | partial<sup>*</sup> | partial<sup>*</sup> | passes
- g++ 5.1     | partial<sup>*</sup> | partial<sup>*</sup> | passes
+ clang++ 3.5 | partial             | partial             | passes
+ clang++ 3.6 | partial             | partial             | passes
+ g++ 5.1     | partial             | partial             | passes
 
 
 <sup>*</sup> Assertions relying on `lua_Integer` will fail, due to integer quirks in Lua.
 <sup>*</sup> Assertions relying on `lua_Integer` will fail, due to integer quirks in Lua.