1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/lua/contrib
Juan Carrano fe07bff90c pkg/lua: Make the module searchers conform to the API.
The module searchers in the `require` package should return a string
if the module is not found, and not raise an error.

See: https://www.lua.org/manual/5.3/manual.html#pdf-package.searchers

Also make error strings contain newlines and tabs just like the original
ones.
2019-05-31 17:15:04 +02:00
..
binsearch.c pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
binsearch.h pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
lua_loadlib.c pkg/lua: Make the module searchers conform to the API. 2019-05-31 17:15:04 +02:00
lua_run.c pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
Makefile pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00