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:
parent
c808b52451
commit
82d9ed1521
4
H/Yap.h
4
H/Yap.h
@ -10,7 +10,7 @@
|
||||
* File: Yap.h.m4 *
|
||||
* mods: *
|
||||
* 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"
|
||||
@ -82,7 +82,7 @@
|
||||
#undef USE_THREADED_CODE
|
||||
#endif
|
||||
#define inline __inline
|
||||
#define YAP_VERSION "Yap-5.1.3"
|
||||
#define YAP_VERSION "Yap-5.1.4"
|
||||
#define BIN_DIR "c:\\Yap\\bin"
|
||||
#define LIB_DIR "c:\\Yap\\lib\\Yap"
|
||||
#define SHARE_DIR "c:\\Yap\\share\\Yap"
|
||||
|
@ -88,7 +88,7 @@ TEXI2PDF=texi2pdf
|
||||
#4.1VPATH=@srcdir@:@srcdir@/OPTYap
|
||||
CWD=$(PWD)
|
||||
#
|
||||
VERSION=Yap-5.1.3
|
||||
VERSION=Yap-5.1.4
|
||||
MYDDAS_VERSION=MYDDAS-0.9.1
|
||||
#
|
||||
|
||||
|
11
TO_DO
11
TO_DO
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -15,6 +15,11 @@
|
||||
|
||||
<h1>Changes in YAP-5.1</h1>
|
||||
|
||||
<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>
|
||||
|
@ -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
|
||||
|
@ -8,9 +8,9 @@ a\input texinfo @c -*- mode: texinfo; coding: latin-1; -*-
|
||||
@c @setchapternewpage odd
|
||||
@c %**end of header
|
||||
|
||||
@set VERSION 5.1.3
|
||||
@set VERSION 5.1.4
|
||||
@set EDITION 4.2.5
|
||||
@set UPDATED June 2007
|
||||
@set UPDATED June 2008
|
||||
|
||||
@c Index for C-Prolog compatible predicate
|
||||
@defindex cy
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: Yap
|
||||
Summary: Prolog Compiler
|
||||
Version: 5.1.3
|
||||
Version: 5.1.4
|
||||
Packager: Vitor Santos Costa <vitor@cos.ufrj.br>
|
||||
Release: 1
|
||||
Source: http://www.ncc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz
|
||||
|
@ -277,4 +277,4 @@ Function .onInstFailed
|
||||
installer, please contact yap-users@sf.net"
|
||||
FunctionEnd
|
||||
|
||||
outfile "yap-5.1.3-installer.exe"
|
||||
outfile "yap-5.1.4-installer.exe"
|
||||
|
Reference in New Issue
Block a user