about summary refs log tree commit diff stats
path: root/src/luaconf.h
Commit message (Collapse)AuthorAgeFilesLines
* some more dead codeKartik K. Agaram2022-02-061-23/+0
|
* now all our supported platforms are POSIXKartik K. Agaram2022-02-061-7/+0
|
* drop module 'package'Kartik K. Agaram2022-02-061-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 definesKartik K. Agaram2022-02-061-11/+0
| | | | | How many levels of macros do we need. Also stop lying that we're using Linux in BSD.
* unused #defineKartik K. Agaram2022-02-061-1/+0
|
* sandbox: no popenKartik K. Agaram2021-12-251-28/+0
| | | | Again, too difficult to sandbox for now.
* clearer usage messageKartik K. Agaram2021-12-041-1/+1
|
* select C99 standardKartik K. Agaram2021-11-271-0/+7
|
* get rid of userstate hooksKartik K. Agaram2021-10-241-13/+0
|
* get rid of LUAI_EXTRASPACEKartik K. Agaram2021-10-241-9/+0
| | | | | Lua's power may come from extensibility, but the indirections are currently in the way
* drop lua_stdin_is_ttyKartik K. Agaram2021-10-221-17/+0
| | | | luaconf.h now no longer refers to stdin/stdout/stderr.
* kill lua_readline abstractionKartik K. Agaram2021-10-221-5/+0
|
* purge notion of commandline historyKartik K. Agaram2021-10-221-2/+0
|
* delete readline supportKartik K. Agaram2021-10-221-19/+1
| | | | We're going to be using full-on ncurses.
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+763
https://www.lua.org