Menu

Src (SVN)-old Commit Log


Commit Date  
[r8549] by dwarren

Fixed read_canonical and write_canonical to handle a() forms.

Note: read_canonical will *not* recognize a( ), i.e. with a whitespace
between the parens. Since this is read_canonical (and write_canonical
produces the accepted form,) I think this is OK. It's a more
complicated fix if we were to accept the form with the whitespace.

2015-12-26 15:49:41 Tree
[r8548] by dwarren

Fixed atom(a()) to fail, and compound(a()) to succeed.
(Had been intentionally programmed to be the opposite, for some reason.
System self-compiles and all tests pass with this change. It is now
consistent with SWI's implementation of the f() form.)

2015-12-25 20:33:04 Tree
[r8547] by kifer

cleanup in dbdrivers package

2015-12-24 18:12:55 Tree
[r8546] by dwarren

Minimal documentation for table_index directive. (There may be a better
place in the manual for this? And it needs to be expanded if it stays.)

2015-12-18 02:32:53 Tree
[r8545] by dwarren

Minor fix to concat_atom to handle integers more consistently.

2015-12-18 02:30:59 Tree
[r8544] by dwarren

Added code to support table_index directive (abolish_table_index_pred)

2015-12-18 02:29:52 Tree
[r8543] by dwarren

New table_index directive to use subsumptive tables to do more general
indexing of tables.

2015-12-18 02:27:59 Tree
[r8542] by dwarren

Previous adding of cast in tab_structs.h broke. Interestingly the
smaller (level_num) needed to be cast to the larger (flags{..]) since
the flag really held a number greater than 32 bits.)

Added CYGWIN test to allow definition of PTHREAD_MUTEX_ERRORCHECK_NP
and friends so cygwin compilation could get further. Teri has a
comment just before this change (line 217 in thread_xsb.h) which
sounds relevant, but I don't understand it. Is this what was meant?
Or was it to say that this change of mine is probably wrong?

2015-12-11 14:50:55 Tree
[r8541] by dwarren

Explicit casts to quiet persnickety compiler.

2015-12-11 14:01:19 Tree
[r8540] by dwarren

Added some casts (and some slightly different type decls) to quiet
warnings in MSVC on Windows 10.

2015-12-10 14:13:52 Tree
Older >
MongoDB Logo MongoDB