cosmopolitan/third_party/lua
Justine Tunney da36e7e256 Make major improvements to stdio
Buffering now has optimal performance, bugs have been fixed, and some
missing apis have been introduced. This implementation is also now more
production worthy since it's less brittle now in terms of system errors.
That's going to help redbean since lua i/o is all based on stdio.

See #97
2021-03-26 22:31:41 -07:00
..
test Rename Lua test folder 2021-03-07 18:22:53 -08:00
lapi.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lapi.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lauxlib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lauxlib.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lbaselib.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
lcode.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lcode.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lcorolib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lctype.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lctype.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldblib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldebug.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldebug.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldo.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldo.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldump.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lfunc.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lfunc.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lgc.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lgc.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
linit.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
liolib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ljumptab.inc Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
llex.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
llex.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
llimits.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lmathlib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lmem.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lmem.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
loadlib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lobject.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lobject.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lopcodes.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lopcodes.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lopnames.inc Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
loslib.c Improve tmpfile api (#114) 2021-03-07 21:08:27 -08:00
lparser.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lparser.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lprefix.h Add Lua 2021-03-07 12:50:34 -08:00
lstate.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lstate.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lstring.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lstring.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lstrlib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltable.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltable.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltablib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltests.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltests.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltm.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltm.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lua.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lua.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lua.mk Fix Lua build config 2021-03-08 17:51:26 -08:00
luaconf.h Add Hello World example for LUA C API (#97) 2021-03-08 14:15:59 -08:00
lualib.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lundump.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lundump.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lutf8lib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lvm.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lvm.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lzio.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lzio.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
README.cosmo Add Lua 2021-03-07 12:50:34 -08:00

origin https://github.com/lua/lua/
commit c03c527fd207b4ad8f5a8e0f4f2c176bd227c979
date   Mon Feb 15 13:31:45 2021 -0300