This website requires JavaScript.
Explore
Help
Sign In
diogo
/
yap-6.3
Archived
Watch
1
Star
0
Fork
0
You've already forked yap-6.3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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
/
C
History
Vitor Santos Costa
da4aa804a7
improve error handling for is/2.
2010-01-03 15:42:51 -02:00
..
absmi.c
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
adtdefs.c
make atom locking compatible with SWI-Prolog.
2009-12-21 10:12:47 -02:00
agc.c
Use "Foreign.h"
2009-10-31 00:02:17 +00:00
alloc.c
fix bad call to realloc (nf patches).
2009-11-27 18:46:11 +00:00
amasm.c
get rid of unused variable.
2009-08-31 23:58:05 -05:00
analyst.c
fixes to support threads and assert correctly, even if inefficiently.
2007-11-26 23:43:10 +00:00
arith0.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
arith1.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
arith2.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
arrays.c
generate known atoms and functors automatically
2008-12-23 01:53:52 +00:00
attvar.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
bb.c
improve bb routines to use the DB efficiently
2005-06-01 13:53:46 +00:00
bignum.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
c_interface.c
make atom locking compatible with SWI-Prolog.
2009-12-21 10:12:47 -02:00
cdmgr.c
prolog: multifiles are not really system predicates (they can be redefined).
2009-11-23 10:10:47 +00:00
clause_list.c
make YAP compile with --enable-or-parallelism
2009-08-19 21:53:49 -05:00
cmppreds.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
compiler.c
ask for space proportional to the free trail space at trail overflow.
2009-12-21 10:26:00 -02:00
computils.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
corout.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
cut_c.c
CUT_C and MYDDAS support for 64 bits architectures
2006-03-09 15:52:06 +00:00
dbase.c
support for making sure exceptions are reset when they should be reset (obs from Nuno Fonseca,
#159
)
2009-12-03 17:48:25 +00:00
depth_bound.c
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +00:00
dlmalloc.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
errors.c
stop counters at counter underflow event
2009-06-26 08:42:40 -05:00
eval.c
improve error handling for is/2.
2010-01-03 15:42:51 -02:00
evalis.c
VC++ changes
2002-02-04 16:12:54 +00:00
evaltwo.c
VC++ changes
2002-02-04 16:12:54 +00:00
exec.c
fix bad testing of choice-point in throw (tabling bug?)
2009-12-12 23:22:10 +00:00
globals.c
change throw mechanism to fit better with cleanup mechanism:
2009-11-27 11:21:24 +00:00
gmp_support.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
gprof.c
fixes for SYSTEM_MALLOC case (where we cannot trust Yap_HeapTop and Yap_HeapBase).
2009-11-20 08:52:00 +00:00
grow.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
heapgc.c
fix over zealous cleaning of attributed variables in heapgc.c
2009-11-03 15:07:48 +00:00
index.c
fix nth_instance: fix bugs and actually add two versions (obs from Theofrastos Mantadelis)
2009-11-18 13:06:37 +00:00
init.c
fix thread stuff (obs from Jiefei Ma).
2009-12-17 23:55:09 -02:00
inlines.c
inline implemetation of a(2,1,X) should not return error, just silently fail.
2009-11-23 10:06:13 +00:00
iopreds.c
handle correctly file rewind in the presence of ungetc (obs from Jose Santos).
2009-12-19 19:57:20 -02:00
load_aix.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
load_aout.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
load_coff.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
load_dl.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
load_dld.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
load_dll.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
load_dyld.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
load_foreign.c
extend SWI interface with PL_toplevel and to handle C++ code.
2009-10-23 16:50:43 +01:00
load_none.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
load_shl.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
mavar.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
modules.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
other.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
parser.c
[ ] and {} should be handled by the scanner, not the parser (obs from Paulo Moura).
2009-12-03 22:51:29 +00:00
readutil.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
save.c
check_opcodes is unused in WIN32_, don't declare it.
2009-11-23 16:01:41 +00:00
scanner.c
[ ] and {} should be handled by the scanner, not the parser (obs from Paulo Moura).
2009-12-03 22:51:29 +00:00
sort.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
stdpreds.c
fix locking stuff.
2009-12-17 16:11:02 -02:00
sysbits.c
YAP added / to WIN32 file names (obs from Jose Santos).
2009-12-11 09:49:47 +00:00
threads.c
fix thread stuff (obs from Jiefei Ma).
2009-12-17 23:55:09 -02:00
tracer.c
fix realloc and friends (obs from Nuno Fonseca).
2009-11-27 13:31:03 +00:00
udi.c
updates to UDI package
2009-04-02 17:34:42 +01:00
unify.c
remove some weird white spaces.
2009-11-17 02:07:48 +00:00
userpreds.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
utilpreds.c
make =@= an well known alias to variant.
2009-11-23 10:10:14 +00:00
write.c
make write always protect operators when they are not used as operators so as to follow standard (
#150
).
2009-11-27 16:09:48 +00:00
ypsocks.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
ypstdio.c
all global symbols should now start with _YAP
2002-11-11 17:38:10 +00:00