Added regex essignment operator
[AXE.git] / src / regex.cpp
index f1c5033..b065741 100644 (file)
@@ -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 <stdio.h>
 #include <ctype.h>