a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
2008-08-07 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* MiniParser.cs: Remove. It is not used anymore inside corlib
|
|
|
|
2005-11-07 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* SecurityParser.cs : SecurityElement receives raw XML strings for
|
|
values.
|
|
|
|
2005-06-15 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* SmallXmlParser.cs, SecurityParser.cs : they can be CLSCompliant now.
|
|
|
|
2005-05-12 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* SmallXmlParser.cs,
|
|
SecurityParser.cs : Use new SmallXmlParser.cs instead of MiniParser.
|
|
|
|
2004-09-16 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* MiniParser.cs: Fixed warning (l4) for unused variables. Removed
|
|
duplicate (and identical) license.
|
|
|
|
2004-05-14 Marek Safar <marek.safar@seznam.cz>
|
|
|
|
* MiniParser.cs, SecurityParser.cs: [CLSCompliant (false)]
|
|
only for public mode.
|
|
|
|
2003-07-05 Sebastien Pouliot <spouliot@videotron.ca>
|
|
|
|
* SecurityParser.cs: Parse an XML string and convert it to a
|
|
SecurityElement object.
|
|
|
|
2003-02-08 Sebastien Pouliot <spouliot@videotron.ca>
|
|
|
|
* MiniParser.cs: Renamed namespace to match new location.
|
|
|