about summary refs log tree commit diff stats
path: root/src/luaconf.h
Commit message (Collapse)AuthorAgeFilesLines
* 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