<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwm, branch master</title>
<subtitle>The suckless dwm window manager.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/'/>
<entry>
<title>Sadeep's customizations.</title>
<updated>2025-11-29T05:52:16+00:00</updated>
<author>
<name>Sadeep Madurange</name>
<email>sadeep@asciimx.com</email>
</author>
<published>2025-11-29T05:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=7d144cf1703d80dabdd81b9a5592abf648e9fc64'/>
<id>7d144cf1703d80dabdd81b9a5592abf648e9fc64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 6.6</title>
<updated>2025-08-09T12:34:03+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2025-08-09T12:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=693d94d350c806e77677c35958e18590c26e19d2'/>
<id>693d94d350c806e77677c35958e18590c26e19d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unsigned integer underflow in drw_text()</title>
<updated>2024-10-30T12:02:17+00:00</updated>
<author>
<name>Raymond Cole</name>
<email>rc@wolog.xyz</email>
</author>
<published>2024-10-28T00:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=cfb8627a80a334f200f68c2c8f3e384313ebbaf5'/>
<id>cfb8627a80a334f200f68c2c8f3e384313ebbaf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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.asciimx.com/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 drw.{c,h} from dmenu</title>
<updated>2024-10-05T11:06:08+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2024-10-05T11:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=8933ebcf50024f4378a78e556b1ac08091197206'/>
<id>8933ebcf50024f4378a78e556b1ac08091197206</id>
<content type='text'>
- drw: minor improvement to the nomatches cache
- overhaul utf8decoding and render invalid utf8 sequences as U+FFFD.

Thanks NRK for these improvements!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- drw: minor improvement to the nomatches cache
- overhaul utf8decoding and render invalid utf8 sequences as U+FFFD.

Thanks NRK for these improvements!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing void to updateclientlist definition</title>
<updated>2024-06-08T16:21:00+00:00</updated>
<author>
<name>Pontus Stenetorp</name>
<email>pontus@stenetorp.se</email>
</author>
<published>2024-06-08T10:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=5687f4696472ba6029bbba18e293e3e8b9e154ea'/>
<id>5687f4696472ba6029bbba18e293e3e8b9e154ea</id>
<content type='text'>
Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 6.5</title>
<updated>2024-03-19T11:13:16+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2024-03-19T11:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=061e9fe9a7db396c0c4f3d996c3908fb43a6d50c'/>
<id>061e9fe9a7db396c0c4f3d996c3908fb43a6d50c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: remove the options target</title>
<updated>2023-09-22T13:13:29+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2023-09-22T13:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=9f8855343c881bdc01b9fff5b956537ba1106b76'/>
<id>9f8855343c881bdc01b9fff5b956537ba1106b76</id>
<content type='text'>
The Makefile used to suppress output (by using @), so this target made sense at
the time.

But the Makefile should be simple and make debugging with less abstractions or
fancy printing.  The Makefile was made verbose and doesn't hide the build
output, so remove this target.

Prompted by a question on the mailing list about the options target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Makefile used to suppress output (by using @), so this target made sense at
the time.

But the Makefile should be simple and make debugging with less abstractions or
fancy printing.  The Makefile was made verbose and doesn't hide the build
output, so remove this target.

Prompted by a question on the mailing list about the options target.
</pre>
</div>
</content>
</entry>
<entry>
<title>restore SIGCHLD sighandler to default before spawning a program</title>
<updated>2023-04-09T10:37:14+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2023-04-09T10:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=e81f17d4c196aaed6893fd4beed49991caa3e2a4'/>
<id>e81f17d4c196aaed6893fd4beed49991caa3e2a4</id>
<content type='text'>
From sigaction(2):
A child created via fork(2) inherits a copy of its parent's signal dispositions.
During an execve(2), the dispositions of handled signals are reset to the default;
the dispositions of ignored signals are left unchanged.

This refused to start directly some programs from configuring in config.h:

static Key keys[] = {
	MODKEY,                       XK_o,      spawn,          {.v = cmd } },
};

Some reported programs that didn't start were: mpv, anki, dmenu_extended.

Reported by pfx.
Initial patch suggestion by Storkman.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From sigaction(2):
A child created via fork(2) inherits a copy of its parent's signal dispositions.
During an execve(2), the dispositions of handled signals are reset to the default;
the dispositions of ignored signals are left unchanged.

This refused to start directly some programs from configuring in config.h:

static Key keys[] = {
	MODKEY,                       XK_o,      spawn,          {.v = cmd } },
};

Some reported programs that didn't start were: mpv, anki, dmenu_extended.

Reported by pfx.
Initial patch suggestion by Storkman.
</pre>
</div>
</content>
</entry>
<entry>
<title>config.mk: update to _XOPEN_SOURCE=700L</title>
<updated>2023-02-17T14:27:34+00:00</updated>
<author>
<name>NRK</name>
<email>nrk@disroot.org</email>
</author>
<published>2023-02-17T05:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.asciimx.com/dwm/commit/?id=348f6559ab0d4793db196ffa56ba96ab95a594a6'/>
<id>348f6559ab0d4793db196ffa56ba96ab95a594a6</id>
<content type='text'>
SA_NOCLDWAIT is marked as XSI in the posix spec [0] and FreeBSD and NetBSD
seems to more be strict about the feature test macro [1].

so update the macro to use _XOPEN_SOURCE=700L instead, which is equivalent to
_POSIX_C_SOURCE=200809L except that it also unlocks the X/Open System
Interfaces.

[0]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html#tag_13_42
[1]: https://lists.suckless.org/dev/2302/35111.html

Tested on:
* NetBSD 9.3 (fixed).
* FreeBSD 13 (fixed).
* Void Linux musl.
* Void Linux glibc.
* OpenBSD 7.2 (stable).
* Slackware 11.

Reported-by: beastie &lt;pufferfish@riseup.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SA_NOCLDWAIT is marked as XSI in the posix spec [0] and FreeBSD and NetBSD
seems to more be strict about the feature test macro [1].

so update the macro to use _XOPEN_SOURCE=700L instead, which is equivalent to
_POSIX_C_SOURCE=200809L except that it also unlocks the X/Open System
Interfaces.

[0]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html#tag_13_42
[1]: https://lists.suckless.org/dev/2302/35111.html

Tested on:
* NetBSD 9.3 (fixed).
* FreeBSD 13 (fixed).
* Void Linux musl.
* Void Linux glibc.
* OpenBSD 7.2 (stable).
* Slackware 11.

Reported-by: beastie &lt;pufferfish@riseup.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
