Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-add JSValueConst | bptato | 2025-03-12 | 1 | -2/+2 |
| | | | | | | | | | This time, I've also ported over the consistency check to prevent some ownership bugs. Unfortunately, the check is very limited, and it is still possible to double-free or leak JSValues. I think it would be possible to make coverage 100%, but only with ARC... | ||||
* | dynstream, console: remove DynFileStream | bptato | 2025-02-26 | 1 | -5/+4 |
| | | | | | Conflating buffered streams with non-buffered streams is generally a bad idea. | ||||
* | js: reorganize modules, update docs | bptato | 2024-11-15 | 1 | -0/+137 |
most of it has already been moved to monoucha, and the rest fits better in other directories. also, move urimethodmap to config |