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
e33b33019b
windows support
...
git-svn-id:
https://yap.svn.sf.net/svnroot/yap/trunk@789
b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2003-02-24 14:11:54 +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
new meta-call scheme.
2003-01-29 14:47:17 +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
protect live against people who hide system predicates away.
2003-02-19 16:43:24 +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
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
c_interface.c
windows support
2003-02-24 14:11:54 +00:00
cdmgr.c
a logical updatable predicate may never be undefined, because it is dynamic.
2003-02-12 13:17:36 +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
fix setof to use catch instead of trying to do its own thing;
2003-02-24 11:01:01 +00:00
sort.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
stdpreds.c
fix comparison predicates.
2003-01-13 14:02:50 +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