Pretty HTML for code elements.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@557 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2002-07-18 12:59:14 +00:00
parent c27b23f3a5
commit c0d07daec7
1 changed files with 9 additions and 9 deletions

View File

@ -17,18 +17,18 @@
<h2>Yap-4.3.23:</h2>
<ul>
<li>NEW: call_with_args/n simulates call/n.</li>
<li>FIXED: have different types for Atom,Term, and Functor in c_interface.</li>
<li>FIXED: make call_with_args/* check if first arg is atom.</li>
<li>FIXED: make cd/1 complain on bugs.</li>
<li>FIXED: always do something on gmp allocation (request from
<li>NEW: <code>call_with_args/n</code> simulates <code>call/n</code>.</li>
<li>FIXED: have different types for <code>Atom</code>, <code>Term</code>, and <code>Functor</code> in <code>c_interface</code>.</li>
<li>FIXED: make <code>call_with_args/*</code> check if first arg is atom.</li>
<li>FIXED: make <code>cd/1</code> complain on bugs.</li>
<li>FIXED: always do something on <code>gmp</code> allocation (request from
Roberto Bagnara).</li>
<li>FIXED: always allow abolish on static predicates.</li>
<li>UPDATE: include new apply_macros code from Erick Alphonse,
<li>UPDATE: include new <code>apply_macros</code> code from Erick Alphonse,
and acknowledge J. Schimpf.</li>
<li>FIXED: YapRunGoal (Roberto Bagnara).</li>
<li>NEW: term_position option for read_term (Nicos)</li>
<li>UPDATE: fixed shell/1 and shell/2 in library(system). (Nicos)</li>
<li>FIXED: <code>YapRunGoal</code> (Roberto Bagnara).</li>
<li>NEW: <code>term_position</code> option for <code>read_term</code> (Nicos)</li>
<li>UPDATE: fixed <code>shell/1</code> and <code>shell/2</code> in library(system). (Nicos)</li>
<li>UPDATE: new Logtalk version (2.13.0).</li>
<li>FIXED: <code>\newline</code> in strings (Roberto Bagnara). </li>
<li>FIXED: avoid reincluding of <code>c_interface.h</code> (Roberto