freebsd-dev/stand/liblua
Kyle Evans 0a0d522b36 stand: liblua: add a pager module
This is nearly a 1:1 mapping of the pager API from libsa.  The only real
difference is that pager.output() will accept any number of arguments and
coerce all of them to strings for output using luaL_tolstring (i.e. the
__tostring metamethod will be used).

The only consumer planned at this time is the upcoming "show-module-options"
implementation.

MFC after:	1 week
2020-12-12 21:25:38 +00:00
..
float.h Regularize my copyright notice 2019-12-04 16:56:11 +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
locale.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
lpager.c stand: liblua: add a pager module 2020-12-12 21:25:38 +00:00
lstd.c veloader use vectx API for kernel and modules 2020-03-09 15:48:53 +00:00
lstd.h liblua: Implement write support 2018-02-24 02:57:24 +00:00
luaconf.h stand: liblua: drop default buffer size to 128 2019-12-12 01:35:56 +00:00
lutils.c liblua: add loader.lua_path 2019-11-02 03:41:30 +00:00
lutils.h stand: liblua: add a pager module 2020-12-12 21:25:38 +00:00
Makefile stand: liblua: add a pager module 2020-12-12 21:25:38 +00:00
math.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00