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
|
c5404c6573
|
get_env for Win32, @pierrec's get_config_dir and get_home_dir
|
2023-09-25 16:29:49 +02:00 |
|
Christoffer Lerno
|
a1ecf2211f
|
as_str() replaced by str_view()
|
2023-09-24 23:50:16 +02:00 |
|
Christoffer Lerno
|
c4228e08c5
|
MacOS uses regular stacktrace for errors.
|
2023-09-21 16:39:13 +02:00 |
|
Dmitry Atamanov
|
f5fea69ef9
|
Move get_var, set_var and clear_var to os::env module.
|
2023-08-24 13:31:48 +02:00 |
|