about summary refs log tree commit diff stats
path: root/doc/manual.html
Commit message (Collapse)AuthorAgeFilesLines
* file handles vs file objects, ughKartik K. Agaram2022-03-171-2/+3
|
* stop running task.scheduler by defaultKartik K. Agaram2022-03-161-8/+18
| | | | | sieve.tlv is 50% slower (18s vs 12s) with the new function call instrumentation.
* stop using tasks in start_reading/start_writingKartik K. Agaram2022-03-161-25/+18
| | | | | We just need queues/streams for file I/O. No need to complect concurrency concerns with them.
* .Kartik K. Agaram2022-03-141-9/+10
|
* typoKartik K. Agaram2022-03-141-1/+1
|
* doc: cursesKartik K. Agaram2022-03-141-8/+260
|
* doc: flesh out tasks and channelsKartik K. Agaram2022-03-141-1/+51
|
* doc: correct and flesh out jsonKartik K. Agaram2022-03-141-4/+44
|
* typoKartik K. Agaram2022-03-141-1/+1
|
* document functions that are sandboxedKartik K. Agaram2022-03-131-0/+13
|
* drop docs for 2 functions removed from LuaKartik K. Agaram2022-03-131-25/+0
|
* delete debug libraryKartik K. Agaram2022-03-131-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 markupKartik K. Agaram2022-03-131-18/+18
|
* .Kartik K. Agaram2022-03-131-2/+2
|
* rudimentary docs for libraries added to TelivaKartik K. Agaram2022-03-131-2/+92
|
* drop string.dump, clean up docs around itKartik K. Agaram2022-03-131-19/+0
|
* rip out most references to C and userdata in docsKartik K. Agaram2022-03-131-143/+30
|
* starting to spend some time improving docsKartik K. Agaram2022-03-131-0/+11
|
* more extensive deletions from the Lua manualKartik K. Agaram2022-03-101-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 docsKartik K. Agaram2022-02-071-700/+2
|
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+8804
https://www.lua.org