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
Vitor Santos Costa 75d1b897e0 fix fragile export. 2010-03-05 00:00:00 +00:00
..
MYDDAS MYDDAS: Added db_sql_mode/1 and db_sql_mode/2 predicates 2007-05-20 21:33:29 +00:00
clp fix all_distinct/1 (patch from Markus Triska). 2010-03-02 21:35:12 +00:00
dialect del_attrs/1 (for SWI compatibility). 2010-03-03 19:08:17 +00:00
lammpi support exporting top-level-work as absolute path 2009-05-02 14:11:54 -05:00
matlab support exporting top-level-work as absolute path 2009-05-02 14:11:54 -05:00
matrices support exporting top-level-work as absolute path 2009-05-02 14:11:54 -05:00
matrix fix overflow testing in matrix_to_list 2009-07-13 21:57:01 -05:00
mpi support exporting top-level-work as absolute path 2009-05-02 14:11:54 -05:00
random support exporting top-level-work as absolute path 2009-05-02 14:11:54 -05:00
regex support exporting top-level-work as absolute path 2009-05-02 14:11:54 -05:00
rltree support exporting top-level-work as absolute path 2009-05-02 14:11:54 -05:00
system fix mktime to use local time (fix from Takeyuki Shiramoto). 2010-02-21 00:59:38 +00:00
tries tries module: fix bug in trie_traverse/2 2010-02-24 18:03:43 +00:00
yap2swi track recent SWI changes. 2010-02-22 09:35:21 +00:00
Makefile.in upgrade to more recent clp. 2010-02-28 12:18:26 +00:00
aggregate.pl add missing files 2008-08-21 13:39:56 +01:00
apply.yap apply should export all versions of maplist (#157) 2009-12-03 16:31:23 +00:00
apply_macros.yap fix module problems (obs from Paulo Moura). 2009-06-10 11:36:28 -05:00
arg.yap Quintus arg package 2008-02-12 21:39:37 +00:00
assoc.yap upgrade chr 2007-10-16 23:17:04 +00:00
atts.yap export attributes. 2010-03-04 23:41:45 +00: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 add useful debugging info on data base usage. 2008-09-01 04:45:16 +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 make sure expand_macros only expands predicates visible to the module. 2009-12-03 10:16:15 +00: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
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 avoid unnecessary backtracking. 2009-08-19 20:23:20 -05:00
listing.yap SWI code complains if it can't find this. 2005-10-29 01:59:46 +00:00
lists.yap fix singleton warning. 2009-10-23 23:54:00 +01:00
maplist.yap fix apply_macros calling maplist (not that it is very much used, most 2009-04-24 22:48:24 +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 use truncate for integer (ISO standard, obs from Paulo Moura). 2010-02-26 00:16:32 +00: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 fix abolish bug 2008-06-02 17:20:28 +00: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 fix undefined virtual_alarm 2009-06-01 21:30:56 -05:00
trees.yap fixes by Bart and Tom: mostly libraries but nasty one in indexing 2008-07-11 17:02:10 +00: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