Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move HTML parsing into Chame | bptato | 2023-08-15 | 1 | -0/+1 |
| | | | | Operation "modularize Chawan somewhat" part 2 | ||||
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -0/+1 |
| | | | | Operation "modularize Chawan somewhat" part 1 | ||||
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * Import punycode, as it has been removed from stdlib. * Fix some syntax errors * Apparently you can no longer compare distinct pointers with nil. Add explicit comparisons with typeof(nil) instead. * htmlparser: rename _ to other, as semantics of _ have changed. (Quite a shame, it looked better with _. Oh well.) * Explicitly specify mm:refc, as the browser OOMs with orc for some reason. Confirmed to compile & run on 2.0.0, 1.6.14, 1.6.12, 1.6.10 and 1.6.8. (<1.6.8 it's broken & wontfix.) | ||||
* | Disable Effect warnings | bptato | 2023-07-03 | 1 | -0/+1 |
| | |||||
* | Enable overloadable enums | bptato | 2022-06-27 | 1 | -0/+1 |
| | |||||
* | Change configuration format to toml | bptato | 2021-12-05 | 1 | -0/+1 |
| | |||||
* | Minor changes | bptato | 2021-08-16 | 1 | -0/+3 |