Node:3.11.0 Bugs Fixed, Next:3.11.0 Other Changes, Previous:3.11.0 New Features, Up:3.11.0 Changes
3.1E11
.
socket:socket_accept/[2,3]
is now
interruptible with ^C (SIGINT
).
Other signal handlers installed with SP_signal()
will also run
immediately if the signal arrives during a blocking socket accept
operation.
inet_ntoa
that affected several predicates in
library(sockets)
. The problem affected IRIX and on 64-bit AIX.
format/[2,3]
could intercept resource errors and report them as consistency errors;
the "print float" formats were poorly documented.
save_program/[1,2]
had a memory leak, which could cause crashes.
library(clpfd)
:
in/2
and in_set/2
could silently fail or succeed when they
should raise a type or representation error.
fdbg_start_labeling/1
was missing.
library(chr)
:
newObjectTerm(Object obj)
in
multi-threaded Jasper caused a NullPointerException: Creating or
accessing SPTerm in wrong thread. (IllegalCallerException in disguise.)
library(fastrw)
: fast_read/2
after peek_byte/2
and
friends on the same stream did not work.
load_foreign_resource/1
would report run-time linker
errors incorrectly.