Add temp allocator scribble. Make bufferstream safer.

This commit is contained in:
Christoffer Lerno
2024-08-11 01:17:25 +02:00
parent 2706495668
commit a97e4fe42d

View File

@@ -30,6 +30,7 @@
- The compiler now skips UTF8 BOM.
- Printable values passed to the Formatter as pointers, will print as if passed by value.
- Pointers are rendered with "0x" prefix when passed to '%s'.
- Add temp allocator scribble.
### Fixes