pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:1:
Changes since Pike 7.8 (scratch area for future release notes) ---------------------------------------------------------------------- o decode_value now throws the error object Error.DecodeError. Useful to catch format errors in the decode string.
+
o Added ADT.CritBit module
+
Mapping-like key-sorted data structures for string, int and float-keys
+
(ADT.CritBit.Tree, ADT.CritBit.IntTree, ADT.CritBit.FloatTree). Implemented
+
in C.
-
+
+
Changes since Pike 7.8.352 (third 7.8 release): ---------------------------------------------------------------------- Extensions and New Functions ---------------------------- o Added module Search. FIXME: Needs a couple of paragraphs of description. o has_prefix now works on objects.