move on Yap4.3.23
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@516 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
26c23422e9
commit
f19c10ca6c
@ -90,7 +90,7 @@ TEXI2PDF=texi2pdf
|
|||||||
#4.1VPATH=@srcdir@:@srcdir@/OPTYap
|
#4.1VPATH=@srcdir@:@srcdir@/OPTYap
|
||||||
CWD=$(PWD)
|
CWD=$(PWD)
|
||||||
#
|
#
|
||||||
VERSION=Yap-4.3.22
|
VERSION=Yap-4.3.23
|
||||||
#
|
#
|
||||||
|
|
||||||
TAG_HEADERS= Tags_32bits.h Tags_32Ops.h Tags_32LowTag.h\
|
TAG_HEADERS= Tags_32bits.h Tags_32Ops.h Tags_32LowTag.h\
|
||||||
|
@ -14,6 +14,10 @@
|
|||||||
|
|
||||||
<h1>Changes in YAP4.3</h1>
|
<h1>Changes in YAP4.3</h1>
|
||||||
|
|
||||||
|
<h2>Yap-4.3.23:</h2>
|
||||||
|
<ul>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>Yap-4.3.22:</h2>
|
<h2>Yap-4.3.22:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>FIXED: default syntax error mode should be error.</li>
|
<li>FIXED: default syntax error mode should be error.</li>
|
||||||
|
@ -39,6 +39,8 @@ cd ../library
|
|||||||
splat
|
splat
|
||||||
cd regex
|
cd regex
|
||||||
splat
|
splat
|
||||||
|
cd ../yap2swi
|
||||||
|
splat
|
||||||
cd ../../m4
|
cd ../../m4
|
||||||
splat
|
splat
|
||||||
cd ../misc
|
cd ../misc
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
@c @setchapternewpage odd
|
@c @setchapternewpage odd
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
|
|
||||||
@set VERSION 4.3.22
|
@set VERSION 4.3.23
|
||||||
@set EDITION 4.2.1
|
@set EDITION 4.2.3
|
||||||
@set UPDATED January 2002
|
@set UPDATED January 2002
|
||||||
|
|
||||||
@c Index for C-Prolog compatible predicate
|
@c Index for C-Prolog compatible predicate
|
||||||
|
@ -39,6 +39,7 @@ alloc_ring_buf(void)
|
|||||||
X_API PL_agc_hook_t
|
X_API PL_agc_hook_t
|
||||||
PL_agc_hook(PL_agc_hook_t entry)
|
PL_agc_hook(PL_agc_hook_t entry)
|
||||||
{
|
{
|
||||||
|
return entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SWI: char* PL_atom_chars(atom_t atom)
|
/* SWI: char* PL_atom_chars(atom_t atom)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: Yap
|
Name: Yap
|
||||||
Summary: Prolog Compiler
|
Summary: Prolog Compiler
|
||||||
Version: 4.3.22
|
Version: 4.3.23
|
||||||
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/Yap4.3/%{name}-%{version}.tar.gz
|
Source: http://www.ncc.up.pt/~vsc/Yap/Yap4.3/%{name}-%{version}.tar.gz
|
||||||
|
Reference in New Issue
Block a user