Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |