pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:71:
This fixes the warning "An expression of type function({ Backend = object(implements _static_modules.Builtin()->defaultBackendClass) } : void) cannot be assigned to a variable of type function({ Backend = object(implements _static_modules.Builtin()->Backend) } : void).". o bool Make sure that 0 is part of the range for the bool type.
+
o Gdbm
+
+
Support building with gdbc 1.13.
+
+
Fixes obscure compilation error when building with gdbm 1.13
+
due to a symbol clash with the symbol "fatal" used as an argument
+
in the macro definition of gdbm_set_errno().
+
+
o Mapping
+
+
Removed extraneous and conflicting prototype.
+
+
Fixes linking issues on NT.
+
o Protocols.HTTP - Fixed do_async_proxied_method() losing the timeout during TLS negotiation. - Now fails immediately if Query is unable to open a socket, instead of waiting 120 seconds for a time out. o Thread.Mutex