<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwm/config.mk, branch dwm-systray-20230922-9f88553.diff</title>
<subtitle>Dynamic window manager for X</subtitle>
<id>https://git.ikboikov.net/dwm/atom?h=dwm-systray-20230922-9f88553.diff</id>
<link rel='self' href='https://git.ikboikov.net/dwm/atom?h=dwm-systray-20230922-9f88553.diff'/>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/'/>
<updated>2024-03-19T11:13:16Z</updated>
<entry>
<title>bump version to 6.5</title>
<updated>2024-03-19T11:13:16Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2024-03-19T11:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=061e9fe9a7db396c0c4f3d996c3908fb43a6d50c'/>
<id>urn:sha1:061e9fe9a7db396c0c4f3d996c3908fb43a6d50c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config.mk: update to _XOPEN_SOURCE=700L</title>
<updated>2023-02-17T14:27:34Z</updated>
<author>
<name>NRK</name>
<email>nrk@disroot.org</email>
</author>
<published>2023-02-17T05:05:09Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=348f6559ab0d4793db196ffa56ba96ab95a594a6'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>bump version to 6.4</title>
<updated>2022-10-04T17:35:13Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-04T17:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=50ad171eea9db5ccb36fce2592e047c3282975ff'/>
<id>urn:sha1:50ad171eea9db5ccb36fce2592e047c3282975ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: add manual path for OpenBSD</title>
<updated>2022-05-01T16:37:54Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-05-01T16:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=cd0773cee9bad694dc9a6b1355a32bbe61abadff'/>
<id>urn:sha1:cd0773cee9bad694dc9a6b1355a32bbe61abadff</id>
<content type='text'>
Reported by fossy &lt;fossy@dnmx.org&gt;, thanks
</content>
</entry>
<entry>
<title>bump version to 6.3</title>
<updated>2022-01-07T11:39:18Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-01-07T11:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=d39e2f3441fe18aba8d1a62c08918a411ec6f237'/>
<id>urn:sha1:d39e2f3441fe18aba8d1a62c08918a411ec6f237</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf()</title>
<updated>2020-04-03T13:36:32Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2020-04-03T13:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=c82db690cc0c4624dad4dc6ae899020799ec84db'/>
<id>urn:sha1:c82db690cc0c4624dad4dc6ae899020799ec84db</id>
<content type='text'>
The feature test was incorrect:
_POSIX_C_SOURCE=2

"The value 2 or greater additionally exposes definitions for POSIX.2-1992."
http://man7.org/linux/man-pages/man7/feature_test_macros.7.html

A higher value is needed (atleast 1995):
https://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html

FreeBSD feature test macro:
on
https://github.com/freebsd/freebsd/blob/master/include/stdio.h line 297

This was already fixed in dmenu.

This fixes a warning on FreeBSD, reported by Plasmoduck on IRC, thanks.
</content>
</entry>
<entry>
<title>Prepare 6.2 release.</title>
<updated>2019-02-02T12:50:42Z</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.ca</email>
</author>
<published>2019-02-02T12:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=cb3f58ad06993f7ef3a7d8f61468012e2b786cab'/>
<id>urn:sha1:cb3f58ad06993f7ef3a7d8f61468012e2b786cab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not strip at link stage</title>
<updated>2018-06-02T14:56:10Z</updated>
<author>
<name>Klemens Nanni</name>
<email>kn@openbsd.org</email>
</author>
<published>2018-06-02T13:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=3cd4023fb35d0aeb6e888bfdc1845f2f0251ad20'/>
<id>urn:sha1:3cd4023fb35d0aeb6e888bfdc1845f2f0251ad20</id>
<content type='text'>
Building with debug symbols is worthless unless LDFLAGS are manually
adjusted as well.
</content>
</entry>
<entry>
<title>Shut up glibc about _BSD_SOURCE being deprecated</title>
<updated>2015-12-19T19:20:26Z</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2015-12-19T19:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=4ec3a673ff81275a9157d6801ea4a2b17031e5ba'/>
<id>urn:sha1:4ec3a673ff81275a9157d6801ea4a2b17031e5ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs)</title>
<updated>2015-10-20T21:01:49Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2015-10-20T21:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.ikboikov.net/dwm/commit/?id=40529e1469b399114048185e1d5b7237b1cc7f3e'/>
<id>urn:sha1:40529e1469b399114048185e1d5b7237b1cc7f3e</id>
<content type='text'>
</content>
</entry>
</feed>
