Changeset 4429
- Timestamp:
- 08/17/08 08:22:27 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
compiler/logtalk.pl (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4427 r4429 2597 2597 ( '$lgt_debugging_'(Obj) -> 2598 2598 retract((Call :- '$lgt_dbg_fact'(_, _))) 2599 ; '$lgt_add_db_lookup_cache_entry'(Obj, Head, PScope, Sender, Call),2599 ; '$lgt_add_db_lookup_cache_entry'(Obj, Head, p, Sender, Call), 2600 2600 retract(Call) 2601 2601 ) … … 2660 2660 ( '$lgt_debugging_'(Obj) -> 2661 2661 true 2662 ; '$lgt_add_db_lookup_cache_entry'(Obj, Head, PScope, Sender, Call)2662 ; '$lgt_add_db_lookup_cache_entry'(Obj, Head, p, Sender, Call) 2663 2663 ), 2664 2664 retractall(Call) -
trunk/RELEASE_NOTES.txt
r4427 r4429 31 31 standard Prolog built-in predicate abort/0. Corrected a bug that prevented 32 32 the use of the command ignore at the redo port. 33 34 Corrected a bug in the implementation of the built-in database predicates 35 retract/1 and retractall/1 when adding a cachy entry for a local dynamic 36 predicate with no scope declaration. 33 37 34 38 Added ECLiPSe 6.0 config files. Modified the POSIX script "eclipselgt"
