Menu

Src (SVN)-old Commit Log


Commit Date  
[r7975] by dwarren

Removed default assumption in setting CHARACTER_SET, now returning
error if unrecognized char-set.

2014-06-12 14:56:51 Tree
[r7974] by dwarren

Fixed bug introduced in returing strings, when added character sets.
Also added new better error reporting.

2014-06-11 19:38:59 Tree
[r7973] by tswift

Minor change to fix a compiler warning on the mac.

2014-05-20 23:15:05 Tree
[r7972] by tswift

Forgot to commit earlier.

2014-05-20 13:29:55 Tree
[r7971] by dwarren

Previous commit had bug. Set ep of old usermod psc record only if it
is undefined.

2014-05-06 14:20:16 Tree
[r7970] by dwarren

Changed slightly handling of exported predicates when loading a module.
The new psc record for an exported predicate has, for a long time, been
added to usermod, so that after consulting a module, the user can directly
call it from the top-level. But if there previously was a psc record
for the same-named predicate already in usermod, it would be lost, and so
calls to "that" psc record will not be found. So I changed it so that
old usermod psc record now branches to the ep of the newly added psc record
so it works as expected. I used the import_as mechanism to get this done.

2014-05-06 13:39:08 Tree
[r7969] by tswift

Forgot to add.

2014-05-04 22:48:56 Tree
[r7968] by dwarren

Added documentation of new library prolog_db.

2014-05-04 21:59:11 Tree
[r7967] by dwarren

Added prolog_db.P to be compiled.

2014-05-04 21:58:17 Tree
[r7966] by dwarren

A new set of routines that support creating and using "Prolog Databases"
in XSB. A Prolog DB is Prolog term that represents a set of rules. Users
can create sets of rules, pass them aroung, and call goals in them.
These Prolog DBs are represented as a Prolog term which implements a trie,
with hash tables at each branch point. They are asymptotically quite
efficient. See documentation in User Manual 2 under Libraries.

2014-05-04 21:57:31 Tree
Older >
MongoDB Logo MongoDB