Changeset 4329
- Timestamp:
- 06/28/08 16:50:20 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configs/swihook.pl (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/swihook.pl
r4323 r4329 8 8 % make/0 9 9 % 10 % last updated: August 24, 200610 % last updated: June 29, 2008 11 11 % 12 12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 18 18 19 19 user:prolog_load_file(_:Spec, Options) :- 20 \+ '$lgt_member'(must_be_module(true), Options), % exclude calls to use_module/1-2 20 21 ( atom(Spec) -> 21 22 expand_file_name(Spec, [SpecExp]), -
trunk/RELEASE_NOTES.txt
r4327 r4329 15 15 Restored the redefined entity warnings for back-end Prolog compilers 16 16 that support multifile predicates. Simplified updating of the runtime 17 tables when compiling and loading with back-end Prolog compilers that18 don't support multifile predicates.17 tables when compiling and loading source files with back-end Prolog 18 compilers that don't support multifile predicates. 19 19 20 20 Changed the representation of the runtime tables for loaded entities … … 40 40 issues with the default setting of the proprietary "iso" Prolog flag 41 41 to "true". 42 43 Updated the SWI-Prolog hook file, "swihook.pl", to avoid hijacking the 44 arguments of use_module/1-2 calls (which resulted in wrongly loading 45 Logtalk libraries with the same name as the SWI-Prolog library modules 46 we intended to load). 42 47 43 48
