Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more dead code | Kartik K. Agaram | 2022-02-06 | 1 | -23/+0 |
| | |||||
* | now all our supported platforms are POSIX | Kartik K. Agaram | 2022-02-06 | 1 | -7/+0 |
| | |||||
* | drop module 'package' | Kartik K. Agaram | 2022-02-06 | 1 | -7/+0 |
| | | | | | | | Just like with `require`, we don't we don't know how to sandbox it. (Though we still have `require` because standard libraries outside apps need it. I need to make sure apps can't invoke `require`..) | ||||
* | drop USE_LINUX and similar defines | Kartik K. Agaram | 2022-02-06 | 1 | -11/+0 |
| | | | | | How many levels of macros do we need. Also stop lying that we're using Linux in BSD. | ||||
* | unused #define | Kartik K. Agaram | 2022-02-06 | 1 | -1/+0 |
| | |||||
* | sandbox: no popen | Kartik K. Agaram | 2021-12-25 | 1 | -28/+0 |
| | | | | Again, too difficult to sandbox for now. | ||||
* | clearer usage message | Kartik K. Agaram | 2021-12-04 | 1 | -1/+1 |
| | |||||
* | select C99 standard | Kartik K. Agaram | 2021-11-27 | 1 | -0/+7 |
| | |||||
* | get rid of userstate hooks | Kartik K. Agaram | 2021-10-24 | 1 | -13/+0 |
| | |||||
* | get rid of LUAI_EXTRASPACE | Kartik K. Agaram | 2021-10-24 | 1 | -9/+0 |
| | | | | | Lua's power may come from extensibility, but the indirections are currently in the way | ||||
* | drop lua_stdin_is_tty | Kartik K. Agaram | 2021-10-22 | 1 | -17/+0 |
| | | | | luaconf.h now no longer refers to stdin/stdout/stderr. | ||||
* | kill lua_readline abstraction | Kartik K. Agaram | 2021-10-22 | 1 | -5/+0 |
| | |||||
* | purge notion of commandline history | Kartik K. Agaram | 2021-10-22 | 1 | -2/+0 |
| | |||||
* | delete readline support | Kartik K. Agaram | 2021-10-22 | 1 | -19/+1 |
| | | | | We're going to be using full-on ncurses. | ||||
* | new fork of Lua 5.1 | Kartik K. Agaram | 2021-10-22 | 1 | -0/+763 |
https://www.lua.org |