Update of /cvsroot/q-lang/q
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24633
Modified Files:
ChangeLog
Log Message:
update ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/q-lang/q/ChangeLog,v
retrieving revision 1.316
retrieving revision 1.317
diff -C2 -d -r1.316 -r1.317
*** ChangeLog 18 Jan 2008 10:09:38 -0000 1.316
--- ChangeLog 22 Jan 2008 12:05:02 -0000 1.317
***************
*** 1,2 ****
--- 1,15 ----
+ 2008-01-22 Albert Graef <Dr....@t-...>
+
+ * modules/clib/clib.q, modules/clib/clib.c: add support for
+ reading and writing slices of byte strings in addition to single
+ elements
+
+ More specifically, the get_xxx operations can now be invoked with
+ a pair of indices (I,J) to get a slice from a byte string. This
+ works like sub/bsub, but uses indices relative to the element
+ type. Likewise, the put_xxx operations can now be invoked with a
+ byte string argument rather than a single element, to replace an
+ entire slice of a byte string with a single operation.
+
2008-01-18 Albert Graef <Dr....@t-...>
|