freebsd-dev/stand/lua
Kyle Evans d930cdc295 lualoader: Add comment on trailing space, don't operate on nil
Functionally, the latter error wouldn't necessarily hurt anything. io.write
will just error out as it's not passed a valid file handle. Still, we can do
better than that.
2018-02-24 03:47:04 +00:00
..
cli.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
color.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
config.lua lualoader: Add comment on trailing space, don't operate on nil 2018-02-24 03:47:04 +00:00
core.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
drawer.lua lualoader: Track effective line number, use it for drawing 2018-02-23 04:12:19 +00:00
loader.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
password.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
screen.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00