start 6.0.7
This commit is contained in:
parent
1a11df148d
commit
8592db72d7
2
H/Yap.h
2
H/Yap.h
@ -90,7 +90,7 @@
|
||||
#undef USE_THREADED_CODE
|
||||
#endif
|
||||
#define inline __inline
|
||||
#define YAP_VERSION "Yap-6.0.6"
|
||||
#define YAP_VERSION "YAP-6.0.7"
|
||||
|
||||
#define BIN_DIR "c:\\Yap\\bin"
|
||||
#define LIB_DIR "c:\\Yap\\lib\\Yap"
|
||||
|
@ -100,7 +100,7 @@ YAPLIB=@YAPLIB@
|
||||
#4.1VPATH=@srcdir@:@srcdir@/OPTYap
|
||||
CWD=$(PWD)
|
||||
#
|
||||
VERSION=6.0.6
|
||||
VERSION=6.0.7
|
||||
MYDDAS_VERSION=MYDDAS-0.9.1
|
||||
#
|
||||
|
||||
|
@ -15,6 +15,11 @@
|
||||
|
||||
<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>
|
||||
<ul>
|
||||
<li> FIXED: fix problems in indexing compiled bignums (obs from Jos de
|
||||
|
@ -8,9 +8,9 @@
|
||||
@c @setchapternewpage odd
|
||||
@c %**end of header
|
||||
|
||||
@set VERSION 6.0.6
|
||||
@set EDITION 4.2.7
|
||||
@set UPDATED May 2010
|
||||
@set VERSION 6.0.7
|
||||
@set EDITION 4.2.8
|
||||
@set UPDATED Aug 2010
|
||||
|
||||
@c Index for C-Prolog compatible predicate
|
||||
@defindex cy
|
||||
@ -15683,7 +15683,7 @@ last one. The other handle can be obtained by decrementing the handle.
|
||||
@findex YAP_CurrentSlot (C-Interface function)
|
||||
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)
|
||||
Create a new slot, initialise it with @var{t}, and return a handle to
|
||||
this slot, that also becomes the current slot.
|
||||
|
@ -266,4 +266,4 @@ Function .onInstFailed
|
||||
installer, please contact yap-users@sf.net"
|
||||
FunctionEnd
|
||||
|
||||
outfile "yap-6.0.6-installer.exe"
|
||||
outfile "yap-6.0.7-installer.exe"
|
||||
|
Reference in New Issue
Block a user