Menu

Src (SVN)-old Commit Log


Commit Date  
[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
[r7965] by dwarren

Added documentation on interning terms and using (e.g.)
:- table p/2 as intern.

2014-05-04 15:54:36 Tree
[r7964] by tswift

Updated for release of 3.5.

2014-05-02 19:17:57 Tree
[r7963] by tswift

Some extra minor changes.

2014-05-02 19:07:54 Tree
[r7962] by tswift

Major rewrite of incremental tabling system; updated biblio references
and credits.

2014-05-02 19:00:13 Tree
[r7961] by dwarren

documented new flags, concat_atom running backwards.

2014-05-02 01:05:52 Tree
[r7960] by dwarren

Added documentation for character sets: renamed ASCII to LATIN-1,
added cp1252 (code page 1252) for windows, and we now associate
a character set with a stream.

2014-05-01 18:16:32 Tree
[r7959] by tswift

Added lots of casts to remove (hopefully) spurious compiler warnings.

2014-04-30 18:46:57 Tree
[r7958] by rzf

fixed title length and typo

2014-04-28 15:30:09 Tree
[r7957] by dwarren

Added include of cell_xsb_i.h for some defines that seem to have been moved.
Also added primitive code to get and printout detailed error diagnostics.
It's called only after SQLDirverConnect for now. Should be better integrated
and be allowed to be called for all bad returns. Also maybe return error
messages as a string back to caller, as new option in odbc_error handling.

2014-04-25 12:48:46 Tree
Older >
MongoDB Logo MongoDB