[q-lang-cvs] q ChangeLog,1.332,1.333
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-23 08:33:35
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27618 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.332 retrieving revision 1.333 diff -C2 -d -r1.332 -r1.333 *** ChangeLog 22 Feb 2008 12:57:05 -0000 1.332 --- ChangeLog 23 Feb 2008 08:33:31 -0000 1.333 *************** *** 1,2 **** --- 1,13 ---- + 2008-02-23 Albert Graef <Dr....@t-...> + + + 7.11 + + * modules/clib/system.q, system.c: support for highres timers + + New functions (nanotime, nanosleep, etc.) are provided to access + the POSIX 1003.1-2001 timer functions (clock_gettime et al). The + interface supports all the available standard (realtime, + monotonic, cpu process and thread) timers. + 2008-02-22 Albert Graef <Dr....@t-...> |