<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>poll.c, branch HEAD</title>
<subtitle>Cross-platform polling library for C
</subtitle>
<entry>
<id>4b84560a847a156f3d838e5fcd97fa438329eb8b</id>
<published>2026-04-09T21:04:51Z</published>
<updated>2026-04-09T21:04:51Z</updated>
<title>Update package format</title>
<link rel="alternate" type="text/html" href="commit/4b84560a847a156f3d838e5fcd97fa438329eb8b.html" />
<author>
<name>finwo</name>
<email>finwo@pm.me</email>
</author>
<content>commit 4b84560a847a156f3d838e5fcd97fa438329eb8b
parent abc91e91439e7e515c2560be41abf8ff19b12983
Author: finwo &lt;finwo@pm.me&gt;
Date:   Thu,  9 Apr 2026 23:04:51 +0200

Update package format

</content>
</entry>
<entry>
<id>abc91e91439e7e515c2560be41abf8ff19b12983</id>
<published>2023-12-31T00:36:28Z</published>
<updated>2023-12-31T00:36:28Z</updated>
<title>Added actual implementation of win-compat poll</title>
<link rel="alternate" type="text/html" href="commit/abc91e91439e7e515c2560be41abf8ff19b12983.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit abc91e91439e7e515c2560be41abf8ff19b12983
parent fafb55c6ef21d038862116821b249cd3c9da3c81
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 01:36:28 +0100

Added actual implementation of win-compat poll

</content>
</entry>
<entry>
<id>fafb55c6ef21d038862116821b249cd3c9da3c81</id>
<published>2023-12-31T00:29:00Z</published>
<updated>2023-12-31T00:29:00Z</updated>
<title>Remove another instance of including sys&#39;s poll.h directly</title>
<link rel="alternate" type="text/html" href="commit/fafb55c6ef21d038862116821b249cd3c9da3c81.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit fafb55c6ef21d038862116821b249cd3c9da3c81
parent b940ad44bf1a464470e58f3fd50b2d01d51f935c
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 01:29:00 +0100

Remove another instance of including sys&#39;s poll.h directly

</content>
</entry>
<entry>
<id>b940ad44bf1a464470e58f3fd50b2d01d51f935c</id>
<published>2023-12-31T00:23:54Z</published>
<updated>2023-12-31T00:23:54Z</updated>
<title>Don&#39;t use system poll.h from fpoll.c, it&#39;ll be there through compat</title>
<link rel="alternate" type="text/html" href="commit/b940ad44bf1a464470e58f3fd50b2d01d51f935c.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit b940ad44bf1a464470e58f3fd50b2d01d51f935c
parent f95d1238fca6a4a7970d667b3915233ef42fa33d
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 01:23:54 +0100

Don&#39;t use system poll.h from fpoll.c, it&#39;ll be there through compat

</content>
</entry>
<entry>
<id>f95d1238fca6a4a7970d667b3915233ef42fa33d</id>
<published>2023-12-31T00:18:57Z</published>
<updated>2023-12-31T00:18:57Z</updated>
<title>Export poll_compat as well to allow inclusion from original poll.h</title>
<link rel="alternate" type="text/html" href="commit/f95d1238fca6a4a7970d667b3915233ef42fa33d.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit f95d1238fca6a4a7970d667b3915233ef42fa33d
parent fb056573c62c51f99c9e74826ffa3ab804899ccd
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 01:18:57 +0100

Export poll_compat as well to allow inclusion from original poll.h

</content>
</entry>
<entry>
<id>fb056573c62c51f99c9e74826ffa3ab804899ccd</id>
<published>2023-12-31T00:12:49Z</published>
<updated>2023-12-31T00:12:49Z</updated>
<title>Attempt windows compatibility</title>
<link rel="alternate" type="text/html" href="commit/fb056573c62c51f99c9e74826ffa3ab804899ccd.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit fb056573c62c51f99c9e74826ffa3ab804899ccd
parent 62c7edc5c098ab36422a42bebb18ec6c897bd9b1
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 01:12:49 +0100

Attempt windows compatibility

</content>
</entry>
<entry>
<id>62c7edc5c098ab36422a42bebb18ec6c897bd9b1</id>
<published>2023-12-31T00:03:53Z</published>
<updated>2023-12-31T00:03:53Z</updated>
<title>Ignoring osx directory files</title>
<link rel="alternate" type="text/html" href="commit/62c7edc5c098ab36422a42bebb18ec6c897bd9b1.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit 62c7edc5c098ab36422a42bebb18ec6c897bd9b1
parent 7464edd5eb4dd5c8ce4db5433dc0225694ef8092
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 01:03:53 +0100

Ignoring osx directory files

</content>
</entry>
<entry>
<id>7464edd5eb4dd5c8ce4db5433dc0225694ef8092</id>
<published>2023-12-30T23:18:24Z</published>
<updated>2023-12-30T23:18:24Z</updated>
<title>Simpler pfd-&gt;events del that doesn&#39;t require update when adding evtype</title>
<link rel="alternate" type="text/html" href="commit/7464edd5eb4dd5c8ce4db5433dc0225694ef8092.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit 7464edd5eb4dd5c8ce4db5433dc0225694ef8092
parent 90dc4ebb27fd660726c9ca7c826cc0df6daa0080
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 00:18:24 +0100

Simpler pfd-&gt;events del that doesn&#39;t require update when adding evtype

</content>
</entry>
<entry>
<id>90dc4ebb27fd660726c9ca7c826cc0df6daa0080</id>
<published>2023-12-30T23:12:25Z</published>
<updated>2023-12-30T23:12:25Z</updated>
<title>Include argument names in header</title>
<link rel="alternate" type="text/html" href="commit/90dc4ebb27fd660726c9ca7c826cc0df6daa0080.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit 90dc4ebb27fd660726c9ca7c826cc0df6daa0080
parent 3aab83cd66e25f093acd12102f827ca1dacfdcaa
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 00:12:25 +0100

Include argument names in header

</content>
</entry>
<entry>
<id>3aab83cd66e25f093acd12102f827ca1dacfdcaa</id>
<published>2023-12-30T23:00:12Z</published>
<updated>2023-12-30T23:00:12Z</updated>
<title>Use poll.h instead of sys/poll.h</title>
<link rel="alternate" type="text/html" href="commit/3aab83cd66e25f093acd12102f827ca1dacfdcaa.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit 3aab83cd66e25f093acd12102f827ca1dacfdcaa
parent e88ca880aad4e6e8fd84d684d002157553c30383
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sun, 31 Dec 2023 00:00:12 +0100

Use poll.h instead of sys/poll.h

</content>
</entry>
<entry>
<id>e88ca880aad4e6e8fd84d684d002157553c30383</id>
<published>2023-12-30T22:58:56Z</published>
<updated>2023-12-30T22:59:34Z</updated>
<title>udata implementation</title>
<link rel="alternate" type="text/html" href="commit/e88ca880aad4e6e8fd84d684d002157553c30383.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit e88ca880aad4e6e8fd84d684d002157553c30383
parent e0d665c8f6b8652b5c621f7a3c4eadf80502d608
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sat, 30 Dec 2023 23:58:56 +0100

udata implementation

</content>
</entry>
<entry>
<id>e0d665c8f6b8652b5c621f7a3c4eadf80502d608</id>
<published>2023-12-30T22:28:54Z</published>
<updated>2023-12-30T22:28:54Z</updated>
<title>fpoll_wait implementation</title>
<link rel="alternate" type="text/html" href="commit/e0d665c8f6b8652b5c621f7a3c4eadf80502d608.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit e0d665c8f6b8652b5c621f7a3c4eadf80502d608
parent ab4f32e0695582621f14bb891137246c6ff88f88
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Sat, 30 Dec 2023 23:28:54 +0100

fpoll_wait implementation

</content>
</entry>
<entry>
<id>ab4f32e0695582621f14bb891137246c6ff88f88</id>
<published>2023-12-27T23:59:40Z</published>
<updated>2023-12-27T23:59:40Z</updated>
<title>fpoll_del implementation</title>
<link rel="alternate" type="text/html" href="commit/ab4f32e0695582621f14bb891137246c6ff88f88.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit ab4f32e0695582621f14bb891137246c6ff88f88
parent d7dc055bae2ed8019831df3a6bbe2d7f5ac3a7b6
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Thu, 28 Dec 2023 00:59:40 +0100

fpoll_del implementation

</content>
</entry>
<entry>
<id>d7dc055bae2ed8019831df3a6bbe2d7f5ac3a7b6</id>
<published>2023-12-27T22:48:31Z</published>
<updated>2023-12-27T22:48:31Z</updated>
<title>work-in-progress implementation</title>
<link rel="alternate" type="text/html" href="commit/d7dc055bae2ed8019831df3a6bbe2d7f5ac3a7b6.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit d7dc055bae2ed8019831df3a6bbe2d7f5ac3a7b6
parent 7c01a7e82b69d9e45eeb76573c688d07df45be83
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Wed, 27 Dec 2023 23:48:31 +0100

work-in-progress implementation

</content>
</entry>
<entry>
<id>7c01a7e82b69d9e45eeb76573c688d07df45be83</id>
<published>2023-12-25T21:27:14Z</published>
<updated>2023-12-25T21:27:14Z</updated>
<title>Project init</title>
<link rel="alternate" type="text/html" href="commit/7c01a7e82b69d9e45eeb76573c688d07df45be83.html" />
<author>
<name>Yersa Nordman</name>
<email>yersa@finwo.nl</email>
</author>
<content>commit 7c01a7e82b69d9e45eeb76573c688d07df45be83
Author: Yersa Nordman &lt;yersa@finwo.nl&gt;
Date:   Mon, 25 Dec 2023 22:27:14 +0100

Project init

</content>
</entry>
</feed>
