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
02fb454f3f
DelayTop goes away
2010-03-08 09:18:08 +00:00
..
absmi.c
use isattvar
2010-03-08 09:17:40 +00:00
adtdefs.c
make atom locking compatible with SWI-Prolog.
2009-12-21 10:12:47 -02:00
agc.c
DelayTop goes away
2010-03-08 09:18:08 +00:00
alloc.c
YAPOR: lock memory allocation under YAPOR/dlmalloc
2010-02-03 22:54:47 +00:00
amasm.c
icompile table+orp
2010-01-14 17:38:39 +00: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
support db_ref_e:
2010-03-06 22:43:21 +00:00
arith2.c
support db_ref_e:
2010-03-06 22:43:21 +00:00
arrays.c
generate known atoms and functors automatically
2008-12-23 01:53:52 +00:00
attvar.c
del_attrs/1 (for SWI compatibility).
2010-03-03 19:08:17 +00:00
bb.c
improve bb routines to use the DB efficiently
2005-06-01 13:53:46 +00:00
bignum.c
mingw complaint with recent versions of gcc
2010-02-10 03:03:03 -06:00
c_interface.c
use YAPSHAREDIR instead of YAP_PL_SRCDIR to book from Prolog files.
2010-03-05 09:51:52 +00:00
cdmgr.c
fix missing ; (obs from Paulo Moura).
2010-03-01 00:06:45 +00:00
clause_list.c
make YAP compile with --enable-or-parallelism
2009-08-19 21:53:49 -05:00
cmppreds.c
fix comparison if Int != int.
2010-02-28 12:15:29 +00:00
compiler.c
use the right type in call.
2010-02-22 23:08:40 +00: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
fix missing unlock.
2010-02-21 00:45:38 +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
make nb_ undefined variable return an error, as SWI does.
2010-02-28 00:57:29 +00:00
eval.c
make error handling close to ISO.
2010-02-26 12:01:08 +00: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 locking issues with dynamic predicates and threads (obs from Paulo Moura).
2010-03-03 22:11:50 +00:00
globals.c
fix nb_getval to handle exceptions.
2010-03-01 22:32:40 +00:00
gmp_support.c
mingw complaint with recent versions of gcc
2010-02-10 03:03:03 -06:00
gprof.c
fix for gprof in 64 bit OSX.
2010-01-27 10:59:59 +00:00
grow.c
fix compilation problems.
2010-02-01 21:44:21 +00:00
heapgc.c
fix over zealous cleaning of attributed variables in heapgc.c
2009-11-03 15:07:48 +00:00
index.c
fix handling of float/1 by indexing code.
2010-02-19 14:16:41 +00:00
init.c
make number_chars and atom_chars SWI/ISO compatible by default.
2010-02-26 10:04:08 +00: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
WINDOWS can seek
2010-03-03 18:50:56 -06: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
AtomDouble was not defined correctly.
2010-02-19 14:16:57 +00:00
readutil.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
save.c
in SYSTEM_MALLOC, save_heap makes no sense (as it stands).
2010-01-22 22:29:07 +00:00
scanner.c
fix error where \* ( could be scanned as \+( (obs from Paulo Moura).
2010-02-18 09:19:29 +00:00
sort.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
stdpreds.c
fix bad restore of operators (obs from Paulo Moura)
2010-03-01 11:52:42 -06:00
sysbits.c
add address_bits flag (request from Paulo Moura).
2010-02-23 00:29:17 +00:00
threads.c
mingw complaint with recent versions of gcc
2010-02-10 03:03:03 -06:00
tracer.c
fix global variable core dump in threaded yapor.
2010-01-29 18:09:07 +00:00
udi.c
updates to UDI package
2009-04-02 17:34:42 +01:00
unify.c
fix unifiable for attributed variables (obs from Jiefei Ma).
2010-01-21 09:47:55 +00:00
userpreds.c
change Heap.h to YapHeap.h
2009-10-23 14:22:17 +01:00
utilpreds.c
oops, forgot deref
2010-01-25 21:28:51 +00:00
write.c
be less enthusiastsis about writing (op).
2010-02-26 14:14:10 +00:00
ypsocks.c
mingw complaint with recent versions of gcc
2010-02-10 03:03:03 -06:00
ypstdio.c
all global symbols should now start with _YAP
2002-11-11 17:38:10 +00:00