[q-lang-cvs] q/modules/clib system.q,1.6,1.7
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-23 08:42:30
|
Update of /cvsroot/q-lang/q/modules/clib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31354 Modified Files: system.q Log Message: comment change Index: system.q =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/system.q,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** system.q 23 Feb 2008 08:37:30 -0000 1.6 --- system.q 23 Feb 2008 08:42:26 -0000 1.7 *************** *** 712,716 **** /* Time functions. Return information about the active timezone and the current time, and convert time values to various formats. Also available ! are functions to measure cpu time and a high-resolution timer. These functions are in close correspondence with the date and time functions of the C library, see the manual for details. */ --- 712,716 ---- /* Time functions. Return information about the active timezone and the current time, and convert time values to various formats. Also available ! are functions to measure cpu time and high-resolution timers. These functions are in close correspondence with the date and time functions of the C library, see the manual for details. */ |