<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgman/src/um.c, branch dev</title>
<subtitle>Package manager for 0x221E distro.</subtitle>
<id>https://universe.0xinfinity.dev/distro/pkgman/atom?h=dev</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/pkgman/atom?h=dev'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/pkgman/'/>
<updated>2026-04-23T02:04:31Z</updated>
<entry>
<title>lib: ll &amp; parser: um: proper linked list impl and refactor um</title>
<updated>2026-04-23T02:04:31Z</updated>
<author>
<name>0x221E</name>
<email>0x221E@0xinfinity.dev</email>
</author>
<published>2026-04-23T02:04:31Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/pkgman/commit/?id=16ac9c1fd2693e717ccea6653c990e9933fe740f'/>
<id>urn:sha1:16ac9c1fd2693e717ccea6653c990e9933fe740f</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>global: add: null-terminate all printf's</title>
<updated>2026-04-22T19:17:43Z</updated>
<author>
<name>0x221E</name>
<email>0x221E@0xinfinity.dev</email>
</author>
<published>2026-04-22T19:17:43Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/pkgman/commit/?id=89125794a5a7bd2f37265358e1e6d830f9c724df'/>
<id>urn:sha1:89125794a5a7bd2f37265358e1e6d830f9c724df</id>
<content type='text'>
Null-terminate all printf statements so that the output is proper.
</content>
</entry>
<entry>
<title>global: refactor: change strcmp,strncmp with sv_equal()</title>
<updated>2026-04-22T19:12:13Z</updated>
<author>
<name>0x221E</name>
<email>0x221E@0xinfinity.dev</email>
</author>
<published>2026-04-22T19:12:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/pkgman/commit/?id=9043e9f85f5e028771cbb4e61a24102a488d8628'/>
<id>urn:sha1:9043e9f85f5e028771cbb4e61a24102a488d8628</id>
<content type='text'>
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()
</content>
</entry>
<entry>
<title>parser: um: remove userdata argument from um_init()</title>
<updated>2026-04-22T15:37:51Z</updated>
<author>
<name>0x221E</name>
<email>0x221E@0xinfinity.dev</email>
</author>
<published>2026-04-22T15:32:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/pkgman/commit/?id=92bed63f00769bba05f093afd398210bf5c10e59'/>
<id>urn:sha1:92bed63f00769bba05f093afd398210bf5c10e59</id>
<content type='text'>
Remove userdata argument from um_init() temporarily.
</content>
</entry>
<entry>
<title>parser: um: modify umanifest for initial support</title>
<updated>2026-04-22T15:02:04Z</updated>
<author>
<name>0x221E</name>
<email>0x221E@0xinfinity.dev</email>
</author>
<published>2026-04-22T14:23:30Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/pkgman/commit/?id=9eb3539af5e79f1e2e2abc09eae30aa7d53fd7dd'/>
<id>urn:sha1:9eb3539af5e79f1e2e2abc09eae30aa7d53fd7dd</id>
<content type='text'>
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-&gt;userdata.
</content>
</entry>
<entry>
<title>main: initial commit</title>
<updated>2026-04-20T21:12:22Z</updated>
<author>
<name>0x221E</name>
<email>0x221E@0xinfinity.dev</email>
</author>
<published>2026-04-20T21:12:22Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/pkgman/commit/?id=c9364e9eed5a7fa6e2c8951d4ea07fb5e0d32d38'/>
<id>urn:sha1:c9364e9eed5a7fa6e2c8951d4ea07fb5e0d32d38</id>
<content type='text'>
</content>
</entry>
</feed>
