freebsd-dev/stand/liblua
Warner Losh ff4cd9bfb1 Centralize lua defines
We need to ensure that we defined Numbers as int64_t everywhere we
build for lua. Previously, we were compiling part of the code with
Numbers as int64_t and part as double. Move lua number definition to a
more-central location
2018-02-23 04:04:03 +00:00
..
float.h
lerrno.c loader.lua: Expose errno table to lua 2018-02-20 19:39:48 +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
lstd.c liblua: Emulate DIR, opendir, fdopendir, closedir 2018-02-17 22:18:39 +00:00
lstd.h liblua: Emulate DIR, opendir, fdopendir, closedir 2018-02-17 22:18:39 +00:00
luaconf.h lualoader: Remove nasty hack for not printing out ".0" 2018-02-21 21:39:47 +00:00
lutils.c liblua: Add loader.machine and loader.machine_arch properties 2018-02-20 18:24:20 +00:00
lutils.h interp_lua: Register io/loader with regular Lua module system 2018-02-18 01:13:58 +00:00
Makefile Centralize lua defines 2018-02-23 04:04:03 +00:00
math.h