Commit c304b8c1 authored by Nils Goroll's avatar Nils Goroll

remove the mention of STRANDS from the changes for now

we are not even using it in our own code yet, so I feel uneasy
about pointing devs to them.
parent 6286ddd2
......@@ -83,13 +83,6 @@ structure when this is used.
The ``vmodtool.py`` script has learned other new tricks, and
as a result also produces nicer ``.rst`` output.
We have a new way of passing text-string arguments around
called ``STRANDS``. Instead of the ``stdarg.h`` representation,
an ``argc+argv`` struct is passed, which means that a function
can take multiple STRANDS arguments, which again means that
many functions will not need to reassemble strings on a
workspace any more, most notably string comparisons.
VCL types ``INT`` and ``BYTES`` are now 64bits on all platforms.
VCL ENUM have gotten a new implementation, so the pointers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment