From 6c0e06ec3eb393cd2773cbb473053f2549975843 Mon Sep 17 00:00:00 2001 From: Arjen Baart Date: Thu, 30 Dec 2010 13:05:40 +0100 Subject: [PATCH] Added regex essignment operator --- src/String.h | 7 +++++-- src/regex.cpp | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/String.h b/src/String.h index a5eee1a..6182be5 100644 --- a/src/String.h +++ b/src/String.h @@ -5,7 +5,7 @@ *********************** ** FILE NAME : String.h ** SYSTEM NAME : Andromeda X-Windows Encapsulation -** VERSION NUMBER : $Revision: 1.4 $ +** VERSION NUMBER : $Revision: 1.6 $ ** ** DESCRIPTION : Character String class definition ** @@ -23,6 +23,9 @@ /***************************** $Log: String.h,v $ + Revision 1.6 2010-12-30 12:04:02 arjen + Added regex assignment operator + Revision 1.4 2007-05-04 13:56:05 arjen Added a copy contructor to the regex class. This prevents multiple frees in the destructor. @@ -38,7 +41,7 @@ *****************************/ -// static const char RCSID[] = "$Id: String.h,v 1.4 2007-05-04 13:56:05 arjen Exp $"; +// static const char RCSID[] = "$Id: String.h,v 1.6 2010-12-30 12:04:02 arjen Exp $"; #ifndef STRING_H #define STRING_H diff --git a/src/regex.cpp b/src/regex.cpp index f1c5033..b065741 100644 --- a/src/regex.cpp +++ b/src/regex.cpp @@ -5,7 +5,7 @@ *********************** ** FILE NAME : regex.cpp ** SYSTEM NAME : Andromeda X-Windows Encapsulation -** VERSION NUMBER : $Revision: 1.3 $ +** VERSION NUMBER : $Revision: 1.5 $ ** ** DESCRIPTION : regex class implementation. ** @@ -23,6 +23,9 @@ /***************************** $Log: regex.cpp,v $ + Revision 1.5 2010-12-30 12:04:02 arjen + Added regex assignment operator + Revision 1.3 2007-05-04 13:56:05 arjen Added a copy contructor to the regex class. This prevents multiple frees in the destructor. @@ -35,7 +38,7 @@ *****************************/ -static const char RCSID[] = "$Id: regex.cpp,v 1.3 2007-05-04 13:56:05 arjen Exp $"; +static const char RCSID[] = "$Id: regex.cpp,v 1.5 2010-12-30 12:04:02 arjen Exp $"; #include #include -- 2.11.0