ocaml-csv.git
2009-11-23 Richard JonesAdd .gitignore file for git. master
2008-10-27 richAdded META file.
2008-10-27 richFix 'trim ~left' and add csvtool trim subcommand.
2007-05-14 richApplied patch from David Allsopp to make the library...
2007-04-23 richRemoved obsolete comment.
2007-04-23 rich1.1.6 for release.
2006-12-05 richFix csvtool call to support '-' notation for reading...
2006-12-05 richAdded 'csvtool call' which allows neat integration...
2006-11-24 richVersion 1.1.5.
2006-11-24 richAllow '-' to mean read from stdin.
2006-11-24 richThrow an error if the named column requested does not...
2006-11-24 richColumns NOT numbered from zero (unless -z given).
2006-11-24 richUse findlib.
2006-10-24 richDocumentation update.
2006-10-24 richCsvtool:
2006-10-18 richCsv.concat - arranges CSV subfiles in columns.
2006-10-01 richBumped for release
2006-07-19 richMove to OCaml 3.09.1 - actually finds some previously...
2006-06-06 rich'csvtool replace' command.
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 richBumped version for release and prepared and fixed docum...
2005-11-25 richImplemented:
2005-08-25 richBumped version number for release.
2005-08-13 richFix to handle the crappy not-quite-CSV files sent by...
2005-05-24 richFixed 'make clean'
2005-05-24 richAdded csvtool for using CSV files on the command line.
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-22 richAdded 'make dist' rule.
2003-12-17 richAdded CSV parsing library, and fixed handling of "0...