[q-lang-cvs] q NEWS,1.145,1.146
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-23 11:29:14
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3088 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q/NEWS,v retrieving revision 1.145 retrieving revision 1.146 diff -C2 -d -r1.145 -r1.146 *** NEWS 23 Feb 2008 08:34:11 -0000 1.145 --- NEWS 23 Feb 2008 11:29:08 -0000 1.146 *************** *** 17,27 **** provided as well. ! - The glob and regex functions were moved back from system into clib. - Added support for highres timers (clock_gettime et al) on systems where the POSIX timer extension is available. The system module provides a number of new functions (nanotime, nanosleep, etc.) to deal with these. Moreover, the ! builtin time function will now also make use of clock_gettime (or ! gettimeofday) if they are available. - Worked around some quirks with the MS Access ODBC driver which caused it to --- 17,31 ---- provided as well. ! - The glob and regex functions were moved back from system into clib. Also, a ! bug in the await function function was fixed (now it properly accepts ! timeouts specified in seconds, not millisecs), and support for mutex and ! semaphore timeouts was added to the try function (this requires a system ! with pthread_mutex_timedlock/sem_timedwait). - Added support for highres timers (clock_gettime et al) on systems where the POSIX timer extension is available. The system module provides a number of new functions (nanotime, nanosleep, etc.) to deal with these. Moreover, the ! builtin time function will now also make use of clock_gettime/gettimeofday ! if they are available. - Worked around some quirks with the MS Access ODBC driver which caused it to |