<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libcsv/csv.c, branch error-codes</title>
<subtitle>CSV parsing library</subtitle>
<id>https://git.its1.de/public/libcsv/atom?h=error-codes</id>
<link rel='self' href='https://git.its1.de/public/libcsv/atom?h=error-codes'/>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/'/>
<updated>2020-08-21T12:50:22Z</updated>
<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>
<entry>
<title>Bessere Beschreibung der Kommentare</title>
<updated>2020-07-06T08:50:10Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-07-06T08:50:10Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=6079d0a45dcba4a1e6240971a3e223f61233555d'/>
<id>urn:sha1:6079d0a45dcba4a1e6240971a3e223f61233555d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Versionsinformationen hinzugefügt und Headerdatei etwas aufgeräumt.</title>
<updated>2020-07-06T07:59:13Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-07-06T07:59:13Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=dab0e53da15abd57bb7cd35c4fef59a1d39af17d'/>
<id>urn:sha1:dab0e53da15abd57bb7cd35c4fef59a1d39af17d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Entferne die Routinen zum Schreiben eines CSV-Datei. Dies hier ist eine</title>
<updated>2020-07-05T11:05:54Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-07-05T11:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=3cb39141f7cfd79c4ee731441bdf29a753351553'/>
<id>urn:sha1:3cb39141f7cfd79c4ee731441bdf29a753351553</id>
<content type='text'>
Bibliothek zum Lesen/Parsen.
</content>
</entry>
<entry>
<title>Formatiere den Quellcode mit clang-format</title>
<updated>2020-07-05T09:54:28Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-07-05T09:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=db6807fd6644b1e129008ff9622384cef4e48654'/>
<id>urn:sha1:db6807fd6644b1e129008ff9622384cef4e48654</id>
<content type='text'>
</content>
</entry>
<entry>
<title>csv-read() sollte bei Dateiende EOF liefern, statt -1. Damit wird der</title>
<updated>2020-07-02T07:12:20Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-07-02T07:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=7cf4aa222ab5cbda4bf8a6ffc968a85304cc8333'/>
<id>urn:sha1:7cf4aa222ab5cbda4bf8a6ffc968a85304cc8333</id>
<content type='text'>
Clientcode lesbarer und verständlicher.
</content>
</entry>
<entry>
<title>Fix: Codelayout mit Leerzeilen</title>
<updated>2020-07-01T13:17:05Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-07-01T13:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=92ed56e6368b1685fbfbd23fda17fe95a109dd51'/>
<id>urn:sha1:92ed56e6368b1685fbfbd23fda17fe95a109dd51</id>
<content type='text'>
</content>
</entry>
</feed>
