Show
Ignore:
Timestamp:
09/05/08 09:52:44 (4 months ago)
Author:
pmoura
Message:

Updated release number to 2.33.1.

Removed supported for the deprecated mutex_create/1 Prolog built-in predicate.

Updated the XSB config file by switching off the use of multifile/1 directives when compiling Logtalk source files as a workaround for know bugs in the implementation of this directive for dynamic predicates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/xsb.config

    r4411 r4466  
    22% 
    33%  Logtalk - Open source object-oriented logic programming language 
    4 %  Release 2.33.0 
     4%  Release 2.33.1 
    55% 
    66%  Copyright (c) 1998-2008 Paulo Moura.        All Rights Reserved. 
     
    201201 
    202202'$lgt_default_flag'(encoding_directive, unsupported). 
    203 '$lgt_default_flag'(multifile_directive, supported). 
     203'$lgt_default_flag'(multifile_directive, unsupported). 
    204204'$lgt_default_flag'(threads, Threads) :- 
    205205    (   xsb_configuration(engine_mode, 'multi-threading') ->