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
ac601e20b6
support static linking for Nuno Fonseca's database module.
...
git-svn-id:
https://yap.svn.sf.net/svnroot/yap/trunk@606
b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2002-09-24 19:01:29 +00:00
..
absmi.c
new error handlong mechanism
2002-09-09 17:40:12 +00:00
adtdefs.c
copy value structs to stack
2002-02-27 01:20:18 +00:00
agc.c
fix debug only compilation
2002-06-05 14:23:15 +00:00
alloc.c
support hidden predicates
2002-09-02 17:33:00 +00:00
amasm.c
first cut at call counter.
2002-09-03 14:28:09 +00:00
analyst.c
support for inlined execution of functor/3 and arg/3/3/3
2001-04-23 20:41:58 +00:00
arith0.c
new catch and throw mechanism (first try).
2002-01-07 06:28:04 +00:00
arith1.c
fix truncate
2002-08-07 21:55:27 +00:00
arith2.c
New metacall mechanism
2001-10-30 16:42:05 +00:00
arrays.c
forgot committing arrays.c
2002-05-23 12:44:18 +00:00
attvar.c
miscellaneous fixes
2002-07-17 20:25:30 +00:00
bb.c
be more careful about error handling when storing DB terms
2002-03-07 05:13:21 +00:00
bignum.c
don't break GMP for external applications.
2002-06-19 21:46:56 +00:00
c_interface.c
YAP_Deref should be in C-interface.
2002-09-16 23:25:09 +00:00
cdmgr.c
don't try to unify results for matching clause if we
2002-09-10 18:41:12 +00:00
cmppreds.c
Yap would get order of variables in terms wrong.
2001-06-19 17:51:07 +00:00
compiler.c
first cut at call counter.
2002-09-03 14:28:09 +00:00
computils.c
first cut at call counter.
2002-09-03 14:28:09 +00:00
corout.c
put tabling back to work
2002-05-03 15:30:36 +00:00
dbase.c
fix recordifnot bug with ground terms
2002-09-18 21:28:19 +00:00
depth_bound.c
This commit was generated by cvs2svn to compensate for changes in r4,
2001-04-09 19:54:03 +00:00
errors.c
dump stack on error
2002-09-09 19:52:38 +00:00
eval.c
fix debugger messages
2002-06-01 01:46:06 +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
count profiling entries from meta-calls, even if that means a little more
2002-09-17 00:02:39 +00:00
grow.c
fluffy stuff for atom garbage collection.
2002-06-05 03:59:50 +00:00
heapgc.c
first cut at call counter.
2002-09-03 14:28:09 +00:00
index.c
first cut at call counter.
2002-09-03 14:28:09 +00:00
init.c
new error handlong mechanism
2002-09-09 17:40:12 +00:00
iopreds.c
make open/3 complain when trying to read after end of file.
2002-09-16 16:57:27 +00:00
load_aix.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
load_aout.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
load_coff.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
load_dl.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
load_dld.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
load_dll.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
load_dyld.c
support dyld interface on Next and OSX machines.
2002-09-24 15:38:17 +00:00
load_foreign.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
load_none.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
load_shl.c
cleanup YapExecutable
2002-09-23 17:06:13 +00:00
mavar.c
fix bugs in tabling
2001-07-04 16:48:54 +00:00
modules.c
fix current_modules/1 and 2 to return all predefined modules.
2002-09-17 00:14:23 +00:00
other.c
changes to support extended foreign interface (include slots, new exception
2002-05-14 18:24:34 +00:00
parser.c
VC++ changes
2002-02-04 16:12:54 +00:00
save.c
new error handlong mechanism
2002-09-09 17:40:12 +00:00
scanner.c
allow compilation on WIN32 platforms.
2002-08-28 14:02:35 +00:00
sort.c
This commit was generated by cvs2svn to compensate for changes in r4,
2001-04-09 19:54:03 +00:00
stdpreds.c
support static linking for Nuno Fonseca's database module.
2002-09-24 19:01:29 +00:00
sysbits.c
fixes to support condor better
2002-08-18 23:18:18 +00:00
tracer.c
don't try to unify results for matching clause if we
2002-09-10 18:41:12 +00:00
unify.c
fix dereferecing in unify
2002-08-18 23:16:44 +00:00
userpreds.c
fix typo
2002-09-14 04:36:08 +00:00
utilpreds.c
fix debugging info
2002-08-13 17:02:26 +00:00
write.c
changes to support extended foreign interface (include slots, new exception
2002-05-14 18:24:34 +00:00
ypsocks.c
socket fixes
2002-05-01 16:19:43 +00:00
ypstdio.c
This commit was generated by cvs2svn to compensate for changes in r4,
2001-04-09 19:54:03 +00:00