move to 6.0.6
This commit is contained in:
parent
dd2232491a
commit
a4344f5bf6
2
H/Yap.h
2
H/Yap.h
@ -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.5"
|
#define YAP_VERSION "Yap-6.0.6"
|
||||||
|
|
||||||
#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"
|
||||||
|
@ -99,7 +99,7 @@ YAPLIB=@YAPLIB@
|
|||||||
#4.1VPATH=@srcdir@:@srcdir@/OPTYap
|
#4.1VPATH=@srcdir@:@srcdir@/OPTYap
|
||||||
CWD=$(PWD)
|
CWD=$(PWD)
|
||||||
#
|
#
|
||||||
VERSION=6.0.5
|
VERSION=6.0.6
|
||||||
MYDDAS_VERSION=MYDDAS-0.9.1
|
MYDDAS_VERSION=MYDDAS-0.9.1
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -13,11 +13,26 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<h1>Changes in YAP-5.1</h1>
|
<h1>Changes in YAP-6</h1>
|
||||||
|
|
||||||
|
<h2>Yap-6.0.6:</h2>
|
||||||
|
<ul>
|
||||||
|
<li> .</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>Yap-6.0.5:</h2>
|
<h2>Yap-6.0.5:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li> .</li>
|
<li> FIXED: get rid of L constants (use cast).</li>
|
||||||
|
<li> FIXED: outputing inf and nan in WIN32/64 (obs from Paulo Moura).</li>
|
||||||
|
<li> NEW: WIN64 port.</li>
|
||||||
|
<li> FIXED: improve SWI frame handling.</li>
|
||||||
|
<li> FIXED: stack expansion could rewrite doubles and big ints.</li>
|
||||||
|
<li> FIXED: unsafe test for attvar could crash.</li>
|
||||||
|
<li> FIXED: rbtree doc (from Jan Wielemaker).</li>
|
||||||
|
<li> FIXED: trail marking should be careful to reset attvars to attvars.</li>
|
||||||
|
<li> FIXED: pl_function_t not function_t.</li>
|
||||||
|
<li> NEW: update sgml package to latest SWI.</li>
|
||||||
|
<li> FIXED: automatic generation of SWI atoms.</li>
|
||||||
<li> IMPROVEMENT: better emulation of SWI atom_t and functor_t. Now
|
<li> IMPROVEMENT: better emulation of SWI atom_t and functor_t. Now
|
||||||
they can be defined to be a constant.</li>
|
they can be defined to be a constant.</li>
|
||||||
<li> FIXED: 64 bit complaints in Matlab interface.</li>
|
<li> FIXED: 64 bit complaints in Matlab interface.</li>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
@c @setchapternewpage odd
|
@c @setchapternewpage odd
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
|
|
||||||
@set VERSION 6.0.5
|
@set VERSION 6.0.6
|
||||||
@set EDITION 4.2.7
|
@set EDITION 4.2.7
|
||||||
@set UPDATED May 2010
|
@set UPDATED May 2010
|
||||||
|
|
||||||
|
@ -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.5-installer.exe"
|
outfile "yap-6.0.6-installer.exe"
|
||||||
|
Reference in New Issue
Block a user