Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Collapse)Author
2004-09-09Thu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* ScriptCompilerInfo.cs: avoid using a .cctor and fix precomp. svn path=/branches/mono-1-0/mcs/; revision=33662
2004-09-09Merge from HEAD.Zoltan Varga
svn path=/branches/mono-1-0/mcs/; revision=33634
2004-09-09Merge from HEAD.Zoltan Varga
svn path=/branches/mono-1-0/mcs/; revision=33630
2004-09-092004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* WebServiceCompiler.cs: fix buglet in my last commit. svn path=/branches/mono-1-0/mcs/; revision=33602
2004-09-082004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* TraceContext.cs: when IsEnabled has not been set, return the value from the TraceManager. Fixes bug #63469. svn path=/branches/mono-1-0/mcs/; revision=33557
2004-09-082004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpValueCollection.cs: fixed signature of ToString (). Closes bug #65392. svn path=/branches/mono-1-0/mcs/; revision=33556
2004-09-082004-08-29 Ben Maurer <bmaurer@users.sourceforge.net>Ben Maurer
* Activator.cs (CreateInstance): If an argument is null, do not call GetType () on it. #63852 svn path=/branches/mono-1-0/mcs/; revision=33550
2004-09-072004-09-07 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* expression.cs: Return false if we fail to resolve the inner expression. svn path=/branches/mono-1-0/mcs/; revision=33525
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* X509Certificate.cs: Merge changes from HEAD. svn path=/branches/mono-1-0/mcs/; revision=33512
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* X509Chain.cs: Merge bug fixes from HEAD. svn path=/branches/mono-1-0/mcs/; revision=33510
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AuthenticodeBase.cs: Merge optimizations from HEAD. * AuthenticodeDeformatter.cs: Merge optimizations from HEAD. svn path=/branches/mono-1-0/mcs/; revision=33509
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* certmgr.cs: Merge enhancements from HEAD. Now allows users to manipulate the machine's cert store (not just the user's store). svn path=/branches/mono-1-0/mcs/; revision=33508
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AuthenticodeBase.cs: Merge optimizations from HEAD. * AuthenticodeDeformatter.cs: Merge optimizations from HEAD. * AuthenticodeFormatter.cs: Merge optimizations from HEAD. svn path=/branches/mono-1-0/mcs/; revision=33507
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* X509Chain.cs: Merge bug fixes from HEAD. * X509Store.cs: Merge enhancements from HEAD. svn path=/branches/mono-1-0/mcs/; revision=33506
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Mono.Security_test.dll.sources: Merge new unit tests from HEAD. svn path=/branches/mono-1-0/mcs/; revision=33505
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AuthenticodeDeformatterTest.cs: Merge new unit tests from HEAD. svn path=/branches/mono-1-0/mcs/; revision=33504
2004-09-07This commit was manufactured by cvs2svn to create branch 'mono-1-0'.nobody
svn path=/branches/mono-1-0/mcs/; revision=33503
2004-09-072004-09-07 Dick Porter <dick@ximian.com>Dick Porter
* Process.cs: Throw documented exceptions when getting stdin, stdout or stderr and they haven't been redirected. Check that CreatePipe didn't fail, throw exceptions if it did. Close redirected streams when the process is disposed, rather than rely on the GC disposing them later. Makes timeline much happier, because it could run out of file descriptors between GC collections. svn path=/branches/mono-1-0/mcs/; revision=33502
2004-09-072005-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AuthenticodeDeformatterTest.cs: New. Unit tests to validate a valid authenticode-signed assembly (included in test file) and an invalid (non signed) assembly (the unit test assembly). svn path=/trunk/mcs/; revision=33494
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* X509Chain.cs: Fixed a bug when constructing a certificate chain from a collection (endless loop). Fixed bug when Reset-ing an empty chain. svn path=/trunk/mcs/; revision=33493
2004-09-072004-09-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AuthenticodeBase.cs: Reworked not to load the entire file into memory before hashing it (now in 4kb blocks). Splitted code in many methods to allow "lighter" use by the deformatter. * AuthenticodeDeformatter.cs: Less memory hungry so it can be used to create Publisher evidences. No hash instance are created if the file isn't signed. * AuthenticodeFormatter.cs: Adapted to API changes. svn path=/trunk/mcs/; revision=33492
2004-09-07ChangeLog: Updated ChangeLog.Sanja Gupta
System.Web.dll.sources: Added new class in System.Web.UI.WebControls namespace. svn path=/trunk/mcs/; revision=33489
2004-09-07ChangeLog: Updated ChangeLog.Sanja Gupta
Localize.cs: Added new class. svn path=/trunk/mcs/; revision=33487
2004-09-07* cs0571-3.cs, CS0571-3-lib.cs: New tests for #59980.Raja R Harinath
* Makefile: Update list of dlls. svn path=/trunk/mcs/; revision=33484
2004-09-07LinkLabel fixes, methods, multiple linksJordi Mas i Hernandez
svn path=/trunk/mcs/; revision=33483
2004-09-07Fix execution too.Raja R Harinath
svn path=/trunk/mcs/; revision=33482
2004-09-07New test.Raja R Harinath
svn path=/trunk/mcs/; revision=33481
2004-09-07Fix test-290.cs.Raja R Harinath
* cs-parser.jay (delegate_declaration): Record a delegate declaration as a type declaration. Reported by Jo Vermeulen <jo@lumumba.luc.ac.be>. svn path=/trunk/mcs/; revision=33480
2004-09-072004-09-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlReader.cs, XmlTextReader.cs : Added NET_2_0 CheckCharacters support. svn path=/trunk/mcs/; revision=33475
2004-09-072004-09-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs. XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing. svn path=/trunk/mcs/; revision=33474
2004-09-072004-09-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlReaderSettingsTests.cs : added, including XmlReader.Create() tests * XmlTextReaderTests.cs : added normalization and Setting sests. svn path=/trunk/mcs/; revision=33473
2004-09-072004-09-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* IXmlType.cs : deprecated in .NET 2.0. svn path=/trunk/mcs/; revision=33471
2004-09-07Fixed formatting issues. For the sake of consistencyJambunathan K
in style, stripped out all the comment strings that were documenting the APIs. svn path=/trunk/mcs/; revision=33470
2004-09-07Get the error tests working again.Martin Baulig
svn path=/trunk/mcs/; revision=33458
2004-09-072004-09-06 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* parameter.cs: Do not crash if the type can not be resolved. svn path=/trunk/mcs/; revision=33451
2004-09-07Add new testMiguel de Icaza
svn path=/trunk/mcs/; revision=33448
2004-09-072004-09-06 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* expression.cs: Report errors with unsafe pointers, fixes #64896 svn path=/branches/mono-1-0/mcs/; revision=33447
2004-09-072004-09-06 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* expression.cs: Report errors with unsafe pointers, fixes #64896 svn path=/trunk/mcs/; revision=33446
2004-09-062004-09-06 Ben Maurer <bmaurer@users.sourceforge.net>Ben Maurer
* unsafe-10.cs: new test svn path=/branches/mono-1-0/mcs/; revision=33445
2004-09-062004-09-06 Ben Maurer <bmaurer@users.sourceforge.net>Ben Maurer
* expression.cs: Pointer arith always needs to do a conv.i if the operand is a long. fix 65320 svn path=/branches/mono-1-0/mcs/; revision=33444
2004-09-062004-09-06 Ben Maurer <bmaurer@users.sourceforge.net>Ben Maurer
* expression.cs: Pointer arith always needs to do a conv.i if the operand is a long. fix 65320 svn path=/trunk/mcs/; revision=33442
2004-09-062004-09-06 Ben Maurer <bmaurer@users.sourceforge.net>Ben Maurer
* unsafe-10.cs: new test svn path=/trunk/mcs/; revision=33441
2004-09-062004-09-06 Martin Baulig <martin@ximian.com>Martin Baulig
* generic.cs (ConstructedType.CheckConstraints): Allow builtin types for the constructor constraint. svn path=/trunk/mcs/; revision=33439
2004-09-062004-09-06 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile: Enable gen-65.cs (bug #58306). svn path=/trunk/mcs/; revision=33438
2004-09-06Why are we getting more stuff in here each week ?Martin Baulig
svn path=/trunk/mcs/; revision=33436
2004-09-062004-09-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlNode.cs : GetEnumerator() does not have to create ChildNodes every time. Removed unused StringBuilder field. svn path=/trunk/mcs/; revision=33435
2004-09-062004-09-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlElementTests.cs : added another set_InnerXml test. * XmlNodeTests.cs : added BaseURI test. * XmlTextReaderTests.cs : added tests for Normalization, EOF, LineNumber, LinePosition (all reported ones). * XsdValidatingReaderTests.cs : more descriptions. svn path=/trunk/mcs/; revision=33434
2004-09-062004-09-06 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile: Enable gen-65.cs (bug #58306). svn path=/trunk/mcs/; revision=33432
2004-09-062004-09-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* added simple.xml (to be used for some tests). svn path=/trunk/mcs/; revision=33430
2004-09-06Decision to follow knuth over ms resultsBen Maurer
svn path=/branches/mono-1-0/mcs/; revision=33424