51 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 | |
|         "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
 | |
| 
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
| 	<title>YAP change log</title>
 | |
| 	<link rel=stylesheet href="changes.css" type="text/css">
 | |
| </head>
 | |
| 
 | |
| 
 | |
| <body>
 | |
| 
 | |
| <hr>
 | |
| 
 | |
| <h1>Changes in YAP-6</h1>
 | |
| 
 | |
| <h2>Yap-6.0.6:</h2>
 | |
| <ul>
 | |
| <li> FIXED: fix problems in indexing compiled bignums (obs from Jos de
 | |
|   Roo), center hash computing code in TermExt.h.</li>
 | |
| <li> FIXED: similar problem in unify_dbterm.</li>
 | |
| <li> FIXED: bug in implementation of unify_bigint instruction (obs
 | |
|   from Jos de Roo).</li>
 | |
| </ul>
 | |
| 
 | |
| <h2>Yap-6.0.5:</h2>
 | |
| <ul>
 | |
| <li> FIXED: get rid of L constants (use cast).</li>
 | |
| <li> FIXED: outputing inf and nan in WIN32/64 (obs from Paulo Moura).</li>
 | |
| <li> NEW: WIN64 port.</li>
 | |
| <li> FIXED: improve SWI frame handling.</li>
 | |
| <li> FIXED: stack expansion could rewrite doubles and big ints.</li>
 | |
| <li> FIXED: unsafe test for attvar could crash.</li>
 | |
| <li> FIXED: rbtree doc (from Jan Wielemaker).</li>
 | |
| <li> FIXED: trail marking should be careful to reset attvars to attvars.</li>
 | |
| <li> FIXED: pl_function_t not function_t.</li>
 | |
| <li> NEW: update sgml package to latest SWI.</li>
 | |
| <li> FIXED: automatic generation of SWI atoms.</li>
 | |
| <li> IMPROVEMENT: better emulation of SWI atom_t and functor_t. Now
 | |
| they can be defined to be a constant.</li>
 | |
| <li> FIXED: 64 bit complaints in Matlab interface.</li>
 | |
| </ul>
 | |
| 
 | |
| 
 | |
| <hr>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html>
 |