<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/portab, branch rel-27</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-27</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-27'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2024-02-09T23:22:33+00:00</updated>
<entry>
<title>Remove outdated, unsupported and broken support for splint(1)</title>
<updated>2024-02-09T23:22:33+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-02-09T23:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce'/>
<id>urn:sha1:ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the debug loglevel always available</title>
<updated>2023-01-02T21:39:16+00:00</updated>
<author>
<name>michi</name>
<email>michi+ngircd@dataswamp.org</email>
</author>
<published>2023-01-01T12:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c7de505c919c5f550d848f9cafae99532bc1f789'/>
<id>urn:sha1:c7de505c919c5f550d848f9cafae99532bc1f789</id>
<content type='text'>
This basically means to unifdef DEBUG in (almost) all places.
We keep it in src/portab/portab.h so DEBUG stays available to
enable assert(). Also add a comment about this.
</content>
</entry>
<entry>
<title>Spelling fixes, mostly in file comments</title>
<updated>2022-12-25T14:16:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2022-12-25T14:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19'/>
<id>urn:sha1:56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unbreak GCC 10 (-fno-common) build</title>
<updated>2020-04-19T22:20:46+00:00</updated>
<author>
<name>michi</name>
<email>michi+ngircd@dataswamp.org</email>
</author>
<published>2020-04-14T14:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=f27827d7937375b5348107ca7427abf74c9eff3d'/>
<id>urn:sha1:f27827d7937375b5348107ca7427abf74c9eff3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix memory leak in portabtest Check_strtok_r()</title>
<updated>2020-02-15T13:56:07+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2020-02-15T13:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8d173a33286f47ac5678a8ce8cdd756295342cb1'/>
<id>urn:sha1:8d173a33286f47ac5678a8ce8cdd756295342cb1</id>
<content type='text'>
Fix the following Clang "LeakSanitizer" error (which isn't quite
relevant in this test program, but anyway):

  ERROR: LeakSanitizer: detected memory leaks

  Direct leak of 7 byte(s) in 1 object(s) allocated from:
      #0 0x7f8c4d022810 in strdup (/lib/x86_64-linux-gnu/libasan.so.5+0x3a810)
      #1 0x5601a801491a in Check_strtok_r (/net/arthur/home/alex/Develop/ngIRCd/ngIRCd.git/src/portab/portabtest+0x291a)
      #2 0x5601a8014d77 in main (/net/arthur/home/alex/Develop/ngIRCd/ngIRCd.git/src/portab/portabtest+0x2d77)
      #3 0x7f8c4c69009a in __libc_start_main ../csu/libc-start.c:308

  SUMMARY: AddressSanitizer: 7 byte(s) leaked in 1 allocation(s).
  FAIL: portabtest
</content>
</entry>
<entry>
<title>portab/Makefile: Split list into separate lines</title>
<updated>2018-02-25T02:17:21+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2017-01-29T20:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8f0c705029501141528fbe7671e4107b4e1f395f'/>
<id>urn:sha1:8f0c705029501141528fbe7671e4107b4e1f395f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure that SYSCONFDIR is always set</title>
<updated>2016-07-22T17:01:04+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2016-07-22T17:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=722afc1b810cef74dbd2738d71866176fd974ec2'/>
<id>urn:sha1:722afc1b810cef74dbd2738d71866176fd974ec2</id>
<content type='text'>
This is useful when ./configure hasn't been run but some source code
linters are run in an editor, for example.
</content>
</entry>
<entry>
<title>Whitespace fixes (no functional changes)</title>
<updated>2015-08-01T13:15:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-08-01T13:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9811223fb882413645db38948ac05fa21ddd3514'/>
<id>urn:sha1:9811223fb882413645db38948ac05fa21ddd3514</id>
<content type='text'>
</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>
</feed>
