Next: 4.1.2 Other Changes, Up: 4.1.2 Changes [Contents]
ulimit -n
larger
than FD_SETSIZE
, i.e. larger than 1024).
ceiling/1
, floor/1
, round/1
, truncate/1
now accept integers in addition to floats.
statistics(garbage_collection,_)
did not report the correct byte count.
library(bdb)
: determinacy bugs.
table/[2,3]
: bugs with inf
/sup
, copy_term
/2.
geost/[2,3,4]
: polymorphism with rules; volume/1
option.
library(linda)
: The Linda server is now more robust against
misbehaving clients. Especially on Windows the server would get a
connection reset error if the client crashed.
library(sockets)
: socket_select/7
would sometimes return with nothing selected even
though it was called with infinite timeout (UNIX-like platforms only).