freebsd-dev/stand/liblua
Kyle Evans ee74c23624 stand: consolidate knowledge of lua path
Multiple places coordinate to 'know' where lua scripts are installed. Knock
this down to being formally defined (and overridable) in exactly one spot,
defs.mk, and spread the knowledge to loaders and liblua alike. A future
commit will expose this to lua as loader.lua_path, so it can build absolute
paths to lua scripts as needed.

MFC after:	1 week
2019-11-02 03:37:58 +00:00
..
float.h Use M. Warner Losh everywhere on my copyrights. 2018-05-01 16:29:22 +00:00
lerrno.c Create new EINTEGRITY error with message "Integrity check failed". 2019-01-17 06:35:45 +00:00
lerrno.h loader.lua: Expose errno table to lua 2018-02-20 19:39:48 +00:00
lfs.c Lua lfs.attributes: Provide a more consistent error return 2018-02-20 18:21:30 +00:00
lfs.h Lua loader: Add barebones "lfs" module 2018-02-18 01:15:25 +00:00
locale.h Use M. Warner Losh everywhere on my copyrights. 2018-05-01 16:29:22 +00:00
lstd.c Enable veriexec for loader 2019-02-26 06:22:10 +00:00
lstd.h liblua: Implement write support 2018-02-24 02:57:24 +00:00
luaconf.h stand: consolidate knowledge of lua path 2019-11-02 03:37:58 +00:00
lutils.c lualoader: Improve module loading diagnostics 2018-10-25 02:14:35 +00:00
lutils.h interp_lua: Register io/loader with regular Lua module system 2018-02-18 01:13:58 +00:00
Makefile stand: consolidate knowledge of lua path 2019-11-02 03:37:58 +00:00
math.h Use M. Warner Losh everywhere on my copyrights. 2018-05-01 16:29:22 +00:00