<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libcsv/csv.h, branch csv-write</title>
<subtitle>CSV parsing library</subtitle>
<id>https://git.its1.de/public/libcsv/atom?h=csv-write</id>
<link rel='self' href='https://git.its1.de/public/libcsv/atom?h=csv-write'/>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/'/>
<updated>2020-07-05T09:54:28Z</updated>
<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>Benutze '#pragma once' als Include-Wächter.</title>
<updated>2020-06-27T08:45:31Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-27T08:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=1d451db2505f229cb48e4dc671a1900397dd4ee4'/>
<id>urn:sha1:1d451db2505f229cb48e4dc671a1900397dd4ee4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: überflüssigen Parameter entfernt</title>
<updated>2020-06-25T14:38:16Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-25T14:38:16Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=d63932bc25f8682611deebac44ee14a102f389f4'/>
<id>urn:sha1:d63932bc25f8682611deebac44ee14a102f389f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugfix: bei csv_mem_free() muss neben der Anzahl der Elemente auch deren Größe übergeben werden!</title>
<updated>2020-06-25T14:37:17Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-25T14:37:17Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=ef9113ce4c32cecd31de972f0a5045664fe1dd49'/>
<id>urn:sha1:ef9113ce4c32cecd31de972f0a5045664fe1dd49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Benutze int als Datentyp für Feldbegrenzer und Feldtrenner statt bisher</title>
<updated>2020-06-25T06:33:24Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-25T06:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=b31926741461ad8d95f814968ed5420da83cb715'/>
<id>urn:sha1:b31926741461ad8d95f814968ed5420da83cb715</id>
<content type='text'>
char. Clients können diese Parameter beim Parsen auf "ungültige" Werte
wie etwa -1 setzen und damit das Parsen einer CSV-Datei nochmals
genauer beeinflussen. Mit char als Datentyp wäre das nicht möglich, weil
jeder char-Wert in einer Datei vorkommen kann!
</content>
</entry>
<entry>
<title>fix parameter</title>
<updated>2020-06-23T15:45:07Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-23T15:45:07Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=9a157bc781348aab0b1be8b248d5b7125562fcfb'/>
<id>urn:sha1:9a157bc781348aab0b1be8b248d5b7125562fcfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code cleanup</title>
<updated>2020-06-23T15:28:46Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-23T15:28:46Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=6bc072cd54a8d9efd81f6be16ef2a8d0dfa17ac2'/>
<id>urn:sha1:6bc072cd54a8d9efd81f6be16ef2a8d0dfa17ac2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wähle sprechendere Namen für Feldtrenner und Feldbegrenzer</title>
<updated>2020-06-23T13:47:31Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-23T13:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=8e747d67c7b53ba51da73ea172a5ea297edbfc52'/>
<id>urn:sha1:8e747d67c7b53ba51da73ea172a5ea297edbfc52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/csv_error/csv_err/</title>
<updated>2020-06-21T09:30:55Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-21T09:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=60fa809ad072f953c097fb8f855bbf4e616c756f'/>
<id>urn:sha1:60fa809ad072f953c097fb8f855bbf4e616c756f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Überarbeitets Error-Handling</title>
<updated>2020-06-21T09:28:57Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-06-21T09:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/libcsv/commit/?id=1c5bb82c5e991d71e9ae5a6645c032f220131f5d'/>
<id>urn:sha1:1c5bb82c5e991d71e9ae5a6645c032f220131f5d</id>
<content type='text'>
</content>
</entry>
</feed>
