32 lines
512 B
HTML
32 lines
512 B
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-5.1</h1>
|
|
|
|
<h2>Yap-6.0.5:</h2>
|
|
<ul>
|
|
<li> .</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>
|