source: doc/yap6_2_2_patch_1 @ f89b991

mei_rt2
Last change on this file since f89b991 was 2e9455f, checked in by Mei <mei@…>, 11 years ago

1) added namespace
2) tweak ?This,
3) allowing linking role/oset as constraining conditions
4) adding access_tests regression testing that uses GENI's access policy
5) added couple multi contexts regression tests
6) add compression/uncompression calls to abac_encode_string/abac_decode_string
(libstrongwan only allows 512 char for attribute rule storage)
7) add attribute_now option to creddy that takes a whole char string for attribute
rule

  • Property mode set to 100644
File size: 1.5 KB
Line 
1diff -Naur -p0 yap-6.2.2/C/c_interface.c nyap-6.2.2/C/c_interface.c
2--- yap-6.2.2/C/c_interface.c   2011-10-01 13:04:16.000000000 -0700
3+++ nyap-6.2.2/C/c_interface.c  2013-01-14 14:03:18.318705138 -0800
4@@ -2299 +2299 @@ YAP_CompileClause(Term t)
5-  int mod = CurrentModule;
6+  Term mod = CurrentModule;
7diff -Naur -p0 yap-6.2.2/configure.in nyap-6.2.2/configure.in
8--- yap-6.2.2/configure.in      2011-10-23 15:11:26.000000000 -0700
9+++ nyap-6.2.2/configure.in     2013-01-14 14:01:08.498704045 -0800
10@@ -1100,0 +1101 @@ dnl Linux has both elf and a.out, in thi
11+        YAPLIB_LD=$SHLIB_LD
12diff -Naur -p0 yap-6.2.2/include/YapInterface.h nyap-6.2.2/include/YapInterface.h
13--- yap-6.2.2/include/YapInterface.h    2010-12-04 16:04:48.000000000 -0800
14+++ nyap-6.2.2/include/YapInterface.h   2013-01-19 09:14:35.134626453 -0800
15@@ -300,2 +300,2 @@ extern X_API void PROTO(YAP_Write,(YAP_T
16-/*  void YAP_WriteBufffer(YAP_Term,char *,unsgined int,int) */
17-extern X_API void PROTO(YAP_WriteBuffer,(YAP_Term,char *,unsigned int,int));
18+/*  YAP_Term YAP_WriteBufffer(YAP_Term,char *,unsgined int,int) */
19+extern X_API YAP_Term PROTO(YAP_WriteBuffer,(YAP_Term,char *,unsigned int,int));
20diff -Naur -p0 yap-6.2.2/library/dialect/swi/fli/blobs.c nyap-6.2.2/library/dialect/swi/fli/blobs.c
21--- yap-6.2.2/library/dialect/swi/fli/blobs.c   2010-12-02 03:47:28.000000000 -0800
22+++ nyap-6.2.2/library/dialect/swi/fli/blobs.c  2013-01-14 14:04:35.118703664 -0800
23@@ -22,0 +23,4 @@
24+/* for freeBSD9.1 */
25+#define _WITH_DPRINTF
26+#include <stdio.h>
27+
Note: See TracBrowser for help on using the repository browser.