antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright configure libantiright/arguments.c li...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright configure libantiright/arguments.c li...
Date: Thu, 06 Sep 2007 14:38:09 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/09/06 14:38:09

Modified files:
        .              : configure 
        libantiright   : arguments.c macros.h 

Log message:
        Bumped version to 3.6.  Commented OOP portion of macros.h.
        Updated copyright date on arguments.c.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/configure?cvsroot=antiright&r1=1.107&r2=1.108
http://cvs.savannah.gnu.org/viewcvs/antiright/libantiright/arguments.c?cvsroot=antiright&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/antiright/libantiright/macros.h?cvsroot=antiright&r1=1.8&r2=1.9

Patches:
Index: configure
===================================================================
RCS file: /sources/antiright/antiright/configure,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -b -r1.107 -r1.108
--- configure   31 Jul 2007 13:55:25 -0000      1.107
+++ configure   6 Sep 2007 14:38:08 -0000       1.108
@@ -24,7 +24,7 @@
 #
 ###############################################################################
 
-VERSION=3.5
+VERSION=3.6
 
 USE_DISTCC=NO
 USE_CCACHE=NO

Index: libantiright/arguments.c
===================================================================
RCS file: /sources/antiright/antiright/libantiright/arguments.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- libantiright/arguments.c    10 May 2007 00:08:28 -0000      1.1
+++ libantiright/arguments.c    6 Sep 2007 14:38:09 -0000       1.2
@@ -1,6 +1,6 @@
 /*
   AntiRight
-  (c) 2002-2005 Jeffrey Bedard
+  (c) 2002-2007 Jeffrey Bedard
   address@hidden
 
   This file is part of AntiRight.

Index: libantiright/macros.h
===================================================================
RCS file: /sources/antiright/antiright/libantiright/macros.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- libantiright/macros.h       11 May 2007 23:28:52 -0000      1.8
+++ libantiright/macros.h       6 Sep 2007 14:38:09 -0000       1.9
@@ -72,6 +72,8 @@
                ARWARN("NULL data passed, operation not performed"); \
        else
 
+/* Simple object oriented programming interface for C.  */
+
 #define ARMETHOD(class, method, ...)\
        (class->method(class, ##__VA_ARGS__))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]