Update of /cvsroot/q-lang/q
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6556
Modified Files:
ChangeLog
Log Message:
update ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/q-lang/q/ChangeLog,v
retrieving revision 1.331
retrieving revision 1.332
diff -C2 -d -r1.331 -r1.332
*** ChangeLog 22 Feb 2008 11:34:00 -0000 1.331
--- ChangeLog 22 Feb 2008 12:57:05 -0000 1.332
***************
*** 1,4 ****
--- 1,9 ----
2008-02-22 Albert Graef <Dr....@t-...>
+ * src/sys.c: support for highres timers
+
+ On systems where clock_gettime or gettimeofday is available, they
+ will be used for the builtin time function instead of ftime/time.
+
* modules/clib/clib.c: bugfix: timeout for await is specified in
seconds, not milliseconds
|