pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:36:
New modules / classes / methods added: -------------------------------------- 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.
+
o Regexp.PCRE added to give libpcre support
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.