Vitor Santos Costa
64528946d9
fix bad name for atom.
2010-04-28 00:32:37 +01:00
Vitor Santos Costa
342b12edc7
update instructions.
2010-04-27 22:10:08 +01:00
Vitor Santos Costa
e302eb3463
fix bad assumption in indexing code.
2010-04-27 22:09:44 +01:00
Vítor Santos Costa II
0cf7780db9
Merge branch 'master' of gitosis@yap.dcc.fc.up.pt:yap-6
2010-04-23 16:45:03 +01:00
Vítor Santos Costa II
4c36f8b6ce
hack call_residue.
2010-04-23 16:44:38 +01:00
Vítor Santos Costa II
8d04b08b95
fix PL_cut_query to remove top CP, and fix PL_call_predicate to use PL_cut_query to close,
...
and not PL_close_query.
2010-04-23 16:43:29 +01:00
Ricardo Rocha
16c1056a01
tabling support for the common global trie is now available by default
...
(macro GLOBAL_TRIE was removed). Use 'yap_flag(tabling_mode,MODE)' to
set the storing mode for all tabled predicates to MODE ('local_trie' or
'global_trie). Alternatively, use 'tabling_mode(PRED,MODE)' to set the
default tabling mode of predicate PRED to MODE ('local_trie' or
'global_trie'). The default mode for all tabled predicates is 'local_trie'.
2010-04-23 04:22:10 +01:00
Vitor Santos Costa
0e0973de42
another that got away (meta-predicate declarations).
2010-04-22 21:05:34 +01:00
Vitor Santos Costa
cd537cfe96
one that go away: meta-pred decls.
2010-04-22 21:04:54 +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
bc2ddcc372
fix SWI's index.
2010-04-22 18:05:23 +01:00
Vítor Santos Costa II
5adea12feb
fix meta-predicate declaration for predsort (Paulo Moura).
2010-04-22 18:03:09 +01:00
Vítor Santos Costa II
a22aca2f81
fix warning
2010-04-22 16:29:08 +01:00
Vítor Santos Costa II
6b98791e53
fix syntax errors in yapor
2010-04-22 16:27:50 +01:00
Vítor Santos Costa II
9ba631824b
load_foreign* wasn't exported.
2010-04-22 16:27:32 +01:00
Vítor Santos Costa II
788193b0c9
Merge branch 'master' of gitosis@yap.dcc.fc.up.pt:yap-6
2010-04-22 12:17:39 +01:00
Vítor Santos Costa II
52ef6ae819
improve dialect support (make it less hackhish).
...
first attempt at emulation of autoloader.
2010-04-22 12:16:37 +01:00
Vítor Santos Costa II
3efe7a067a
another victim of system name change
2010-04-22 12:16:23 +01:00
Vítor Santos Costa II
28cc9171c3
another victim of system name change
2010-04-22 12:15:59 +01:00
Vítor Santos Costa II
f417933da0
make expansion more robut
2010-04-22 12:15:16 +01:00
Vítor Santos Costa II
e8be4296f3
make ctime accept integers, who knows?
2010-04-22 12:13:57 +01:00
Vítor Santos Costa II
e4c2f420c8
use meta_predicate
2010-04-22 12:12:52 +01:00
Vítor Santos Costa II
2dcf02687e
another victim of system module name change.
2010-04-22 12:12:24 +01:00
Vítor Santos Costa II
3272d5d230
inform about new module for system library
2010-04-22 12:11:15 +01:00
Vítor Santos Costa II
14b1f65e35
save area was not being saved correctly.
2010-04-22 12:08:51 +01:00
Vítor Santos Costa II
7f9f10a1d9
cannot trust H0 in the att test (use Yap_GlobalBase instead).
2010-04-22 12:08:02 +01:00
Vítor Santos Costa II
034c585489
listing library is a SWI thing.
2010-04-22 09:07:38 +01:00
Vítor Santos Costa II
39ce07fefb
PL_call_predicate should close query, not cut query :(
...
ctime should accept a float for SWI compatibility
2010-04-22 09:00:41 +01:00
Vítor Santos Costa II
1e82155fc9
avoid module clash with SWI's system module.
2010-04-21 14:22:36 +01:00
Vítor Santos Costa II
b0b42d0e31
intersection/3
2010-04-21 00:15:11 +01:00
Vítor Santos Costa II
2566ebcee5
make predsort a system predicate.
2010-04-20 23:49:14 +01:00
Vítor Santos Costa II
b0f20ea8c5
ifurther support for dialect.yap
2010-04-20 23:19:51 +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
Vítor Santos Costa II
bc6846d6f7
start improving support for dialect
2010-04-20 23:13:52 +01:00
Vítor Santos Costa II
acee213eeb
beautification.
2010-04-20 23:13:11 +01:00
Vítor Santos Costa II
d957569e83
fix macro expansion stuff. Everything bounces from maplist now.
2010-04-20 23:11:13 +01:00
Vítor Santos Costa II
ff135d53d2
simplify compatibility
2010-04-20 23:10:40 +01:00
Vítor Santos Costa II
5ab2a97852
use meta-predicates for aggregate (like SWI does now).
2010-04-20 23:09:46 +01:00
Vítor Santos Costa II
c2ff395626
fix path to access java libs
2010-04-20 23:08:52 +01:00
Vítor Santos Costa II
da78b22324
fix fixes to garbage collector.
2010-04-20 23:08:08 +01:00
Vítor Santos Costa II
007bfc21b9
document aggregate library
...
support plus/3 and succ/2 and document them, plus between
2010-04-20 23:06:41 +01:00
Ricardo Rocha
7eee5a5b56
new built-in predicates to access OPTYap statistics related to memory
...
usage.
2010-04-20 03:59:48 +01:00
Vítor Santos Costa II
04ddd8dca0
fix garbage collection of attributed variables.
2010-04-19 16:15:33 +01:00
Vítor Santos Costa II
9f7df27e3a
Merge branch 'master' of gitosis@yap.dcc.fc.up.pt:yap-6
2010-04-19 15:58:41 +01:00
Ricardo Rocha
1029828775
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
2010-04-19 02:36:14 +01:00
Ricardo Rocha
c221c2ff85
renaming some OPTYap files in order to have a more consistent name organization
2010-04-19 02:34:08 +01:00
Vitor Santos Costa
2a7765ae5c
make clear that some files are generated automatically.
2010-04-18 21:48:20 +01:00
Vitor Santos Costa
7e389a5b87
allow a file filter with initialization.
2010-04-18 21:48:00 +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