Changeset 5049
- Timestamp:
- 06/27/09 09:33:25 (14 months ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
configs/eclipse5.pl (modified) (2 diffs)
-
configs/eclipse5iso.pl (modified) (2 diffs)
-
configs/eclipse6.pl (modified) (2 diffs)
-
configs/eclipse6iso.pl (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/eclipse5.pl
r5046 r5049 12 12 % configuration file for ECLiPSe 5.10#26 or later 5.10 versions 13 13 % 14 % last updated: June 2 6, 200914 % last updated: June 27, 2009 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 19 19 :- pragma(system). 20 20 :- pragma(nodebug). 21 22 :- use_module(library(numbervars)). 21 23 22 24 -
trunk/configs/eclipse5iso.pl
r5046 r5049 12 12 % configuration file for ECLiPSe 5.10#26 or later 5.10 versions 13 13 % 14 % last updated: June 2 6, 200914 % last updated: June 27, 2009 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 19 19 :- pragma(system). 20 20 :- pragma(nodebug). 21 22 :- use_module(library(numbervars)). 21 23 22 24 -
trunk/configs/eclipse6.pl
r5020 r5049 12 12 % configuration file for ECLiPSe 6.0#77 and later versions 13 13 % 14 % last updated: June 7, 200914 % last updated: June 27, 2009 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 20 20 :- pragma(nodebug). 21 21 22 :- use_module(library(numbervars)). 22 23 :- use_module(library(multifile)). 23 24 -
trunk/configs/eclipse6iso.pl
r5020 r5049 12 12 % configuration file for ECLiPSe 6.0#77 and later versions 13 13 % 14 % last updated: June 7, 200914 % last updated: June 27, 2009 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 20 20 :- pragma(nodebug). 21 21 22 :- use_module(library(numbervars)). 22 23 :- use_module(library(multifile)). 23 24 -
trunk/RELEASE_NOTES.txt
r5048 r5049 71 71 module directive. 72 72 73 Updated the ECLiPSe config files in order to support parsing of comment/2, 74 import/2, inline/2, and set_flag/3 proprietary directives. 73 Updated the ECLiPSe config files in order to make available the predicate 74 numbervars/3 and to support parsing of comment/2, import/2, inline/2, and 75 set_flag/3 proprietary directives. 75 76 76 77 Updated the SICStus Prolog config files in order to support parsing of the
