Menu

Src (SVN)-old Commit Log


Commit Date  
[r8276] by tswift

Cosmetic change of the name of a macro.

2015-03-04 22:27:20 Tree
[r8275] by tswift

Major change to transitive abolishes for calls. As before, if a
table T_a is abolished, any table T' that has an answer that
depends on T_a or an answer in T_a is abolished. Now, any table
T'' upon which T_a depends (i.e., T_a has an answer that has T''
or an answer in T'' in its delay list) is affected in the
following manner. Any backpointers from T'' to T_a are removed
from the subgoal or answer PNDEs. This means that after table
abolishes, all backpointers from non-abolished tables will remain
valid. (At least, I sure hope so.)

In the first version of transitive abolishes, tables such as T''
were unaffected. However, this left invalid back pointers and
led to core dumps when running Ergo. The next version that was
has been in place for a couple of weeks actually abolished tables
such as T'', but this was too extreme. So hopefully this version
will be just right.

The above changes were in tr_utils.c. The slgdelay* changes were so that remove_pndes could be
used in tr_utils.c

2015-03-04 22:17:14 Tree
[r8274] by kifer

SYSCALL_filecopy was broken (was supposed to return 0 on success and was returning 1). Fixed.
Also added SYSCALL_fileappend, for good measure.
A lot of xwams are showing as having been recompiled. Assuming somebody forgot to do so, so committing them as well.
The testsuite runs except 2 utf8 tests.

2015-03-04 07:52:46 Tree
[r8273] by dwarren

Comment out declaration of unused variable (to quiet compiler.)

2015-02-28 22:50:37 Tree
[r8272] by dwarren

Changed \x and \<num> (for octal) escapes in strings to allow termination
by first non hex (oct) digit.
Also changed to recognize [] and {} as tokens, so they can appear as functors.

2015-02-28 22:34:09 Tree
[r8271] by tswift

Fixed nasty bug in deleteoutedges, where an iterator value that needed to be reinitialized each time an inner loop was entered wasnt properly reinitialized.

2015-02-28 22:24:51 Tree
[r8270] by dwarren

Add condition to properly parse obscure use of infix and prefix op,
e.g., a - - - b. (Thanks, Ulrich. I guess I don't have better things
to do with my life...)

2015-02-28 20:46:05 Tree
[r8269] by dwarren

Fixed \u escapes in strings to support trailing \ to end hex-digit sequence.

2015-02-28 14:40:15 Tree
[r8268] by kifer

asked to ignore config.log files in svn
updated windows banners

2015-02-26 14:47:08 Tree
[r8267] by dwarren

Fixed bug in w1252_char_to_codepoint (pointed out, and fixed, by Michael).
It needed to increment the char pointer.

Also fixed a use of it in odbc_xsb.c (where it had incremented the
pointer itself, but now should not.)

2015-02-26 14:44:28 Tree
Older >
MongoDB Logo MongoDB