| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fehlerbehandlung beim Schreiben hinzugefügt | Thomas Schmucker | 2020-06-23 | 1 | -0/+12 | |
| | | ||||||
| * | erste Version von cvs_write() hinzugefügt! | Thomas Schmucker | 2020-06-23 | 1 | -0/+22 | |
| | | ||||||
| * | Test für csv_write() zunächst deaktiviert! | Thomas Schmucker | 2020-06-23 | 1 | -0/+2 | |
| | | ||||||
| * | fix parameter | Thomas Schmucker | 2020-06-23 | 2 | -4/+4 | |
| | | ||||||
| * | code cleanup | Thomas Schmucker | 2020-06-23 | 2 | -3/+15 | |
| | | ||||||
| * | fix makefile | Thomas Schmucker | 2020-06-23 | 1 | -2/+2 | |
| | | ||||||
| * | benutze 'static inline' statt nur 'static'. 30% bessere Performance! | Thomas Schmucker | 2020-06-23 | 1 | -9/+9 | |
| | | ||||||
| * | überarbeite makefile, dass die csv-lib separat übersetzt wird... | Thomas Schmucker | 2020-06-23 | 1 | -3/+8 | |
| | | ||||||
| * | Setze die CSV-Optionen bei einem Cleanup auf NULL.. | Thomas Schmucker | 2020-06-23 | 1 | -0/+1 | |
| | | ||||||
| * | Erlaube Compile-Optionen für Feldtrenner und Feldbegrenzer | Thomas Schmucker | 2020-06-23 | 1 | -2/+9 | |
| | | ||||||
| * | wähle sprechendere Namen für Feldtrenner und Feldbegrenzer | Thomas Schmucker | 2020-06-23 | 2 | -18/+18 | |
| | | ||||||
| * | keine neuen (pseudo) Schlüsselwörter einführen... | Thomas Schmucker | 2020-06-23 | 1 | -11/+10 | |
| | | ||||||
| * | fix: csv_write | Thomas Schmucker | 2020-06-22 | 2 | -8/+23 | |
| | | ||||||
| * | Fix: Include (assert.h) | Thomas Schmucker | 2020-06-21 | 1 | -0/+1 | |
| | | ||||||
| * | mehr asserts... | Thomas Schmucker | 2020-06-21 | 1 | -0/+2 | |
| | | ||||||
| * | s/csv_error/csv_err/ | Thomas Schmucker | 2020-06-21 | 3 | -10/+10 | |
| | | ||||||
| * | Überarbeitets Error-Handling | Thomas Schmucker | 2020-06-21 | 3 | -13/+36 | |
| | | ||||||
| * | Benutze unterschiedliche Callback-Argumente für die Memory- und ↵ | Thomas Schmucker | 2020-06-21 | 3 | -9/+12 | |
| | | | | | Error-Callback-Handler | |||||
| * | Vereinfache das Interface noch weiter... | Thomas Schmucker | 2020-06-19 | 2 | -3/+7 | |
| | | ||||||
| * | csv_free() Funktion gegen csv_cleanup() ersetzt, die bei EOF jetzt auch ↵ | Thomas Schmucker | 2020-06-19 | 3 | -7/+5 | |
| | | | | | automatisch aufgreufen wird. | |||||
| * | Der Code benötigt nur C99, nicht C11. Fixe das in der makefile. | Thomas Schmucker | 2020-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Bereinige den benutzten Speicher vor der Freigabe... | Thomas Schmucker | 2020-06-19 | 2 | -4/+6 | |
| | | ||||||
| * | mehr Fehlerbehandlung... | Thomas Schmucker | 2020-06-19 | 1 | -0/+13 | |
| | | ||||||
| * | Beispiel für einen normalen Ablauf ohne Exceptions hinzugefügt. | Thomas Schmucker | 2020-06-19 | 1 | -1/+17 | |
| | | ||||||
| * | makefile wieder zurück auf 'normale' Entwicklungsflags... | Thomas Schmucker | 2020-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Testprogramme und Beispiele hinzugefügt | Thomas Schmucker | 2020-06-18 | 2 | -440/+57 | |
| | | ||||||
| * | erster Versuch, csv als library zu sehen... | Thomas Schmucker | 2020-06-18 | 1 | -0/+445 | |
| | | ||||||
| * | header datei | Thomas Schmucker | 2020-06-18 | 2 | -40/+57 | |
| | | ||||||
| * | Memory Interface | Thomas Schmucker | 2020-06-18 | 1 | -14/+48 | |
| | | ||||||
| * | constness | Thomas Schmucker | 2020-06-18 | 1 | -7/+14 | |
| | | ||||||
| * | Parameter werden nun überall wo möglich geprüft. | Thomas Schmucker | 2020-06-18 | 1 | -0/+7 | |
| | | ||||||
| * | übergebe die Fehlermeldung auch an den CLient-Error-Handler; Reorg Code | Thomas Schmucker | 2020-06-18 | 1 | -43/+54 | |
| | | ||||||
| * | mit abort() lässt sich eine bessere Fehlerbehandlung durchführen, wenn das ↵ | Thomas Schmucker | 2020-06-17 | 1 | -19/+40 | |
| | | | | | zugehörige Signal in einem Handler abgefangen wird! | |||||
| * | sort compiler flags... | Thomas Schmucker | 2020-06-17 | 1 | -3/+4 | |
| | | ||||||
| * | Vereinfache den Code an mehreren Stellen. Speicherverwaltung ist nun | Thomas Schmucker | 2020-06-17 | 1 | -53/+65 | |
| | | | | | | zentralisiert und wo nicht notwendig, wird auf einen Returncode verzichtet! | |||||
| * | aufräumen... | Thomas Schmucker | 2020-06-17 | 1 | -90/+27 | |
| | | ||||||
| * | Zwischenstand... | Thomas Schmucker | 2020-06-17 | 1 | -43/+87 | |
| | | ||||||
| * | mehr Fehlerprüfungen | Thomas Schmucker | 2020-06-14 | 1 | -5/+17 | |
| | | ||||||
| * | Fehlerbehandlung hinzugefügt | Thomas Schmucker | 2020-06-14 | 1 | -92/+131 | |
| | | ||||||
| * | benutze Speicherallokierungen getrennten Argumenten für Größe und Anzahl ↵ | Thomas Schmucker | 2020-06-14 | 1 | -2/+2 | |
| | | | | | der Elemente | |||||
| * | makefile dem Projekt hinzugefügt | Thomas Schmucker | 2020-06-14 | 1 | -0/+13 | |
| | | ||||||
| * | zst => state, ZST_ => STATE_ | Thomas Schmucker | 2020-06-13 | 1 | -32/+32 | |
| | | ||||||
| * | update handling first field | Thomas Schmucker | 2020-06-13 | 1 | -5/+5 | |
| | | ||||||
| * | update seq-read.c | Thomas Schmucker | 2020-06-13 | 1 | -3/+3 | |
| | | ||||||
| * | add comment | Thomas Schmucker | 2020-06-13 | 1 | -0/+1 | |
| | | ||||||
| * | funktionen zum Schreiben von CSV-Daten hinzugefügt | Thomas Schmucker | 2020-06-13 | 1 | -2/+41 | |
| | | ||||||
| * | Mache klarer, wie EOF genau erkannt wird... | Thomas Schmucker | 2020-06-12 | 1 | -8/+11 | |
| | | ||||||
| * | bessere Steuerung für inline/static | Thomas Schmucker | 2020-06-11 | 1 | -9/+13 | |
| | | ||||||
| * | benutze getc statt fgetc | Thomas Schmucker | 2020-06-11 | 1 | -7/+7 | |
| | | ||||||
| * | erster Commit | Thomas Schmucker | 2020-06-11 | 2 | -0/+391 | |
