pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-07-20
2017-07-20 18:31:33 by Martin Nilsson <nilsson@fastmail.com>
c4a0c9238a4571b524ee26123de9b673912a1d4f (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Fix issue with non-constant string input to %x
379:
_sprintf() improvements: Thread.Mutex now prints the ID of the thread holding the lock, and thread IDs are shown as hexadecimal numbers.
+
o sprintf %x
+
+
%X and %x can now be used on 8-bit wide strings to get a hexadecimal
+
representation of their contents. Just calling sprintf("%x",data) is
+
the same as calling String.string2hex(data).
+
o Unicode 10.0.0. o Unicode.is_whitespace()