cosmopolitan/tool
Paul Kulchenko 660ff56d40
Redbean fix lua panic (#300)
* Fix Lua panic in redbean when calling request/connection functions from .init.lua

The error calls were triggered appropriately, but used the global Lua
state instead of the current Lua state (within protected call), which
triggered Lua panic. This executes the error in the proper context.

* Rename global Lua state object to make its (mis-)usage easier to detect
2021-10-25 14:54:56 -07:00
..
build Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
decode Make numerous improvements 2021-09-28 01:52:34 -07:00
emacs Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
hash Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
net Redbean fix lua panic (#300) 2021-10-25 14:54:56 -07:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Improve memory safety 2021-10-13 17:27:13 -07:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00