pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:7:
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
it's
character
+
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