| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-23 | lib: ll & parser: um: proper linked list impl and refactor um | 0x221E | |
| 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. | |||
| 2026-04-22 | parser: um: remove userdata argument from um_init() | 0x221E | |
| Remove userdata argument from um_init() temporarily. | |||
| 2026-04-22 | parser: um: modify umanifest for initial support | 0x221E | |
| 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. | |||
| 2026-04-20 | main: initial commit | 0x221E | |
