Pike 8.0 release 7
Peter Bortas <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CA+NK+ABZ2Sw=K+epTF0KjvgghoRwKxfOcvy9v6LrwM_3XBBM-w@mail.gmail.com> |
Pike 8.0 release 7 (build 8.0.388) is now out.
Source:
https://pike.lysator.liu.se/pub/pike/all/8.0.388/Pike-v8.0.388.tar.gz
Binary builds:
https://pike.lysator.liu.se/pub/pike/all/8.0.388/Pike-v8.0.388-Darwin-15.4.0-x86_64-macports
https://pike.lysator.liu.se/pub/pike/all/8.0.388/Pike-v8.0.388-win32-oldlibs.msi
Changes since Pike 8.0.370 (release 6)
----------------------------------------------------------------------
New features
------------
o Thread
_sprintf() improvements: Thread.Mutex now prints the ID of the thread
holding the lock, and thread IDs are shown as hexadecimal numbers.
Bug fixes
---------
o String character range
Fixed a bug where a string could incorrectly have its character
range start point set to 0 when added with an empty string. This in
turn would incorrectly block the string from being used by functions
that require strings without null characters as argument or
incorrectly take optimization paths.
o VCDiff
Fixed type of decode_chunk().
o Parser.XML
UTF-8 encoded documents with initial BOM were not decoded correctly.
Serializing Parser.XML.Tree objects will now entity escape
characters that can not be encoded in the selected output charset.
--
Peter Bortas