libvieter/include
GreekStapler 2ce7a819a9 refactor: Decided to not return char** in function that creates the package description after all, now returns char*.
The method I was trying started to irk me when I thought of creating a test unit for it. Also fixed some other issues I found in the package_to_description function (SHA256SUM section still missing).
2023-01-27 22:17:57 +00:00
..
dynarray.h fix: Took a very long time finding a very annyoing bug because realloc is the devil. 2023-01-27 22:17:57 +00:00
package.h refactor: Decided to not return char** in function that creates the package description after all, now returns char*. 2023-01-27 22:17:57 +00:00
package_info.h refactor: Modified .PKGINFO parser not to rely on gotos and continues. Parser is now optimistic and assumes .PKGINFO file is valid. 2023-01-27 22:17:57 +00:00
vieter_cron.h chore: some nitpicking 2023-01-27 20:50:23 +01:00
vieter_heap.h feat(heap): thread-safety features 2023-01-27 21:23:32 +01:00