• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H01-May-2012-278209

m4/H01-May-2012-7,9887,160

tests/H03-May-2022-2314

COPYINGH A D01-May-201214.8 KiB281237

COPYING.LESSERH A D24-Oct-200623.8 KiB459386

ChangeLogH A D10-Jan-20135.9 KiB9381

FAQH A D26-Jul-20085.1 KiB150115

INSTALLH A D01-May-20121.2 KiB4328

Makefile.amH A D01-May-2012449 2019

Makefile.inH A D01-May-201229.6 KiB886790

READMEH A D09-Jan-2013801 3020

aclocal.m4H A D01-May-201233.9 KiB957862

config.guessH A D01-May-201243.8 KiB1,5331,320

config.subH A D01-May-201234.6 KiB1,7751,624

configureH A D09-Jan-2013362 KiB12,5009,648

configure.acH A D09-Jan-2013283 1510

csv.3H A D03-May-202223.8 KiB574513

csv.hH A D03-May-20223.4 KiB9071

depcompH A D01-May-201218.2 KiB631407

install-shH A D01-May-201213.3 KiB521344

libcsv.cH A D03-May-202214.7 KiB591447

ltmain.shH A D01-May-2012237.8 KiB8,4146,482

missingH A D01-May-201211.2 KiB377281

test_csv.cH A D28-Dec-201215.4 KiB483351

README

1Installation
2------------
3installation usually consists of:
4./configure && make && make check && make install
5
6see the INSTALL file for details and instructions on other systems
7
8
9License
10-------
11The libcsv library is licensed under the LGPL, see the COPYING.LESSER file for details.
12The example programs are not covered under a license and can be used without restriction.
13
14
15Documentation
16-------------
17See the accompanying man pages or pdf documentation
18
19
20libcsv interfaces for other programming languages
21-------------------------------------------------
22Perl - Text-CSV-LibCSV by Jiro Nishiguchi
23       http://search.cpan.org/dist/Text-CSV-LibCSV/
24
25Ruby - SimpleCSV by Ken Date
26       http://rubyforge.org/projects/simplecsv/
27
28       Rcsv by Artur Pyrogovskyi
29       https://github.com/fiksu/rcsv
30