Commit Graph

5007 Commits

Author SHA1 Message Date
Vitor Santos Costa 169758af5e fix bug. 2011-07-28 10:31:56 +01:00
Vitor Santos Costa 4a50cfa853 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-07-27 16:51:24 +01:00
Vitor Santos Costa 619d0622e6 allow writing of opaque terms. 2011-07-27 16:50:14 +01:00
Vitor Santos Costa b79a885480 fix prompt stuff. 2011-07-27 16:49:43 +01:00
Vitor Santos Costa a06586ad22 make more slot ops inline. 2011-07-27 16:31:10 +01:00
Vitor Santos Costa 40976581a3 fix exists. 2011-07-27 16:30:29 +01:00
Vitor Santos Costa e2179a277d make top-level more SWI like 2011-07-26 23:32:50 +01:00
Vitor Santos Costa a83546e313 fixes to have windows version of yap. 2011-07-26 23:32:38 +01:00
Vitor Santos Costa 0e964c7278 include SWI patch. 2011-07-26 21:05:53 +01:00
Vitor Santos Costa b55ffd0089 fix warning message. 2011-07-26 21:05:16 +01:00
Vitor Santos Costa ffae487cf2 fix path support in WINDOWS. 2011-07-26 18:42:13 +01:00
Vitor Santos Costa e145910234 windows path support. 2011-07-26 18:41:45 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 9a48889e69 Merge branch 'master' of /cygdrive/z/vitor/Yap/yap-6.3 2011-07-26 17:55:10 +01:00
Vitor Santos Costa 00949b8783 add WIN32 flags. 2011-07-26 17:54:17 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 5437984815 Merge branch 'master' of /cygdrive/z/vitor/Yap/yap-6.3 2011-07-26 17:07:10 +01:00
Ricardo Rocha efc59cf8d6 DepFr_cons field initialization for threads 2011-07-26 16:49:49 +01:00
Ricardo Rocha 3345709bdb avoid InitWorker twice for main thread 2011-07-26 15:51:52 +01:00
Ricardo Rocha 31b3eeaae6 fix output stream usage 2011-07-26 15:26:01 +01:00
Vitor Santos Costa 69f1bedf47 copy error routines from SWI. That was easy. 2011-07-25 23:52:05 +01:00
Vitor Santos Costa f73d7ef5f6 fixes for WIN32 compilation. 2011-07-25 23:51:45 +01:00
Vitor Santos Costa 78d8487156 fix for OSX Lion. 2011-07-25 23:50:50 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 4fe1833ece Merge branch 'master' of /cygdrive/z/vitor/Yap/yap-6.3 2011-07-25 17:09:43 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 840e287cda mode changes 2011-07-25 17:09:28 +01:00
Vitor Santos Costa beffc7b69d fix missing CONST 2011-07-25 00:57:35 -07:00
Vitor Santos Costa 67ddf94afa fix error messages. 2011-07-22 23:38:19 +01:00
Vitor Santos Costa 991d85edf0 fixes to interrupt handling in readline. 2011-07-22 22:48:30 +01:00
Vitor Santos Costa a701f08180 small fixes. 2011-07-22 21:35:18 +01:00
Vitor Santos Costa 69e5fed10f new version of belief propagation solver. 2011-07-22 21:33:30 +01:00
Vitor Santos Costa a16a7d5b1c fix calling of Write and Read for new SWI style interface. 2011-07-22 15:49:40 +01:00
Vitor Santos Costa eea7f83e09 fix module stuff. 2011-07-22 14:50:32 +01:00
Vitor Santos Costa 08217b825b update swi packages. 2011-07-22 14:41:17 +01:00
Vitor Santos Costa c78aa3cf1d fix user-c spying. 2011-07-22 14:10:55 +01:00
Vitor Santos Costa 80966dd286 check for NULL handler. 2011-07-22 04:21:21 -07:00
Vitor Santos Costa f6be2ed08d support interface to foreign objects that have a backtrack handler. 2011-07-22 04:09:33 -07:00
Vitor Santos Costa e4a775925b fix handling of YAP_Blob terms. 2011-07-22 04:09:14 -07:00
Vitor Santos Costa 19f7dd8d58 fix typos. 2011-07-22 02:31:13 -07:00
Vitor Santos Costa 869e985186 Merge branch 'master' of ssh://yap.git.sf.net/gitroot/yap/yap-6.3 2011-07-22 01:36:34 -07:00
Vitor Santos Costa c0ef01a700 avoid ground term optimisation with YAPOR. 2011-07-22 01:35:43 -07:00
Vitor Santos Costa d3f8829524 Merge branch 'master' of ssh://yap.git.sf.net/gitroot/yap/yap-6.3 2011-07-21 14:40:49 +01:00
Vitor Santos Costa 6fdf6b49f6 fix computation of cut register for either (yapor). 2011-07-21 14:39:57 +01:00
Vitor Santos Costa a1d903e3e9 external term support. 2011-07-21 06:32:49 -07:00
Vitor Santos Costa 6b6276a4d3 patch to make YAP_cut_succeed() and YAP_cut_fail() safe to use as statements (from, Denys Duchier). 2011-07-21 04:18:35 -07:00
Vitor Santos Costa 24ee3aaafe Merge branch 'master' of ssh://yap.git.sf.net/gitroot/yap/yap-6.3 2011-07-21 02:24:58 -07:00
Vitor Santos Costa 7a33b8ebbf allow strong generic buffers in stack. 2011-07-21 02:24:21 -07:00
Vitor Santos Costa 2c8e6cf2d1 fixes to ODBC interface: plug memory leak. 2011-07-21 02:24:08 -07:00
Vitor Santos Costa de60807724 cleanup patch 2011-07-14 09:40:15 +01:00
Ricardo Rocha 22d8e33a5f fix cut support for or-parallelism 2011-07-13 17:36:26 +01:00
Vitor Santos Costa 45e5e3b983 work if ipackages are missing and some cleanups. 2011-07-13 15:31:22 +01:00
ubu32 11a74236dc fix slots: have slots ready at init, even if we don't have a Prolog top-level;
don't get lost after pruning.
2011-07-11 22:12:32 -07:00
ubu32 2a51403518 fix restore of streams. 2011-07-11 21:15:15 -07:00