pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:14:
New and efficient C implementation; sanitises whitespace, even in wide strings. Bug fixes --------- o Fixed dangling cache reference in prepared statements when using CREATE statements via Sql.pgsql.
+
o Fixed broken autoreconnect logic in Sql.pgsql.
+
o Improved widestring support for Parser.Tabular. o Fixed segfault in combine_path_nt on windows when the first char of an appended path is wide. o Fixed fatal error in the constant expression evaluator of the compiler for certain code. o Fixed a problem in "pike -x module" that prevented auto tools from running in the correct directory.