This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/H
Vítor Santos Costa 2e319c50ba make sure that atom garbage collector knows about foreign function names. 2010-12-12 18:28:55 +00:00
..
Atoms.h fix 32 bit atoms to ensure alignment at 8 bytes (broken with blobs). 2010-12-02 11:49:58 +00:00
Foreign.h make sure that atom garbage collector knows about foreign function names. 2010-12-12 18:28:55 +00:00
Regs.h fix EX: it cannot be a term and it should be a placeholder for BallTerm, 2010-07-21 12:49:06 +01:00
Tags_24bits.h fix indexing in 64 bits (it would split ints from atoms :( ). 2008-01-30 10:35:43 +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_32bits.h *** empty log message *** 2005-05-27 22:27:59 +00:00
Tags_64bits.h user:goal_expand should be called before import 2008-05-15 13:41:48 +00:00
TermExt.h be stricter about what is an attributed variable: the previous definition allowed confusion if there was garbage in the local stack. 2010-10-15 13:14:37 +01:00
Yap.h make sure we separate betwen async exceptions and synchroneous. 2010-12-04 19:05:13 +00:00
YapHeap.h fix memory allocation (MMAP) for shared LOCAL and GLOBAL in ENV_COPY 2010-10-15 02:06:37 +01:00
YapOpcodes.h no need for special procceed instruction. 2010-10-12 22:02:51 +01:00
Yapproto.h expand C-interface to allow access to common term operations (request from Ingo Molnar). 2010-08-02 19:48:17 +01:00
Yatom.h fix 32 bit atoms to ensure alignment at 8 bytes (broken with blobs). 2010-12-02 11:49:58 +00:00
absmi.h fix bad overflow handling in == 2010-07-29 22:36:30 +01:00
alloc.h L constants are evil in 64 bits 2010-05-11 12:25:49 +01:00
amidefs.h make sure we have enough room before we enter a clause. 2010-08-02 18:20:03 +01:00
amiops.h fix comparison between terms when rationals come up. 2010-05-28 12:07:01 +01:00
arith2.h rational number support. First pass. 2010-05-27 12:24:15 +01:00
arrays.h This commit was generated by cvs2svn to compensate for changes in r4, 2001-04-09 19:54:03 +00:00
attvar.h new Atts Code. 2010-03-08 09:24:11 +00:00
clause.h fix bad call to gc (obs from Jose Santos). 2010-01-29 15:21:00 +00:00
compile.h support for space reservation (goal: call gc before trying to insert very large terms). 2010-08-02 13:04:30 +01:00
corout.h coroutining is now a part of attvars. 2004-06-05 03:37:01 +00:00
cut_c.h make cut_c default. 2010-01-15 15:09:18 +00:00
dglobals.h halt_hooks should not be in save/restore, this will cause trouble. 2010-11-29 18:08:29 +00:00
dhstruct.h improve blob support (but just skeleton). 2010-11-29 23:17:06 +00:00
dlmalloc.h NetBSD compilation 2010-08-02 22:41:32 +01:00
eval.h div/2 operators (from WG17 and #176) 2010-08-30 21:50:33 -05:00
findclause.h make sure we have enough room before we enter a clause. 2010-08-02 18:20:03 +01:00
headclause.h fix indexing of bignums (obs from Jos de Roo). 2010-05-14 12:42:30 +01:00
heapgc.h L constants are evil in 64 bits 2010-05-11 12:25:49 +01:00
hglobals.h halt_hooks should not be in save/restore, this will cause trouble. 2010-11-29 18:08:29 +00:00
hstruct.h improve blob support (but just skeleton). 2010-11-29 23:17:06 +00:00
iatoms.h make sure we rebuild saved state stuff even if we do not actually enter top-level. 2010-12-07 15:06:53 +00:00
iglobals.h halt_hooks should not be in save/restore, this will cause trouble. 2010-11-29 18:08:29 +00:00
ihstruct.h improve blob support (but just skeleton). 2010-11-29 23:17:06 +00:00
index.h get rid of type punning warnings. 2007-05-02 11:01:41 +00:00
iopreds.h isupport for improved SWI emulation. 2010-06-23 11:47:14 +01:00
iswiatoms.h add missing files. 2010-05-03 14:27:54 +01: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 make sure we rebuild saved state stuff even if we do not actually enter top-level. 2010-12-07 15:06:53 +00:00
rclause.h no need for special procceed instruction. 2010-10-12 22:02:51 +01:00
rglobals.h halt_hooks should not be in save/restore, this will cause trouble. 2010-11-29 18:08:29 +00:00
rheap.h make sure that atom garbage collector knows about foreign function names. 2010-12-12 18:28:55 +00:00
rhstruct.h improve blob support (but just skeleton). 2010-11-29 23:17:06 +00: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 fix atom gc to actually recover first atom in the chain. 2010-10-26 10:04:36 +01:00
tatoms.h make sure we rebuild saved state stuff even if we do not actually enter top-level. 2010-12-07 15:06:53 +00: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 protect from looking at unused fields 2010-04-10 21:19:31 +01:00
walkclause.h no need for special procceed instruction. 2010-10-12 22:02:51 +01:00
yapio.h patches to provide initial support UTF32 encodings(from Paulo Moura) 2010-10-27 14:49:27 +01:00
yerror.h all global symbols should now start with _YAP 2002-11-11 17:38:10 +00:00