Changeset 4267 for trunk/configs

Show
Ignore:
Timestamp:
05/18/08 08:53:33 (8 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Location:
trunk/configs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/NOTES.txt

    r4265 r4267  
    1010improve or correct some of these files, or write new ones for other 
    1111Prolog compilers, please send me a copy. It is impossible for me to  
    12 individually test Logtalk under each Prolog listed here (or, for that  
    13 mater, to own a copy of each one of these compilers). For some of  
    14 these Prolog compilers I only have the manuals available on-line. 
     12individually test Logtalk under all combinations of compatible Prolog  
     13versions and operating-system versions (or, for that mater, to own a  
     14copy of each one of these compilers). For some of these Prolog compilers  
     15I only have the manuals available on-line. 
    1516 
    1617As a general rule, always try to use the latest version of your Prolog  
    17 compiler of choice. Most Prolog compilers are moving towards better  
    18 ISO Standard compatibility and, as a consequence, improved Logtalk  
    19 compatibility. 
     18compiler of choice. For Prolog compilers with long release cycles, this  
     19may imply use of development versions. Most Prolog compilers are moving  
     20towards better ISO Standard compatibility and, as a consequence, improved  
     21Logtalk compatibility. 
     22 
     23Most of the suggestions you will find in this file for integrating Logtalk  
     24with specific Prolog compilers are already implemented and available in the  
     25"integration" directory of the Logtalk distribution. 
    2026 
    2127 
     
    2632    If a config file for your favorite Prolog is not available, use this  
    2733    file as a template for writing one. For each predicate in the file,  
    28     see if it is built-in in your Prolog, available in a library, or if  
     34    check if it is built-in in your Prolog, available in a library, or if  
    2935    you can write a better definition. 
    3036 
     
    451457    as XPCE call-back goals. 
    452458 
    453     See the comments in the "swi_set_logtalk_context.pl" itself for a  
     459    See the comments in the "swi_set_logtalk_context.pl" file itself for a  
    454460    description of its functionality. 
    455461 
     
    469475 
    470476 
    471 YAP 5.1.2 and later versions 
     477YAP 5.1.3 and later versions 
    472478 
    473479    yap.config 
  • trunk/configs/swi_set_logtalk_context.pl

    r4233 r4267  
    1515%  normal Logtak/Prolog top-level 
    1616% 
    17 %  last updated: April 16, 2007 
     17%  as of Logtalk version 2.30.1 you may use in alternative the <</2 control 
     18%  construct, which provides a more robust solution for making queries in  
     19%  the context of objects other than "user" 
     20% 
     21%  last updated: May 18, 2008 
    1822%  
    1923%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%