pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:364:
o The self testing framework now supports *.test-files. o Thread _sprintf() improvements: Thread.Mutex now prints the ID of the thread holding the lock, and thread IDs are shown as hexadecimal numbers. o Unicode 8.0.0.
+
o Unicode.is_whitespace()
-
+
This new function returns if a unicode character is a whitespace
+
characer or not.
+
+
Deprecated symbols and modules ------------------------------ o Sql.mysql_result and Sql.mysqls_result have been deprecated. Use Sql.Result instead. o call_function() has been deprecated. Use `()() instead. Removed features and modules