diff --git a/C/absmi.c b/C/absmi.c index 72993da2b..839f74d2d 100644 --- a/C/absmi.c +++ b/C/absmi.c @@ -9,9 +9,9 @@ ************************************************************************** * * * File: absmi.c * -* Last rev: * -* mods: * * comments: Portable abstract machine interpreter * +* Last rev: $Date: 2004-03-08 19:31:01 $,$Author: vsc $ * +* $Log: not supported by cvs2svn $ * * * *************************************************************************/ diff --git a/C/compiler.c b/C/compiler.c index 6ec3bdfdd..194e4e7b9 100644 --- a/C/compiler.c +++ b/C/compiler.c @@ -9,10 +9,11 @@ ************************************************************************** * * * File: compiler.c * -* Last rev: 4/03/88 * -* mods: * * comments: Clause compiler * * * +* Last rev: $Date: 2004-03-08 19:31:01 $,$Author: vsc $ * +* $Log: not supported by cvs2svn $ * +* * *************************************************************************/ #ifdef SCCS static char SccsId[] = "%W% %G%"; diff --git a/Makefile.in b/Makefile.in index c37925878..2588c71c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,7 +90,7 @@ TEXI2PDF=texi2pdf #4.1VPATH=@srcdir@:@srcdir@/OPTYap CWD=$(PWD) # -VERSION=Yap-4.5.2 +VERSION=Yap-4.5.3 # TAG_HEADERS= Tags_32bits.h Tags_32Ops.h Tags_32LowTag.h\ diff --git a/changes4.3.html b/changes4.3.html index e79343ec1..5af354533 100644 --- a/changes4.3.html +++ b/changes4.3.html @@ -12,6 +12,16 @@
+

Changes in YAP4.5

+ +

Yap-4.5.3:

+
  • + + +
    + +

    Changes in YAP4.3

    Yap-4.3.23:

    diff --git a/distribute b/distribute index 010969129..6e1233412 100755 --- a/distribute +++ b/distribute @@ -69,7 +69,7 @@ cd examples splat cd ../../../.. if test "$1" = "--small"; then - tar cvzf "$version".tar.gz "$version"/{INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,m4,misc,pl,LGPL/README,LGPL/CVS,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,build-distr,OPTYap,CLPQR,CHR} + tar cvzf "$version"-small.tar.gz --exclude=CVS --exclude=CHR/chr/examples --exclude=CLPQR/clpqr/examples "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,m4,misc,pl,LGPL/README,LGPL/CVS,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,build-distr,OPTYap,CLPQR,CHR} else - tar cvzf "$version".tar.gz "$version"/{INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,m4,misc,pl,LGPL,build-distr,OPTYap,CLPQR,CHR} + tar cvzf "$version".tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,m4,misc,pl,LGPL,build-distr,OPTYap,CLPQR,CHR,Logtalk} fi diff --git a/docs/yap.tex b/docs/yap.tex index 6e7a4c3fe..09fbb93e8 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -8,7 +8,7 @@ @c @setchapternewpage odd @c %**end of header -@set VERSION 4.5.2 +@set VERSION 4.5.3 @set EDITION 4.2.3 @set UPDATED January 2002 diff --git a/m4/Yap.h.m4 b/m4/Yap.h.m4 index 005d2e84c..bb0fd0534 100644 --- a/m4/Yap.h.m4 +++ b/m4/Yap.h.m4 @@ -10,7 +10,7 @@ * File: Yap.h.m4 * * mods: * * comments: main header file for YAP * -* version: $Id: Yap.h.m4,v 1.55 2004-02-22 10:54:09 vsc Exp $ * +* version: $Id: Yap.h.m4,v 1.56 2004-03-08 19:31:01 vsc Exp $ * *************************************************************************/ #include "config.h" @@ -94,7 +94,7 @@ #undef USE_THREADED_CODE #endif #define inline __inline -#define YAP_VERSION "Yap-4.5.2" +#define YAP_VERSION "Yap-4.5.3" #define BIN_DIR "c:\\Program Files\\Yap\\bin" #define LIB_DIR "c:\\Program Files\\Yap\\lib\\Yap" #define SHARE_DIR "c:\\Program Files\\Yap\\share\\Yap" diff --git a/misc/Yap.spec b/misc/Yap.spec index f0573243f..3c26fceea 100644 --- a/misc/Yap.spec +++ b/misc/Yap.spec @@ -3,7 +3,7 @@ Name: Yap Summary: Prolog Compiler -Version: 4.5.2 +Version: 4.5.3 Packager: Vitor Santos Costa Release: 1 Source: http://www.ncc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz