pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:190:
o Protocols.HTTP2 o Bittorrent.DHT o MsgPack New features ------------ o Gmp.mpf is now implemented using gmpf if the library is available.
+
o The SSL module now supports session tickets.
-
+
C-level API changes ------------------- o The contract for functions is now changed so that a function is no longer required to clean the stack. The topmost value of the stack will be regarded as the return value and the rest of the items on the stack, compared to before the function arguments were pushed, will be popped and discarded. Efuns still have to clean their stack as previously.