start 6.0.7

This commit is contained in:
Vítor Santos Costa 2010-08-04 20:29:24 +01:00
parent 1a11df148d
commit 8592db72d7
5 changed files with 12 additions and 7 deletions

View File

@ -90,7 +90,7 @@
#undef USE_THREADED_CODE #undef USE_THREADED_CODE
#endif #endif
#define inline __inline #define inline __inline
#define YAP_VERSION "Yap-6.0.6" #define YAP_VERSION "YAP-6.0.7"
#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"

View File

@ -100,7 +100,7 @@ YAPLIB=@YAPLIB@
#4.1VPATH=@srcdir@:@srcdir@/OPTYap #4.1VPATH=@srcdir@:@srcdir@/OPTYap
CWD=$(PWD) CWD=$(PWD)
# #
VERSION=6.0.6 VERSION=6.0.7
MYDDAS_VERSION=MYDDAS-0.9.1 MYDDAS_VERSION=MYDDAS-0.9.1
# #

View File

@ -15,6 +15,11 @@
<h1>Changes in YAP-6</h1> <h1>Changes in YAP-6</h1>
<h2>Yap-6.0.7:</h2>
<ul>
<li> FIXED: nothing yet.</li>
</ul>
<h2>Yap-6.0.6:</h2> <h2>Yap-6.0.6:</h2>
<ul> <ul>
<li> FIXED: fix problems in indexing compiled bignums (obs from Jos de <li> FIXED: fix problems in indexing compiled bignums (obs from Jos de

View File

@ -8,9 +8,9 @@
@c @setchapternewpage odd @c @setchapternewpage odd
@c %**end of header @c %**end of header
@set VERSION 6.0.6 @set VERSION 6.0.7
@set EDITION 4.2.7 @set EDITION 4.2.8
@set UPDATED May 2010 @set UPDATED Aug 2010
@c Index for C-Prolog compatible predicate @c Index for C-Prolog compatible predicate
@defindex cy @defindex cy
@ -15683,7 +15683,7 @@ last one. The other handle can be obtained by decrementing the handle.
@findex YAP_CurrentSlot (C-Interface function) @findex YAP_CurrentSlot (C-Interface function)
Return a handle to the system's default slot. Return a handle to the system's default slot.
@item long YAP_InitSlot(YAP_Term @var{t}) @item YAP_Int YAP_InitSlot(YAP_Term @var{t})
@findex YAP_InitSlot (C-Interface function) @findex YAP_InitSlot (C-Interface function)
Create a new slot, initialise it with @var{t}, and return a handle to Create a new slot, initialise it with @var{t}, and return a handle to
this slot, that also becomes the current slot. this slot, that also becomes the current slot.

View File

@ -266,4 +266,4 @@ Function .onInstFailed
installer, please contact yap-users@sf.net" installer, please contact yap-users@sf.net"
FunctionEnd FunctionEnd
outfile "yap-6.0.6-installer.exe" outfile "yap-6.0.7-installer.exe"