pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:38:
have been tightened up and several more files now use the pragma strict_types, which has resulted in some additional bugfixes. o INT64 On 64 bit architechtures Pike will now use full 64 bits integer before resorting to Gmp.mpz objects for large numbers. o IPv6
+
Build baluns:
+
-------------
+
bundles
+
+
Language additions: ------------------- New modules / classes / methods added: -------------------------------------- o trace() can trace all threads The configure option --without-thread-trace has been removed, but instead the trace() function has been extended to make it possible
pike.git/CHANGES:98:
Crypto.MD5()->update("Hash this ")->update("string")->digest(); The confusing and hard to use Crypto.randomness has been obsoleted by the Nettle implementation of the Yarrow random generator. The Nettle implementation of Yarrow uses AES and SHA256. The Crypto.Random module acts as a frontend before system crypto sources and ensure that no matter how bad your OS is, you will still get cryptographically strong random data.
+
PGP
+
o _ADT o ADT.Struct
-
+
o ADT.BitBuffer
o Debug.Wrapper o Geography RT38 o Int o Pike.Security o Protocols.HTTP.Session o Tools.Shoot/Standalone.benchmark o Standalone.cgrep o Standalone.dump
-
+
o Standalone.extract_locale
o Image.NEO o Bz2 o Process.Process
-
+
o Error
+
o Float
+
o GLUE
+
o Protocols.Bittorrent
+
o Protocols.LMTP
+
o Web.RDF/RDFS/OWL/RSS
+
o Parser.RCS
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. o String case conversion is now five times faster than before on average. Compatibility changes: ----------------------
-
+
Compatibility changes without backward compatibility: -----------------------------------------------------
-
+
o Module ABI changed
+
The pike_frame struct has a new member, which makes modules compiled
+
against earlier versions of Pike incompatible.
-
+
C level/development changes: ----------------------------
-
+
o The security.h include file is renamed to pike_security.h
-
+
Bugs fixed: ----------- Uncategorized misc changes: ---------------------------