pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:202:
and FreeBSD 7.x and 8.x. o Use nanosleep() when available instead of poll or select hacks for the Pike-level sleep() function. o Fixed dangling cache reference in prepared statements when using CREATE statements via Sql.pgsql. o Fixed broken (auto-re-) connect logic in Sql.pgsql.
+
o Support all text queries 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.