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
2010-04-222010-04-21 Veerapuram Varadhan <vvaradhan@novell.com>mono-2.6.4Veerapuram Varadhan
** Fixes #595918 * Tds70.cs (WriteParameterInfo): Write updated decimal value * according to specified scale value. svn path=/branches/mono-2-6-4/mcs/; revision=155929
2010-04-22Backport of r155842Marek Habersack
svn path=/branches/mono-2-6-4/mcs/; revision=155920
2010-04-22Backport of r155840Marek Habersack
svn path=/branches/mono-2-6-4/mcs/; revision=155919
2010-04-142010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* DeflateStream.cs: the delegate uses Cdecl calling convention on windows too. Fixes bug #574713. svn path=/branches/mono-2-6/mcs/; revision=155396
2010-04-142010-04-13 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* Convert.cs (ToInt32): Do a checked cast. Fixes #596339. svn path=/branches/mono-2-6/mcs/; revision=155335
2010-04-14Backport of r155331Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=155332
2010-04-13Backport of r155270Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=155271
2010-04-13Disable this test for the momentMarek Habersack
svn path=/branches/mono-2-6/mcs/; revision=155267
2010-04-12Backport of r155262Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=155263
2010-04-122010-04-11 Veerapuram Varadhan <vvaradhan@novell.com>Veerapuram Varadhan
** Fixes #591443 * DataColumn.cs (Clone): Use property to clone Expression as it * builds compiled expression also, if any. svn path=/branches/mono-2-6/mcs/; revision=155217
2010-04-102010-04-10 Veerapuram Varadhan <vvaradhan@novell.com>Veerapuram Varadhan
** Fixes #589482 * DataColumn.cs (set_DataType): Preserve autoIncrement value for Decimal types as well. svn path=/branches/mono-2-6/mcs/; revision=155203
2010-04-102010-04-09 Veerapuram Varadhan <vvaradhan@novell.com>Veerapuram Varadhan
** Fixes #576520 - Based on a patch by Greg SIROU <gspam@secway.fr> * DataSet.cs (WriteColumnAsElement): Handle system.object types * sanely. svn path=/branches/mono-2-6/mcs/; revision=155179
2010-04-102010-04-10 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* ThreadMirror.cs: Add a ThreadId property. svn path=/branches/mono-2-6/mcs/; revision=155177
2010-04-092010-04-09 Veerapuram Varadhan <vvaradhan@novell.com>Veerapuram Varadhan
** DataColumn.cs (Clone): Fix a typo - use the member directly instead of get/set property. svn path=/branches/mono-2-6/mcs/; revision=155168
2010-04-092010-04-09 Veerapuram Varadhan <vvaradhan@novell.com>Veerapuram Varadhan
** Fixes #590232 * DataColumn.cs (Clone): Clone Extended properties as well. svn path=/branches/mono-2-6/mcs/; revision=155166
2010-04-09Backport of r155140Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=155141
2010-04-08Backport of r155089Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=155090
2010-04-08CWLGonzalo Paniagua Javier
svn path=/branches/mono-2-6/mcs/; revision=155082
2010-04-082010-04-08 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* GlobalizationSection.cs: use WebName instead of EncodingName. svn path=/branches/mono-2-6/mcs/; revision=155081
2010-04-082010-04-08 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* ServicePointManager.cs: obtain the SubjectAltName extension the right way. Fixes bug #594110. svn path=/branches/mono-2-6/mcs/; revision=155050
2010-04-08svn path=/branches/mono-2-6/mcs/; revision=155016Gonzalo Paniagua Javier
2010-04-082010-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* DeflateStream.cs: always use Cdecl, since the library is compiled using that calling convention in windows too. svn path=/branches/mono-2-6/mcs/; revision=155015
2010-04-08Implement BufferManager.csMiguel de Icaza
svn path=/branches/mono-2-6/mcs/; revision=154998
2010-04-07Backport of r154745Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=154952
2010-04-07Backport of r154948Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=154950
2010-04-072010-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* TlsServerCertificate.cs: display the error code. svn path=/branches/mono-2-6/mcs/; revision=154912
2010-04-07Backport of r154894Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=154895
2010-04-06Fix my last commit; I didn't pick up all the changes.Martin Baulig
svn path=/branches/mono-2-6/mcs/; revision=154855
2010-04-06Backport of 153125+153336: Add support for aborting invocations.Martin Baulig
2010-03-05 Martin Baulig <martin@ximian.com> Add support for aborting invocations. * IInvokeAsyncResult.cs: New file. (IInvokeAsyncResult): New public interface; derives from `IAsyncResult' and contains an Abort() method. * Connection.cs (Connection.VM_BeginInvokeMethod): Return the `id'. (Connection.VM_AbortInvoke): New method. * ObjectMirror.cs (ObjectMirror.BeginInvokeMethod): Return `IInvokeAsyncResult' instead of `IAsyncResult'. Connection.VM_BeginInvokeMethod() now returns its id, store it in `InvokeAsyncResult.ID' because we need to pass it to VM_AbortInvoke(). (ObjectMirror.AbortInvoke): New internal static method. * StructMirror.cs (StructMirror.BeginInvokeMethod): Return `IInvokeAsyncResult' instead of `IAsyncResult'. * TypeMirror.cs (TypeMirror.BeginInvokeMethod): Return `IInvokeAsyncResult' instead of `IAsyncResult'. svn path=/branches/mono-2-6/mcs/; revision=154849
2010-04-062010-04-05 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* defs.h: Quiet warnings which might bother rpm. svn path=/branches/mono-2-6/mcs/; revision=154806
2010-04-032010-04-02 Miguel de Icaza <miguel@novell.com>Zoltan Varga
* SafeHandle.cs: Use refcount == -1 to indicate that the handle had been closed. The problem here is that we have no records of why the code that threw a ObjectDisposedException inside the do { } while block on DangerousAddRef was added. It seems it was added in response to Close() methods being called and the need to throw that exception on further calls to ObjectDisposedException. Sadly, we have no test suites for that. svn path=/branches/mono-2-6/mcs/; revision=154742
2010-04-02Partial backport of r154672Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=154673
2010-04-01Backport of r154631Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=154632
2010-04-012009-08-13 Atsushi Enomoto <atsushi@ximian.com>Geoff Norton
* Makefile : update profile check. 2008-06-10 Atsushi Enomoto <atsushi@ximian.com> * System.Json.dll.sources, Makefile : initial checkin. svn path=/branches/mono-2-6/mcs/; revision=154612
2010-04-01Fix thisGeoff Norton
svn path=/branches/mono-2-6/mcs/; revision=154610
2010-04-012010-04-01 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* config-default.make (LIBRARY_FLAGS): Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com). Use CFLAGS in the environment if defined. svn path=/branches/mono-2-6/mcs/; revision=154607
2010-03-31Backport 154532, fixes #588356Miguel de Icaza
svn path=/branches/mono-2-6/mcs/; revision=154533
2010-03-312010-03-30 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* HttpResponseStream.cs: speed up short writes. svn path=/branches/mono-2-6/mcs/; revision=154526
2010-03-31undoGonzalo Paniagua Javier
svn path=/branches/mono-2-6/mcs/; revision=154499
2010-03-312010-03-30 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* System.Web.UI/PageParser.cs: * System.Web.UI/Page.cs: * System.Web.Configuration/PagesConfiguration.cs: * System.Web.Compilation/PageCompiler.cs: default for EnableViewStateMac is true. Allow setting it from a @Page directive. svn path=/branches/mono-2-6/mcs/; revision=154497
2010-03-312010-03-30 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* ModuleBuilderTest.cs: Add a test for #592215. svn path=/branches/mono-2-6/mcs/; revision=154489
2010-03-312010-03-30 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* ModuleBuilder.cs (DefinedType): Lookup inside the name_cache before creating the TypeBuilder since the runtime code can't handle a duplicate type name. svn path=/branches/mono-2-6/mcs/; revision=154488
2010-03-302010-03-30 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* CustomAttributeBuilder.cs (IsValidType): Call Enum.GetUnderlyingType () for dynamic enums to avoid crashes in the unmanaged code. Fixes #591800. svn path=/branches/mono-2-6/mcs/; revision=154420
2010-03-29Backport of r154386Marek Habersack
svn path=/branches/mono-2-6/mcs/; revision=154387
2010-03-272010-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* HttpWebRequest.cs: when PreAuthenticate is true, don't remove the existing authorization related headers until we know we have a replacement. Fixes bug #591633. svn path=/branches/mono-2-6/mcs/; revision=154347
2010-03-262010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* ServicePointManager.cs: errors parsing the certificate don't prevent calling the callback now. Exceptions thrown parsing the certificate are printed to stderr in case they are library errors. svn path=/branches/mono-2-6/mcs/; revision=154317
2010-03-262010-03-26 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* RowEnumerableDataReader.cs: Applied patch from Tony Fish fixing bug #591397 svn path=/branches/mono-2-6/mcs/; revision=154291
2010-03-262010-03-26 Veerapuram Varadhan <vvaradhan@novell.com>Veerapuram Varadhan
** Patch by Daniel Morgan <monodanmorg@yahoo.com> * System.Data.OracleClient/OracleParameter.cs: clean up svn path=/branches/mono-2-6/mcs/; revision=154262
2010-03-262010-03-24 Veerapuram Varadhan <vvaradhan@novell.com>Veerapuram Varadhan
** Fixes #565149 - by Daniel Morgan <monodanmorg@yahoo.com> * System.Data.OracleClient/OracleParameter.cs: - if programmer explicitly sets the Size property, do not override the size later if the Value property is set for character data. - for character and numeric data types, output and return parameters were not allocated memory. Also, input/output parameters need to allocate memory based on Size because the output can be bigger than the input after an execute. * Test/TestOracleClient.cs: Data Adapter Test 2 is failing for NET_2_0 profile. svn path=/branches/mono-2-6/mcs/; revision=154261
2010-03-26only check for the Mac library file onceGonzalo Paniagua Javier
svn path=/branches/mono-2-6/mcs/; revision=154238