.. |
absmi.h
|
change Heap.h to YapHeap.h
|
2009-10-23 14:22:17 +01:00 |
alloc.h
|
rename BinaryTestPredFlag to BinaryPredFlag
|
2009-02-09 21:56:40 +00:00 |
amidefs.h
|
define Optype for xxc, for instructions whose constant argument is a term, like functor(a,X,T).
|
2009-12-06 00:37:48 +00:00 |
amiops.h
|
new merged instructions and small changes to the emulator.
|
2009-03-03 10:04:13 +00:00 |
arith2.h
|
remove some warnings in the absence of GMP
|
2009-06-15 10:11:05 -05:00 |
arrays.h
|
This commit was generated by cvs2svn to compensate for changes in r4,
|
2001-04-09 19:54:03 +00:00 |
Atoms.h
|
conditional compilation of thread inlines
|
2009-03-13 12:06:57 +00:00 |
attvar.h
|
global variables
|
2006-08-22 16:12:46 +00:00 |
clause.h
|
change Heap.h to YapHeap.h
|
2009-10-23 14:22:17 +01:00 |
compile.h
|
more fixes to call_counter: try to keep on counting system builtins.
|
2009-06-22 12:40:55 -05:00 |
corout.h
|
coroutining is now a part of attvars.
|
2004-06-05 03:37:01 +00:00 |
cut_c.h
|
CUT_C and MYDDAS support for 64 bits architectures
|
2006-03-09 15:52:06 +00:00 |
dhstruct.h
|
make atom locking compatible with SWI-Prolog.
|
2009-12-21 10:12:47 -02:00 |
dlmalloc.h
|
fix several bugs in save/restore.b
|
2005-11-23 03:01:33 +00:00 |
eval.h
|
try to speed up eval a bit.
|
2010-01-04 21:16:42 -02:00 |
findclause.h
|
define Optype for xxc, for instructions whose constant argument is a term, like functor(a,X,T).
|
2009-12-06 00:37:48 +00:00 |
Foreign.h
|
more updates to HEAPFIELDS.
|
2009-10-30 23:59:00 +00:00 |
headclause.h
|
more patches to support Anderson's JIT.
|
2009-04-08 00:32:36 +01:00 |
heapgc.h
|
more icc fixes
|
2008-03-26 14:37:08 +00:00 |
hstruct.h
|
make atom locking compatible with SWI-Prolog.
|
2009-12-21 10:12:47 -02:00 |
iatoms.h
|
change throw mechanism to fit better with cleanup mechanism:
|
2009-11-27 11:21:24 +00:00 |
ihstruct.h
|
make atom locking compatible with SWI-Prolog.
|
2009-12-21 10:12:47 -02:00 |
index.h
|
get rid of type punning warnings.
|
2007-05-02 11:01:41 +00:00 |
iopreds.h
|
fix memory overflow when doing very large writes on strings (obs from Jos Deroo).
|
2009-07-28 18:30:15 -05:00 |
nolocks.h
|
This commit was generated by cvs2svn to compensate for changes in r4,
|
2001-04-09 19:54:03 +00:00 |
nomachine.h
|
This commit was generated by cvs2svn to compensate for changes in r4,
|
2001-04-09 19:54:03 +00:00 |
ratoms.h
|
change throw mechanism to fit better with cleanup mechanism:
|
2009-11-27 11:21:24 +00:00 |
rclause.h
|
define Optype for xxc, for instructions whose constant argument is a term, like functor(a,X,T).
|
2009-12-06 00:37:48 +00:00 |
Regs.h
|
fix unused stuff.
|
2009-10-21 08:35:09 +01:00 |
rheap.h
|
Jump and Throw need to store the term away, if they try to use arena
|
2009-12-02 21:59:41 +00:00 |
rhstruct.h
|
make atom locking compatible with SWI-Prolog.
|
2009-12-21 10:12:47 -02:00 |
sig.h
|
This commit was generated by cvs2svn to compensate for changes in r4,
|
2001-04-09 19:54:03 +00:00 |
sshift.h
|
add extra protection against useless shifts.
|
2009-11-20 00:31:09 +00:00 |
Tags_24bits.h
|
fix indexing in 64 bits (it would split ints from atoms :( ).
|
2008-01-30 10:35:43 +00:00 |
Tags_32bits.h
|
*** empty log message ***
|
2005-05-27 22:27:59 +00:00 |
Tags_32LowTag.h
|
fix indexing in 64 bits (it would split ints from atoms :( ).
|
2008-01-30 10:35:43 +00:00 |
Tags_32Ops.h
|
fix indexing in 64 bits (it would split ints from atoms :( ).
|
2008-01-30 10:35:43 +00:00 |
Tags_64bits.h
|
user:goal_expand should be called before import
|
2008-05-15 13:41:48 +00:00 |
tatoms.h
|
change throw mechanism to fit better with cleanup mechanism:
|
2009-11-27 11:21:24 +00:00 |
TermExt.h
|
able to commit 64 bits
|
2009-06-05 12:18:10 -05:00 |
threads.h
|
fix thread complaints.
|
2009-03-26 00:39:57 +00:00 |
tracer.h
|
make low level tracer understand yapor.
|
2009-08-19 23:46:51 -05:00 |
trim_trail.h
|
fix setup_call_cleanup and friends.
|
2009-12-03 02:13:22 +00:00 |
walkclause.h
|
define Optype for xxc, for instructions whose constant argument is a term, like functor(a,X,T).
|
2009-12-06 00:37:48 +00:00 |
Yap.h
|
tiny cleanups.
|
2009-11-18 23:36:07 +00:00 |
YapHeap.h
|
Jump and Throw need to store the term away, if they try to use arena
|
2009-12-02 21:59:41 +00:00 |
yapio.h
|
support for passing priority as argument to write. (Ulrich's #45).
|
2009-05-22 13:24:27 -05:00 |
YapOpcodes.h
|
define Optype for xxc, for instructions whose constant argument is a term, like functor(a,X,T).
|
2009-12-06 00:37:48 +00:00 |
Yapproto.h
|
make atom locking compatible with SWI-Prolog.
|
2009-12-21 10:12:47 -02:00 |
Yatom.h
|
make atom locking compatible with SWI-Prolog.
|
2009-12-21 10:12:47 -02:00 |
yerror.h
|
all global symbols should now start with _YAP
|
2002-11-11 17:38:10 +00:00 |