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
ae2a53d2e3
fix overflows
...
git-svn-id:
https://yap.svn.sf.net/svnroot/yap/trunk@1211
b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2004-12-16 05:57:32 +00:00
..
absmi.c
try to reduce overheads when running with goal expansion enabled.
2004-12-05 05:01:45 +00:00
adtdefs.c
try to reduce overheads when running with goal expansion enabled.
2004-12-05 05:01:45 +00:00
agc.c
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +00:00
alloc.c
try to reduce overheads when running with goal expansion enabled.
2004-12-05 05:01:45 +00:00
amasm.c
fix memory overflow
2004-12-07 16:54:58 +00:00
analyst.c
Mega clauses
2004-09-27 20:45:04 +00:00
arith0.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
arith1.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
arith2.c
new indexing algorithm
2003-04-30 17:46:05 +00:00
arrays.c
replace SYSTEM_ERROR by out OUT_OF_WHATEVER_ERROR whenever appropriate.
2004-11-19 22:08:43 +00:00
attvar.c
fix overflows
2004-12-16 05:57:32 +00:00
bb.c
replace SYSTEM_ERROR by out OUT_OF_WHATEVER_ERROR whenever appropriate.
2004-11-19 22:08:43 +00:00
bignum.c
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +00:00
c_interface.c
missing ;
2004-12-08 00:56:35 +00:00
cdmgr.c
fix overflows
2004-12-16 05:57:32 +00:00
cmppreds.c
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +00:00
compiler.c
fix overflows
2004-12-16 05:57:32 +00:00
computils.c
a few fixes for 64 bit compiling.
2004-11-19 17:14:15 +00:00
corout.c
fix situation where we might assume nonextsing double initialisation of C predicates (use
2004-11-18 22:32:40 +00:00
dbase.c
fix overflows
2004-12-16 05:57:32 +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
fix alignment problem with DLMALLOC and sparc
2004-12-08 16:54:33 +00:00
errors.c
try to reduce overheads when running with goal expansion enabled.
2004-12-05 05:01:45 +00:00
eval.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +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
try to reduce overheads when running with goal expansion enabled.
2004-12-05 05:01:45 +00:00
grow.c
try to reduce overheads when running with goal expansion enabled.
2004-12-05 05:01:45 +00:00
heapgc.c
fixes for coroutining only
2004-12-07 13:46:53 +00:00
index.c
fix bug in removing first clause of a try sequence (lu preds)
2004-12-06 04:50:22 +00:00
init.c
try to reduce overheads when running with goal expansion enabled.
2004-12-05 05:01:45 +00:00
inlines.c
cleanup: typecast to yamop * instead of CODEADDR wherever possible.
2002-12-27 16:53:09 +00:00
iopreds.c
First step to actually handling scanner overflows the right way
2004-11-22 22:28:06 +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
continue big commit
2003-08-27 13:37:10 +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
a few fixes for 64 bit compiling.
2004-11-19 17:14:15 +00:00
save.c
fix USE_LD to eventually be restorable.
2004-12-07 06:01:55 +00:00
scanner.c
A few extra fixes for saved states.
2004-11-23 21:16:21 +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
polish changes to undefp
2004-12-08 04:45:04 +00:00
sysbits.c
try to reduce overheads when running with goal expansion enabled.
2004-12-05 05:01:45 +00:00
threads.c
fix threads so that they at least start
2004-12-02 06:06:47 +00:00
tracer.c
fix threads so that they at least start
2004-12-02 06:06:47 +00:00
unify.c
A few extra fixes for saved states.
2004-11-23 21:16:21 +00:00
userpreds.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
utilpreds.c
fix overflows
2004-12-16 05:57:32 +00:00
write.c
coroutining is now a part of attvars.
2004-06-05 03:37:01 +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