Next: 4.0.7 Other Changes, Previous: 4.0.7 New Features, Up: 4.0.7 Changes [Contents]
SP_event() handlers are no longer allowed to run during
SP_fclose(), which sometimes needs to perform some cleanup by
calling Prolog code. This can no longer cause SP_event()
handlers to run.
SP_event() handlers were not always called during event
handling. One symptom was that, at least on Windows,
timeout:time_out/3 could not always interrupt a goal called
from an event handler.
sockets:socket_select/7 leaked memory on Windows.
library(queues): bug in portray_queue/1.
library(clpfd):
Incorrect reification and efficiency bugs in arithmetic relations involving division, mod and rem;
incorrect handling of inf and sup in table/[2,3].