<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/tool, branch rel-26-rc2</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-26-rc2</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-26-rc2'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2018-10-30T00:53:24+00:00</updated>
<entry>
<title>Fix some compiler warnings of Apple Xcode/Clang</title>
<updated>2018-10-30T00:53:24+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2018-10-30T00:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c8162a80beba80f3b1d04fdba8e74bf5366c47f7'/>
<id>urn:sha1:c8162a80beba80f3b1d04fdba8e74bf5366c47f7</id>
<content type='text'>
For example:

* src/ngircd/irc-login.c:102:21: Implicit conversion loses integer
  precision: 'int' to 'char'

* src/ngircd/conn.c:1084:9: Implicit conversion turns floating-point
  number into integer: 'double' to 'bool'

* src/tool/tool.c:85:10: Implicit conversion loses integer precision:
  'int' to 'char'
</content>
</entry>
<entry>
<title>Streamline ".gitignore" files</title>
<updated>2015-07-19T01:03:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-07-19T01:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a5ca8be6588590c6c5feb35bb0f149c0619122c4'/>
<id>urn:sha1:a5ca8be6588590c6c5feb35bb0f149c0619122c4</id>
<content type='text'>
</content>
</entry>
<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>Add support for arc4random</title>
<updated>2013-10-16T15:32:06+00:00</updated>
<author>
<name>Federico G. Schwindt</name>
<email>fgsch@lodoss.net</email>
</author>
<published>2013-10-16T10:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=17589534d0ccff05463910d1f0ba673d7d1630fd'/>
<id>urn:sha1:17589534d0ccff05463910d1f0ba673d7d1630fd</id>
<content type='text'>
If arc4random is present it will be used over the srand/rand interface.
This fixes some warnings in OpenBSD-current.
</content>
</entry>
<entry>
<title>Add a few casts, fix compiler warnings on NetBSD 5</title>
<updated>2012-11-12T21:39:57+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-11-12T21:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=44926b7f9ff031c37be48b33c314e47e2f84ff9f'/>
<id>urn:sha1:44926b7f9ff031c37be48b33c314e47e2f84ff9f</id>
<content type='text'>
This fixes a few warnings of this type:
  XXX.c: In function 'AAA':
  XXX.c:YY: warning: array subscription has type 'char'

Tested on NetBSD 5.0.2 with gcc 4.1.3.
</content>
</entry>
<entry>
<title>tool.h: Don't check for and #define PF_INET</title>
<updated>2012-11-11T10:05:21+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-11-11T10:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e29d198700a9e1c026d7f4b2601d127045adbe53'/>
<id>urn:sha1:e29d198700a9e1c026d7f4b2601d127045adbe53</id>
<content type='text'>
This is correctly handled by ipaddr/ng_ipaddr.h today, and the check
in tool.h isn't required any more -- and caused errors on OpenBSD 5.0:

  In file included from ./../tool/tool.h:23:
  /usr/include/arpa/inet.h:74:
    warning: "struct in_addr" declared inside parameter list
</content>
</entry>
<entry>
<title>Remove all geneerated Makefile.am on "make maintainer-clean"</title>
<updated>2012-09-24T18:45:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T18:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3e22fc32f3941ef839b570043283c53eea37470a'/>
<id>urn:sha1:3e22fc32f3941ef839b570043283c53eea37470a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'automake-am11-am12'</title>
<updated>2012-09-24T18:28:02+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T18:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8cfb9104419d3c00fbef3fe8639eb04f03d83f3d'/>
<id>urn:sha1:8cfb9104419d3c00fbef3fe8639eb04f03d83f3d</id>
<content type='text'>
* automake-am11-am12:
  autogen.sh: detect automake version format a.b.c and a.b
  configure.ng: don't require GIT tree to detect version string
  Include .mailmap file in distribution archives
  Include all build-system files into distribution archives
  Change build system to support new and old GNU automake
</content>
</entry>
<entry>
<title>automake: don't use INCLUDES, it's AM_CPPFLAGS nowadays</title>
<updated>2012-09-24T15:45:15+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T15:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d4df626d8872576b3fb54280764f16f3b94d783b'/>
<id>urn:sha1:d4df626d8872576b3fb54280764f16f3b94d783b</id>
<content type='text'>
</content>
</entry>
</feed>
