Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file handles vs file objects, ugh | Kartik K. Agaram | 2022-03-17 | 1 | -2/+3 |
| | |||||
* | stop running task.scheduler by default | Kartik K. Agaram | 2022-03-16 | 1 | -8/+18 |
| | | | | | sieve.tlv is 50% slower (18s vs 12s) with the new function call instrumentation. | ||||
* | stop using tasks in start_reading/start_writing | Kartik K. Agaram | 2022-03-16 | 1 | -25/+18 |
| | | | | | We just need queues/streams for file I/O. No need to complect concurrency concerns with them. | ||||
* | . | Kartik K. Agaram | 2022-03-14 | 1 | -9/+10 |
| | |||||
* | typo | Kartik K. Agaram | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | doc: curses | Kartik K. Agaram | 2022-03-14 | 1 | -8/+260 |
| | |||||
* | doc: flesh out tasks and channels | Kartik K. Agaram | 2022-03-14 | 1 | -1/+51 |
| | |||||
* | doc: correct and flesh out json | Kartik K. Agaram | 2022-03-14 | 1 | -4/+44 |
| | |||||
* | typo | Kartik K. Agaram | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | document functions that are sandboxed | Kartik K. Agaram | 2022-03-13 | 1 | -0/+13 |
| | |||||
* | drop docs for 2 functions removed from Lua | Kartik K. Agaram | 2022-03-13 | 1 | -25/+0 |
| | |||||
* | delete debug library | Kartik K. Agaram | 2022-03-13 | 1 | -278/+0 |
| | | | | | There's security issues here, and they're subtle. Dropping for now until I or someone else finds a need for them. | ||||
* | standard markup | Kartik K. Agaram | 2022-03-13 | 1 | -18/+18 |
| | |||||
* | . | Kartik K. Agaram | 2022-03-13 | 1 | -2/+2 |
| | |||||
* | rudimentary docs for libraries added to Teliva | Kartik K. Agaram | 2022-03-13 | 1 | -2/+92 |
| | |||||
* | drop string.dump, clean up docs around it | Kartik K. Agaram | 2022-03-13 | 1 | -19/+0 |
| | |||||
* | rip out most references to C and userdata in docs | Kartik K. Agaram | 2022-03-13 | 1 | -143/+30 |
| | |||||
* | starting to spend some time improving docs | Kartik K. Agaram | 2022-03-13 | 1 | -0/+11 |
| | |||||
* | more extensive deletions from the Lua manual | Kartik K. Agaram | 2022-03-10 | 1 | -3563/+12 |
| | | | | | | | I'm trying to represent where Teliva borrows from Lua, but without making it seem identical. Please support the Lua project! | ||||
* | remove dropped functions from docs | Kartik K. Agaram | 2022-02-07 | 1 | -700/+2 |
| | |||||
* | new fork of Lua 5.1 | Kartik K. Agaram | 2021-10-22 | 1 | -0/+8804 |
https://www.lua.org |