Node:3.9 Bugs Fixed, Next:3.9 Known Problems, Previous:3.9 Incompatibilities, Up:3.9 Changes
at_end_of_stream/0
, get/1
, get0/1
, put/1
,
skip/1
, tab/1
incorrectly required that the current input
stream be a text stream.
stream_property(S, end_of_stream(...))
now works for tty streams.
user:goal_expansion/3
was called with the wrong second argument
for imported and built-in predicates.
require/1
was broken.
\c
could be misread.
charsio:format_to_chars/[3,4]
are now meta-predicates.
charsio:format_to_chars/[3,4]
is now re-entrant.
library(clpfd)
: some Boolean constraints were incorrectly
macro-expanded; some type errors merely failed; over-zealous integer
overflow detection in arithmetic; unifying domain variables did not
work reliably and failed silently when type errors were intended.
library(clpq,clpr)
:
Variables introduced via ordering/1
were not
initialized fully.
library('linda/client')
: shutdown_server/0
now raises an
existence error if there is no connection to the server available.
splfr
now converts the resource name to
lowercase. This is to match the fact that SICStus converts path names
to lowercase under Windows.
sockets:socket_select/[5,6]
, signal delivery will be
treated as if the select()
call had a zero timeout. Such
spurious timeouts are now handled invisibly within library(sockets)
and
will not be seen by user code.