10.20.2 Bugs Fixed
     
- Timestamp overflows in updating dynamic code were not handled gracefully. 
- restore/1and- load_files/[1,2]: preserving block
properties, interaction with atom garbage collection.
- Atom garbage collection bugs: address space dependency, statistics,
error handling, interaction with restore/1andload_files/[1,2].
- The UNIX installer did not install library(spaceout).
- The Windows installer did not install library(debugger_examples).
- Visual Basic interface: PrologGetExceptionandPrologGetStringdid not work.
- library(spaceout): if space-out was interrupted, e.g. with ^C,
then the space-out limit was not reset.
- library(fdbg):- fdbg_on/[0,1]was broken.
- library(objects): Operations not permitted on instances now raise
permission errors.
- library(gauge): The meaning of ascending and descending
`Sort' order was switched.
- library(clpfd):- 
- Exceptions raised by the output actions of global constraints were not
honored, affecting in particular runs in the scope of a timeout. 
- Signals raising asynchronous exceptions could cause memory leaks,
dangling pointers, and crashes. 
- The among/3option tolex_chain/2could misbehave.
- The precedences/1option toserialized/3andcumulative/5could misbehave.
- Integer division and modulus operations check types more eagerly. 
 
- 
Reporting system errors could crash on non-english Windows systems.