Vítor Santos Costa
b2b8fc480a
Merge branch 'master' of ../yap-6.2
2010-11-05 11:07:22 +00:00
Vítor Santos Costa
5df973a66f
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
2010-11-05 11:00:50 +00:00
Vítor Santos Costa
6fb86625c6
fix operator declaration (patch from Ulrich Neumerkel)
2010-11-05 11:00:14 +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
8ca680705d
Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3
2010-11-01 21:28:49 +00:00
Vitor Santos Costa
2f3d762f80
display reference count in DBRef.
2010-11-01 21:28:18 +00:00
Vítor Santos Costa
e509d11c2e
routines to copy rational terms to tree and vice-versa.
2010-11-01 20:11:28 +00:00
Vítor Santos Costa
a44d847b61
improve writing infinite terms.
2010-11-01 20:10:32 +00:00
Vítor Santos Costa
d1a0cfe21a
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
2010-10-29 14:43:30 +01:00
Vitor Santos Costa
362ecc2f16
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
2010-10-29 10:28:57 +01:00
Vitor Santos Costa
7e90e90239
fixes to number_codes and number_chars.
2010-10-29 10:28:25 +01:00
Vítor Santos Costa
a634f3f7e7
fix scanning of UTF-32 files.
2010-10-28 18:05:42 +01:00
Vítor Santos Costa
bb6e98dd66
update version
...
small fixes and extra documentation
2010-10-28 18:05:18 +01:00
Paulo Moura
3d0e88dc10
Added missing meta_predicate/1 directives to the charsio library. Thanks to Cristiano Pitangui for reporting the problem.
2010-10-28 17:18:57 +01:00
Paulo Moura
9a09a93a5b
Corrected another bug in my patch for detecting UTF-32 BOMs.
2010-10-27 17:43:00 +01:00
Paulo Moura
f3efdff878
Uncommented the code that generates an error when UTF-32 BOMs are detected.
2010-10-27 17:33:48 +01:00
Paulo Moura
168e084c62
Corrected a bug in my patch for detecting UTF-32 BOMs.
2010-10-27 17:19:26 +01:00
Vítor Santos Costa
89411acbc9
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
2010-10-27 14:53:33 +01:00
Vítor Santos Costa
186369a279
document predicate_statistics
2010-10-27 14:52:52 +01:00
Vitor Santos Costa
9396252588
patches to provide initial support UTF32 encodings(from Paulo Moura)
2010-10-27 14:49:27 +01:00
Vitor Santos Costa
95acd408e7
support DragonFly BSD (patch from Aleksej Saushev)
2010-10-27 10:11:19 +01:00
Vitor Santos Costa
ab8911708b
fix YAP to use _longjmp when available. longjmp is just too expensive on OSX machines.
2010-10-26 22:03:36 +01:00
Vitor Santos Costa
b16a0d53b0
integration of two different event profilers.
2010-10-26 22:02:23 +01:00
Vitor Santos Costa
e0aa6ae30a
improve low level profiler interface. Still doesn't work too well.
2010-10-26 22:01:29 +01:00
Vitor Santos Costa
ef53ed696b
allow uninstanted arguments in erased_statistics.
2010-10-26 10:07:34 +01:00
Vitor Santos Costa
a2e6a0157c
Use malloc to interfer less with normal memory allocation.
2010-10-26 10:06:45 +01:00
Vitor Santos Costa
b22094283e
fix typo.
2010-10-26 10:05:49 +01:00
Vitor Santos Costa
d0cd5f3fa3
fix atom gc to actually recover first atom in the chain.
2010-10-26 10:04:36 +01:00
Vitor Santos Costa
ecd2fab52e
fix term_variables/2 docs (obs from Bernd Gutmann).
2010-10-24 22:19:03 +02: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
fe36320b47
When running 'make install' packages/jpl suffers from a race condition:
...
* install_unix rule calls:
- cd packages/jpl ; make
- cd packages/jpl ; make install <-- race
* install_data rule calls:
- cd packages/jpl ; make install <-- race
I've attached a patch that separate the jpl 'make' from the jpl 'make install'
and ensures the jpl 'make install' is called from a single Makefile rule.
Thanks
Keri
2010-10-24 21:30:42 +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
Paulo Moura
213af5f917
Added description of the hook predicate user:prolog_predicate_name/2 to the user manual.
2010-10-22 00:57:57 +01:00
Paulo Moura
15a728ce6d
Added hook predicate user:prolog_predicate_name/2, taken from SWI-Prolog, to the profiler code.
2010-10-21 20:15:17 +01:00
Theofrastos Mantadelis
de06131ba4
bug correction
2010-10-20 17:41:13 +02:00
Vitor Santos Costa
9770904f6f
update version to next stable
2010-10-18 09:17:12 +01:00
Vitor Santos Costa
d0b904b49a
fix CUDD path.
2010-10-18 09:16:00 +01:00
Vitor Santos Costa
a76c1feeb5
updte README info.
2010-10-18 09:15:38 +01:00
Vitor Santos Costa
65a66a3360
fix operator problem (|). (Ulrich #193 )
2010-10-18 08:36:47 +01:00
Vitor Santos Costa
f4218bdaac
Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
2010-10-18 01:25:49 +01:00
Vitor Santos Costa
bfe890aae3
patches from Keri Harris to finn runpath
...
support cudd from MacPorts
2010-10-18 01:25:00 +01:00