Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop stdin/stdout/stderr and Lua default files | Kartik K. Agaram | 2021-12-25 | 1 | -115/+13 |
| | | | | | | | This isn't necessarily for sandboxing, but they don't really work right now in the presence of ncurses, and it seems better to not include broken stuff. Maybe we can get them to coexist with ncurses down the road. | ||||
* | sandbox: no popen | Kartik K. Agaram | 2021-12-25 | 1 | -29/+1 |
| | | | | Again, too difficult to sandbox for now. | ||||
* | new fork of Lua 5.1 | Kartik K. Agaram | 2021-10-22 | 1 | -0/+556 |
https://www.lua.org |