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/pl
vsc e6a15addf5 5.1:
- improvements to GC
   2 generations
   generic speedups
- new scheme for attvars
   - hProlog like interface also supported
- SWI compatibility layer
   - extra predicates
   - global variables
   - moved to Prolog module
- CLP(R) by Leslie De Koninck, Tom Schrijvers, Cristian Holzbaur, Bart
Demoen and Jan Wielemacker
- load_files/2

from 5.0.1

- WIN32 missing include files (untested)
- -L trouble (my thanks to Takeyuchi Shiramoto-san)!
- debugging of backtrable user-C preds would core dump.
- redeclaring a C-predicate as Prolog core dumps.
- badly protected  YapInterface.h.
- break/0 was failing at exit.
- YAP_cut_fail and YAP_cut_succeed were different from manual.
- tracing through data-bases could core dump.
- cut could break on very large computations.
- first pass at BigNum issues (reported by Roberto).
- debugger could get go awol after fail port.
- weird message on wrong debugger option.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1402 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2005-10-18 17:04:43 +00:00
..
arith.yap fix debugger to do well nonsource predicates. 2005-08-02 03:09:52 +00:00
arrays.yap extra array functionality 2002-11-26 22:28:32 +00:00
boot.yap 5.1: 2005-10-18 17:04:43 +00:00
callcount.yap new error handlong mechanism 2002-09-09 17:40:12 +00:00
checker.yap try to improve error handling and warnings from within consults. 2005-04-20 20:06:26 +00:00
consult.yap 5.1: 2005-10-18 17:04:43 +00:00
corout.yap 5.1: 2005-10-18 17:04:43 +00:00
debug.yap 5.1: 2005-10-18 17:04:43 +00:00
depth_bound.yap more fixes for indexing code 2003-09-15 01:25:29 +00:00
directives.yap 5.1: 2005-10-18 17:04:43 +00:00
errors.yap 5.1: 2005-10-18 17:04:43 +00:00
grammar.yap fix DCGs to be closer to standard. 2004-11-05 03:03:54 +00:00
ground.yap get rid of debugging info 2004-09-18 02:19:09 +00:00
init.yap 5.1: 2005-10-18 17:04:43 +00:00
listing.yap debugger fixes 2004-07-22 21:32:23 +00:00
load_foreign.yap new error handlong mechanism 2002-09-09 17:40:12 +00:00
modules.yap 5.1: 2005-10-18 17:04:43 +00:00
preds.yap fix mess with add clause 2005-02-08 04:05:39 +00:00
profile.yap new builtins: nth_clause, nth_instance. 2002-12-13 20:00:41 +00:00
protect.yap simplify format, so that it will be easier to do bug fixes 2004-02-13 18:39:29 +00:00
setof.yap hole handling in dlmalloc should not make HeapTop always skip over the hole. 2005-01-05 04:32:18 +00:00
signals.yap fix mess with add clause 2005-02-08 04:05:39 +00:00
sockets.yap new error handlong mechanism 2002-09-09 17:40:12 +00:00
sort.yap This commit was generated by cvs2svn to compensate for changes in r4, 2001-04-09 19:54:03 +00:00
statistics.yap debugger fixes 2004-07-22 21:32:23 +00:00
strict_iso.yap all global symbols should now start with _YAP 2002-11-11 17:38:10 +00:00
tabling.yap TABLING FIXED: table and yap_flag(tabling_mode,_) declarations 2005-08-01 17:59:49 +00:00
threads.yap fix GPL 2005-03-15 18:29:25 +00:00
utils.yap fix another bug in nth_instance, thanks to Pat Caldon 2005-05-25 18:58:38 +00:00
yapor.yap new scheme for flags. 2003-12-04 18:13:04 +00:00
yio.yap at_end_of_line 2005-01-29 04:43:14 +00:00