Changeset 4446
- Timestamp:
- 08/24/08 12:32:06 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
compiler/logtalk.pl (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4443 r4446 12953 12953 '$lgt_iso_spec_pred'(call(_)). 12954 12954 '$lgt_iso_spec_pred'(!). 12955 '$lgt_iso_spec_pred'((_; _)). 12955 '$lgt_iso_spec_pred'((Goal; _)) :- 12956 ( var(Goal) -> 12957 true 12958 ; Goal \= '*->'(_, _) 12959 ). 12956 12960 '$lgt_iso_spec_pred'((_, _)). 12957 12961 '$lgt_iso_spec_pred'((_ -> _)). 12958 %'$lgt_iso_spec_pred'((_ -> _; _)).12959 12962 '$lgt_iso_spec_pred'(catch(_, _, _)). 12960 12963 '$lgt_iso_spec_pred'(throw(_)). -
trunk/RELEASE_NOTES.txt
r4445 r4446 45 45 when using SWI-Prolog as the back-end compiler by making the lookup caches 46 46 thread local. 47 48 Corrected a bug in the verification of portable calls that would fail to 49 flag the soft-cut control construct (_ *-> _; _) found on some Prolog 50 compilers. 47 51 48 52 Corrected a bug in the implementation of the built-in database predicates
