pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:370:
> (float)_; (3) Result: 0.600000 > Gmp.mpq(5,3)+Gmp.mpq(1,2); (4) Result: 13/6 o Gz.File Pike can now compress and decompress the Gzip file format. This is still a bit experimental but the basic functions should work just fine.
-
o HTTP.Server
-
A simple HTTP Server.
-
+
o Image.filled_circle() Image.filled_circle_layer() Return an Image/Layer object with a filled circle. o Image.Dims Can extract the dimensions of an image with a minimal amount of data loading. Currently handles JPEG, GIF and PNG images. Hilfe example: > Image.Dims.get(Stdio.File("test.gif")); (1) Result: ({ /* 2 elements */ 1412,
pike.git/CHANGES:488:
If Pike has been compiled with security support, the security related stuff can now be found in this module. o Protocols.XMLRPC Implements most features of the XML-RPC standard. o Protocols.HTTP All methods in Protocols.HTTP that take a header mapping can now handle array values (signifying multiple headers of that type).
+
o Protocols.HTTP.Server
+
A simple HTTP Server.
+
+
o Protocols.SNMP
+
Extended to support both SNMP v1 and v2c. A simple SNMP agent with
+
support for Get requests has also been added.
+
+
o Protocols.X
+
Support for the X11 XTEST extension has been added.
+
o SDL Wrapper for a subset of Simple DirectMedia Layer functionality. Useful for writing games, movie players and other graphically intensive applications. o Shuffler The shuffler module is what in aspect oriented and component based programming is called a connector. This connector provides an easy way to connect a data source to a file socket and transfer data between them until the data source runs dry, at which point the
pike.git/CHANGES:818:
condition. That argument was previously optional, but not any more. The reason is that any code that leaves it out will always contain a race; it doesn't work to e.g. rely on the internal interpreter lock in this case. o Protocols.LDAP.client() The return code from all methods has been changed to follow Pike's logic better. 0 is now a failure. The old behavior is emulated in a compatibility layer.
-
o Protocols.SNMP
-
Extended to support both SNMP v1 and v2c. A simple SNMP agent with
-
support for Get requests has also been added.
-
-
o Protocols.X
-
Support for the X11 XTEST extension has been added.
-
+
o dirname() Now correctly returns a directory instead of just stripping the part after the nearest directory separator. o default_yp_domain() The EFUN default_yp_domain() is now only available as Yp.default_domain(). o clone()/new() The functions clone() and new() have been removed. Instead of doing