about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* get rid of fromstate/tostateKartik K. Agaram2021-10-242-9/+4
* get rid of state_sizeKartik K. Agaram2021-10-242-6/+5
* get rid of LUAI_EXTRASPACEKartik K. Agaram2021-10-243-12/+17
* trying to make sense of how bindings are createdKartik K. Agaram2021-10-243-4/+2
* print's newline now returns to column 0Kartik K. Agaram2021-10-221-10/+7
* drop lua_stdin_is_ttyKartik K. Agaram2021-10-221-17/+0
* drop support for '-' filenameKartik K. Agaram2021-10-221-10/+3
* ncurses I/O in lua.cKartik K. Agaram2021-10-221-10/+15
* kill lua_readline abstractionKartik K. Agaram2021-10-222-6/+3
* purge notion of commandline historyKartik K. Agaram2021-10-222-4/+0
* delete readline supportKartik K. Agaram2021-10-222-22/+4
* clean up a few warnings with gcc 9.3.0Kartik K. Agaram2021-10-223-3/+3
* new fork of Lua 5.1Kartik K. Agaram2021-10-2256-0/+17145