aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/pposix.d.tl
Commit message (Collapse)AuthorAgeFilesLines
* teal: Move into prosody namespaceKim Alvefur2023-03-231-108/+0
|
* util.pposix: Bind isatty(3)Kim Alvefur2021-07-041-0/+2
| | | | | Useful for disabling certain behavior, ANSI colors etc when not connected to a terminal.
* teal: Use new integer support in Teal 0.13.0Kim Alvefur2021-03-181-14/+14
|
* util: Add Teal interface definition filesKim Alvefur2021-03-091-0/+106
Enables writing code in Teal that is aware of the interfaces and function prototypes in these other utils. Could also be used to do type checks on Lua sources, but this tends to have a lot of noise.