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
d62ec41632
thread support fixes
...
git-svn-id:
https://yap.svn.sf.net/svnroot/yap/trunk@1462
b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2005-11-17 13:40:18 +00:00
..
absmi.c
fixes for stack expansion and garbage collection under tabling.
2005-11-15 00:50:49 +00:00
adtdefs.c
fix op search code.
2005-11-16 02:45:48 +00:00
agc.c
sveral updates
2005-10-28 17:38:50 +00:00
alloc.c
more tabling fixes
2005-11-16 01:55:03 +00:00
amasm.c
BEAM for YAP update...
2005-09-08 22:06:45 +00:00
analyst.c
improvements to compiler: merged instructions and fixes for ->
2005-07-06 15:10:18 +00:00
arith0.c
more small fixes
2005-10-31 12:27:54 +00:00
arith1.c
more small fixes
2005-10-31 12:27:54 +00:00
arith2.c
new indexing algorithm
2003-04-30 17:46:05 +00:00
arrays.c
thread support fixes
2005-11-17 13:40:18 +00:00
attvar.c
updates do documentation
2005-10-31 18:12:51 +00:00
bb.c
improve bb routines to use the DB efficiently
2005-06-01 13:53:46 +00:00
bignum.c
minor fixes
2005-11-16 02:01:09 +00:00
c_interface.c
fix bignum conversion
2005-11-03 18:49:26 +00:00
cdmgr.c
make undefined more ISO compatible.
2005-10-29 01:28:37 +00:00
cmppreds.c
inline compare
2005-06-01 21:23:44 +00:00
compiler.c
BEAM for YAP update...
2005-09-08 22:06:45 +00:00
computils.c
BEAM for YAP update...
2005-09-08 22:06:45 +00:00
corout.c
a new and hopefully much better implementation of atts.
2005-09-09 17:24:39 +00:00
dbase.c
sveral updates
2005-10-28 17:38:50 +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 pruning bug
2005-03-01 22:25:09 +00:00
errors.c
TABLING NEW: support to limit the table space size
2005-08-04 15:45:56 +00:00
eval.c
BEAM for YAP update...
2005-09-08 22:06:45 +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
thread support fixes
2005-11-17 13:40:18 +00:00
grow.c
thread support fixes
2005-11-17 13:40:18 +00:00
heapgc.c
remove debugging case
2005-11-16 02:13:26 +00:00
index.c
people should be able to disable indexing.
2005-10-29 02:21:47 +00:00
init.c
more tabling fixes
2005-11-16 01:55:03 +00:00
inlines.c
sveral updates
2005-10-28 17:38:50 +00:00
iopreds.c
fix .0002 in new ~D
2005-11-13 09:49:18 +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
first steps to allow mavars with tabling
2005-08-05 14:55:03 +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
fix op search code.
2005-11-16 02:45:48 +00:00
save.c
more small fixes
2005-10-31 12:27:54 +00:00
scanner.c
fix memory leak in scanner
2005-11-08 13:51:15 +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
sveral updates
2005-10-28 17:38:50 +00:00
sysbits.c
^C was very broken: break was not accepted, and debug,
2005-11-09 18:02:53 +00:00
threads.c
fix excessive pruning in meta-calls
2005-03-13 06:26:13 +00:00
tracer.c
fixes for stack expansion and garbage collection under tabling.
2005-11-15 00:50:49 +00:00
unify.c
fix to support older compilers
2005-08-23 15:39:38 +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 default opyions for Makefile so that both coroutining and rational trees are
2005-10-30 00:32:55 +00:00
write.c
SWI compatible module only operators
2005-10-21 16:09:03 +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