Changeset 4444 for trunk/configs

Show
Ignore:
Timestamp:
08/22/08 14:34:33 (5 months ago)
Author:
pmoura
Message:

Updated ECLiPSe compatibility notes and config files for version 6.0#33.

Location:
trunk/configs
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/eclipse6.config

    r4423 r4444  
    1010% 
    1111% 
    12 %  configuration file for ECLiPSe 5.10#26 and later versions 
    13 % 
    14 %  last updated: August 14, 2008 
     12%  configuration file for ECLiPSe 6.0#33 and later versions 
     13% 
     14%  last updated: August 22, 2008 
    1515% 
    1616%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    4343% '$lgt_iso_predicate'(?callable). 
    4444 
    45 '$lgt_iso_predicate'(assertz(_)). 
    4645'$lgt_iso_predicate'(atom_codes(_, _)). 
    4746'$lgt_iso_predicate'(atom_concat(_, _, _)). 
     
    5251'$lgt_iso_predicate'(throw(_)). 
    5352'$lgt_iso_predicate'(unify_with_occurs_check(_, _)). 
    54  
    55  
    56 assertz(Clause) :- 
    57     assert(Clause). 
    5853 
    5954 
     
    190185 
    191186 
    192 % retractall(+callable) 
    193  
    194 retractall(Head) :- 
    195     retract_all(Head). 
     187% retractall(+callable) -- built-in 
    196188 
    197189 
  • trunk/configs/eclipse6iso.config

    r4423 r4444  
    1010% 
    1111% 
    12 %  configuration file for ECLiPSe 5.10#26 and later versions 
     12%  configuration file for ECLiPSe 6.0#33 and later versions 
    1313% 
    1414%  last updated: August 14, 2008 
     
    9696 
    9797 
    98 % retractall(+callable) 
    99  
    100 retractall(Head) :- 
    101     retract_all(Head). 
     98% retractall(+callable) -- built-in 
    10299 
    103100 
  • trunk/configs/NOTES.txt

    r4437 r4444  
    211211    and defining dynamic predicates. Due to the semantics of the ECLiPSe  
    212212    built-in predicate compile/1, new clauses for dynamic predicates are  
    213     appended to the old ones instead of replacing them! 
    214  
    215  
    216 ECLiPSe 6.0 or later versions 
     213    appended to the old ones instead of replacing them. 
     214 
     215 
     216ECLiPSe 6.0#33 or later versions 
    217217 
    218218    eclipse6.config