dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.565,1.566


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.565,1.566
Date: Tue, 17 Dec 2002 10:50:13 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv21851

Modified Files:
        ChangeLog 
Log Message:
Import the System.Text.RegularExpressions namespace from Mono libraries
into pnetlib and fulfil general dependencies.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.565
retrieving revision 1.566
diff -C2 -r1.565 -r1.566
*** ChangeLog   17 Dec 2002 15:07:34 -0000      1.565
--- ChangeLog   17 Dec 2002 15:50:11 -0000      1.566
***************
*** 6,9 ****
--- 6,42 ----
        stub methods to allow the loading of external assemblies.
  
+       * System/Diagnostics/Debug.cs: Add Debug class and stub implementations
+       of the various logging functions available in this class.
+ 
+       * System/Text/RegularExpressions/ChangeLog,
+       System/Text/RegularExpressions/arch.cs,
+       System/Text/RegularExpressions/cache.cs,
+       System/Text/RegularExpressions/category.cs,
+       System/Text/RegularExpressions/collections.cs,
+       System/Text/RegularExpressions/compiler.cs,
+       System/Text/RegularExpressions/debug.cs,
+       System/Text/RegularExpressions/interpreter.cs,
+       System/Text/RegularExpressions/interval.cs,
+       System/Text/RegularExpressions/match.cs,
+       System/Text/RegularExpressions/notes.txt,
+       System/Text/RegularExpressions/parser.cs,
+       System/Text/RegularExpressions/quicksearch.cs,
+       System/Text/RegularExpressions/regex.cs,
+       System/Text/RegularExpressions/replace.cs,
+       System/Text/RegularExpressions/syntax.cs,
+       System/Text/RegularExpressions/RegexRunner.cs,
+       System/Text/RegularExpressions/RegexRunnerFactory.cs: Import the 
+       System.Text.RegularExpressions namespace from Mono's class libs.
+ 
+       * System/Text/RegularExpressions/README: Provide the source and 
+       and licensing details about this directory.
+ 
+       * System/Text/RegularExpressions/RegexRunnerFactory.cs,
+       System/Text/RegexRunnerFactory/RegexRunner.cs: Change the error 
+       messages to introduce project independent error messages.
+ 
+       * System/Text/RegularExpressions/interval.cs: Remove compile time 
+       warning in code.
+ 
  2002-12-17  Rhys Weatherley  <address@hidden>
  




reply via email to

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