| Age | Commit message (Collapse) | Author |
|
Linked list now implements FREE, ADD, functionalities. This
modification allows for easier use of linked list and less bugs.
The linked list functions now also have header and implementation
macros to allow for external use of linked list functions in other
translation units.
|
|
Null-terminate all printf statements so that the output is proper.
|
|
All equalities in the codebase now uses the string_view equality
check to ensure memory-safe comparison between strings. This is
the case, unless the comparison is between two null-terminated
C-style string, in which case they will not be using sv_equal()
|
|
Remove userdata argument from um_init() temporarily.
|
|
um.h and um.c is modified to accept the linked list ll_manifest
inside um_user_data struct. um_on_kv() now adds to the linked
list in parser->userdata.
|
|
|