<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openrc.git/src/libeinfo, branch dynamic-deptree</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=dynamic-deptree</id>
<link rel='self' href='https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=dynamic-deptree'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/'/>
<updated>2024-07-20T01:15:17+00:00</updated>
<entry>
<title>libeinfo.c: add foot</title>
<updated>2024-07-20T01:15:17+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-14T18:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=a8dd10c0c49ca6c04fb5e298dd35a91145fac743'/>
<id>urn:sha1:a8dd10c0c49ca6c04fb5e298dd35a91145fac743</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>Add xterm-kitty to color capable term list</title>
<updated>2024-04-05T05:02:33+00:00</updated>
<author>
<name>John Einar Reitan</name>
<email>john.einar@gmail.com</email>
</author>
<published>2024-04-03T10:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=3d30b6fddaf92c612deea88d2ced7114ed1fcf9c'/>
<id>urn:sha1:3d30b6fddaf92c612deea88d2ced7114ed1fcf9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Touch up docs/comments</title>
<updated>2024-04-01T04:13:02+00:00</updated>
<author>
<name>Oskari Pirhonen</name>
<email>xxc3ncoredxx@gmail.com</email>
</author>
<published>2024-02-21T04:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=957140cb7878ce353c812cf7ea8ba9d46a942412'/>
<id>urn:sha1:957140cb7878ce353c812cf7ea8ba9d46a942412</id>
<content type='text'>
Remove the mention of linking with libtermcap from einfo(3), and fix
some comments in libeinfo.c to more accurately reflect the new
situation.
</content>
</entry>
<entry>
<title>Trivial curses/termcap removal</title>
<updated>2024-04-01T04:13:02+00:00</updated>
<author>
<name>Oskari Pirhonen</name>
<email>xxc3ncoredxx@gmail.com</email>
</author>
<published>2024-02-20T06:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=536794dfad33be978c7b1f8005c899c8d4ce2fa6'/>
<id>urn:sha1:536794dfad33be978c7b1f8005c899c8d4ce2fa6</id>
<content type='text'>
Remove the curses code and make the HAVE_TERMCAP-gated "fallbacks"
always present. This makes an ANSI terminal required for colors.

X-Gentoo-Bug: https://bugs.gentoo.org/904277
Closes: https://github.com/OpenRC/openrc/issues/619
</content>
</entry>
<entry>
<title>Don't re-define strlcpy/strlcat with &gt;=glibc-2.38</title>
<updated>2023-08-30T03:31:18+00:00</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2023-08-30T01:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=c1cd3c9830ce2c68dcf65342688e11a220723619'/>
<id>urn:sha1:c1cd3c9830ce2c68dcf65342688e11a220723619</id>
<content type='text'>
`&gt;=glibc-2.38` implements strlcpy, strlcat, etc so check for those functions
with Meson and don't provide conflicting prototypes.

Technically, it doesn't need _GNU_SOURCE, but it's easier because it's not
clear right now what glibc wants to guard it with. Note that these are in
POSIX next anyway.

Fixes: https://github.com/OpenRC/openrc/issues/643
Signed-off-by: Sam James &lt;sam@gentoo.org&gt;
</content>
</entry>
<entry>
<title>einfo.h: fix EINFO_RESTRICT macro usage</title>
<updated>2023-04-23T20:11:15+00:00</updated>
<author>
<name>Oskari Pirhonen</name>
<email>xxc3ncoredxx@gmail.com</email>
</author>
<published>2023-04-23T19:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=8f52c64c37de39a757c857fd4d03c078d3979dc7'/>
<id>urn:sha1:8f52c64c37de39a757c857fd4d03c078d3979dc7</id>
<content type='text'>
Make function declarations use the EINFO_RESTRICT macro instead of
__EINFO_RESTRICT which gets treated as the name of the argument.
</content>
</entry>
<entry>
<title>Rename attribute macros to namespaced RC_*</title>
<updated>2023-04-19T20:44:51+00:00</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2023-04-19T03:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=eb8831a1416ab2ee8123b3add78421c2aa316b39'/>
<id>urn:sha1:eb8831a1416ab2ee8123b3add78421c2aa316b39</id>
<content type='text'>
This conflicts with linux-headers which uses __unused for some padding members
on ppc64le at least.

Closes: https://github.com/OpenRC/openrc/issues/622
</content>
</entry>
<entry>
<title>libeinfo: missing includes from IWYU</title>
<updated>2023-01-29T17:32:22+00:00</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2023-01-29T04:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=01bcdb43b69cae8e5570042819c4157a264a074d'/>
<id>urn:sha1:01bcdb43b69cae8e5570042819c4157a264a074d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libeinfo: fix -Wunused-but-set-variable</title>
<updated>2023-01-25T05:49:22+00:00</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2023-01-25T03:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=a6568c304f10cbeae566e274db6adf53d3ddfcab'/>
<id>urn:sha1:a6568c304f10cbeae566e274db6adf53d3ddfcab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multiple spelling and typo fixes</title>
<updated>2022-05-01T02:32:32+00:00</updated>
<author>
<name>Josh Soref</name>
<email>jsoref@users.noreply.github.com</email>
</author>
<published>2022-04-15T15:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=3054046e18332ca1bf9b901f69b02f21bb91c098'/>
<id>urn:sha1:3054046e18332ca1bf9b901f69b02f21bb91c098</id>
<content type='text'>
This fixes #516.
</content>
</entry>
</feed>
