aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md50
1 files changed, 25 insertions, 25 deletions
diff --git a/README.md b/README.md
index b0c16da..80e7cbc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
1[![Compat53 Status](https://github.com/keplerproject/lua-compat-5.3/workflows/compat53-tests/badge.svg)](https://github.com/keplerproject/lua-compat-5.3/actions?workflow=compat53-tests) 1[![Compat53 Status](https://github.com/lunarmodules/lua-compat-5.3/workflows/compat53-tests/badge.svg)](https://github.com/lunarmodules/lua-compat-5.3/actions?workflow=compat53-tests)
2[![Bit32 Status](https://github.com/keplerproject/lua-compat-5.3/workflows/bit32-multi-arch-tests/badge.svg)](https://github.com/keplerproject/lua-compat-5.3/actions?workflow=bit32-multi-arch-tests) 2[![Bit32 Status](https://github.com/lunarmodules/lua-compat-5.3/workflows/bit32-multi-arch-tests/badge.svg)](https://github.com/lunarmodules/lua-compat-5.3/actions?workflow=bit32-multi-arch-tests)
3 3
4# lua-compat-5.3 4# lua-compat-5.3
5 5
@@ -215,27 +215,27 @@ This package contains code written by:
215 215
216 216
217 [1]: http://www.inf.puc-rio.br/~roberto/struct/ 217 [1]: http://www.inf.puc-rio.br/~roberto/struct/
218 [2]: http://github.com/keplerproject/lua-compat-5.2/ 218 [2]: http://github.com/lunarmodules/lua-compat-5.2/
219 [3]: http://keplerproject.org/compat/ 219 [3]: http://lunarmodules.org/compat/
220 [4]: https://github.com/keplerproject/lua-compat-5.3/wiki/string_packing 220 [4]: https://github.com/lunarmodules/lua-compat-5.3/wiki/string_packing
221 [5]: https://github.com/keplerproject/lua-compat-5.3/wiki/math.type 221 [5]: https://github.com/lunarmodules/lua-compat-5.3/wiki/math.type
222 [6]: https://github.com/keplerproject/lua-compat-5.3/wiki/pattern_matching 222 [6]: https://github.com/lunarmodules/lua-compat-5.3/wiki/pattern_matching
223 [7]: https://github.com/keplerproject/lua-compat-5.3/wiki/pairs 223 [7]: https://github.com/lunarmodules/lua-compat-5.3/wiki/pairs
224 [8]: https://github.com/keplerproject/lua-compat-5.3/wiki/package.searchpath 224 [8]: https://github.com/lunarmodules/lua-compat-5.3/wiki/package.searchpath
225 [9]: https://github.com/keplerproject/lua-compat-5.3/wiki/os.execute 225 [9]: https://github.com/lunarmodules/lua-compat-5.3/wiki/os.execute
226 [10]: https://github.com/keplerproject/lua-compat-5.3/wiki/io.lines 226 [10]: https://github.com/lunarmodules/lua-compat-5.3/wiki/io.lines
227 [11]: https://github.com/keplerproject/lua-compat-5.3/wiki/file.lines 227 [11]: https://github.com/lunarmodules/lua-compat-5.3/wiki/file.lines
228 [12]: https://github.com/keplerproject/lua-compat-5.3/wiki/debug.getuservalue 228 [12]: https://github.com/lunarmodules/lua-compat-5.3/wiki/debug.getuservalue
229 [13]: https://github.com/keplerproject/lua-compat-5.3/wiki/debug.setuservalue 229 [13]: https://github.com/lunarmodules/lua-compat-5.3/wiki/debug.setuservalue
230 [14]: https://github.com/keplerproject/lua-compat-5.3/wiki/yieldable_c_functions 230 [14]: https://github.com/lunarmodules/lua-compat-5.3/wiki/yieldable_c_functions
231 [15]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_dump 231 [15]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_dump
232 [16]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getuservalue 232 [16]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_getuservalue
233 [17]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_setuservalue 233 [17]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_setuservalue
234 [18]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_stringtonumber 234 [18]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_stringtonumber
235 [19]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Stream 235 [19]: https://github.com/lunarmodules/lua-compat-5.3/wiki/luaL_Stream
236 [20]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_arith 236 [20]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_arith
237 [21]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_checkversion 237 [21]: https://github.com/lunarmodules/lua-compat-5.3/wiki/luaL_checkversion
238 [22]: https://github.com/keplerproject/lua-compat-5.3/wiki/luaL_Buffer 238 [22]: https://github.com/lunarmodules/lua-compat-5.3/wiki/luaL_Buffer
239 [23]: https://github.com/keplerproject/lua-compat-5.3/wiki/coroutine.running 239 [23]: https://github.com/lunarmodules/lua-compat-5.3/wiki/coroutine.running
240 [24]: https://github.com/keplerproject/lua-compat-5.3/wiki/lua_getextraspace 240 [24]: https://github.com/lunarmodules/lua-compat-5.3/wiki/lua_getextraspace
241 241