<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/portab/strlcpy.c, branch rel-24</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-24</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-24'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2014-03-17T11:22:00+00:00</updated>
<entry>
<title>Update copyright notices of recently changed files</title>
<updated>2014-03-17T11:22:00+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-03-17T01:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a13bb78b1e7adf7c261ac427341c397ef9a6a1ed'/>
<id>urn:sha1:a13bb78b1e7adf7c261ac427341c397ef9a6a1ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove imp.h and exp.h header files</title>
<updated>2014-03-16T23:17:02+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-03-16T23:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=259c314d142abd6f9295047c116235cfdd119563'/>
<id>urn:sha1:259c314d142abd6f9295047c116235cfdd119563</id>
<content type='text'>
These include files don't have a function any more, remove them.
</content>
</entry>
<entry>
<title>Code cleanup, remove blank lines</title>
<updated>2014-03-16T21:11:26+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-03-16T21:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=43fb18f2f5a506c4d78967e4b6e961b7339c98dc'/>
<id>urn:sha1:43fb18f2f5a506c4d78967e4b6e961b7339c98dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Doxygen @file documentation to each source and header file</title>
<updated>2011-02-13T16:52:38+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-12-27T16:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c'/>
<id>urn:sha1:03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.</title>
<updated>2005-03-19T18:43:48+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2005-03-19T18:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8adff5922376676c2eeb49de1cbab86cc345b887'/>
<id>urn:sha1:8adff5922376676c2eeb49de1cbab86cc345b887</id>
<content type='text'>
use stdbool.h / inttypes.h if available.
</content>
</entry>
<entry>
<title>Updated to latest strl{cat|cpy} code of rsync:</title>
<updated>2005-02-27T09:29:13+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2005-02-27T09:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3da942e2374449248b1359222564db8f9997b090'/>
<id>urn:sha1:3da942e2374449248b1359222564db8f9997b090</id>
<content type='text'>
- Make sure that strlcpy() returns the right value when the bufsize is 0.
- Fixed a bug in strlcat() where it would not properly detect a no-change
  condition if called with an initial string longer than the specified
  size limit (due to an unsigned var's inability to go negative).
Patch by Florian Westphal, &lt;westphal@foo.fh-furtwangen.de&gt;.
</content>
</entry>
<entry>
<title>Fixed return values of our own implementation of strlcpy(). The code has</title>
<updated>2005-01-18T09:05:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2005-01-18T09:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=6c5f4beb53d5e37fefe017cf28c513c44cfda1af'/>
<id>urn:sha1:6c5f4beb53d5e37fefe017cf28c513c44cfda1af</id>
<content type='text'>
been taken from rsync and they fixed it, but we didn't until today :-/
</content>
</entry>
<entry>
<title>- strlcat() and strlcpy() replacement functions.</title>
<updated>2002-12-26T14:34:11+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2002-12-26T14:34:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=fbdf85b553448fac0e15f6553f9b408ca486c24f'/>
<id>urn:sha1:fbdf85b553448fac0e15f6553f9b408ca486c24f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- added strlcpy.c for strlcpy() and strlcat() replacement functions.</title>
<updated>2002-12-26T13:18:46+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2002-12-26T13:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=60cf07c8754c9291527fde2791e6353da7674d8c'/>
<id>urn:sha1:60cf07c8754c9291527fde2791e6353da7674d8c</id>
<content type='text'>
</content>
</entry>
</feed>
