pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:20:
between elements that are equal. This was not implemented as a separate function since it could be done with virtually no extra overhead. o sort() is portable Sort is now locale and platform independent. In other words, strings are now compared only according to the unicode value of every character. o Reworked codec
-
+
The codec for serialization of Pike data types has been updated and has a significally improved successrate at encoding modules. Language additions: ------------------- New modules / classes / methods added: --------------------------------------
pike.git/CHANGES:42:
o trace() takes another argument to turn on tracing in all threads The configure option --without-thread-trace has been removed, but instead the trace() function has been extended to make it possible to set the trace level in all threads simultaneously. Optimizations: -------------- o Instantiation and destruction of pike-classes is now significantly faster.
+
o Handling of bignums has been optimized, especially conversion to/from normal integers. Compatibility changes: ---------------------- Compatibility changes without backward compatibility: -----------------------------------------------------