Changeset 4266 for trunk

Show
Ignore:
Timestamp:
05/18/08 05:45:28 (5 months ago)
Author:
pmoura
Message:

Updated compatibility information for YAP.

Location:
trunk
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/yap.config

    r4264 r4266  
    44%  Release 2.31.6 
    55% 
    6 %  configuration file for YAP Prolog 5.1.2 and later versions 
    7 % 
    8 %  last updated: May 15, 2008 
     6%  configuration file for YAP Prolog 5.1.3 and later versions 
     7% 
     8%  last updated: May 18, 2008 
    99% 
    1010%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    111111% forall(+callable, +callble) -- built-in 
    112112 
    113 :- if(\+ predicate_property(forall(_, _), built_in)). 
    114 forall(Generate, Test) :- 
    115     \+ (call(Generate), \+ call(Test)). 
    116 :- endif. 
    117  
    118113 
    119114% retractall(+callable) -- built-in 
  • trunk/RELEASE_NOTES.txt

    r4264 r4266  
    13132.31.6 - May ??, 2008 
    1414 
    15     Updated the YAP config file to check the availability of the built-in  
    16     predicate forall/2. Added support for the proprietary if/1, else/0,  
     15    Removed from the YAP config file the definition of the forall/2  
     16    predicate, which have been added as a built-in predicate in YAP  
     17    version 5.1.3. Added support for the proprietary if/1, else/0,  
    1718    elif/1, and endif/0 directives. 
    1819 
  • trunk/scripts/debian/postinst

    r4265 r4266  
    5050echo "* XSB MT (CVS version):                    xsbmtlgt   (first run must use sudo)" 
    5151echo "* XSB MT 64 bits (CVS version):            xsbmt64lgt (first run must use sudo)" 
    52 echo "* YAP (version 5.1.2 or later):            yaplgt" 
     52echo "* YAP (version 5.1.3 or later):            yaplgt" 
    5353echo 
    5454echo "The Prolog integration scripts can be found on \"/usr/bin\"." 
  • trunk/scripts/install.sh

    r4265 r4266  
    9494echo "* XSB MT (CVS version):                    xsbmtlgt   (first run must use sudo)" 
    9595echo "* XSB MT 64 bits (CVS version):            xsbmt64lgt (first run must use sudo)" 
    96 echo "* YAP (version 5.1.2 or later):            yaplgt" 
     96echo "* YAP (version 5.1.3 or later):            yaplgt" 
    9797echo 
    9898echo "The Prolog integration scripts can be found on \"$prefix/bin\"." 
  • trunk/scripts/linux/logtalk.spec

    r4265 r4266  
    146146echo "* XSB MT (CVS version):                    xsbmtlgt   (first run must use sudo)" 
    147147echo "* XSB MT 64 bits (CVS version):            xsbmt64lgt (first run must use sudo)" 
    148 echo "* YAP (version 5.1.2 or later):            yaplgt" 
     148echo "* YAP (version 5.1.3 or later):            yaplgt" 
    149149echo 
    150150echo "The Prolog integration scripts can be found on \"$RPM_INSTALL_PREFIX/bin\"." 
  • trunk/scripts/macosx/Portfile

    r4265 r4266  
    6464    ui_msg "* XSB MT (CVS version):                    xsbmtlgt   (first run must use sudo)" 
    6565    ui_msg "* XSB MT 64 bits (CVS version):            xsbmt64lgt (first run must use sudo)" 
    66     ui_msg "* YAP (version 5.1.2 or later):            yaplgt" 
     66    ui_msg "* YAP (version 5.1.3 or later):            yaplgt" 
    6767    ui_msg "*" 
    6868    ui_msg "* Remember to set the environment variable LOGTALKHOME to the path to" 
  • trunk/scripts/windows/logtalk.iss

    r4265 r4266  
    6060Name: "prolog\swi"; Description: "SWI-Prolog integration (version 5.6.43 or later)"; Types: full prolog custom; Flags: disablenouninstallwarning 
    6161Name: "prolog\xsb"; Description: "XSB integration (version 3.1 or later)"; Types: full prolog custom; Flags: disablenouninstallwarning 
    62 Name: "prolog\yap"; Description: "YAP integration (version 5.1.2 or later)"; Types: full prolog custom; Flags: disablenouninstallwarning 
     62Name: "prolog\yap"; Description: "YAP integration (version 5.1.3 or later)"; Types: full prolog custom; Flags: disablenouninstallwarning 
    6363 
    6464[Tasks]