Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reindent | Kartik K. Agaram | 2021-11-05 | 1 | -7/+7 |
* | ohh, that word 'index' was key | Kartik K. Agaram | 2021-11-05 | 1 | -0/+4 |
* | oh, that's just a cosmetic thing | Kartik K. Agaram | 2021-11-05 | 1 | -0/+13 |
* | copy metatable name from lcurses | Kartik K. Agaram | 2021-11-05 | 1 | -3/+3 |
* | metatables seem to be a separate namespace from globals | Kartik K. Agaram | 2021-11-05 | 1 | -3/+3 |
* | snapshot | Kartik K. Agaram | 2021-11-05 | 1 | -2/+61 |
* | stdscr binding | Kartik K. Agaram | 2021-11-05 | 1 | -0/+12 |
* | starting on curses library | Kartik K. Agaram | 2021-11-05 | 5 | -3/+46 |
* | https://www.lua.org/pil/28.3.html | Kartik K. Agaram | 2021-11-05 | 1 | -2/+13 |
* | https://www.lua.org/pil/28.2.html | Kartik K. Agaram | 2021-11-05 | 1 | -7/+16 |
* | confirmed that this is the same | Kartik K. Agaram | 2021-11-05 | 1 | -2/+2 |
* | going through chapter 28 of https://www.lua.org/pil | Kartik K. Agaram | 2021-11-05 | 2 | -3/+86 |
* | I don't yet understand the stack | Kartik K. Agaram | 2021-10-24 | 2 | -5/+4 |
* | ok, starting to make sense now | Kartik K. Agaram | 2021-10-24 | 1 | -3/+1 |
* | done reading lua_newstate | Kartik K. Agaram | 2021-10-24 | 1 | -1/+8 |
* | mildly less confusing | Kartik K. Agaram | 2021-10-24 | 1 | -1/+1 |
* | back to making sense of lua_newstate | Kartik K. Agaram | 2021-10-24 | 1 | -1/+1 |
* | get rid of userstate hooks | Kartik K. Agaram | 2021-10-24 | 5 | -21/+0 |
* | get rid of fromstate/tostate | Kartik K. Agaram | 2021-10-24 | 2 | -9/+4 |
* | get rid of state_size | Kartik K. Agaram | 2021-10-24 | 2 | -6/+5 |
* | get rid of LUAI_EXTRASPACE | Kartik K. Agaram | 2021-10-24 | 3 | -12/+17 |
* | trying to make sense of how bindings are created | Kartik K. Agaram | 2021-10-24 | 3 | -4/+2 |
* | print's newline now returns to column 0 | Kartik K. Agaram | 2021-10-22 | 1 | -10/+7 |
* | drop lua_stdin_is_tty | Kartik K. Agaram | 2021-10-22 | 1 | -17/+0 |
* | drop support for '-' filename | Kartik K. Agaram | 2021-10-22 | 1 | -10/+3 |
* | ncurses I/O in lua.c | Kartik K. Agaram | 2021-10-22 | 1 | -10/+15 |
* | kill lua_readline abstraction | Kartik K. Agaram | 2021-10-22 | 2 | -6/+3 |
* | purge notion of commandline history | Kartik K. Agaram | 2021-10-22 | 2 | -4/+0 |
* | delete readline support | Kartik K. Agaram | 2021-10-22 | 2 | -22/+4 |
* | clean up a few warnings with gcc 9.3.0 | Kartik K. Agaram | 2021-10-22 | 3 | -3/+3 |
* | new fork of Lua 5.1 | Kartik K. Agaram | 2021-10-22 | 56 | -0/+17145 |