Christoffer Lerno
|
1e38ccdd2b
|
Fix missing free on GrowableBitSet. init_new/init_temp for GrowableBitSet, LinkedList, List, HashMap, DString, ByteBuffer. Interface to_string renamed to_new_string. Change in allocator usage, malloc is now heap. Added new_array, new_zero_array, new, new_clear, clone. Concat => concat_new. string::printf => string::new_format, string::tprintf => string::tformat. "to_*" are now "to_new_*" and "to_temp_*". "from_*" is "new_from*"
|
2023-11-09 01:59:49 +01:00 |
|
Christoffer Lerno
|
1aa038c92f
|
Interface based streams. Fix for initializing with a force unwrap inside. Allow $define to take a list. Allow $define to return error on argument type mismatch in call. Fixed broken bit operations on boolean vectors.
|
2023-10-31 01:06:59 +01:00 |
|
Christoffer Lerno
|
9a6d83f526
|
Updated stream API.
|
2023-09-03 01:14:15 +02:00 |
|
Christoffer Lerno
|
5c2e82fc8b
|
More use of temp allocator.
|
2023-07-19 02:46:43 +02:00 |
|
Christoffer Lerno
|
50784d4df6
|
Updated to use the new implicit type for method calls in some libraries. Made the grammar a little more liberal.
|
2023-07-02 10:55:25 +02:00 |
|
Christoffer Lerno
|
57c8b5fc75
|
Fix on rethrow + macros.
|
2023-06-27 20:41:17 +02:00 |
|