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
vsc bf3c147f53 support long long for profiling counters. Requires better support for LL
in Yap code (only for __GNUC__ right now).


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@802 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2003-03-20 15:10:18 +00:00
..
absmi.c call the garbage collector properly. 2003-02-17 10:36:40 +00:00
adtdefs.c fix a few int =/= long warnings. 2003-02-14 11:47:01 +00:00
agc.c fixes for int =\= long 2003-02-14 12:20:57 +00:00
alloc.c support long long for profiling counters. Requires better support for LL 2003-03-20 15:10:18 +00:00
amasm.c new meta-call scheme. 2003-01-29 14:47:17 +00:00
analyst.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +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 fix setof to use catch instead of trying to do its own thing; 2003-02-24 11:01:01 +00:00
arrays.c support long long for profiling counters. Requires better support for LL 2003-03-20 15:10:18 +00:00
attvar.c fix SetAttVar: things may have changed since we asked to bind a variable. 2003-02-14 10:52:00 +00:00
bb.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
bignum.c support long long for profiling counters. Requires better support for LL 2003-03-20 15:10:18 +00:00
c_interface.c windows support 2003-02-24 14:11:54 +00:00
cdmgr.c support long long for profiling counters. Requires better support for LL 2003-03-20 15:10:18 +00:00
cmppreds.c fix comparison predicates. 2003-01-13 14:02:50 +00:00
compiler.c new meta-call scheme. 2003-01-29 14:47:17 +00:00
computils.c new meta-call scheme. 2003-01-29 14:47:17 +00:00
corout.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
dbase.c fix setof to use catch instead of trying to do its own thing; 2003-02-24 11:01:01 +00:00
depth_bound.c don't try to do module expansion if module borders are not crossed. 2003-01-30 16:27:45 +00:00
errors.c cleanup: typecast to yamop * instead of CODEADDR wherever possible. 2002-12-27 16:53:09 +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 always pass B to meta-calls. 2003-01-30 19:34:26 +00:00
grow.c expand stack in parser was not processing TR right. 2003-02-12 13:18:28 +00:00
heapgc.c fixes for int =\= long 2003-02-14 12:20:57 +00:00
index.c cleanup: typecast to yamop * instead of CODEADDR wherever possible. 2002-12-27 16:53:09 +00:00
init.c fix setof to use catch instead of trying to do its own thing; 2003-02-24 11:01:01 +00:00
inlines.c cleanup: typecast to yamop * instead of CODEADDR wherever possible. 2002-12-27 16:53:09 +00:00
iopreds.c fix setof to use catch instead of trying to do its own thing; 2003-02-24 11:01:01 +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 more meta-call fixes 2003-02-07 12:05:39 +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 Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
load_foreign.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
load_none.c More Yap_ fixes. 2002-12-03 06:06:44 +00:00
load_shl.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
mavar.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
modules.c new meta-call scheme. 2003-01-29 14:47:17 +00:00
other.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
parser.c better handling for scanning errors; 2002-11-19 17:10:45 +00:00
save.c new scanner. 2003-01-08 16:45:35 +00:00
scanner.c string parsing should stop at finding an EOF 2003-03-13 18:30:33 +00:00
sort.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
stdpreds.c fixed the way syntax errors are sent out in number_atom 2003-03-20 14:21:12 +00:00
sysbits.c you may have code and dbrefs at the same time. 2003-02-12 13:20:52 +00:00
tracer.c >Code should be initialised in recordp and record_stat_p 2003-02-12 14:02:42 +00:00
unify.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
userpreds.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
utilpreds.c Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead. 2002-11-18 18:18:05 +00:00
write.c Try to make plwrite reentrant by getting rid of (some) global 2002-11-20 20:00:56 +00:00
ypsocks.c start working on configure support for vc 2002-12-10 19:08:25 +00:00
ypstdio.c all global symbols should now start with _YAP 2002-11-11 17:38:10 +00:00