[q-lang-cvs] q-csv csv.c,1.6,1.7 csv.q,1.8,1.9
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-14 04:28:11
|
Update of /cvsroot/q-lang/q-csv In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24085 Modified Files: csv.c csv.q Log Message: add cvs id Index: csv.c =================================================================== RCS file: /cvsroot/q-lang/q-csv/csv.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** csv.c 14 Jan 2008 04:26:21 -0000 1.6 --- csv.c 14 Jan 2008 04:28:02 -0000 1.7 *************** *** 15,18 **** --- 15,19 ---- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + $Id$ Written by Eddie Rucker 3-13 Jan, 2008 */ Index: csv.q =================================================================== RCS file: /cvsroot/q-lang/q-csv/csv.q,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** csv.q 13 Jan 2008 21:40:50 -0000 1.8 --- csv.q 14 Jan 2008 04:28:03 -0000 1.9 *************** *** 16,19 **** --- 16,21 ---- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + /* $Id$ */ + /* The CSV library provides an interface to read and write comma separated value files. The reading and writing functions abide by RFC 4180 |