diff --git a/changes4.3.html b/changes4.3.html
index 60ba35e1e..0a589bd4c 100644
--- a/changes4.3.html
+++ b/changes4.3.html
@@ -16,19 +16,20 @@
Yap-4.3.23:
- - FIXED: \newline in strings (Roberto Bagnara).
- - FIXED: avoid reincluding of c_interface.h (Roberto
+
- UPDATE: new Logtalk version (2.13.0).
+ - FIXED:
\newline
in strings (Roberto Bagnara).
+ - FIXED: avoid reincluding of
c_interface.h
(Roberto
Bagnara).
- - FIXED: make c_interface.h compilable in C++ (Roberto
+
- FIXED: make
c_interface.h
compilable in C++ (Roberto
Bagnara).
- FIXED: garbage collector should recover dynamic clauses
and logical semantics DB. Trust gc to recover active clauses
- - FIXED: read_vars was called with unbound argument.
+ - FIXED:
read_vars
was called with unbound argument.
- FIXED: backtrackable C-predicates (thanks to Christophe
Billard for sending the file).
- - FIXED: new options for file_property (Nicos).
- - FIXED: check unification result in file_property (Nicos).
- - FIXED: yap_flag(fileerrors) (Nicos).
+ - FIXED: new options for
file_property
(Nicos).
+ - FIXED: check unification result in
file_property
(Nicos).
+ - FIXED:
yap_flag(fileerrors)
(Nicos).
- FIXED: clauses with blobs cannot be simply abolished.
- FIXED: retract of undefined predicate makes it dynamic.
@@ -42,9 +43,9 @@
update semantics.
FIXED: make instance of deleted fail for logical
update semantics.
- FIXED: garbage_collect should call do_gc with P, not CP.
- FIXED: use YAPSHAREDIR as in manual (Ashwin Srinivasan).
- FIXED: warning message about unify_extension.
+ FIXED: garbage_collect
should call do_gc
with P
, not CP
.
+ FIXED: use YAPSHAREDIR
as in manual (Ashwin Srinivasan).
+ FIXED: warning message about unify_extension
.
Yap-4.3.21: