Vitor Santos Costa
|
f4d82b0f58
|
looks like sound.
|
2010-12-19 22:01:37 +00:00 |
|
Roberto Bagnara
|
02fbaf958a
|
Fixed a few issues in the glue code for SWI-Prolog compatibility.
|
2010-12-19 21:59:38 +00:00 |
|
Vitor Santos Costa
|
95281f78ee
|
fix leap over meta-predicates.
|
2010-12-19 21:57:40 +00:00 |
|
Vitor Santos Costa
|
168a6366f8
|
enable obtaining current stream_position from SWI.y
|
2010-12-19 21:32:13 +00:00 |
|
Roberto Bagnara
|
cb7c2e0ca8
|
Fixed PL_is_integer() and PL_is_number() so as to take bignums into account.
|
2010-12-19 19:39:12 +00:00 |
|
Vítor Santos Costa
|
ae89fa5728
|
make SWIgetc check for EOF and \n
|
2010-12-19 14:10:25 +00:00 |
|
Vítor Santos Costa
|
cede94f6d2
|
creeping should not prevent wake ups.
|
2010-12-19 13:52:42 +00:00 |
|
Vítor Santos Costa
|
26c265ba13
|
Merge branch 'master' of ../yap-6.2
|
2010-12-17 20:27:26 +00:00 |
|
Vítor Santos Costa
|
4b2156446a
|
ifix writeln in SWI mode
|
2010-12-17 20:26:45 +00:00 |
|
Theofrastos Mantadelis
|
b5d486279a
|
fix a trie backward traverse bug
|
2010-12-17 12:29:56 +01:00 |
|
Theofrastos Mantadelis
|
90041919d4
|
fixed problogbdd compilation warnings
|
2010-12-17 12:23:03 +01:00 |
|
Vitor Santos Costa
|
0c7f207627
|
make format/n swi aware.
|
2010-12-17 00:11:05 +00:00 |
|
Vítor Santos Costa
|
81ca149be7
|
Merge branch 'master' of ../yap-6.2
|
2010-12-16 22:22:44 +00:00 |
|
Vítor Santos Costa
|
cfe0dda995
|
more bigint and dbterm fixes.
|
2010-12-16 22:21:46 +00:00 |
|
Vítor Santos Costa
|
5a2d908489
|
fix restore of instructions that manipulate bigints or db terms.
|
2010-12-16 20:39:53 +00:00 |
|
Theofrastos Mantadelis
|
a442d888de
|
Newest ProbLog version
|
2010-12-16 14:30:50 +01:00 |
|
Vitor Santos Costa
|
9a45897308
|
fix _longjmp
|
2010-12-16 01:31:19 +00:00 |
|
Vitor Santos Costa
|
7ad5bc0214
|
include amasm.c
|
2010-12-16 01:30:05 +00:00 |
|
Vitor Santos Costa
|
6e2947e8c4
|
avoid _longjmp
|
2010-12-16 01:22:10 +00:00 |
|
Vitor Santos Costa
|
81c53241e7
|
Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3
|
2010-12-16 00:34:03 +00: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 |
|
Vítor Santos Costa
|
d1665c7462
|
improve checking for _setjmp, I hope.
|
2010-12-15 12:47:21 +00:00 |
|
Vítor Santos Costa
|
1ca5c92469
|
fix goal expansion for with_output_to in SWI mode (obs from Roberto Bagnara).
|
2010-12-15 12:08:26 +00:00 |
|
Vitor Santos Costa
|
ba6567285c
|
Merge branch 'master' of ../yap-6.2
|
2010-12-15 00:07:02 +00:00 |
|
Vitor Santos Costa
|
bd6da9dd40
|
fix reconsult of multifile predicates (static).
|
2010-12-15 00:06:14 +00:00 |
|
Vitor Santos Costa
|
68539ab1e0
|
make sure with_output_to argument is not rewritten.
|
2010-12-14 23:46:17 +00:00 |
|
Vítor Santos Costa
|
782fe00123
|
Merge branch 'master' of ../yap-6.2
|
2010-12-14 12:40:15 +00:00 |
|
Vítor Santos Costa
|
828f8b07f7
|
make YAP more compatible with SWI by going inside 0 arguments (obs from Roberto).
|
2010-12-14 12:39:24 +00:00 |
|
Vítor Santos Costa
|
57aafe5d23
|
don't use with_output_to/2 from PLStream: it gets confused by whose stdout it should write to.
|
2010-12-14 12:04:44 +00:00 |
|
Vítor Santos Costa
|
628ae12d15
|
ifix warning message.
|
2010-12-14 12:04:33 +00:00 |
|
Vítor Santos Costa
|
eb82f5fa2a
|
more fixes to recursive call execution and backtracking from within C-mode.
semweb java example now working.
|
2010-12-14 09:30:40 +00:00 |
|
Vítor Santos Costa
|
666ef1877d
|
itry to respect SWI semantics on expand_goal/2.
|
2010-12-13 22:03:54 +00:00 |
|
Vítor Santos Costa
|
eec588f488
|
distribute goal_Expansion over comma
|
2010-12-13 21:33:43 +00:00 |
|
Vítor Santos Costa
|
f89f7e8e98
|
PL_set_engine should always return a sensible answer, even if multi-threading is not on.
|
2010-12-13 21:07:35 +00:00 |
|
Vítor Santos Costa
|
9bea8b5f82
|
Merge branch 'master' of ../yap-6.2
|
2010-12-13 20:39:44 +00:00 |
|
Vítor Santos Costa
|
3933ee4053
|
fix slot initialization problem.
|
2010-12-13 20:39:12 +00:00 |
|
Vítor Santos Costa
|
9f8f8ee73e
|
fix missing cut (obs from Bernd).
|
2010-12-13 19:35:16 +00:00 |
|
Vítor Santos Costa
|
0e32680331
|
Merge branch 'master' of ../yap-6.2
|
2010-12-13 19:14:52 +00:00 |
|
Vítor Santos Costa
|
1369057cc4
|
fix style checker to be more self-contained.
|
2010-12-13 19:13:33 +00:00 |
|
Vítor Santos Costa
|
a735297eb2
|
Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3
|
2010-12-13 15:51:01 +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
|
eeb6ef1d17
|
Merge branch 'master' of ../yap-6.2
|
2010-12-12 19:20:24 +00:00 |
|
Vítor Santos Costa
|
7c2c3febe5
|
checker should be called after preprocessing (obs from Roberto Bagnara).
|
2010-12-12 19:19:49 +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
|
2d1ece71c8
|
iget rid of message.
|
2010-12-12 19:05:49 +00:00 |
|
Vítor Santos Costa
|
2e319c50ba
|
make sure that atom garbage collector knows about foreign function names.
|
2010-12-12 18:28:55 +00:00 |
|
Vítor Santos Costa
|
efc341597f
|
Merge branch 'master' of ../yap-6.2
|
2010-12-12 16:47:42 +00:00 |
|
Vítor Santos Costa
|
b0e44bc276
|
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
|
2010-12-12 16:46:12 +00:00 |
|