<feed xmlns='http://www.w3.org/2005/Atom'>
<title>goblin-king/dwm/util.c, branch master</title>
<subtitle>My dwm build</subtitle>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/'/>
<entry>
<title>util.c: output function might override errno and thus affect perror()</title>
<updated>2024-10-27T19:10:07+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2024-10-27T19:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=fcb2476b693ca4c40ad32c7119e27bbeb856865c'/>
<id>fcb2476b693ca4c40ad32c7119e27bbeb856865c</id>
<content type='text'>
Original patch by Raymond Cole with some modifications, thanks!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Raymond Cole with some modifications, thanks!
</pre>
</div>
</content>
</entry>
<entry>
<title>sync code-style patch from libsl</title>
<updated>2022-08-08T08:43:09+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-08-08T08:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=e0dee911455cee739a5b05a994828f4a37a2764d'/>
<id>e0dee911455cee739a5b05a994828f4a37a2764d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>die() on calloc failure</title>
<updated>2016-11-05T10:34:52+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2016-11-05T10:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=24849acada79977cea6acd2d8741d2bd00891ff6'/>
<id>24849acada79977cea6acd2d8741d2bd00891ff6</id>
<content type='text'>
thanks Markus Teich and David!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thanks Markus Teich and David!
</pre>
</div>
</content>
</entry>
<entry>
<title>die() consistency: always add newline</title>
<updated>2016-08-12T12:36:35+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2016-08-12T12:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=ab9571bbc5f6fb04fd583238a665a7e830fc1397'/>
<id>ab9571bbc5f6fb04fd583238a665a7e830fc1397</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync updated drw code from dmenu</title>
<updated>2015-10-20T21:38:31+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T21:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=646b351cc79845f4cc77415dfff474b9ae0053d9'/>
<id>646b351cc79845f4cc77415dfff474b9ae0053d9</id>
<content type='text'>
important:
- drw_rect: didn't use w and h, change the dwm code accordingly.
- drw_text: text is NULL is not allowed, use drw_rect().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
important:
- drw_rect: didn't use w and h, change the dwm code accordingly.
- drw_text: text is NULL is not allowed, use drw_rect().
</pre>
</div>
</content>
</entry>
<entry>
<title>continued with draw.c abstraction, also started util.{h,c} implementation, that will be used by draw.c as well</title>
<updated>2012-12-08T09:13:01+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.us</email>
</author>
<published>2012-12-08T09:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=f21d46ea7def76221c4173f644eb2188ae9edbb1'/>
<id>f21d46ea7def76221c4173f644eb2188ae9edbb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>micromizing dwm step 1</title>
<updated>2007-09-15T20:25:27+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T20:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=0235a84ef286db5c97239615ae525ce973641941'/>
<id>0235a84ef286db5c97239615ae525ce973641941</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>referred to LICENSE file</title>
<updated>2007-05-30T10:19:28+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-05-30T10:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=2c6be7239f932121b9e4526b01b957fcefc8345a'/>
<id>2c6be7239f932121b9e4526b01b957fcefc8345a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well</title>
<updated>2007-05-30T10:10:01+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-05-30T10:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=d934296476be7345842fec1a2630d1752c704078'/>
<id>d934296476be7345842fec1a2630d1752c704078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added nsz to copyright holders as well, because he did a lot recently</title>
<updated>2007-05-29T09:57:08+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>arg@suckless.org</email>
</author>
<published>2007-05-29T09:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.unix-goblins.xyz/goblin-king/dwm/commit/?id=9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59'/>
<id>9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
