pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-09
2008-05-09 21:08:38 by Martin Nilsson <mani@lysator.liu.se>
431ebde6a76cdedb0cfc68c82223c914ca6bd4ca (
35
lines) (+
31
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
more...
Rev: CHANGES:1.92
137:
--with-portable-bytecode is now the default. Pike programs that have been dumped on one architecture now can be decoded on another.
-
o Math.Matrix
-
-
Multiplication was bugged and gave B*A instead of A*B. Now fixed.
-
+
o Destruct reason passed to lfun::destroy. lfun::destroy now receives an integer flag that tells why the object
203:
error("Error in " __func__ ".\n");
+
o limit()
+
+
The new toplevel function limit(a, x, b) is a convenience function
+
that works like min(max(a,x),b).
+
o ADT.BitBuffer Added read() method that reads whole bytes from the buffer and
341:
supports monochrome fonts
+
o Image.GIF
+
+
FIXME
+
+
fixed image leaks
+
fixed some decoding errors
+
o Image.Image FIXME
395:
it possible to catch such errors in a better way. FIXME: Not finished.
+
o Math
+
+
- Multiplication was bugged and gave B*A instead of A*B, which is
+
now fixed.
+
+
- Matrix objects now have xsize() and ysize() methods to query their
+
dimensions.
+
+
- To ease your logarithmic needs log2() and logn() have been added.
+
o MIME - Added remapping variants of the encode words functions with
691:
argv = opts[Arg.REST]; }
+
o Kerberos
+
+
FIXME
+
o Protocols.DNS_SD This module provides an interface to DNS Service Discovery. The
849:
fixme: Process.locate_binary
+
__deprecated__
+
---- modules/_Charset
858:
files: FIXME Gettext: lots of build fixes gmp: FIXME
+
java: FIXME
+
mysql: FIXME