<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libcsv/csv.c, branch apply-linting</title>
<subtitle>CSV parsing library</subtitle>
<id>https://git.its1.de/public/libcsv/atom?h=apply-linting</id>
<link rel='self' href='https://git.its1.de/public/libcsv/atom?h=apply-linting'/>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/'/>
<updated>2023-07-16T08:38:31Z</updated>
<entry>
<title>Bessere Variablennamen und andere Vereinfachungen im Code</title>
<updated>2023-07-16T08:38:31Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2023-07-16T08:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=c684b9b035082c4e5f69d856a33888ede45ba204'/>
<id>urn:sha1:c684b9b035082c4e5f69d856a33888ede45ba204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Verschiedene Casts hinzugefügt</title>
<updated>2023-07-16T08:25:57Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2023-07-16T08:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=09ba59ebce471cb46dcd156224d6c18765f8c4d5'/>
<id>urn:sha1:09ba59ebce471cb46dcd156224d6c18765f8c4d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Benutze einfachere Version des UNUSED Makros</title>
<updated>2021-07-31T09:38:02Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2021-07-31T09:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=654847933f32dcd05ee4778f194393afba84ccde'/>
<id>urn:sha1:654847933f32dcd05ee4778f194393afba84ccde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: typo in comment and function name</title>
<updated>2021-07-31T08:20:39Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2021-07-31T08:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=7a5b29742887d2cdb0c78040119425c2ab0e493f'/>
<id>urn:sha1:7a5b29742887d2cdb0c78040119425c2ab0e493f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: typo</title>
<updated>2020-11-20T13:39:11Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-11-20T13:39:11Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=e83a67ae9e0a050c42d2db1109dba6ebfcb943c6'/>
<id>urn:sha1:e83a67ae9e0a050c42d2db1109dba6ebfcb943c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>__DATE__ und __TIME__ brauchen nicht extra mit XSTR() verarbeitet werden...</title>
<updated>2020-11-18T18:33:40Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-11-18T18:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=dff006684ad8b46fe8916dc603896d9615bc3b5b'/>
<id>urn:sha1:dff006684ad8b46fe8916dc603896d9615bc3b5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(lib): Verhindere Programmabsturz, wenn csv_cleanup() mehrmals aufgerufen wird.</title>
<updated>2020-08-21T12:50:22Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-21T12:50:22Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=ff35dcfa63088beb23e140932bbc28d541b6874c'/>
<id>urn:sha1:ff35dcfa63088beb23e140932bbc28d541b6874c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ändere den Returntyp von csv_read() von int nach size_t, weil keine negativen Werte für 'Dateiende' oder 'Fehler beim Lesen' zurückgegeben werden.</title>
<updated>2020-08-21T05:51:31Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-21T05:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=9f823621280f698e813caa38fad3f7354336b2fa'/>
<id>urn:sha1:9f823621280f698e813caa38fad3f7354336b2fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Benutze size_t statt int bei Größenangaben</title>
<updated>2020-07-24T10:23:33Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-07-24T10:23:33Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=0ba2797fdf4577588bcf7f5cac9d94ae43b8b31b'/>
<id>urn:sha1:0ba2797fdf4577588bcf7f5cac9d94ae43b8b31b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vereinfache csv_nfields()</title>
<updated>2020-07-06T08:52:11Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-07-06T08:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=2da1b85b56c33019802459663c309f49045bcd5d'/>
<id>urn:sha1:2da1b85b56c33019802459663c309f49045bcd5d</id>
<content type='text'>
</content>
</entry>
</feed>
