Use findlib.
[ocaml-csv.git] / csv.ml
2006-11-24 richUse findlib.
2006-10-18 richCsv.concat - arranges CSV subfiles in columns.
2006-07-19 richMove to OCaml 3.09.1 - actually finds some previously...
2006-04-21 richFixed a fairly grave bug in Csv.print_readable - one...
2006-02-23 richCsv.compare function.
2006-02-15 richprint_readable/save_out_readable changed:
2005-11-25 richImplemented:
2005-08-13 richFix to handle the crappy not-quite-CSV files sent by...
2005-02-17 richCsv.square, Csv.print_readable functions.
2005-01-19 richFlush stdout after printing.
2004-12-22 richRead and write tab-delimited files.
2004-12-06 richAdded the Csv.trim function.
2003-12-17 richAdded CSV parsing library, and fixed handling of "0...