Commit Graph

105 Commits

Author SHA1 Message Date
Timerix 9db2d003f5 added dir_setCurrent, dir_getCurrent 2026-06-09 23:59:41 +05:00
Timerix 649c2c0968 removed RESULT_ERROR_FMT, see RESULT_ERROR_HEAP for reason 2026-06-08 00:34:50 +05:00
Timerix efa4a24304 added path_fix_separators 2026-06-07 22:45:02 +05:00
Timerix 82a6293f21 added macro try_handle() 2026-01-13 18:20:01 +05:00
Timerix c4fd22542d fixed IGNORE_RESULT macro bug 2026-01-09 09:47:41 +05:00
Timerix 4cfed24ec3 fixed cpp guard 2026-01-09 05:52:38 +05:00
Timerix de88e9ff16 added List_T_destroyWithElements 2025-12-21 20:22:35 +05:00
Timerix 26de01c3e7 added path_getUserDir, dir_createParent 2025-12-21 20:00:10 +05:00
Timerix 7dc80c2fdf insertion sort fix 2025-12-19 08:15:28 +05:00
Timerix bdbe959e23 DateTime_parse 2025-12-15 23:21:59 +05:00
Timerix 94b051e852 defer simplified 2025-12-15 13:38:03 +05:00
Timerix 08d45faa83 fixed some errors 2025-12-13 03:24:46 +05:00
Timerix af0931c727 changed Error_create msg argument type to str 2025-12-13 02:30:45 +05:00
Timerix 0d422cd7e5 HashMapKeyValue.value -> value_ptr 2025-12-02 20:06:02 +05:00
Timerix 17d2d1c38d added inline insertion sort and binary search 2025-12-02 19:24:46 +05:00
Timerix a57f05cfeb zeroStruct 2025-12-02 17:17:39 +05:00
Timerix ea6c20f430 str_expand fix 2025-11-27 01:44:49 +05:00
Timerix 77e4f38416 updated README.md 2025-11-27 01:38:50 +05:00
Timerix f3e4f8f061 added str_expand 2025-11-27 01:23:41 +05:00
Timerix 83091ac707 added file_readWholeText 2025-11-26 23:52:18 +05:00
Timerix 6a7f0a8715 added List<T>_expand 2025-11-26 20:56:09 +05:00
Timerix 8a40caaf10 str_destroy and str_free 2025-11-26 17:03:54 +05:00
Timerix 4c97787c27 moved term.h to tlibc 2025-11-25 18:22:14 +05:00
Timerix 82bd234d08 rewritten Array and List, changed str.size -> .len 2025-11-25 16:31:04 +05:00
Timerix b557881168 LList fix 2025-11-24 23:48:38 +05:00
Timerix f2ce18b16d implemented doubly linked list 2025-11-24 23:41:58 +05:00
Timerix 3a7f09bb49 fixed file_close bug when file is NULL 2025-11-21 21:21:02 +05:00
Timerix 0b4574b53e replaced strerror() with thread-safe strerror_malloc() 2025-11-21 13:19:14 +05:00
Timerix 225a48a8d9 List_index fix 2025-11-18 22:37:27 +05:00
Timerix ec164dc4e9 moved magic.h to tlibc 2025-11-18 16:29:34 +05:00
Timerix c68e4e87b3 fixed DateTime_get bugs and added FMT_DateTime 2025-11-18 16:00:50 +05:00
Timerix bc41577248 file_readWhole 2025-11-18 14:18:09 +05:00
Timerix 89aab2b5bf Array_free 2025-11-18 12:16:46 +05:00
Timerix 425794361b fix README 2025-11-15 15:23:13 +05:00
Timerix fc8541ad2d fixed portable_localtime_s on posix systems 2025-11-15 14:41:58 +05:00
Timerix ae0fa95d6a added macros for printf format codes 2025-11-15 12:12:06 +05:00
Timerix 5ef223372b renamed char_* functions 2025-11-15 11:51:21 +05:00
Timerix adaf5cc311 cstr_copy 2025-11-13 06:16:57 +05:00
Timerix af36bab444 implemented DateTime struct 2025-11-13 05:11:35 +05:00
Timerix 1775b27980 Array_null and List_null 2025-11-13 02:29:55 +05:00
Timerix 77589878c1 added check for zero size in Array_alloc 2025-11-13 00:37:59 +05:00
Timerix 3034e4d186 readme 2025-11-10 12:40:53 +05:00
Timerix d9daae8c5e README 2025-11-10 11:44:33 +05:00
Timerix 972f244ae5 implemented ErrorCodePage 2025-11-10 11:42:25 +05:00
Timerix 6a1067a612 created HashMap iterator 2025-11-10 10:30:22 +05:00
Timerix 2de044711f implemented List_increaseCapacity_size 2025-11-10 10:29:50 +05:00
Timerix 958cb269b2 renamed first argument of all methods to 'self' 2025-11-10 07:06:56 +05:00
Timerix 0a1e87817d added HashMap_pushOrUpdate 2025-11-10 06:55:47 +05:00
Timerix 57c5942fcc new StringBuilder functions 2025-11-10 06:55:26 +05:00
Timerix 1406189511 implemented buffer_size calculation in vsprintf_malloc 2025-11-10 01:54:47 +05:00