pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:1:
+
Changes since Pike 7.6.66
+
----------------------------------------------------------------------
+
+
Changes in Pike:
+
+
o Fixed Cache.cache to work without threads again.
+
o Fixed a typo in Array.diff3 that in some rare cases caused it to
+
merge a difference into a three-way equality.
+
+
Other:
+
+
o Fixed bug causing local variables to never be reused, which in turn
+
leads to huge stack frames.
+
o Fix to avoid the cleanup thread becoming garbage when the cache
+
object is destructed.
+
o Various UCS-2/SQLWCHAR related fixes in Odbc. Potentially fixes
+
problems where wchar_t is 4 bytes (eg MacOS X).
+
o More thorough fix for the problem when multiset data blocks are
+
resized during the gc mark and cycle check passes.
+
+
Changes since Pike 7.6.50 ---------------------------------------------------------------------- Changes in Pike: o Added support for chunked transfer encoding and handle unexpected multiple headers in HTTP.Server.Request. o Added support for "urlencoded" as an alias for "url-encoded" in HTTP.Server.Request. o Added callback support to Stdio.FakeFile.