This website requires JavaScript.
Explore
Help
Sign In
diogo
/
yap-6.3
Archived
Watch
1
Star
0
Fork
0
You've already forked yap-6.3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-08-20
. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3
/
library
History
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
..
clp
upgrade to Markus' latest.
2010-03-30 12:46:01 +01:00
dialect
make term_to_atom/2 a YAP builtin.
2010-05-23 18:39:46 +01:00
lammpi
fix mess with LIBDIR and YAPLIBDIR
2010-06-01 00:38:42 +01:00
matlab
fix mess with LIBDIR and YAPLIBDIR
2010-06-01 00:38:42 +01:00
matrices
fix makefiles to define $exec_prefix
2010-03-05 10:22:48 +00:00
matrix
fix mess with LIBDIR and YAPLIBDIR
2010-06-01 00:38:42 +01:00
mpi
fix makefiles to define $exec_prefix
2010-03-05 10:22:48 +00:00
MYDDAS
is_list/1 is now a built-in.
2010-05-23 18:24:24 +01:00
random
fix mess with LIBDIR and YAPLIBDIR
2010-06-01 00:38:42 +01:00
regex
fix mess with LIBDIR and YAPLIBDIR
2010-06-01 00:38:42 +01:00
rltree
fix mess with LIBDIR and YAPLIBDIR
2010-06-01 00:38:42 +01:00
system
fix mess with LIBDIR and YAPLIBDIR
2010-06-01 00:38:42 +01:00
tries
fix mess with LIBDIR and YAPLIBDIR
2010-06-01 00:38:42 +01:00
yap2swi
fix messup with functors that are atoms.
2010-05-19 17:17:05 +01:00
aggregate.pl
use meta-predicates for aggregate (like SWI does now).
2010-04-20 23:09:46 +01:00
apply_macros.yap
fix macro expansion stuff. Everything bounces from maplist now.
2010-04-20 23:11:13 +01:00
apply.yap
fix macro expansion stuff. Everything bounces from maplist now.
2010-04-20 23:11:13 +01:00
arg.yap
Quintus arg package
2008-02-12 21:39:37 +00:00
assoc.yap
declare meta-predicate call arguments (Paulo Moura).
2010-04-22 20:45:57 +01:00
atts.yap
fix use of in/2 (could conflict with autoloader's clpfd).
2010-05-27 12:02:52 +01:00
autoloader.yap
improve dialect support (make it less hackhish).
2010-04-22 12:16:37 +01:00
avl.yap
fix avl stuff and all/3 stuff
2006-10-19 15:09:03 +00:00
bhash.yap
fix debugging info (obs from Jose Santos).
2009-11-23 23:43:12 +00:00
charsio.yap
fix charsio.
2009-05-21 19:15:12 -05:00
cleanup.yap
fix fragile export.
2010-03-05 00:00:00 +00:00
dbqueues.yap
fix dbqueues (obs from Paulo Moura).
2009-06-05 14:31:06 -05:00
dbusage.yap
improve dbusage
2010-04-10 21:19:03 +01:00
dgraphs.yap
fixes by Bart and Tom: mostly libraries but nasty one in indexing
2008-07-11 17:02:10 +00:00
expand_macros.yap
fix macro expansion stuff. Everything bounces from maplist now.
2010-04-20 23:11:13 +01:00
gensym.yap
gensym builtin for SWI emulation.
2005-10-29 00:13:10 +00:00
hacks.yap
separate standard alarm from virtual alarm. timeout uses virtual alarm
#112
2009-06-03 10:09:14 -05:00
heaps.yap
fix typos
2002-01-10 21:42:29 +00:00
INDEX.pl
improve dialect support (make it less hackhish).
2010-04-22 12:16:37 +01:00
itries.yap
tries module: fix bug in trie_get_first_entry/2
2010-02-22 14:01:56 +00:00
lam_mpi.yap
New LAM MPI module.
2006-06-04 18:43:38 +00:00
lineutils.yap
declare meta-predicate call arguments (Paulo Moura).
2010-04-22 20:45:57 +01:00
lists.yap
intersection/3
2010-04-21 00:15:11 +01:00
Makefile.in
improve dialect support (make it less hackhish).
2010-04-22 12:16:37 +01:00
maplist.yap
bad inline expansion of exclude (obs from Paolo Frasconi)
2010-05-19 17:15:11 +01:00
matlab.yap
improve CLP(BN)/BNT interface
2007-08-06 14:55:43 +00:00
matrices.yap
fixes to Makefile and manual.
2006-05-19 17:49:25 +00:00
matrix.yap
allow inplace operations.
2009-05-26 10:48:45 -05:00
nb.yap
add support for sized queues.
2009-02-27 22:22:49 +00:00
occurs.yap
add missing files
2008-08-21 13:39:56 +01:00
ordsets.yap
junction tree algorithm
2007-11-28 23:52:14 +00:00
pairs.pl
add missing files
2008-08-21 13:39:56 +01:00
prandom.yap
fix fixes to prandom
2008-06-03 09:27:57 +00:00
queues.yap
This commit was generated by cvs2svn to compensate for changes in r4,
2001-04-09 19:54:03 +00:00
random.yap
make sure that YAP_Restart does not restart a failed goal.
2007-03-22 11:12:22 +00:00
rbtrees.yap
documentation fix from Jan Wielemaker
2010-05-08 08:26:59 +01:00
readutil.yap
fix garbage collector not to try to garbage collect when we ask for large
2006-08-07 18:51:44 +00:00
regexp.yap
fix warnings (rep from Paulo Moura)
2009-06-05 18:46:01 -05:00
rltree.yap
RL-Trees module.
2008-03-26 23:05:22 +00:00
splay.yap
fix warnings (rep from Paulo Moura)
2009-06-05 18:46:01 -05:00
stringutils.yap
string manipulation utilities for scripts.
2008-03-13 17:38:24 +00:00
system.yap
avoid module clash with SWI's system module.
2010-04-21 14:22:36 +01:00
terms.yap
export new_variables_in_term and variables_within_term (obs from Jiefei Ma).
2010-03-04 23:45:33 +00:00
timeout.yap
another that got away (meta-predicate declarations).
2010-04-22 21:05:34 +01:00
trees.yap
one that go away: meta-pred decls.
2010-04-22 21:04:54 +01:00
tries.yap
tries module: fix bug in trie_traverse/2
2010-02-24 18:03:43 +00:00
ugraphs.yap
update to CLP(QR). Note that CLP(Q) is still unsupported.
2008-03-13 17:16:47 +00:00
undgraphs.yap
fix bad calls (obs from Paulo Moura).
2009-06-08 14:13:31 -05:00
varnumbers.yap
Varnumbers predicate (originally in QP)
2006-12-27 12:26:33 +00:00
wdgraphs.yap
improve graphs a bit.
2008-06-26 13:09:15 +00:00
wgraphs.yap
weighted graphs SICStus like library
2007-12-05 14:49:59 +00:00
wundgraphs.yap
Merge branch 'master' of gitosis@yap.dcc.fc.up.pt:yap-6
2009-06-10 14:09:30 -05:00
ypp.yap
Added -P to cpp execution
2006-03-07 17:30:47 +00:00