upgrade to 5.1.4

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2282 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2008-06-18 10:02:27 +00:00
parent c808b52451
commit 82d9ed1521
8 changed files with 15 additions and 17 deletions

View File

@ -10,7 +10,7 @@
* File: Yap.h.m4 * * File: Yap.h.m4 *
* mods: * * mods: *
* comments: main header file for YAP * * comments: main header file for YAP *
* version: $Id: Yap.h,v 1.37 2008-05-23 10:02:13 vsc Exp $ * * version: $Id: Yap.h,v 1.38 2008-06-18 10:02:27 vsc Exp $ *
*************************************************************************/ *************************************************************************/
#include "config.h" #include "config.h"
@ -82,7 +82,7 @@
#undef USE_THREADED_CODE #undef USE_THREADED_CODE
#endif #endif
#define inline __inline #define inline __inline
#define YAP_VERSION "Yap-5.1.3" #define YAP_VERSION "Yap-5.1.4"
#define BIN_DIR "c:\\Yap\\bin" #define BIN_DIR "c:\\Yap\\bin"
#define LIB_DIR "c:\\Yap\\lib\\Yap" #define LIB_DIR "c:\\Yap\\lib\\Yap"
#define SHARE_DIR "c:\\Yap\\share\\Yap" #define SHARE_DIR "c:\\Yap\\share\\Yap"

View File

@ -88,7 +88,7 @@ TEXI2PDF=texi2pdf
#4.1VPATH=@srcdir@:@srcdir@/OPTYap #4.1VPATH=@srcdir@:@srcdir@/OPTYap
CWD=$(PWD) CWD=$(PWD)
# #
VERSION=Yap-5.1.3 VERSION=Yap-5.1.4
MYDDAS_VERSION=MYDDAS-0.9.1 MYDDAS_VERSION=MYDDAS-0.9.1
# #

11
TO_DO
View File

@ -1,22 +1,15 @@
For 6.0 6.0
o Rogério Salvini's report o Rogério Salvini's report
o Fix many modules
o Fix meta-commas o Fix meta-commas
o Fix CLPBN/matlab
o Document CLPBN o Document CLPBN
o Fix meta-call conjunction o Fix meta-call conjunction
o exo-emulation. o exo-emulation.
o EMACS interface. o EMACS interface.
o Upgrade JPL
o Upgrade ciao packages
o install SWIPL xml processing
o talk to Fabrizio o talk to Fabrizio
o upgrade save/restore o upgrade save/restore
o exec_c
o R Interface o R Interface
5.1.3 5.1.4
o document MATLAB interface

View File

@ -15,6 +15,11 @@
<h1>Changes in YAP-5.1</h1> <h1>Changes in YAP-5.1</h1>
<h2>Yap-5.1.3:</h2>
<ul>
</ul>
<h2>Yap-5.1.3:</h2> <h2>Yap-5.1.3:</h2>
<ul> <ul>
<li> FIXED: try,retry,trust_logical should handle 0 arguments correctly.</li> <li> FIXED: try,retry,trust_logical should handle 0 arguments correctly.</li>

View File

@ -1,7 +1,7 @@
#/bin/bash #/bin/bash
# Guess what: this code works for me! # Guess what: this code works for me!
version="Yap-5.1.3" version="Yap-5.1.4"
splat splat
cd C cd C
splat splat

View File

@ -8,9 +8,9 @@ a\input texinfo @c -*- mode: texinfo; coding: latin-1; -*-
@c @setchapternewpage odd @c @setchapternewpage odd
@c %**end of header @c %**end of header
@set VERSION 5.1.3 @set VERSION 5.1.4
@set EDITION 4.2.5 @set EDITION 4.2.5
@set UPDATED June 2007 @set UPDATED June 2008
@c Index for C-Prolog compatible predicate @c Index for C-Prolog compatible predicate
@defindex cy @defindex cy

View File

@ -3,7 +3,7 @@
Name: Yap Name: Yap
Summary: Prolog Compiler Summary: Prolog Compiler
Version: 5.1.3 Version: 5.1.4
Packager: Vitor Santos Costa <vitor@cos.ufrj.br> Packager: Vitor Santos Costa <vitor@cos.ufrj.br>
Release: 1 Release: 1
Source: http://www.ncc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz Source: http://www.ncc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz

View File

@ -277,4 +277,4 @@ Function .onInstFailed
installer, please contact yap-users@sf.net" installer, please contact yap-users@sf.net"
FunctionEnd FunctionEnd
outfile "yap-5.1.3-installer.exe" outfile "yap-5.1.4-installer.exe"