Changeset 4264
- Timestamp:
- 05/15/08 10:00:22 (4 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
configs/swi.config (modified) (1 diff)
-
configs/yap.config (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/swi.config
r4233 r4264 490 490 491 491 % '$lgt_rewrite_and_copy_pl_directive'(@callable, -callable) 492 493 '$lgt_rewrite_and_copy_pl_directive'(if(Goal), if(Goal)). 494 '$lgt_rewrite_and_copy_pl_directive'(elif(Goal), elif(Goal)). 495 '$lgt_rewrite_and_copy_pl_directive'(else, else). 496 '$lgt_rewrite_and_copy_pl_directive'(endif, endif). 492 497 493 498 '$lgt_rewrite_and_copy_pl_directive'(license(License), license(License)). -
trunk/configs/yap.config
r4263 r4264 528 528 % '$lgt_rewrite_and_copy_pl_directive'(@callable, -callable) 529 529 530 '$lgt_rewrite_and_copy_pl_directive'(if(Goal), if(Goal)). 531 '$lgt_rewrite_and_copy_pl_directive'(elif(Goal), elif(Goal)). 532 '$lgt_rewrite_and_copy_pl_directive'(else, else). 533 '$lgt_rewrite_and_copy_pl_directive'(endif, endif). 534 530 535 '$lgt_rewrite_and_copy_pl_directive'(table(PIs), table(CPIs)) :- 531 536 '$lgt_rewrite_and_copy_pl_directive_pis'(PIs, CPIs). -
trunk/RELEASE_NOTES.txt
r4263 r4264 13 13 2.31.6 - May ??, 2008 14 14 15 Modified the YAP config file to check the availability of the built-in 16 predicate forall/2. 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, 17 elif/1, and endif/0 directives. 18 19 Updated the SWI-Prolog config file with support for the proprietary 20 if/1, else/0, elif/1, and endif/0 directives. 17 21 18 22 Added support for the Pygments syntax highlighter (co-developed with
