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
vsc
b38d4fc941
fix fix on index expansion
...
git-svn-id:
https://yap.svn.sf.net/svnroot/yap/trunk@1570
b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2006-03-21 19:20:35 +00:00
..
absmi.c
fix MacOSX interrupt handling
2006-03-03 23:11:30 +00:00
adtdefs.c
avoid sideffects from MkBigInt
2006-01-18 15:34:54 +00:00
agc.c
sveral updates
2005-10-28 17:38:50 +00:00
alloc.c
*** empty log message ***
2006-01-08 23:01:47 +00:00
amasm.c
support new interface between YAP and GMP, so that we don't rely on our own
2006-01-02 02:16:19 +00:00
analyst.c
improvements to compiler: merged instructions and fixes for ->
2005-07-06 15:10:18 +00:00
arith0.c
more small fixes
2005-10-31 12:27:54 +00:00
arith1.c
fix register recovery after ^c on Macs
2006-02-13 16:58:55 +00:00
arith2.c
avoid sideffects from MkBigInt
2006-01-18 15:34:54 +00:00
arrays.c
fixed bug that would mnake GC and stack shifting loop.
2006-03-07 22:14:20 +00:00
attvar.c
YENV may be an HW register (breaks some tabling code)
2006-01-17 14:10:42 +00:00
bb.c
improve bb routines to use the DB efficiently
2005-06-01 13:53:46 +00:00
bignum.c
bignum support fixes
2006-02-01 13:28:57 +00:00
c_interface.c
CUT_C and MYDDAS support for 64 bits architectures
2006-03-09 15:52:06 +00:00
cdmgr.c
prevent breakage
2006-03-21 17:11:39 +00:00
cmppreds.c
inline compare
2005-06-01 21:23:44 +00:00
compiler.c
major changes to support online event-based profiling
2005-12-17 03:25:39 +00:00
computils.c
write_depth/3
2005-12-05 17:16:12 +00:00
corout.c
a new and hopefully much better implementation of atts.
2005-09-09 17:24:39 +00:00
cut_c.c
CUT_C and MYDDAS support for 64 bits architectures
2006-03-09 15:52:06 +00:00
dbase.c
fix refs to old LogUpd implementation (pre 5).
2006-02-24 14:03:42 +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
YENV may be an HW register (breaks some tabling code)
2006-01-17 14:10:42 +00:00
errors.c
fix bad handling of undef warning
2005-12-18 17:12:33 +00:00
eval.c
avoid sideffects from MkBigInt
2006-01-18 15:34:54 +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
CUT_C and MYDDAS support for 64 bits architectures
2006-03-09 15:52:06 +00:00
gprof.c
bignum support fixes
2006-02-01 13:28:57 +00:00
grow.c
CUT_C and MYDDAS support for 64 bits architectures
2006-03-09 15:52:06 +00:00
heapgc.c
fixes to handle expansion of dyn amic predicates more efficiently.
2006-03-21 15:06:36 +00:00
index.c
fix fix on index expansion
2006-03-21 19:20:35 +00:00
init.c
fix refs to old LogUpd implementation (pre 5).
2006-02-24 14:03:42 +00:00
inlines.c
write_depth/3
2005-12-05 17:16:12 +00:00
iopreds.c
fix MacOSX interrupt handling
2006-03-03 23:11:30 +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
New comment-based message style
2004-06-23 17:24:20 +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
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +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
first steps to allow mavars with tabling
2005-08-05 14:55:03 +00:00
modules.c
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +00:00
other.c
protect writes to SignalMask and to CreepFlag. Reads are still not
2004-02-06 17:22:24 +00:00
parser.c
avoid sideffects from MkBigInt
2006-01-18 15:34:54 +00:00
save.c
fixes to garbage collector
2006-03-06 14:04:57 +00:00
scanner.c
fix MacOSX interrupt handling
2006-03-03 23:11:30 +00:00
sort.c
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +00:00
stdpreds.c
MYDDAS: Top Level Functionality
2006-02-05 02:26:35 +00:00
sysbits.c
fix trouble with tkyap (Kerri Harris)
2006-02-20 13:18:08 +00:00
threads.c
fix excessive pruning in meta-calls
2005-03-13 06:26:13 +00:00
tracer.c
fix indexing and tabling bugs
2006-03-20 19:51:44 +00:00
unify.c
fix to support older compilers
2005-08-23 15:39:38 +00:00
userpreds.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
utilpreds.c
bignum support fixes
2006-02-01 13:28:57 +00:00
write.c
support new interface between YAP and GMP, so that we don't rely on our own
2006-01-02 02:16:19 +00:00
ypsocks.c
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +00:00
ypstdio.c
all global symbols should now start with _YAP
2002-11-11 17:38:10 +00:00