Commit Graph

21 Commits

Author SHA1 Message Date
efa4a24304 added path_fix_separators 2026-06-07 22:45:02 +05:00
26de01c3e7 added path_getUserDir, dir_createParent 2025-12-21 20:00:10 +05:00
82bd234d08 rewritten Array and List, changed str.size -> .len 2025-11-25 16:31:04 +05:00
0b4574b53e replaced strerror() with thread-safe strerror_malloc() 2025-11-21 13:19:14 +05:00
ae0fa95d6a added macros for printf format codes 2025-11-15 12:12:06 +05:00
5ef223372b renamed char_* functions 2025-11-15 11:51:21 +05:00
adaf5cc311 cstr_copy 2025-11-13 06:16:57 +05:00
57c5942fcc new StringBuilder functions 2025-11-10 06:55:26 +05:00
1406189511 implemented buffer_size calculation in vsprintf_malloc 2025-11-10 01:54:47 +05:00
2c8e6fc601 added null check to destructors 2025-11-09 03:37:17 +05:00
75c94e88d9 fixed str_trim bugs 2025-11-01 00:15:41 +05:00
14ffede476 smal fixes 2025-09-29 10:22:50 +05:00
c415e2ca8f str_trim 2025-08-12 19:51:07 +03:00
8eeaff4245 made str_equals faster 2025-08-10 17:21:55 +03:00
eb6432470c collection structs name replaced with macro 2025-07-24 12:56:53 +03:00
447c15bc46 fixed error message generation 2025-07-22 15:31:07 +05:00
7e5b1ea9bb moved headers to include/tlibc 2025-07-21 16:10:01 +03:00
be2c4e7792 hex_to_str 2025-07-21 16:02:15 +03:00
ebe6e58ef3 added StringBuilder_append_memory 2025-07-19 04:41:26 +03:00
c0c845bee8 renamed some functions 2025-07-19 03:38:33 +03:00
fbc209dda9 refactored code from tcpu 2025-07-18 22:07:30 +03:00