caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: caudium/server/etc/modules/UltraSupport.pmod/Period.pmod Month.pike,1.8.2.1,1.8.2.2 Week.pike,1.9.2.1,1.9.2.2 Year.pike,1.7.2.1,1.7.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/Period.pmod Month.pike,1.8.2.1,1.8.2.2 Week.pike,1.9.2.1,1.9.2.2 Year.pike,1.7.2.1,1.7.2.2
  • Date: Tue, 1 Mar 2005 15:44:59 +0100

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

Modified Files:
      Tag: stable_1_4
        Month.pike Week.pike Year.pike 
Log Message:
Fix bug #09.


Index: Month.pike
===================================================================
RCS file: 
/cvs/caudium/caudium/server/etc/modules/UltraSupport.pmod/Period.pmod/Month.pike,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- Month.pike  3 Jan 2005 17:03:05 -0000       1.8.2.1
+++ Month.pike  1 Mar 2005 14:44:57 -0000       1.8.2.2
@@ -18,10 +18,14 @@
  *
  */
 
-//! $Id: Month.pike,v 1.8.2.1 2005/01/03 17:03:05 kiwi Exp $
+//! $Id: Month.pike,v 1.8.2.2 2005/03/01 14:44:57 kiwi Exp $
 
 import "..";
 import UltraLog;
+
+#ifndef report_debug
+# define report_debug werror
+#endif
 
 int modified;
 array data = ({

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

Index: Year.pike
===================================================================
RCS file: 
/cvs/caudium/caudium/server/etc/modules/UltraSupport.pmod/Period.pmod/Year.pike,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -r1.7.2.1 -r1.7.2.2
--- Year.pike   3 Jan 2005 17:03:05 -0000       1.7.2.1
+++ Year.pike   1 Mar 2005 14:44:57 -0000       1.7.2.2
@@ -18,9 +18,13 @@
  *
  */
 
-// $Id: Year.pike,v 1.7.2.1 2005/01/03 17:03:05 kiwi Exp $
+// $Id: Year.pike,v 1.7.2.2 2005/03/01 14:44:57 kiwi Exp $
 import "..";
 import UltraLog;
+
+#ifndef report_debug
+# define report_debug werror
+#endif
 
 int modified;
 array data = ({



  • CVS: caudium/server/etc/modules/UltraSupport.pmod/Period.pmod Month.pike,1.8.2.1,1.8.2.2 Week.pike,1.9.2.1,1.9.2.2 Year.pike,1.7.2.1,1.7.2.2, Xavier Beaudouin

Archive powered by MhonArc 2.6.10.

§