pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:74:
return 0; } void destroy() { werror("destroy() runs just as often as create()\n"); } Whenever you edit /tmp/test.pike, it will automatically reload the file.
+
o Protocols.DNS.server
+
+
Derived classes can now override report_decode_error() and
+
handle_decode_error() to change how errors while decoding a DNS
+
packet are reported and handled.
+
Bug fixes --------- o ADT.Heap Fixed heap corruption when the same object is pushed more than once. It will now be considered as calling adjust(). o FSEvents