[q-lang-cvs] q NEWS,1.144,1.145
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-23 08:34:17
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27647 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q/NEWS,v retrieving revision 1.144 retrieving revision 1.145 diff -C2 -d -r1.144 -r1.145 *** NEWS 21 Feb 2008 23:11:07 -0000 1.144 --- NEWS 23 Feb 2008 08:34:11 -0000 1.145 *************** *** 3,7 **** ======= ! * 7.11 21 February 2008 - As suggested by Rob Hubbard and John Cowan, special Unicode characters in --- 3,7 ---- ======= ! * 7.11 23 February 2008 - As suggested by Rob Hubbard and John Cowan, special Unicode characters in *************** *** 19,22 **** --- 19,28 ---- - 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 reject NULL and empty string parameter values in SQL insert statements. |