[Flora-commits] flora2/lib flrprettyprint.flr,1.14,1.15 flrstorage.flr,1.8,1.9
Brought to you by:
kifer
|
From: Hui W. <hw...@us...> - 2005-10-17 05:25:45
|
Update of /cvsroot/flora/flora2/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9411/lib Modified Files: flrprettyprint.flr flrstorage.flr Log Message: 1, Supports for URIs (http://www.daml.org/services/swsl-rules/1.0/#swsl-rules-basic-defs); 2, More specific error reporting in flrcoder; 3, Fix bugs in syntax error reporting about underscore. Index: flrprettyprint.flr =================================================================== RCS file: /cvsroot/flora/flora2/lib/flrprettyprint.flr,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- flrprettyprint.flr 26 Jul 2005 00:33:34 -0000 1.14 +++ flrprettyprint.flr 17 Oct 2005 05:25:33 -0000 1.15 @@ -361,4 +361,3 @@ - Index: flrstorage.flr =================================================================== RCS file: /cvsroot/flora/flora2/lib/flrstorage.flr,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- flrstorage.flr 26 Jul 2005 00:33:34 -0000 1.8 +++ flrstorage.flr 17 Oct 2005 05:25:33 -0000 1.9 @@ -43,4 +43,3 @@ flora_db_delete_all(?StorageName)@prolog(flrstoragebase). - |