<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wayland/src/event-loop.c, branch 0.85.0</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/wayland/atom/src/event-loop.c?h=0.85.0</id>
<link rel='self' href='http://git.sudomsg.com/mirror/wayland/atom/src/event-loop.c?h=0.85.0'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/'/>
<updated>2011-12-29T03:51:34Z</updated>
<entry>
<title>Fix WL_EVENT_WRITEABLE typo</title>
<updated>2011-12-29T03:51:34Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2011-12-29T03:47:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=d6465c5b402362c730c703f3f6dd5deddefec113'/>
<id>urn:sha1:d6465c5b402362c730c703f3f6dd5deddefec113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>event-loop: Fix idle handler dispatch corner case</title>
<updated>2011-10-29T18:27:33Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2011-10-29T18:27:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=f86338d611305fb84187298cbab5dfc78a698c99'/>
<id>urn:sha1:f86338d611305fb84187298cbab5dfc78a698c99</id>
<content type='text'>
When the last idle handler queues another idle handler, we fail to
dispatch that last handler.  The wl_list_for_each_safe loop looks up
the next pointer before running the handler, and at that point it points
to the head of the list and the loop terminates.

Instead, just loop until the list is empty.
</content>
</entry>
<entry>
<title>event-loop: Quiet a few warnings</title>
<updated>2011-08-12T20:25:18Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2011-08-12T20:23:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=efeb9e977885c2df3426346ec45a913ff403af8d'/>
<id>urn:sha1:efeb9e977885c2df3426346ec45a913ff403af8d</id>
<content type='text'>
There's no good error recovery possible in these cases though.
</content>
</entry>
<entry>
<title>Rename source subdir from wayland to src</title>
<updated>2011-08-12T20:25:14Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@bitplanet.net</email>
</author>
<published>2011-08-12T19:09:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/wayland/commit/?id=4c260db68c028f05401727d1911582ae8b87cd70'/>
<id>urn:sha1:4c260db68c028f05401727d1911582ae8b87cd70</id>
<content type='text'>
</content>
</entry>
</feed>
