Node:3.10.1 Bugs Fixed, Next:3.10.1 Other Changes, Previous:3.10.1 Debugger Changes, Up:3.10.1 Changes
format/[2,3]
: bug affecting format specs ~g
and ~G
.
read_line/2
: was not steadfast.
call_cleanup/2
: the cleanup goal didn't preserve pending
exceptions.
load_files/[1,2]
: could sometimes attempt to load a file of the
wrong type.
-l
option didn't work.
save_program/[1,2]
would give a foreign resource existence error
if called multiple times.
library(comclient)
: fixed several problems.
system:file_property/2
now accepts terminating slash or backslash
in directory names.
library(clpfd)
:
could fail to unblock blocked goals;
indexical propagation bug;
bugs in disjoint1/2
and disjoint2/2
with
margin/3
resp. margin/4
option.
SP_initialize()
.
SP_deinitialize()
would not free all memory.
spld
now builds executables with -brtl -bnortllib
instead of just -brtl
. This improves compatibility with Java. In
particular the error _XmGetDefaultDisplay cannot be used prior to
VendorS.Initialize
when invoking AWT with sicstus
as top level
application.