csv

csv reading library
git clone git://bvnf.space/csv.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2022-03-22 00:19infinite loop typoaabacchus1+1-1
2021-11-24 16:53version 1.0aabacchus1+5-0
2021-11-24 16:48move testing stuff to own diraabacchus3+47-47
2021-10-04 09:38Makefile: fix typoaabacchus1+1-1
2021-10-03 01:45add UNLICENSEaabacchus1+24-0
2021-10-02 22:56csv.h: tab indentationaabacchus1+3-3
2021-10-02 22:54remove printingaabacchus1+0-9
2021-10-02 20:45add install targetaabacchus1+10-1
2021-10-02 20:38create archiveaabacchus4+204-241
2021-10-02 20:25start manpage, make own library source fileaabacchus3+99-1
2021-10-02 19:34add header fileaabacchus2+22-11
2021-10-02 19:28add csv_read_file functionaabacchus1+31-18
2021-10-02 19:10use csv struct and create/destroy functionsaabacchus1+56-25
2021-10-02 16:13check for extra cellsaabacchus1+9-0
2021-10-02 15:43add -h message and make cleanaabacchus2+9-1
2021-10-02 15:17check for missing cellsaabacchus1+6-1
2021-10-02 15:14move data reading into its own functionaabacchus1+77-53
2021-10-02 12:47add flag to optionally scan for header linephoebos2+42-18
2021-10-02 11:59move header reading into its own functionphoebos1+39-24
2021-10-02 11:48add warnings to Makefilephoebos2+4-4
2021-10-02 11:40read dataphoebos2+78-15
2021-10-01 15:37initialphoebos4+69-0