flora-commits Mailing List for Flora-2
Brought to you by:
kifer
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(59) |
Jun
(43) |
Jul
(4) |
Aug
(4) |
Sep
(102) |
Oct
(20) |
Nov
(47) |
Dec
(32) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(24) |
Feb
(34) |
Mar
(72) |
Apr
(36) |
May
(10) |
Jun
(46) |
Jul
(36) |
Aug
(24) |
Sep
(37) |
Oct
(27) |
Nov
(43) |
Dec
(40) |
| 2004 |
Jan
(35) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(30) |
Aug
(83) |
Sep
(68) |
Oct
(38) |
Nov
(3) |
Dec
(7) |
| 2005 |
Jan
(9) |
Feb
(31) |
Mar
(46) |
Apr
(73) |
May
(21) |
Jun
(1) |
Jul
(32) |
Aug
(33) |
Sep
(3) |
Oct
(28) |
Nov
(4) |
Dec
(23) |
| 2006 |
Jan
(22) |
Feb
(2) |
Mar
(12) |
Apr
(23) |
May
(73) |
Jun
(14) |
Jul
|
Aug
(20) |
Sep
(14) |
Oct
(5) |
Nov
|
Dec
(14) |
| 2007 |
Jan
(54) |
Feb
(81) |
Mar
(286) |
Apr
(313) |
May
(154) |
Jun
(85) |
Jul
(8) |
Aug
(11) |
Sep
(12) |
Oct
(14) |
Nov
(6) |
Dec
(6) |
| 2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(12) |
May
(4) |
Jun
|
Jul
(13) |
Aug
(22) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(46) |
Jun
(43) |
Jul
(46) |
Aug
(9) |
Sep
(13) |
Oct
(31) |
Nov
(42) |
Dec
(18) |
| 2014 |
Jan
(7) |
Feb
(7) |
Mar
(11) |
Apr
(13) |
May
(16) |
Jun
(6) |
Jul
(17) |
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
| 2015 |
Jan
|
Feb
(17) |
Mar
(4) |
Apr
(3) |
May
(2) |
Jun
(3) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
|
8
|
9
|
10
|
11
(2) |
12
|
13
|
14
|
|
15
|
16
|
17
|
18
|
19
(3) |
20
|
21
|
|
22
|
23
(1) |
24
|
25
|
26
|
27
|
28
|
|
29
|
30
(2) |
31
|
|
|
|
|
|
From: Michael K. <ki...@us...> - 2007-07-30 21:50:45
|
Update of /cvsroot/flora/flora2/p2h In directory sc8-pr-cvs17:/tmp/cvs-serv14350/p2h Modified Files: prolog2hilog.c Log Message: fixed small compiler problem Index: prolog2hilog.c =================================================================== RCS file: /cvsroot/flora/flora2/p2h/prolog2hilog.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- prolog2hilog.c 19 Jul 2007 13:30:36 -0000 1.10 +++ prolog2hilog.c 30 Jul 2007 21:50:17 -0000 1.11 @@ -38,10 +38,6 @@ #include "cinterf.h" #include "context.h" -/* These two have become necessary due to some recent XSB changes. */ -#include "register.h" -#include "emudef.h" - #define FLORA_META_PREFIX "_$_$_flora'mod" #define FLORA_LIB_PREFIX "fllib" #define FLORA_META_PREFIX_LEN 14 |
|
From: Michael K. <ki...@us...> - 2007-07-30 21:50:36
|
Update of /cvsroot/flora/flora2 In directory sc8-pr-cvs17:/tmp/cvs-serv14350 Modified Files: flrcompiler.P Log Message: fixed small compiler problem Index: flrcompiler.P =================================================================== RCS file: /cvsroot/flora/flora2/flrcompiler.P,v retrieving revision 1.101 retrieving revision 1.102 diff -u -d -r1.101 -r1.102 --- flrcompiler.P 28 May 2007 21:46:51 -0000 1.101 +++ flrcompiler.P 30 Jul 2007 21:50:18 -0000 1.102 @@ -240,18 +240,19 @@ This procedure should be called for a syntax in an oid position. ****************************************************************************/ approximate_index(FLATOM(_Atom,I),I) :- !. -approximate_index(FLBUILTIN_IDENTIFIER(_Id,I),I):- !. -approximate_index(FLDATATYPE(_Type,_Sort,I),I):- !. -approximate_index(FLNUMBER(_Number,I),I) :- !. -approximate_index(FLSTRING(_String,I),I) :- !. -approximate_index(FLTOKEN(_Token,I),I) :- !. -approximate_index(FLTOKEN(_Token,_Num,I),I) :- !. -approximate_index(FLVAR(_Name,I),I) :- !. -approximate_index(FLLIST(_List,_T,I),I) :- !. -approximate_index(FLTERM(F,_A,_Args),I) :- !, approximate_index(F,I). -approximate_index(FLBIRELATE(Obj1,_Rel,_Obj2),I) :- !, approximate_index(Obj1,I). -approximate_index(FLOBJSPEC(Obj,_Spec),I) :- !, approximate_index(Obj,I). -approximate_index(FLOBJREF(Obj,_Ref,_Att),I) :- !, approximate_index(Obj,I). +approximate_index(FLBUILTIN_IDENTIFIER(_Id,I),I) :- !. +approximate_index(FLDATATYPE(_Type,_Sort,I),I) :- !. +approximate_index(FLNUMBER(_Number,I),I) :- !. +approximate_index(FLSTRING(_String,I),I) :- !. +approximate_index(FLTOKEN(_Token,I),I) :- !. +approximate_index(FLTOKEN(_Token,_Num,I),I) :- !. +approximate_index(FLVAR(_Name,I),I) :- !. +approximate_index(FLLIST(_List,_T,I),I) :- !. +approximate_index(FLTERM(F,_A,_Args),I) :- !, approximate_index(F,I). +approximate_index(FLBIRELATE(Obj1,_Rel,_O),I) :- !, approximate_index(Obj1,I). +approximate_index(FLOBJSPEC(Obj,_Spec),I) :- !, approximate_index(Obj,I). +approximate_index(FLOBJREF(Obj,_Ref,_Att),I) :- !, approximate_index(Obj,I). +approximate_index(FLURISQ(Prefix,_Local),I) :- !, approximate_index(Prefix,I). approximate_index(FLAGGREGATE(Op,_V,_GV,_Goal),I) :- !, approximate_index(Op,I). approximate_index(FLPLIB(P,_M),I) :- !, approximate_index(P,I). approximate_index(FLPLIB(P),I) :- !, approximate_index(P,I). |
|
From: Michael K. <ki...@us...> - 2007-07-23 18:07:13
|
Update of /cvsroot/flora/flora2/datatypes
In directory sc8-pr-cvs17:/tmp/cvs-serv31249/datatypes
Modified Files:
flrdatatype.P
Log Message:
minor fixes in printing charlist data types.
Index: flrdatatype.P
===================================================================
RCS file: /cvsroot/flora/flora2/datatypes/flrdatatype.P,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- flrdatatype.P 11 Jun 2007 17:06:40 -0000 1.21
+++ flrdatatype.P 23 Jul 2007 18:07:09 -0000 1.22
@@ -155,7 +155,8 @@
!.
flora_canonical_type_name(Type, FL_CHARLIST) :-
- flora_toLower(Type,FL_CHARLIST),
+ flora_toLower(Type,Lower),
+ flora_toLower(FL_CHARLIST,Lower),
!.
flora_canonical_type_name('http://www.w3.org/2001/XMLSchema#boolean', FL_BOOL) :- !.
@@ -288,7 +289,10 @@
flora_printable_type_representation(FL_DOUBLE(Val),[FL_DOUBLE,Val]) :- !.
%%flora_printable_type_representation(FL_FLOAT(Val),[FL_FLOAT,Val]) :- !.
flora_printable_type_representation(FL_BOOL(Val),[FL_BOOL,Val]) :- !.
-flora_printable_type_representation(FL_CHARLIST(Val),[FL_CHARLIST,Val]) :- !.
+flora_printable_type_representation(FL_CHARLIST(Val),[FL_CHARLIST,ValRepr]) :-
+ !,
+ is_charlist(Val),
+ atom_codes(ValRepr,Val).
flora_printable_type_representation(FL_LISTTYPE(Val),[FL_LISTTYPE,ValP]) :-
!,
flora_decode_oid_as_atom(Val,ValP).
|
|
From: Michael K. <ki...@us...> - 2007-07-19 13:30:42
|
Update of /cvsroot/flora/flora2/docs
In directory sc8-pr-cvs17:/tmp/cvs-serv30165/docs
Modified Files:
flora2.tex
Log Message:
updated prolog2hilog to work around xsb's linkage problem.
Index: flora2.tex
===================================================================
RCS file: /cvsroot/flora/flora2/docs/flora2.tex,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- flora2.tex 6 Jun 2007 14:12:09 -0000 1.180
+++ flora2.tex 19 Jul 2007 13:30:36 -0000 1.181
@@ -3323,7 +3323,7 @@
{\tt foo} and then imports that module.
The importing module itself contains a fact and a query.
-Let now {\tt myprog.flr} be as follows:
+Suppose {\tt myprog.flr} is as follows:
%%
\begin{alltt}
q(?X) :- p(?X).
|
|
From: Michael K. <ki...@us...> - 2007-07-19 13:30:42
|
Update of /cvsroot/flora/flora2/p2h In directory sc8-pr-cvs17:/tmp/cvs-serv30165/p2h Modified Files: prolog2hilog.c Log Message: updated prolog2hilog to work around xsb's linkage problem. Index: prolog2hilog.c =================================================================== RCS file: /cvsroot/flora/flora2/p2h/prolog2hilog.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- prolog2hilog.c 17 Apr 2007 23:11:48 -0000 1.9 +++ prolog2hilog.c 19 Jul 2007 13:30:36 -0000 1.10 @@ -38,6 +38,10 @@ #include "cinterf.h" #include "context.h" +/* These two have become necessary due to some recent XSB changes. */ +#include "register.h" +#include "emudef.h" + #define FLORA_META_PREFIX "_$_$_flora'mod" #define FLORA_LIB_PREFIX "fllib" #define FLORA_META_PREFIX_LEN 14 |
|
From: Michael K. <ki...@us...> - 2007-07-19 13:30:36
|
Update of /cvsroot/flora/flora2/p2h/windows In directory sc8-pr-cvs17:/tmp/cvs-serv30165/p2h/windows Modified Files: prolog2hilog.dll Log Message: updated prolog2hilog to work around xsb's linkage problem. Index: prolog2hilog.dll =================================================================== RCS file: /cvsroot/flora/flora2/p2h/windows/prolog2hilog.dll,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 Binary files /tmp/cvsFJvxKN and /tmp/cvsfesu4l differ |
|
From: Michael K. <ki...@us...> - 2007-07-11 14:47:45
|
Update of /cvsroot/flora/flora-website/tutorial In directory sc8-pr-cvs17:/tmp/cvs-serv29634 Modified Files: part2-programming.ppt part1-foundations.ppt Log Message: typo fixes Index: part2-programming.ppt =================================================================== RCS file: /cvsroot/flora/flora-website/tutorial/part2-programming.ppt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 Binary files /tmp/cvsAUEef1 and /tmp/cvsPRUXuI differ Index: part1-foundations.ppt =================================================================== RCS file: /cvsroot/flora/flora-website/tutorial/part1-foundations.ppt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 Binary files /tmp/cvs0bvGib and /tmp/cvs01ZqSS differ |
|
From: Michael K. <ki...@us...> - 2007-07-11 13:33:18
|
Update of /cvsroot/flora/flora-website/tutorial In directory sc8-pr-cvs17:/tmp/cvs-serv31849/tutorial Modified Files: part2-programming.ppt part1-foundations.ppt Log Message: typo fixes Index: part2-programming.ppt =================================================================== RCS file: /cvsroot/flora/flora-website/tutorial/part2-programming.ppt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 Binary files /tmp/cvsI0bJph and /tmp/cvs7jWtA7 differ Index: part1-foundations.ppt =================================================================== RCS file: /cvsroot/flora/flora-website/tutorial/part1-foundations.ppt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 Binary files /tmp/cvswB0NXB and /tmp/cvsHO9nzs differ |