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
2fe887d11a
GetPredByAtomWithModule was not actually checking the module!
...
git-svn-id:
https://yap.svn.sf.net/svnroot/yap/trunk@859
b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2003-08-25 18:42:35 +00:00
..
absmi.c
fix \= on mavars.
2003-08-23 19:26:08 +00:00
adtdefs.c
GetPredByAtomWithModule was not actually checking the module!
2003-08-25 18:42:35 +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
more fixes for low level profiler.
2003-05-21 12:15:09 +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
new indexing algorithm
2003-04-30 17:46:05 +00:00
arrays.c
more fixes
2003-05-19 13:04:09 +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
more fixes
2003-05-19 13:04:09 +00:00
cdmgr.c
improvements to indexing: allow user control and fix bugs in sorting
2003-06-06 11:54:02 +00:00
cmppreds.c
fix comparison predicates.
2003-01-13 14:02:50 +00:00
compiler.c
patches to Ricardo Lopes' low level profiler: enable if SIGPROF is
2003-05-20 19:11:59 +00:00
computils.c
more fixes
2003-05-19 13:04:09 +00:00
corout.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
dbase.c
more fixes
2003-05-19 13:04:09 +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
improvements to indexing: allow user control and fix bugs in sorting
2003-06-06 11:54:02 +00:00
grow.c
more fixes
2003-05-19 13:04:09 +00:00
heapgc.c
more fixes
2003-05-19 13:04:09 +00:00
index.c
do_var_clauses() and do_var_group() do not return anything.
2003-07-25 09:21:03 +00:00
init.c
improvements to indexing: allow user control and fix bugs in sorting
2003-06-06 11:54:02 +00:00
inlines.c
cleanup: typecast to yamop * instead of CODEADDR wherever possible.
2002-12-27 16:53:09 +00:00
iopreds.c
more fixes
2003-05-19 13:04:09 +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
fix setarg(0,T,_).
2003-08-14 11:59:26 +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
more fixes
2003-05-19 13:04:09 +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
improvements to indexing: allow user control and fix bugs in sorting
2003-06-06 11:54:02 +00:00
sysbits.c
patches to Ricardo Lopes' low level profiler: enable if SIGPROF is
2003-05-20 19:11:59 +00:00
tracer.c
try to make comparison faster in indexing code.
2003-06-06 13:16:40 +00:00
unify.c
improvements to indexing: allow user control and fix bugs in sorting
2003-06-06 11:54:02 +00:00
userpreds.c
Stasinos noticed that _YAP_ breaks C standard: use Yap_ instead.
2002-11-18 18:18:05 +00:00
utilpreds.c
more fixes
2003-05-19 13:04:09 +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
improvements to indexing: allow user control and fix bugs in sorting
2003-06-06 11:54:02 +00:00
ypstdio.c
all global symbols should now start with _YAP
2002-11-11 17:38:10 +00:00