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
530df10f5c
make -g option SWI compatible
...
git-svn-id:
https://yap.svn.sf.net/svnroot/yap/trunk@1884
b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2007-05-20 11:27:37 +00:00
..
absmi.c
fix bug in saving P at p_eq (obs from Frabrizio Riguzzi)
2007-05-01 21:18:19 +00:00
adtdefs.c
handle code space overflows while parsing.
2007-04-18 06:30:41 +00:00
agc.c
fix memory expansion bugs.
2007-03-21 18:32:50 +00:00
alloc.c
get rid of IntArrays and FloatArray code.
2006-05-19 14:31:32 +00:00
amasm.c
diverse fixes
2006-12-27 01:32:38 +00:00
analyst.c
several debugger and CLP(BN) improvements.
2006-12-13 16:10:26 +00:00
arith0.c
more small fixes
2005-10-31 12:27:54 +00:00
arith1.c
WIN32 support
2007-01-28 14:26:37 +00:00
arith2.c
small fixes
2006-04-12 15:51:23 +00:00
arrays.c
fix atom garbage collector (although it is still off by default)
2007-02-18 00:26:36 +00:00
attvar.c
tabling support for 64 bits
2007-04-26 14:13:21 +00:00
bb.c
improve bb routines to use the DB efficiently
2005-06-01 13:53:46 +00:00
bignum.c
global variables
2006-08-22 16:12:46 +00:00
c_interface.c
fix min list
2007-05-15 11:33:51 +00:00
cdmgr.c
fix max modules limitation
2007-04-10 22:13:21 +00:00
cmppreds.c
support for UNICODE, and other bug fixes.
2006-11-27 17:42:03 +00:00
compiler.c
fix number of overflows (comments by Bart Demoen).
2007-03-27 13:48:51 +00:00
computils.c
improve indexing on floats
2006-09-20 20:03:51 +00:00
corout.c
global variables
2006-08-22 16:12:46 +00:00
cut_c.c
CUT_C and MYDDAS support for 64 bits architectures
2006-03-09 15:52:06 +00:00
dbase.c
all/3 should fail on no solutions.
2007-01-25 22:11:55 +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
get rid of IntArrays and FloatArray code.
2006-05-19 14:31:32 +00:00
errors.c
WIN32 fixes
2006-05-16 18:37:31 +00:00
eval.c
avoid sideffects from MkBigInt
2006-01-18 15:34:54 +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
fix min list
2007-05-15 11:33:51 +00:00
globals.c
add nb_current and fix nb_delete.
2007-02-21 16:50:51 +00:00
gprof.c
fix max modules limitation
2007-04-10 22:13:21 +00:00
grow.c
handle code space overflows while parsing.
2007-04-18 06:30:41 +00:00
heapgc.c
improve external interface
2007-05-14 16:44:12 +00:00
index.c
get rid of type punning warnings.
2007-05-02 11:01:41 +00:00
init.c
fix module init problem (thanks to Bernd Guttman)
2007-04-16 15:46:17 +00:00
inlines.c
fix number of overflows (comments by Bart Demoen).
2007-03-27 13:48:51 +00:00
iopreds.c
make -g option SWI compatible
2007-05-20 11:27:37 +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 deadlock when trying to create a module with the same name as a
2007-04-18 23:01:16 +00:00
other.c
fixes to Makefile and manual.
2006-05-19 17:49:25 +00:00
parser.c
get rid of small bugs/warnings
2007-05-02 11:12:39 +00:00
readutil.c
fix garbage collector not to try to garbage collect when we ask for large
2006-08-07 18:51:44 +00:00
save.c
fix atom garbage collector (although it is still off by default)
2007-02-18 00:26:36 +00:00
scanner.c
handle code space overflows while parsing.
2007-04-18 06:30:41 +00:00
sort.c
fix garbage collector not to try to garbage collect when we ask for large
2006-08-07 18:51:44 +00:00
stdpreds.c
fix deadlock when trying to create a module with the same name as a
2007-04-18 23:01:16 +00:00
sysbits.c
fix debugger
2007-02-13 11:26:17 +00:00
threads.c
fix mutex_info
2007-03-16 21:58:45 +00:00
tracer.c
improve external interface
2007-05-14 16:44:12 +00:00
unify.c
fix max modules limitation
2007-04-10 22:13:21 +00:00
userpreds.c
support for UNICODE, and other bug fixes.
2006-11-27 17:42:03 +00:00
utilpreds.c
fix number of overflows (comments by Bart Demoen).
2007-03-27 13:48:51 +00:00
write.c
WIN32 support
2007-01-28 14:26:37 +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