Update of /cvsroot/q-lang/qcalc
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27125
Modified Files:
calclib.q
Log Message:
add cvs id
Index: calclib.q
===================================================================
RCS file: /cvsroot/q-lang/qcalc/calclib.q,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** calclib.q 30 Nov 2007 21:47:07 -0000 1.49
--- calclib.q 30 Nov 2007 22:25:18 -0000 1.50
***************
*** 2,5 ****
--- 2,7 ----
/* calclib.q: qcalc support operations */
+ /* $Id$ */
+
/* This module provides some useful support functions for use in QCalc
spreadsheets. You need to import this if you want to use any of the
|