Update of /cvsroot/q-lang/q
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9239
Modified Files:
NEWS
Log Message:
update NEWS
Index: NEWS
===================================================================
RCS file: /cvsroot/q-lang/q/NEWS,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** NEWS 16 Jan 2008 09:22:17 -0000 1.136
--- NEWS 18 Jan 2008 10:12:41 -0000 1.137
***************
*** 5,12 ****
* 7.11 January 2008 (work in progress)
! As suggested by Rob Hubbard and John Cowan, special Unicode characters in
! strings can now be specified using an escape of the form '\&name;', where name
! is any of the XML entity names specified here:
! http://www.w3.org/TR/2007/WD-xml-entity-names-20071214/
--- 5,19 ----
* 7.11 January 2008 (work in progress)
! - As suggested by Rob Hubbard and John Cowan, special Unicode characters in
! strings can now be specified using an escape of the form '\&name;', where
! name is any of the XML entity names specified here:
! http://www.w3.org/TR/2007/WD-xml-entity-names-20071214/
!
! - clib now provides a set of additional int/float vector operations, as
! suggested by John Cowan on the mailing list a while ago. These allow you to
! treat byte strings as mutable C vectors of signed/unsigned 8/16/32 bit
! integers or float/double values. Operations to convert between such C
! vectors and corresponding lists of integers/floating point values are
! provided as well.
|