Commit Graph

1165 Commits

Author SHA1 Message Date
Vítor Santos Costa
73b8478bdb iinclude all modules. 2011-03-15 16:41:33 +00:00
Vítor Santos Costa
123cf5af84 use external module for clib 2011-03-15 16:26:44 +00:00
Vítor Santos Costa
6b5046bb8c use external modules. 2011-03-15 16:22:56 +00:00
Vítor Santos Costa
2a76f86785 don't lock ThreadLocal predicates. 2011-03-15 09:08:09 +00:00
Vítor Santos Costa
656e95f068 fix low level emulation. 2011-03-14 21:03:28 +00:00
Vítor Santos Costa
2d2f5f8702 remove debugging message. 2011-03-14 21:03:13 +00:00
Vítor Santos Costa
0d6be2d858 improve string support
fix non-thread compilation.
2011-03-11 23:21:23 +00:00
Vítor Santos Costa
d42db0dc5c ithread_pool (untested). 2011-03-11 21:31:10 +00:00
Vítor Santos Costa
cb192cf26a add get_time. 2011-03-11 20:36:40 +00:00
Vítor Santos Costa
e05b84ce4e fix to thread support. 2011-03-11 19:49:32 +00:00
Vítor Santos Costa
3c5eb3ff7d use SWI version of CLIB 2011-03-10 11:05:53 +00:00
Vítor Santos Costa
4b8a9a4f4e make http an external module. 2011-03-09 23:38:58 +00:00
Vítor Santos Costa
f92f8daa6d fix debugging message. 2011-03-09 22:39:11 +00:00
Vitor Santos Costa
4ad0407388 fix small differences 2011-03-09 13:33:30 +00:00
Vitor Santos Costa
5418f55d74 fix pl-tai 2011-03-09 13:05:03 +00:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
752fa4fc53 support windows compilation, upgrade to current uxnt. 2011-03-09 00:02:21 +00:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
a3f79cede9 WINDOWS compatibility 2011-03-08 00:03:50 +00:00
ubu32
e98ba46ccb make new code work in 32 bit Linux. 2011-03-07 08:34:20 -08:00
Vítor Santos Costa
90d93fdbdd cache abstra machine register in threaded mode. 2011-03-07 16:02:55 +00:00
Vítor Santos Costa
9c3041f1e3 support copying registers in SWI code. 2011-03-03 11:41:21 +00:00
Vítor Santos Costa
da1df3d851 more cleanups. 2011-03-02 23:19:39 +00:00
Vítor Santos Costa
cd287280b3 fix warnings 2011-03-02 09:20:05 +00:00
Vítor Santos Costa
824b5ff88e support critical sections, now that we have Yap.h 2011-03-02 09:19:35 +00:00
Vítor Santos Costa
7f3e510992 get rid of aliasing warnings. 2011-03-02 09:18:51 +00:00
Vítor Santos Costa
d42f4daed0 get rid of unused functions. 2011-03-02 09:18:14 +00:00
Vítor Santos Costa
282760de9c fix an alias warning by replacing cast by an union. 2011-03-02 09:15:30 +00:00
Vítor Santos Costa
b868d85ac8 make rl not deadlock under SIGINT 2011-03-01 12:31:19 +00:00
Vítor Santos Costa
0e447436b3 fix missing lock in OpInfo 2011-03-01 10:32:25 +00:00
Vítor Santos Costa
cce6bb6354 LD should be local to threads.
get rid of write_depth on YAP side.
2011-03-01 10:26:25 +00:00
Vítor Santos Costa
31909e3741 fix makefile rules.
fix dtoa for 64 bit machines
2011-03-01 09:18:19 +00:00
ubu32
3f6b92de4b enable compilation with multi-threading. 2011-02-27 15:06:10 -08:00
ubu32
f2e8f2ac2e more fixes for bignum support in PLStream. 2011-02-27 03:40:27 -08:00
ubu32
3c261305db interface to rationals. 2011-02-27 02:13:25 -08:00
ubu32
53e8811077 fixes to use SWI version of readline. 2011-02-26 18:34:44 -08:00
Vítor Santos Costa
fbdac55317 rm Makefile, we have Makefile.in 2011-02-25 12:05:51 +00:00
Vítor Santos Costa
11f4ac0e52 remove dump files. 2011-02-25 12:04:46 +00:00
Vítor Santos Costa
f92fa69eab more PLStream stuff. 2011-02-23 17:46:50 +00:00
Vítor Santos Costa
6ea0b727e0 delete executable. 2011-02-23 15:35:17 +00:00
Vítor Santos Costa
29e46cbab9 Experimental code for Tiago Gomes bp solver. 2011-02-23 15:31:56 +00:00
Vitor Santos Costa
4a5ba35937 assembly fixes
more support for readline, including getting more stuff from read.
2011-02-17 00:57:49 +00:00
Vitor Santos Costa
d4f11c9fda Merge branch 'master' of ssh://yap.git.sf.net/gitroot/yap/yap-6.3 2011-02-16 21:12:03 +00:00
Vitor Santos Costa
0614a8c26e readline fixes 2011-02-16 21:11:45 +00:00
ubu32
3736a14d9b small fixes 2011-02-15 16:41:32 -08:00
Vitor Santos Costa
dce619f804 compile readline. 2011-02-16 00:23:58 +00:00
Vitor Santos Costa
ef918d8fe4 try compiling pl-rl 2011-02-15 23:45:47 +00:00
Vitor Santos Costa
842f80e928 encoding support. 2011-02-15 22:44:06 +00:00
Vítor Santos Costa
49f980a7a7 small fixes 2011-02-15 19:24:15 +00:00
Vítor Santos Costa
e90a1ce024 avoid repeated fetch 2011-02-15 18:40:18 +00:00
Vítor Santos Costa
ce0874d6be improve code to avoid warning. 2011-02-15 18:39:50 +00:00
Vítor Santos Costa
7b8a25d961 iYAP allows variables to be written as $VAR(-1) -> _ 2011-02-15 18:24:35 +00:00
ubu32
57f5ef8cfc more bug fixes:
- make readline use packages, not old YAP code
- fix ! over backtrack cps
- fix write list
2011-02-15 05:54:19 -08:00
ubu32
4dbdaaa772 eplace format 2011-02-14 14:13:45 -08:00
ubu32
f6befe5796 alias stuff. 2011-02-14 06:59:15 -08:00
ubu32
09f4810b76 __APPLE__ is __unix__:w 2011-02-14 06:51:28 -08:00
ubu32
17da004a5f make sure we initialize the OS bits. 2011-02-14 06:49:48 -08:00
Vitor Santos Costa
80f190bc8a use SWI user_*. 2011-02-13 01:03:08 +00:00
Vitor Santos Costa
2d07a7730e remove YAP memory (string) streams. 2011-02-12 18:42:44 +00:00
Vitor Santos Costa
a41627ef1d return time as an int64, not as a float. 2011-02-12 00:45:00 +00:00
Vitor Santos Costa
712300027e include support for working_directory/2 as a system predicate. 2011-02-12 00:26:28 +00:00
Vitor Santos Costa
2451a052cb use text routines from current SWI fli. 2011-02-12 00:17:59 +00:00
Vítor Santos Costa
45032cc61e export current predicate for SWI built-ins. 2011-02-11 19:01:18 +00:00
Vitor Santos Costa
07b17f473a improve non empty files. 2011-02-11 14:17:06 +00:00
Vítor Santos Costa
b475be5692 more SWI compatibility changes. 2011-02-11 01:22:07 +00:00
Vítor Santos Costa
02c791fc3d iminor PLStream fixes. 2011-02-10 21:45:43 +00:00
Vitor Santos Costa
3fe9b923cb more fixes to SWI emulation
integrate in main binary
2011-02-10 21:14:38 +00:00
Vitor Santos Costa
841f6eb1e5 YAP updates. 2011-02-10 00:02:05 +00:00
Vitor Santos Costa
232a740d43 upgrade to latest SWI 2011-02-10 00:01:19 +00:00
Vitor Santos Costa
8e8c361671 zlib is now submodule. 2011-02-09 13:11:15 +00:00
Vitor Santos Costa
b00ed6508e move to new sharing structure 2011-02-09 13:10:20 +00:00
Vítor Santos Costa
0ad02c3ee1 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-02-08 21:06:02 +00:00
Vítor Santos Costa
54507703fe Merge branch 'master' of ../yap-6.2 2011-02-08 21:05:12 +00:00
Theofrastos Mantadelis
89789e8232 corrected an import bug 2011-02-08 15:57:23 +01:00
Vitor Santos Costa
9bdc7ca96e get rid of references to freed code. 2011-02-04 01:23:01 +00:00
Vitor Santos Costa
c1721df472 Merge branch 'master' of /yap-6.3
Conflicts:
	C/c_interface.c
2011-02-03 11:33:50 +00:00
Vitor Santos Costa
48b891a5b2 Merge branch 'master' of ../yap-6.2 2011-02-03 11:27:01 +00:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
a4a1feeacc improve SWI emulation in WIN32. 2011-02-03 11:23:12 +00:00
Vítor Santos Costa
ea5b0a29b2 Merge branch 'master' of ../yap-6.2 2011-02-02 19:38:32 +00:00
Vítor Santos Costa
cbf6caddbd fix support for comparing weird terms. 2011-02-02 19:37:11 +00:00
Vítor Santos Costa
f840ee307d Merge branch 'master' of ../yap-6.2 2011-02-02 16:15:50 +00:00
Vitor Santos Costa
67ec597966 Merge ../yap-6.2 2011-01-21 08:16:41 -06:00
Theofrastos Mantadelis
457052f661 Corrected a minor ProbLog bug 2011-01-17 12:02:05 +01:00
vsc
150d54d527 fix jpl 2010-12-31 05:39:22 +00:00
vsc
58b838b8e1 fix bad overflow handling 2010-12-31 05:37:25 +00:00
Vitor Santos Costa
fa0e2d6954 Merge branch 'master' of ../yap-6.2 2010-12-30 22:45:06 -06:00
Vitor Santos Costa
5feb6a9dc5 SWI emulation: it is unsafe to keep arguments in regs. 2010-12-30 22:42:30 -06:00
Vitor Santos Costa
7c86b244b9 patches from Keri Harris 2010-12-30 22:14:45 -06:00
Vitor Santos Costa
eb4e59652f fix getStrem in 2010-12-29 09:29:30 -06:00
Theofrastos Mantadelis
8d77ee7769 ProbLog: Added fact map export 2010-12-20 12:36:59 +01:00
Vitor Santos Costa
8cee9a27c7 Merge branch 'master' of ../yap-6.2 2010-12-19 22:07:44 +00:00
Vitor Santos Costa
168a6366f8 enable obtaining current stream_position from SWI.y 2010-12-19 21:32:13 +00:00
Vítor Santos Costa
26c265ba13 Merge branch 'master' of ../yap-6.2 2010-12-17 20:27:26 +00:00
Theofrastos Mantadelis
90041919d4 fixed problogbdd compilation warnings 2010-12-17 12:23:03 +01:00
Vítor Santos Costa
81ca149be7 Merge branch 'master' of ../yap-6.2 2010-12-16 22:22:44 +00:00
Theofrastos Mantadelis
a442d888de Newest ProbLog version 2010-12-16 14:30:50 +01:00
Vítor Santos Costa
2dad416011 Merge branch 'master' of ../yap-6.2 2010-12-15 20:04:13 +00:00
Vítor Santos Costa
4546a22101 SWI seems to use t=0 for user_input/output. Not very clear why... 2010-12-15 20:03:22 +00:00
Vitor Santos Costa
dffacb814b Merge branch 'master' of ../yap-6.2 2010-12-13 12:40:07 +00:00
Vitor Santos Costa
3c4da56af2 allow write to find out about SWI streams in SWI mode. 2010-12-13 12:38:37 +00:00
Vítor Santos Costa
51e9cb14a7 nl should be in the SWI IO (obs from Roberto Bagnara). 2010-12-12 19:07:24 +00:00
Vítor Santos Costa
b086d8b5cd Merge branch 'master' of ../yap-6.2 2010-12-07 18:21:50 +00:00
Vítor Santos Costa
1bbded5ef7 memfiles need swi compat streams. 2010-12-07 18:20:45 +00:00
Vítor Santos Costa
856a32bd19 Merge branch 'master' of ../yap-6.2 2010-12-03 12:13:14 +00:00
Vítor Santos Costa
f8806bed9f explicitely link pthreads in clib. 2010-12-03 12:12:15 +00:00
Vítor Santos Costa
4e0390da5c Merge branch 'master' of ../yap-6.2 2010-12-02 19:42:52 +00:00
Theofrastos Mantadelis
9ee83ddf6c problog examples fix 2010-12-02 15:04:42 +01:00
Theofrastos Mantadelis
f46000cd11 office fix 2010-12-02 15:02:49 +01:00
Theofrastos Mantadelis
df162a0ae6 Updating ProbLog and adding ADs 2010-12-02 14:55:15 +01:00
Theofrastos Mantadelis
b54517d419 Updating ProbLog and adding ADs 2010-12-02 14:54:47 +01:00
Theofrastos Mantadelis
d3cdc8d2b9 Merge branch 'master' of gitosis@yap.dcc.fc.up.pt:yap-6 2010-12-02 14:48:39 +01:00
Theofrastos Mantadelis
6ffa3eb06b ... 2010-12-02 14:48:28 +01:00
Vitor Santos Costa
bb679f15fd Merge ../yap-6.2 2010-11-30 22:34:16 +00:00
Vitor Santos Costa
cb1307ded7 hack to fix differences in SWI compatibility. 2010-11-30 22:33:12 +00:00
Theofrastos Mantadelis
611af95e43 added anottated disjunctions 2010-11-30 19:17:25 +01:00
Vítor Santos Costa
338a6a1b9b Merge branch 'master' of ../yap-6.2 2010-11-29 16:53:32 +00:00
Vítor Santos Costa
eeee1a29b4 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2010-11-29 16:52:56 +00:00
Paulo Moura
e784d72c22 Fixed make clean bug for the tai package (reported by Roberto Bagnara). 2010-11-29 15:36:23 +00:00
Vitor Santos Costa
d1a05d2fb4 Merge ../yap-6.2 2010-11-28 11:53:16 +00:00
Vitor Santos Costa
c47419ed03 better support for YAP portability. 2010-11-28 11:50:21 +00:00
Vitor Santos Costa
bdc497cba0 Merge ../yap-6.2 2010-11-24 08:44:37 +00:00
Vitor Santos Costa
bd59f1e908 process needs maplist (obs from Nicos). 2010-11-24 08:42:26 +00:00
Vítor Santos Costa
ff95134c16 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2010-11-22 18:08:09 +00:00
Vitor Santos Costa
cf59f9aedc Merge ../yap-6.2 2010-11-21 22:12:20 +00:00
Theofrastos Mantadelis
bad796702d follow up for using user defined ground 2010-11-09 15:12:34 +01:00
Theofrastos Mantadelis
94d6c3cebd Added a user modifiable ground handler for ProbLog probabilistic facts 2010-11-09 02:51:24 +01:00
Vítor Santos Costa
60f7678c01 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2010-11-08 16:08:51 +00:00
Vitor Santos Costa
f34cd3cfea Merge ../yap-6.2 2010-11-07 19:57:39 +00:00
Vítor Santos Costa
b2b8fc480a Merge branch 'master' of ../yap-6.2 2010-11-05 11:07:22 +00:00
Vitor Santos Costa
916f43c799 makefile for meld plaything 2010-11-05 04:19:51 +00:00
Theofrastos Mantadelis
0a5a1efd77 no comment 2010-11-03 19:34:16 +01:00
Theofrastos Mantadelis
8303b477ab these guys got forgotten 2010-11-03 19:30:43 +01:00
Theofrastos Mantadelis
24b21de2e7 ProbLog Makefile.in to include a new file please re-configure 2010-11-03 19:24:37 +01:00
Theofrastos Mantadelis
c804d105b6 Some ProbLog improvements related with tabling efficiency, more to come soon 2010-11-03 19:22:11 +01:00
Vítor Santos Costa
2f525cb2f3 first attemp at deletion. 2010-11-03 16:16:40 +00:00
Vitor Santos Costa
cca1461747 reentrant maxval and minval. 2010-11-03 09:45:18 +00:00
Vitor Santos Costa
a90e006be0 more meld updates. 2010-11-03 00:33:26 +00:00
Vitor Santos Costa
89ef9ac1e4 integrate meld. 2010-11-01 22:20:58 +00:00
Vitor Santos Costa
216c1b85f3 an implementation of the meld language. 2010-11-01 21:29:12 +00:00
Vitor Santos Costa
95acd408e7 support DragonFly BSD (patch from Aleksej Saushev) 2010-10-27 10:11:19 +01:00
Vitor Santos Costa
9304fd52f7 Merge branch 'master' of yap.dcc.fc.up.pt:yap-6 2010-10-24 21:31:52 +02:00
Vitor Santos Costa
d5785152f8 more HAVE_CONFIG_H patches 2010-10-24 21:28:37 +02:00
Vitor Santos Costa
facebe43e4 doc fixes
64 bits should use /usr/lib64, not /usr/lib
2010-10-24 21:26:49 +02:00
Theofrastos Mantadelis
de06131ba4 bug correction 2010-10-20 17:41:13 +02:00
Theofrastos Mantadelis
284fc9ab8b corrected a small bug with export 2010-10-06 18:27:40 +02:00
Theofrastos Mantadelis
1342d2dab2 SimpleCUDD versioning 2010-10-06 13:24:25 +02:00
Theofrastos Mantadelis
d1839b730c ProbLog versioning, ProbLog Tabling warning message instead of error 2010-10-06 12:59:18 +02:00
Theofrastos Mantadelis
ff6bd1dda0 ProbLog Versioning System 2010-10-05 18:29:29 +02:00
Theofrastos Mantadelis
f2e3476a8e ProbLog Versioning System 2010-10-05 18:27:09 +02:00
Theofrastos Mantadelis
5323a3677d ProbLog Versioning System 2010-10-05 18:26:40 +02:00
Theofrastos Mantadelis
c1c02d1e95 Correcting some versioning issues 2010-10-01 12:04:45 +02:00
Theofrastos Mantadelis
69dbf72553 Various ProbLog improvements 2010-10-01 11:40:24 +02:00
Theofrastos Mantadelis
4359629681 ProblogBDD -> problogbdd 2010-09-29 18:43:48 +02:00
Theofrastos Mantadelis
d750a5d5a2 update in learning 2010-09-29 18:40:34 +02:00
Theofrastos Mantadelis
60df0028fb Migrated some minor improvements 2010-09-29 13:08:16 +02:00
Theofrastos Mantadelis
0cd5cec64b Portability issues 2010-09-28 21:22:32 +02:00
Paulo Moura
ce41ab9d33 Make some of the dependencies in library predicates explicit. 2010-09-26 03:31:29 +01:00
Paulo Moura
8e4bb51be0 Make some of the dependencies in library predicates explicit. 2010-09-25 23:34:47 +01:00
Paulo Moura
889e14b46b Fixing minor portability issues 2010-09-25 13:51:03 +01:00
Paulo Moura
d994175e2f Fixed bug in test for the availability of the predicate tries:trie_disable_hash/0. 2010-09-25 04:59:07 +01:00
Paulo Moura
c37a62b2d8 Fixing minor portability issues 2010-09-25 04:09:06 +01:00
Paulo Moura
8cf9568c8b Fixing minor portability issues 2010-09-25 03:46:20 +01:00
Paulo Moura
d5879430da Fixing minor portability issues 2010-09-25 02:30:05 +01:00
Paulo Moura
5d1aa5844a Fixing minor portability issues 2010-09-25 02:24:30 +01:00
Paulo Moura
8ceca88564 Fixing minor portability issues 2010-09-25 01:57:48 +01:00
Theofrastos Mantadelis
639fc74145 a file bug 2010-09-24 17:39:25 +02:00
Theofrastos Mantadelis
5d2f7adb87 fixed makefile 2010-09-24 16:26:54 +02:00
Theofrastos Mantadelis
a8dbd74518 Bernd fixes 2010-09-24 16:02:02 +02:00
Theofrastos Mantadelis
c0b1d3d40d fixing temp structure 2010-09-24 12:42:44 +02:00
Theofrastos Mantadelis
a48d3195b2 oops 2010-09-24 12:35:01 +02:00
Theofrastos Mantadelis
42fc10cf58 Small changes for modularity improvements 2010-09-24 12:33:02 +02:00
Theofrastos Mantadelis
52a4680ac7 corrected filename back 2010-09-23 17:55:19 +02:00
Theofrastos Mantadelis
d498986619 improved tmp file handling 2010-09-23 17:36:22 +02:00
Theofrastos Mantadelis
b5acc03a1c Fixed LICENSE 2010-09-22 11:52:16 +02:00
Theofrastos Mantadelis
048390de0d Corrected a strange bug of ProbLog 2010-09-07 23:21:14 +02:00
Theofrastos Mantadelis
511614ee84 Corrected a minor bug introduced by last edit 2010-09-01 17:40:53 +02:00
Vitor Santos Costa
fb554aadd0 changes for pdf generation in ProbLog. 2010-08-31 15:53:43 -05:00
Theofrastos Mantadelis
1b0483a4e3 ProbLog Manual 2010-08-31 13:30:40 +02:00
Theofrastos Mantadelis
4e04e87ab6 Fixed base case bug, db_trie learning comatibility 2010-08-30 18:12:32 +02:00
Theofrastos Mantadelis
835b099d98 ProbLog - simplecudd Distribution Fixed warnings 2010-08-27 17:54:22 +02:00
Theofrastos Mantadelis
258d8cf997 Merge branch 'master' of gitosis@yap.dcc.fc.up.pt:yap-6 2010-08-27 17:18:23 +02:00
Theofrastos Mantadelis
9cf76e2ab6 ProbLog Distribution 2010-08-27 17:17:01 +02:00
Vitor Santos Costa
6bdf4e4f8e Merge branch 'master' of yap.dcc.fc.up.pt:yap-6 2010-08-26 10:46:01 -05:00
Vitor Santos Costa
6d455421a4 fix Makefile to allow make install direct 2010-08-26 10:45:33 -05:00
Theofrastos Mantadelis
0c83231d0e New ProbLog Distribution Version - all 2010-08-26 14:44:10 +02:00
Theofrastos Mantadelis
a35f51b9d0 New ProbLog Distribution Version 2010-08-26 14:41:18 +02:00
Theofrastos Mantadelis
87f2588752 New ProbLog Distribution Version 2010-08-26 14:40:50 +02:00
Vitor Santos Costa
431482ac40 fix DESTDIR issues (by Keri Harris). 2010-08-08 00:33:29 +01:00
Vitor Santos Costa
7997f2e217 remove left-over files. 2010-08-05 22:35:16 +01:00
Vítor Santos Costa
f63915b07a Merge branch 'master' of yap.dcc.fc.up.pt:yap-6 2010-08-05 22:20:47 +01:00
Vítor Santos Costa
35686156ca fix Makefiles so that make clean forces recompilation everywhere. 2010-08-05 22:18:46 +01:00
Vitor Santos Costa
b3b61bcecc FIXED: make install clpqr was broken if we used local install_sh 2010-08-04 22:35:57 +01:00
Vitor Santos Costa
7bf8187bba remove atan2 (WG17 UD #175) 2010-08-04 22:09:08 +01:00
U-vsc-win7\vsc
1a11df148d Merge branch 'master' of yap.dcc.fc.up.pt:yap-6 2010-08-04 18:26:02 +01:00
U-vsc-win7\vsc
41a648c816 mingw compilation fixes 2010-08-04 18:05:46 +01:00
Vítor Santos Costa
f1977f5dab allow saving and restoring current arguments to/from slots. 2010-08-04 17:36:20 +01:00
Vítor Santos Costa
bebb236e32 improve SWI compatibility, especilaly for threaded stuff. 2010-08-04 11:37:12 +01:00
Vítor Santos Costa
e913087190 improvements in SWI emulation, especially for text. 2010-08-04 02:46:26 +01:00
Vítor Santos Costa
8df9099cbe make it run under YAP. 2010-08-04 02:44:41 +01:00
Vítor Santos Costa
ce73eb5683 avoid conflict 2010-08-04 02:44:05 +01:00
Vítor Santos Costa
366d6e0a8e depends on shlib 2010-08-04 02:43:14 +01:00
Vítor Santos Costa
8a0c614214 Needs error library 2010-08-03 21:10:09 +01:00
Vítor Santos Costa
a15351b28d expoprt predicates in ctypes 2010-08-03 21:06:33 +01:00
Vitor Santos Costa
00a157b8ac fix make check to use $srcdir 2010-08-03 12:59:27 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
dec813f562 remove debugging messages. 2010-08-03 01:54:07 +01:00
Charlie
fd64559643 NetBSD compilation 2010-08-02 22:41:32 +01:00
Vitor Santos Costa
3d6e223dae support for space reservation (goal: call gc before trying to insert very large terms). 2010-08-02 13:04:30 +01:00
Fabrizio Riguzzi
46be35d281 fixed compilation of simplecuddLPADs under windows 2010-07-30 12:36:13 +02:00
Vitor Santos Costa
b95e0ae629 fix too many libraries being requested (obs from Paulo Moura). 2010-07-29 22:44:21 +01:00
Vitor Santos Costa
d59fa6c28b make zlib load zlib.so
add delete_file/1 as default.
2010-07-29 01:01:16 +01:00
Vitor Santos Costa
36973f93ba zlib 2010-07-29 00:40:25 +01:00
Vitor Santos Costa
86a8a51f1d pretty print should run in SWI mode. 2010-07-28 23:26:04 +01:00
Vitor Santos Costa
b50ec79f11 ignore xpce in YAP mode. 2010-07-28 23:25:54 +01:00
Vítor Santos Costa
0081626e0d SWI IO is used in RDF packages. 2010-07-28 17:15:36 +01:00
Vítor Santos Costa
41cb93c243 fix arity finding 2010-07-28 17:14:18 +01:00
Vitor Santos Costa
8d3b9ad16c RDF package 2010-07-28 11:34:41 +01:00
Fabrizio Riguzzi
b62c7b98f2 simplified hash table management 2010-07-27 23:03:06 +02:00
Fabrizio Riguzzi
42bdf4f50b Merge branch 'master' of gitosis@yap.dcc.fc.up.pt:yap-6 2010-07-27 22:51:48 +02:00
Fabrizio Riguzzi
a52d33aa5e ADDs replaced by BDDs 2010-07-27 22:51:05 +02:00
Vítor Santos Costa
e2201f57e1 Merge branch 'master' of yap.dcc.fc.up.pt:yap-6 2010-07-27 17:29:26 +01:00
Vítor Santos Costa
18d77309a6 c_inp_stream and friends are thread private! 2010-07-27 17:28:58 +01:00
Fabrizio Riguzzi
63e0523a43 removed dependency from glu, now cplint depends only on CUDD 2010-07-27 17:55:52 +02:00
Fabrizio Riguzzi
5a19dd372a removed dependency on array_t 2010-07-27 16:53:47 +02:00
Vitor Santos Costa
eebff5df6a fixes to YAP C-thread interface. 2010-07-23 12:07:33 +01:00
Vítor Santos Costa
92a8e37769 remove debugging information 2010-07-21 11:12:15 +01:00
Vítor Santos Costa
b61d69ffe8 allow SWI Interface to send/receive wide characters. 2010-07-21 10:58:24 +01:00
Vítor Santos Costa
1f3455a656 Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
Conflicts:
	include/SWI-Prolog.h
2010-07-21 09:44:18 +01:00
Vítor Santos Costa
90f7504a76 make swi-yap io interface a structure. 2010-07-21 09:39:49 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
7417284b8b WIN64 compilation 2010-07-20 23:50:00 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
e21bce4f81 fix typo 2010-07-20 23:31:15 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
cb115142cd update 2010-07-20 22:55:54 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
4e0c6a0e23 support WIN32 2010-07-20 22:54:51 +01:00
Vítor Santos Costa
7551f2b12e update to current jpl 2010-07-20 16:45:43 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
18f28354b6 more WIN32 compilation fixes. 2010-07-20 14:33:33 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
4b20d2c74e fix export 2010-07-20 13:42:48 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa
b9e63fa4b9 fixes for WIN32 2010-07-20 13:42:35 +01:00
Vitor Santos Costa
d608966f46 add missing files 2010-07-19 22:42:37 +01:00
Vitor Santos Costa
a8b080a158 sgml stuff 2010-07-19 14:56:21 +01:00
Vitor Santos Costa
8ca1345c09 add missing files. 2010-07-19 14:55:13 +01:00
Vitor Santos Costa
907dd74dd0 remove SWI's config.h 2010-07-19 14:53:36 +01:00
Vitor Santos Costa
baab2cdbfe add tai package (and SWI interface). 2010-07-19 14:52:26 +01:00
Vitor Santos Costa
5347581f84 improvements to compatibility of http server package. 2010-07-19 14:47:39 +01:00
Vitor Santos Costa
3794f21844 don't use old config.h, use general YAP config.h 2010-07-19 14:43:07 +01:00
Vitor Santos Costa
6183ff0282 semweb and http compile now (but they don't work properly yet). 2010-07-15 23:35:37 +01:00
Vitor Santos Costa
12fe06aa2e extensions to interface 2010-07-15 23:35:04 +01:00
Vitor Santos Costa
8690fb8ca0 make clp(bn) work again. 2010-06-30 17:54:58 +02:00
Vitor Santos Costa
0f241ae87c pyswip was using old SWI function. 2010-06-30 17:53:26 +02:00
Vítor Santos Costa
4694a50fa5 http package (only partially working) 2010-06-23 11:52:34 +01:00
Vítor Santos Costa
6e956b879a fixes for YAP 2010-06-23 11:52:23 +01:00
Vítor Santos Costa
15546096fe more fixes 2010-06-23 11:44:44 +01:00
Vítor Santos Costa
1fc997e096 iupdate pacjages 2010-06-21 11:55:57 +01:00
Vítor Santos Costa
a37adad3e8 the sage of configuring everything goes on! 2010-06-21 11:54:21 +01:00
Vitor Santos Costa
c9e150bab7 fix PL_cleanup_fork (avoid two definitions). 2010-06-20 00:11:07 +01:00
Vítor Santos Costa
f1075f6da3 fix makefiles t get extra dirs from configure (obs from Paulo Moura). 2010-06-19 14:49:04 +01:00
Vítor Santos Costa
4c45f8c4b1 avoid some name clashes (obs from Roberto Bagnara) 2010-06-18 17:48:47 +01:00
Vitor Santos Costa
0793bbc07c OSX path and clib support 2010-06-18 10:38:11 +01:00
Vitor Santos Costa
53773207f4 fix environ on MAC 2010-06-18 10:32:57 +01:00
Vitor Santos Costa
3fcf5f5ced fix @SO@ 2010-06-18 10:31:50 +01:00
Vitor Santos Costa
17abf6a484 support for PL_utf8_strlen 2010-06-18 10:31:20 +01:00
Vítor Santos Costa
f4b86022d6 make clib more yap friendly. 2010-06-18 00:31:16 +01:00
Vítor Santos Costa
cf90ace3e1 signal handling SWI style. 2010-06-17 08:20:34 +01:00
Vítor Santos Costa
3631439be9 fix debugging info 2010-06-17 08:20:15 +01:00
Vítor Santos Costa
980f6db84d SWI's clib package 2010-06-17 00:41:11 +01:00
Vítor Santos Costa
40febfdf9b clib package 2010-06-17 00:40:25 +01:00
Vítor Santos Costa
fa91738193 extend SWI compatinbility. 2010-06-17 00:33:57 +01:00
Vítor Santos Costa
6ddfecc861 use SO to make YAP makefiles closer to SWI's 2010-06-14 10:36:13 +01:00
Vítor Santos Costa
b0096fc2f5 DLL cleanup (yet again) 2010-06-14 09:28:20 +01:00
U-pekheno\Vitor
4ac1ad34f6 fix messed up Makefile conventions 2010-06-04 22:59:31 +01:00
U-pekheno\Vitor
ea522eecfe fix name for yap dll 2010-06-04 22:32:26 +01:00
Vítor Santos Costa
247d59f0ef - slots should be considered as always live for gc.
- make sure slots do not die when they should be live, and vice-versa.
- improve a little on foreign_frame
2010-06-01 00:40:58 +01:00
Vítor Santos Costa
7e1692bdb0 fix mess with LIBDIR and YAPLIBDIR
use -Wl,-WR in a more consistent way in Linux
use --with-java instead of --with-jpl
2010-06-01 00:38:42 +01:00
Vítor Santos Costa
e94104306c port of PYSWIP package. 2010-06-01 00:33:32 +01:00
Fabrizio Riguzzi
9be29a90ee adapation to 6.0.5 (builtin intersection) 2010-05-14 17:38:47 +02:00
Vítor Santos Costa
55019a83bd win64 2010-05-10 10:22:42 +01:00
Fabrizio Riguzzi
6457655fb0 moved to Artistic license 2.0 2010-05-06 18:02:07 +02:00
Vítor Santos Costa
3740a70843 fix for win64 compiler. 2010-05-06 15:41:14 +01:00
Vítor Santos Costa
fabc10ca75 winsock2 is required here. 2010-05-06 15:26:42 +01:00
Vítor Santos Costa
51f33514b3 fix typing problems and a bug in quote.c? 2010-05-06 12:19:51 +01:00
Vitor Santos Costa
515f7eafe2 update to most recent sgml pl files. 2010-05-06 11:37:40 +01:00
Vitor Santos Costa
261b5163c7 update sgml package. 2010-05-06 10:59:09 +01:00
Vítor Santos Costa
1d3f971511 define warning( in SWI emulation: just a stub for now. 2010-05-05 16:31:08 +01:00
Vítor Santos Costa
903b0df915 fix include path access. 2010-05-05 16:25:55 +01:00
Vitor Santos Costa
20867136c2 APPLE is unix, want it or not! 2010-05-05 00:11:52 +01:00
Vítor Santos Costa
a492d969f0 try to run sgml tests. 2010-05-04 15:24:28 +01:00
Vítor Santos Costa
2852f5d154 pl-glob is now supported (* expansion). 2010-05-04 15:18:00 +01:00
Vítor Santos Costa
9ff4bbfbfe update PLStream to improvements in the interface. 2010-05-04 15:17:08 +01:00
Vítor Santos Costa
85361bf920 swi to system. 2010-05-03 18:53:45 +01:00
Vítor Santos Costa
a7f99fe465 take advantage of compatibility with fixed atoms. 2010-05-03 18:52:56 +01:00
Vitor Santos Costa
31554991c8 better emulation of SWI atom_t and functor_t. 2010-05-03 14:26:56 +01:00
Vitor Santos Costa
3cb5e57833 declare meta-predicate call arguments (Paulo Moura). 2010-04-22 20:45:57 +01:00
Vítor Santos Costa II
49c783cc10 update chr 2010-04-22 18:09:18 +01:00
Vítor Santos Costa II
1a4c414831 meta-expansion should be done before calling goal_expansion :( 2010-04-20 23:14:15 +01:00
Vitor Santos Costa
7593a9ec78 fix scanning of integers starting with 0b and 0o (ISO, obs from Paulo Moura). 2010-04-18 20:48:25 +01:00
Vítor Santos Costa II
2b4e51a2d4 more jpk fixes 2010-04-14 15:55:19 +01:00
Vítor Santos Costa II
45acd9b07d iupgrade to latest 2010-04-13 22:35:49 +01:00
Vítor Santos Costa II
719089b96b make PL_is_initialised honest :) 2010-04-13 00:31:48 +01:00
Vitor Santos Costa
504306d651 fix fast_proofs in ProbLog (obs from A Kimmig, F Riguzzi). 2010-04-05 12:20:59 +01:00
Vitor Santos Costa
3d5878f651 another fix to new nb_getval. 2010-03-31 15:50:36 +01:00
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
b2238c1644 removed debug printf, changed module tptree name 2010-03-21 11:49:19 +01:00
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
cde7bda046 changed the name of the module ptree to ptree_lpad 2010-03-20 15:26:23 +01:00
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
287317721e added comments to simplecuddLPADs files stating they were modified from
Problog
2010-03-20 01:08:30 +01:00
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
92b9be2dc8 removed .svn dir 2010-03-18 18:17:54 +01:00
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
db2eefd0c9 added approximated cplint 2010-03-18 16:11:21 +01:00
Vitor Santos Costa
e0a28acdcb Merge branch 'master' of yap.dcc.fc.up.pt:yap-6 2010-03-15 14:20:55 +00:00
Vitor Santos Costa
577c7721d7 upgrade to cuurent chr 2010-03-15 14:20:41 +00:00
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
ce540b5dd4 Fixed compilation of cplint under new packages folder 2010-03-15 09:51:39 +01:00
Vitor Santos Costa
5e26f604c6 fix makefiles to define $exec_prefix 2010-03-05 10:22:48 +00:00
Vitor Santos Costa
2685a8449d installation patches from Keri Harris 2010-03-05 08:15:02 +00:00
Vitor Santos Costa
abec8208d3 export operator. 2010-03-04 23:42:17 +00:00
Vitor Santos Costa
c6204240cb fix unknown nb 2010-03-03 22:14:42 +00:00
Vitor Santos Costa
eab72f6ab7 handle integer(0.0/0.0) (obs from David Vaz). 2010-02-23 22:25:04 +00:00
U-Khasa\Vitor
585ff18783 WINDOWS release support 2010-02-22 19:06:35 -06:00
Vitor Santos Costa
10c0f7a175 missing PL_unify_chars (just copied from SWI). 2010-02-22 22:01:02 +00:00
Vitor Santos Costa
1012f1e1b6 more SWI upgrades 2010-02-22 17:59:23 +00:00
Vitor Santos Costa
4a53759fc1 update PLStream to more recent version of SWI. 2010-02-22 09:35:47 +00:00
Vitor Santos Costa
11e679edfe fix mktime to use local time (fix from Takeyuki Shiramoto). 2010-02-21 00:59:38 +00:00
Vítor Santos Costa
dddad72a0e AtomDouble was not defined correctly. 2010-02-19 14:16:57 +00:00
Vitor Santos Costa
f5bba7b8f7 fix indexing of dbrefs (obs from Nicola di Mauro). 2010-02-12 15:51:31 +00:00
U-Khasa\Vitor
7855ddf2ce exists_directory/1 2010-02-11 12:07:08 -06:00
U-Khasa\Vitor
c59349d91d complaint with recent versions of gcc 2010-02-10 03:02:24 -06:00
Vitor Santos Costa
929995f5a1 fix compilation problems. 2010-02-01 21:44:21 +00:00
Vítor Manuel de Morais Santos Costa
9d1f0cd361 incremental copying with or-threads. 2010-02-01 20:05:01 +00:00
Vitor Santos Costa
6b0136b836 updated jpl package. 2010-01-31 23:07:52 +00:00
Vítor Manuel de Morais Santos Costa
4d341f2aab fix bad call to gc (obs from Jose Santos). 2010-01-29 15:21:00 +00:00
Vítor Manuel de Morais Santos Costa
a7c1e9afba fix hashing over empty atoms (obs from Jose Santos). 2010-01-21 15:21:26 +00:00
Vitor Santos Costa
8f9f1223e7 fix sub_atom(xxx,_,_,_,'') (obs from David Vaz). 2010-01-17 00:04:17 +00:00
Vítor Manuel de Morais Santos Costa
af32dc1a9c make cut_c default. 2010-01-15 15:09:18 +00:00
Vítor Manuel de Morais Santos Costa
ffdf270a3d make SWI-Prolog get YAP stuff from include/Yap at run-time. 2010-01-15 14:39:03 +00:00
Vitor Santos Costa
0ae63bf0e2 ubmodules. 2010-01-15 01:03:48 +00:00
Vitor Santos Costa
d93b24920d fix bad library order 2010-01-15 01:02:24 +00:00
Vitor Santos Costa
2727c04935 fix install of ProbLog. 2010-01-15 00:31:26 +00:00
Vítor Manuel de Morais Santos Costa
69caa6d5df upgrade to more recent version of ProbLog. 2010-01-14 15:46:46 +00:00
Vítor Manuel de Morais Santos Costa
324833f84a fix excessive trimming in C-interface for backtrackable predicates (obs from José Vieira). 2010-01-11 15:44:43 +00:00
Vitor Santos Costa
b88eb78e96 fix bad configuration option. 2009-12-16 18:35:19 -02:00
Vítor Manuel de Morais Santos Costa
48861db34e fix bad testing of choice-point in throw (tabling bug?) 2009-12-12 23:22:10 +00:00
Vitor Santos Costa
933f96a80d more CXX stuff: will it ever end? 2009-12-10 23:47:34 +00:00
Vitor Santos Costa
f7e60ddbc2 simple should run tests when loading plunit. 2009-12-04 10:59:38 +00:00
Vitor Santos Costa
9814a3e95b better support for plunit, and don't trust SWI flags (use SICStus flags). 2009-12-04 00:35:37 +00:00
Vitor Santos Costa
367f1d954f better way to define prolog flag. 2009-12-04 00:06:11 +00:00
Vítor Manuel de Morais Santos Costa
1176f71f3a support for making sure exceptions are reset when they should be reset (obs from Nuno Fonseca, #159) 2009-12-03 17:48:25 +00:00
Vitor Santos Costa
06d30b9fc9 Jump and Throw need to store the term away, if they try to use arena
the term will hang in the stack (#152).
2009-12-02 21:59:41 +00:00
Vítor Manuel de Morais Santos Costa
53e91797b3 make modules kind of work here :( 2009-11-27 13:45:57 +00:00
Vítor Manuel de Morais Santos Costa
98f79484ae change throw mechanism to fit better with cleanup mechanism:
- balls are now stored off line and recovered by Prolog code when everything
is safe.
- if a ball exists, throw uses the *existing* one (be careful not to have one
laying around).
- Jump routine cleans up every cp except ones for setup_call handling, backtracking simply calls setup handlers.
2009-11-27 11:21:24 +00:00
Vitor Santos Costa
9f27ab5ab3 fix typo in minisat compilation 2009-11-23 21:03:04 +00:00
U-Xato7\Vsc
dd60f64f42 WIN32 can get confused with C and c type files, so, just in case. 2009-11-23 16:02:47 +00:00
Vítor Manuel de Morais Santos Costa
86715801bf fix missing stripostfix, and add stricmp (although one should use strcasecmp). 2009-11-23 13:41:07 +00:00
Vitor Santos Costa
56d9666197 port of SWI-Prolog's plunit. 2009-11-23 10:55:10 +00:00
Vitor Santos Costa
ffe1dfdfff support for module based operators. 2009-11-20 00:33:14 +00:00
Vitor Santos Costa
9cbdf8f57e tiny cleanups. 2009-11-18 23:36:07 +00:00
Vítor Manuel de Morais Santos Costa
7155fbec22 fix bad ordering in HEAPFIELDS: OPERANDS must be well placed before we can
recover atom table and dependent preds.
2009-11-18 15:48:29 +00:00
Vitor Santos Costa
4b40e80fe5 CXX not CPP, you idiot! 2009-11-18 09:53:38 +00:00
Vitor Santos Costa
167e129222 make configuration changes to better support C++ and deeper included packages. 2009-11-18 09:29:26 +00:00
Vítor Manuel de Morais Santos Costa
0d23db6b6d fix use of rm * when we have lots of examples. 2009-11-11 12:36:54 +00:00
Vítor Manuel de Morais Santos Costa
7058b6b35f minisat swi interface package. 2009-11-11 10:56:37 +00:00
Vítor Manuel de Morais Santos Costa
51f6f509e1 hack to make ProbLog run faster on very large domains. 2009-11-11 10:54:05 +00:00
Vitor Santos Costa
a628079e00 make sure we walk every clause when doing restore mega_clause. 2009-11-02 12:46:39 +00:00
Vítor Manuel de Morais Santos Costa
6a8cee8b79 compilation fixes 2009-10-31 00:18:13 +00:00
Vitor Santos Costa
0f99e336cc YAPVERSION 2009-10-21 00:20:18 +01:00
Vitor Santos Costa
b2eb437625 minor changes to CLP(BN). 2009-10-21 00:05:23 +01:00
Vítor Manuel de Morais Santos Costa
fc3c3b4e29 fix passing LD 2009-10-16 08:09:50 +01:00
Vitor Santos Costa
307446d000 improve evidence handling in CLP(BN). 2009-09-09 18:02:09 -05:00
Costa Vitor
068242a833 mention examples in README file. 2009-07-31 17:39:21 -05:00
Costa Vitor
77e947cdae - upgrade to latest simplecudd.
- fix paths in learning.
2009-07-31 17:04:11 -05:00
Costa Vitor
98843bea46 update to version 07312009 of ProbLog. 2009-07-31 12:18:03 -05:00
Vitor Santos Costa
82b1a6f62a make it compile back in Unix. 2009-07-20 23:13:36 -05:00
U-Khasa\Vitor
d3fa43d08e improve SWI emulation in WIN32 2009-07-20 20:56:16 -07:00
U-Khasa\Vitor
2020a31362 mingw compilation 2009-07-18 13:38:38 -07:00
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
1f4717d502 added PICL program 2009-06-27 11:54:33 +02:00
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
d79feb0310 bug fixes and performance improvement in SLGAD (lpad.pl) 2009-06-23 11:32:54 +02:00
Costa Vitor
6a8f9faf4f solaris doesn't know limits. 2009-06-16 23:26:03 -05:00
Costa Vitor
4644320d8e fixes to support jpl compilation in Linux AMD64 bit machines. 2009-06-15 17:44:13 -05:00
Vitor Santos Costa
662dcde178 fix Darwin compilation. 2009-06-01 21:30:44 -05:00
Costa Vitor
4363b53c4d fix bad order in arguments. 2009-06-01 19:30:24 -05:00
Costa Vitor
6a0d5c303d make sure we initialise stdstreams as well. 2009-06-01 19:29:54 -05:00
Costa Vitor
8e30d82119 fix inconsistency #99 2009-06-01 18:10:31 -05:00
Costa Vitor
98fef199bd fix conflict in error handling (not supposed to be exported by SWI-Prolog.h
add PL_eval_expression_to_int64_ex
2009-06-01 18:01:30 -05:00
Costa Vitor
9d5a049c8f upgrade to most recent version of pl-os
fix some warnings.
2009-06-01 17:30:08 -05:00
Costa Vitor
edfcfe9ddc more fixes to PLStream 2009-06-01 16:56:00 -05:00
Costa Vitor
4a823a5065 include privitf to support new pl-file.c 2009-06-01 16:43:27 -05:00
Vitor Santos Costa
4847b19bec PLStream changes. 2009-06-01 15:55:31 -05:00
Vitor Santos Costa
d1175de6bb upgrade to more recent version of pl-file.c (not complete). 2009-06-01 15:39:38 -05:00
Vitor Santos Costa
0cd72ad258 changes to compile YAP in WIN32 2009-05-29 14:36:49 -05:00
Vitor Santos Costa
a10bf47a0c improve stochastic grammar learning (work in progress). 2009-05-26 10:49:04 -05:00
Vitor Santos Costa
6fd5e592d3 support probabilistic grammars from CLPBN 2009-05-02 14:22:54 -05:00
Vitor Santos Costa
1f7b839e85 support exporting top-level-work as absolute path 2009-05-02 14:11:54 -05:00
Vitor Santos Costa
5c8fd76ab6 fix previous patch: it refers to current source. 2009-05-02 13:22:47 -05:00
Vitor Santos Costa
3603c6eb07 include popen for mingw compilation
simplify Makefile a tiny bit.
2009-05-02 12:33:36 -05:00
Vitor Santos Costa
ad617951ec clpqr is now a separate package. 2009-04-24 10:01:27 -05:00
Vitor Santos Costa
88289b1fe3 get rid of depend 2009-04-22 21:22:04 -05:00
Vitor Santos Costa
c216bd3b43 fix depend stuff. 2009-04-22 17:48:53 -05:00
Vitor Santos Costa
0bca468b4f make sure we export in WIN32 environments, just like what SWI does. 2009-04-22 11:33:49 -05:00
Vitor Santos Costa
74b5914a22 add extra files for WIN32. 2009-04-20 16:40:08 -05:00
Vitor Santos Costa
50207cb52a WIN32 fixes: work in progress. 2009-04-20 16:22:47 -05:00
Vitor Santos Costa
0695a8f8b3 make it compile. 2009-04-18 15:21:42 -05:00
Vitor Santos Costa
b903602ac1 should terminate with NULL. 2009-04-14 01:32:29 +01:00
Vitor Santos Costa
9e8db82391 updates to UDI package 2009-04-02 17:34:42 +01:00
Vitor Santos Costa
0391b3ce25 rtree_udi is being compiled from within YAP. 2009-03-24 08:21:37 +00:00
Vitor Santos Costa
bab1fd36ec Angelika's updates. 2009-03-24 01:06:50 +00:00
Vitor Santos Costa
58560d4f2c move bool typedef here. 2009-03-23 15:29:13 +00:00
Vitor Santos Costa
4188091d01 fix case where we have multiple marginals. 2009-03-19 09:52:25 +00:00
Vitor Santos Costa
6a45dbc98a use correct location for problog. 2009-03-16 15:13:47 +00:00
Vitor Santos Costa
d6a06fe092 Experiment with porting SGML to YAP, and trying to preserve SWI code as much
as possible.
2009-03-13 19:39:06 +00:00
Vitor Santos Costa
754f00d311 fix PLStream to
actually link
not collide with YAP builtins (for now).
initialise current encoding.
2009-03-13 19:37:52 +00:00
Vitor Santos Costa
43019a496f last fixes of ProbLog 2009-03-09 00:45:14 +00:00
Vitor Santos Costa
a6747da26e simplecudd interface 2009-03-09 00:42:12 +00:00
Vitor Santos Costa
620ac64fdd git learning stuff. 2009-03-09 00:40:50 +00:00
Vitor Santos Costa
1c87f3b41a Updated ProbLog Makefile and updated Problog top files. 2009-03-09 00:40:12 +00:00
Vitor Santos Costa
3bcee78224 another attempt at removing package chr. 2009-03-06 11:29:12 +00:00
Vitor Santos Costa
f01fd0fbee update ProbLog 2009-03-06 09:53:09 +00:00
Vitor Santos Costa
91657556ee more UDI stuff. 2009-02-25 00:13:45 +00:00
Vitor Santos Costa
84ebc2b2f2 RTree UDI support (written by David Vaz). 2009-02-20 11:44:00 +00:00
Vitor Santos Costa
419e0e369f fix packages 2009-02-16 17:22:57 +00:00
Vitor Santos Costa
e9e01815af more packages stuff 2009-02-16 17:19:43 +00:00
Vitor Santos Costa
e5d11cfa16 MYDDAS is too closely integreated to be a package. 2009-02-16 17:15:21 +00:00
Vitor Santos Costa
107af59dd8 BEAM is not quite a package 2009-02-16 12:33:37 +00:00
Vitor Santos Costa
a000af113b OSX portability updates
start of support for commons prolog initiative
2009-02-16 12:25:03 +00:00
Vitor Santos Costa
9c9444bece update package locations to a subdir packages 2009-02-16 12:23:29 +00:00