[q-lang-cvs] q ChangeLog,1.315,1.316
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-18 10:09:41
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8012 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.315 retrieving revision 1.316 diff -C2 -d -r1.315 -r1.316 *** ChangeLog 17 Jan 2008 08:25:23 -0000 1.315 --- ChangeLog 18 Jan 2008 10:09:38 -0000 1.316 *************** *** 1,2 **** --- 1,12 ---- + 2008-01-18 Albert Graef <Dr....@t-...> + + * modules/clib/clib.q, modules/clib/clib.c: add int/float vector + operations, as suggested by John Cowan + + 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. + 2008-01-17 Albert Graef <Dr....@t-...> |