|
From: Vitor S. C. <vs...@us...> - 2008-06-18 10:02:31
|
Update of /cvsroot/yap In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12914 Modified Files: Makefile.in TO_DO changes-5.1.html distribute Log Message: upgrade to 5.1.4 Index: TO_DO =================================================================== RCS file: /cvsroot/yap/TO_DO,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- TO_DO 1 Jul 2007 00:14:35 -0000 1.27 +++ TO_DO 18 Jun 2008 10:02:24 -0000 1.28 @@ -1,22 +1,15 @@ -For 6.0 +6.0 o Rogério Salvini's report -o Fix many modules o Fix meta-commas -o Fix CLPBN/matlab o Document CLPBN o Fix meta-call conjunction o exo-emulation. o EMACS interface. -o Upgrade JPL -o Upgrade ciao packages -o install SWIPL xml processing o talk to Fabrizio o upgrade save/restore -o exec_c o R Interface -5.1.3 -o document MATLAB interface +5.1.4 Index: changes-5.1.html =================================================================== RCS file: /cvsroot/yap/changes-5.1.html,v retrieving revision 1.211 retrieving revision 1.212 diff -u -r1.211 -r1.212 --- changes-5.1.html 17 Jun 2008 13:37:48 -0000 1.211 +++ changes-5.1.html 18 Jun 2008 10:02:24 -0000 1.212 @@ -17,6 +17,11 @@ <h2>Yap-5.1.3:</h2> <ul> +</ul> + + +<h2>Yap-5.1.3:</h2> +<ul> <li> FIXED: try,retry,trust_logical should handle 0 arguments correctly.</li> <li> FIXED: RecoverSlots should check if there are slots to recover.</li> <li> FIXED: syntax errors should know they are in an included file.</li> Index: distribute =================================================================== RCS file: /cvsroot/yap/distribute,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- distribute 8 Jun 2008 09:55:34 -0000 1.22 +++ distribute 18 Jun 2008 10:02:24 -0000 1.23 @@ -1,7 +1,7 @@ #/bin/bash # Guess what: this code works for me! -version="Yap-5.1.3" +version="Yap-5.1.4" splat cd C splat |