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
AgeCommit message (Collapse)Author
2004-09-09Thu Sep 9 20:57:53 CEST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* mini-*.c, mini-ops.h, inssel-long32.brg: introduced OP_ADDCC_IMM and OP_SUBCC_IMM (add/sub immediate that will set the carry/borrow flag). The sparc and s390 implementations can now use optimized versions (and simplify the code). ppc bugfixes. svn path=/branches/mono-1-0/mono/; revision=33663
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-092004-09-09 Dick Porter <dick@ximian.com>Dick Porter
* error.c: * io.c: Set error codes everywhere. svn path=/branches/mono-1-0/mono/; revision=33655
2004-09-09Merge from HEAD.Zoltan Varga
svn path=/branches/mono-1-0/mono/; revision=33645
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-08 * object.c: In mono_message_invoke, fill the output parameter array afterLluis Sanchez
calling the managed method (it was done before the call). This fixes bug #59299. svn path=/branches/mono-1-0/mono/; revision=33572
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-08Merge from HEAD.Zoltan Varga
svn path=/branches/mono-1-0/mono/; revision=33543
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 Duncan Mak <duncan@ximian.com>Duncan Mak
* typeof-ptr.cs: Add unsafe sections to the code that's using pointers directly. This was breaking the test stage on the build boxes. svn path=/branches/mono-1-0/mono/; revision=33518
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-072004-09-07 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* reflection.c (mono_reflection_create_runtime_class): Initialize klass->nested_classes. Fixes #61224. svn path=/branches/mono-1-0/mono/; revision=33499
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-07Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* threads.c: sched_yield() on exit, to allow threads to quit. svn path=/trunk/mono/; revision=33490
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-072004-09-07 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* mini.c mini.h mini-x86.h tramp-x86.c: Instead of freeing delegate trampolines, make them call an error function so people can fix their code. svn path=/trunk/mono/; revision=33486
2004-09-072004-09-07 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* object.c (mono_unhandled_exception): Remove leftover debug code. svn path=/trunk/mono/; revision=33485
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-072004-09-07 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none svn path=/trunk/mono/; revision=33462
2004-09-07Get the error tests working again.Martin Baulig
svn path=/trunk/mcs/; revision=33458
2004-09-072004-09-07 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* marshal.c (emit_marshal_array): Really null terminate string arrays. svn path=/trunk/mono/; revision=33453
2004-09-072004-09-07 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* libtest.c (mono_test_marshal_string_array): Add test for null terminating string arrays. svn path=/trunk/mono/; revision=33452
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-072004-09-07 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* marshal.c (emit_marshal_string): Fix freeing of unicode strings. svn path=/trunk/mono/; revision=33450
2004-09-072004-09-06 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* main.c: Fix build && warnings. svn path=/trunk/mono/; revision=33449