Menu

Src (SVN)-old Commit Log


Commit Date  
[r9464] by dwarren

Update/improve CR's groundedness mode checker/inferencer and make all compiler modules compliant. Also update the Makefile so remaking the compiler invokes the mode checker/inferencer.

2019-01-14 17:27:37 Tree
[r9463] by tswift

Added non-opt compile around a cryptic warning.

2019-01-09 15:49:32 Tree
[r9462] by dwarren

Increased maximum number of indexes allowed on a predicate, and issue warning if max is exceeded in an assert.

2019-01-07 21:07:59 Tree
[r9461] by dwarren

Fixed dynamic import (builtin) to handle quoted module names (and so handle non-parameterized modules). Also fixed innocuous typo in loader.

2018-12-27 15:50:21 Tree
[r9460] by tswift

Fixed some code rot for the MT engine.

2018-12-07 20:01:11 Tree
[r9459] by "kifer"

Generalized the way the .xsb/ dir is determined. Now:

o use the value of environment $XSB_USER_AUXDIR if defined and not ""
o use $HOME/.xsb, if HOME is defined
o use $USERHOME/.xsb, if USERHOME ...
o use XSBinstalldir/.xsb

This generalization is needed when XSB is used by a servlet. Eg, tomcat runs as a nologin user and its $HOME is owned by root. So, no way to run XSB this way. With $XSB_USER_AUXDIR, one can point to a dir owned by user 'tomcat'.
Dunno how this kind of services are done on windoze, but probably useful there as well.

2018-11-19 07:35:35 Tree
[r9458] by "kifer"

fixed some incorrect comments
also incorrect refs to .xsbrc in the manual

2018-11-19 03:15:59 Tree
[r9457] by tswift

Created a new p2p_attvar to replace p2p_arg(_,0)

2018-11-03 18:11:57 Tree
[r9456] by dwarren

Add simple predicate to gensym to help logging. Slightly improved performance of unnumbervars, which is heavily used in prolog_db.

2018-11-02 15:40:53 Tree
[r9455] by dwarren

Comment out unnecessary import to avoid warning.

2018-11-02 14:43:40 Tree
Older >