freebsd-dev/stand/liblua
Kyle Evans 63172bf68b liblua: add loader.lua_path
As described previously, loader.lua_path is absolute path where scripts are
installed. A future commit will use this to build paths for dofile in
try_include, rather than the current pcall/require setup that makes it more
difficult to coordinate loader aborts from local.lua -- we do not need the
flexibility of require(), and local.lua is in-fact not a 'module-like' file
as we will not be referencing anything from it.
2019-11-02 03:41:30 +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 liblua: add loader.lua_path 2019-11-02 03:41:30 +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