caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod File.pike,1.9.2.1,1.9.2.2 Filetree.pike,1.9.2.1,1.9.2.2 Gdbm.pike,1.12.2.1,1.12.2.2


chronological Thread 
  • From: Xavier Beaudouin <kiwi AT cvs.caudiumforge.net>
  • To: caudium-commits AT caudium.net
  • Subject: CVS: caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod File.pike,1.9.2.1,1.9.2.2 Filetree.pike,1.9.2.1,1.9.2.2 Gdbm.pike,1.12.2.1,1.12.2.2
  • Date: Tue, 1 Mar 2005 15:45:00 +0100

Update of 
/cvs/caudium/caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod
In directory 
cvs.caudiumforge.net:/tmp/cvs-serv80154/server/etc/modules/UltraSupport.pmod/Storage.pmod

Modified Files:
      Tag: stable_1_4
        File.pike Filetree.pike Gdbm.pike 
Log Message:
Fix bug #09.


Index: File.pike
===================================================================
RCS file: 
/cvs/caudium/caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod/File.pike,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- File.pike   3 Jan 2005 17:03:05 -0000       1.9.2.1
+++ File.pike   1 Mar 2005 14:44:57 -0000       1.9.2.2
@@ -18,10 +18,14 @@
  *
  */
 /*
- * $Id: File.pike,v 1.9.2.1 2005/01/03 17:03:05 kiwi Exp $
+ * $Id: File.pike,v 1.9.2.2 2005/03/01 14:44:57 kiwi Exp $
  */
 
-//! $Id: File.pike,v 1.9.2.1 2005/01/03 17:03:05 kiwi Exp $
+#ifndef report_debug
+# define report_debug werror
+#endif
+
+//! $Id: File.pike,v 1.9.2.2 2005/03/01 14:44:57 kiwi Exp $
 
 constant multiload = 1;
 

Index: Filetree.pike
===================================================================
RCS file: 
/cvs/caudium/caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod/Filetree.pike,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -r1.9.2.1 -r1.9.2.2
--- Filetree.pike       3 Jan 2005 17:03:05 -0000       1.9.2.1
+++ Filetree.pike       1 Mar 2005 14:44:57 -0000       1.9.2.2
@@ -18,10 +18,14 @@
  *
  */
 /*
- * $Id: Filetree.pike,v 1.9.2.1 2005/01/03 17:03:05 kiwi Exp $ 
+ * $Id: Filetree.pike,v 1.9.2.2 2005/03/01 14:44:57 kiwi Exp $ 
  */
 
-//! $Id: Filetree.pike,v 1.9.2.1 2005/01/03 17:03:05 kiwi Exp $
+#ifndef report_error
+# define report_error werror
+#endif
+
+//! $Id: Filetree.pike,v 1.9.2.2 2005/03/01 14:44:57 kiwi Exp $
    
 mapping available;
 array tdate;

Index: Gdbm.pike
===================================================================
RCS file: 
/cvs/caudium/caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod/Gdbm.pike,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -r1.12.2.1 -r1.12.2.2
--- Gdbm.pike   3 Jan 2005 17:03:05 -0000       1.12.2.1
+++ Gdbm.pike   1 Mar 2005 14:44:57 -0000       1.12.2.2
@@ -18,10 +18,14 @@
  *
  */
 /*
- * $Id: Gdbm.pike,v 1.12.2.1 2005/01/03 17:03:05 kiwi Exp $
+ * $Id: Gdbm.pike,v 1.12.2.2 2005/03/01 14:44:57 kiwi Exp $
  */ 
 
-//! $Id: Gdbm.pike,v 1.12.2.1 2005/01/03 17:03:05 kiwi Exp $
+#ifndef report_error
+# define report_error werror
+#endif
+
+//! $Id: Gdbm.pike,v 1.12.2.2 2005/03/01 14:44:57 kiwi Exp $
 
 #if constant (Gdbm.gdbm)
 object db;



  • CVS: caudium/server/etc/modules/UltraSupport.pmod/Storage.pmod File.pike,1.9.2.1,1.9.2.2 Filetree.pike,1.9.2.1,1.9.2.2 Gdbm.pike,1.12.2.1,1.12.2.2, Xavier Beaudouin

Archive powered by MhonArc 2.6.10.

§