This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/changes-6.0.html

47 lines
1.1 KiB
HTML
Raw Normal View History

<!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>
2010-05-11 22:22:13 +01:00
<h1>Changes in YAP-6</h1>
2010-05-11 22:22:13 +01:00
<h2>Yap-6.0.6:</h2>
<ul>
<li> .</li>
2010-05-11 22:22:13 +01:00
</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>