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
Vitor Santos Costa f679f21a71 cleanup unnecessary MkFunctor 2008-12-23 02:20:22 +00:00
..
absmi.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
adtdefs.c further changes to better support SWI interface. 2008-12-17 14:47:05 +00:00
agc.c add type to BIG NUMs, so that we can easily know what it is all about. 2008-11-28 15:54:46 +00:00
alloc.c fixes for gcc-4.3 (same as stable) 2008-11-26 09:56:18 +00:00
amasm.c generate known atoms and functors automatically 2008-12-23 01:53:52 +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 to simpler Eval mechanism 2008-12-04 23:33:32 +00:00
arith1.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
arith2.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
arrays.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
attvar.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
bb.c improve bb routines to use the DB efficiently 2005-06-01 13:53:46 +00:00
bignum.c add type to BIG NUMs, so that we can easily know what it is all about. 2008-11-28 15:54:46 +00:00
c_interface.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
cdmgr.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
cmppreds.c Change to simpler Eval mechanism 2008-12-04 23:33:32 +00:00
compiler.c fix compilation of NewX = f instructions. 2008-12-13 21:22:07 +00:00
computils.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
corout.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
cut_c.c CUT_C and MYDDAS support for 64 bits architectures 2006-03-09 15:52:06 +00:00
dbase.c generate known atoms and functors automatically 2008-12-23 01:53:52 +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 massive changes to support new scheme for arithmetic: 2008-12-09 12:54:27 +00:00
errors.c cleanup unnecessary MkFunctor 2008-12-23 02:20:22 +00:00
eval.c cleanup unnecessary MkFunctor 2008-12-23 02:20:22 +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 longmp in trow not to recover trail. This way we do not need to do 2008-10-18 11:03:25 +01:00
globals.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
gmp_support.c Change to simpler Eval mechanism 2008-12-04 23:33:32 +00:00
gprof.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
grow.c replace if-then-else optimisation by the new mechanism. 2008-12-09 14:23:19 +00:00
heapgc.c add new eval compiler 2008-12-05 16:08:44 +00:00
index.c massive changes to support new scheme for arithmetic: 2008-12-09 12:54:27 +00:00
init.c cleanup unnecessary MkFunctor 2008-12-23 02:20:22 +00:00
inlines.c massive changes to support new scheme for arithmetic: 2008-12-09 12:54:27 +00:00
iopreds.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00: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 Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
load_dl.c fix library search. 2007-05-24 19:54:45 +00: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 Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
load_dyld.c New comment-based message style 2004-06-23 17:24:20 +00:00
load_foreign.c valgrind it! 2008-01-23 17:57:56 +00:00
load_none.c improved support for threads and code area allocation using malloc 2004-02-05 16:57:02 +00:00
load_shl.c New comment-based message style 2004-06-23 17:24:20 +00:00
mavar.c Change to simpler Eval mechanism 2008-12-04 23:33:32 +00:00
modules.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
other.c fixes to Makefile and manual. 2006-05-19 17:49:25 +00:00
parser.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
readutil.c mainbranch fixes to: 2008-10-23 22:17:45 +01:00
save.c fixes for gcc-4.3 (same as stable) 2008-11-26 09:56:18 +00:00
scanner.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
sort.c Include new instruction execute_cpred to perform tail optimisation for 2008-08-28 04:43:00 +01:00
stdpreds.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
sysbits.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
threads.c fix thread messages 2008-08-19 00:44:37 +00:00
tracer.c more changes to support SWI Input/Output. Now it compiles, which does 2008-12-22 12:03:14 +00:00
unify.c fix trim_trail on 64 bit machines and non x86 2008-06-05 18:29:52 +00:00
userpreds.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
utilpreds.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
write.c generate known atoms and functors automatically 2008-12-23 01:53:52 +00:00
ypsocks.c fixes for gcc-4.3 (same as stable) 2008-11-26 09:56:18 +00:00
ypstdio.c all global symbols should now start with _YAP 2002-11-11 17:38:10 +00:00