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
2002-10-15Ignore debug filesNick Drochak
svn path=/trunk/mcs/; revision=8293
2002-10-152002-10-16 Nick Drochak <ndrochak@gol.com>Nick Drochak
* typemanager.cs: Remove unused private member. Also reported mcs bug to report this as a warning like csc. svn path=/trunk/mcs/; revision=8292
2002-10-15Ignore more dll'sNick Drochak
svn path=/trunk/mcs/; revision=8291
2002-10-15Ignore dll'sNick Drochak
svn path=/trunk/mcs/; revision=8290
2002-10-152002-10-16 Nick Drochak <ndrochak@gol.com>Nick Drochak
* corlib_test.build: Fix build. Exclude tests that depend on components we are not building into corlib yet. svn path=/trunk/mcs/; revision=8289
2002-10-152002-10-16 Nick Drochak <ndrochak@gol.com>Nick Drochak
* AllTests.cs: Disable tests that use components were are excluding from corlib. * SHA1Test.cs: same svn path=/trunk/mcs/; revision=8288
2002-10-152002-10-16 Nick Drochak <ndrochak@gol.com>Nick Drochak
* EnumTest.cs: Find out which Assert is causing the error on mono. svn path=/trunk/mcs/; revision=8287
2002-10-152002-10-15 Nick Drochak <ndrochak@gol.com>Nick Drochak
* Enum.cs (Parse): Use unsigned casts to avoid compiler warnings. svn path=/trunk/mcs/; revision=8286
2002-10-15Oooops, this was an accident, sorry for the breakage.Martin Baulig
svn path=/trunk/mono/; revision=8285
2002-10-152002-10-15 Martin Baulig <martin@gnome.org>Martin Baulig
* jit.cs (PUSH_TREE): Always set t->cli_addr here. * debug.c (generate_line_number): Small fix to make this actually work for more complex things. svn path=/trunk/mono/; revision=8282
2002-10-152002-10-15 Martin Baulig <martin@gnome.org>Martin Baulig
* statement.cs (Statement.Emit): Made this a virtual method; emits the line number info and calls DoEmit(). (Statement.DoEmit): New protected abstract method, formerly knows as Statement.Emit(). * codegen.cs (EmitContext.Mark): Check whether we have a symbol writer. svn path=/trunk/mcs/; revision=8281
2002-10-152002-10-14 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* AllTests.cs: Added suite for PKCS1MaskGenerationMethod * PKCS1MaskGenerationMethodTest.cs: New. Test work as per PKCS#1 but result isn't the same as MS implementation !?! is MS using this class ? svn path=/trunk/mcs/; revision=8276
2002-10-152002-10-14 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* PKCS1MaskGenerationMethod.cs: Added [CLSCompliant(false)] to methods using uint svn path=/trunk/mcs/; revision=8275
2002-10-152002-10-13 DennisHayes <dennish@raytek.com> Dennis Hayes
*Application.cs *AxHost.cs *ChangeLog *CheckedListBox.cs *ComboBox.cs *CurrencyManager.cs *DateTimePicker.cs *DomainUpDown.cs *FolderBrowserDialog.cs *ListBox.cs *logfile.txt *StatusBarDrawItemEventArgs.cs *TabControl.cs *TextBox.cs *TrackBar.cs *UpDownBase.cs * Updated to match .NET V1.1 Beta svn path=/trunk/mcs/; revision=8274
2002-10-152002-10-14 Dennis Hayes (dennish@raytek.com) Dennis Hayes
* Region.cs * changed using namespace from Drawing2d to Drawing2D svn path=/trunk/mcs/; revision=8273
2002-10-15*** empty log message ***Dennis Hayes
svn path=/trunk/mcs/; revision=8272
2002-10-152002-10-13 DennisHayes <dennish@raytek.com> Dennis Hayes
* Changed namespace from *2d to *2D * Changed comment header from system.Drawing to System.Drawing.Drawing2D svn path=/trunk/mcs/; revision=8271
2002-10-152002-10-13 DennisHayes <dennish@raytek.com> Dennis Hayes
* PrintDocument * Added OriginAtMargin for .NET V 1.1 compatablity. svn path=/trunk/mcs/; revision=8270
2002-10-15Applied patch from GustavoMiguel de Icaza
svn path=/trunk/mcs/; revision=8268
2002-10-15FlushMiguel de Icaza
svn path=/trunk/mono/; revision=8262
2002-10-14FlushMiguel de Icaza
svn path=/trunk/mono/; revision=8256
2002-10-142002-10-14 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* MD5.cs: Create using CryptoConfig, set HashSizeValue, removed TODO. * Rijndael.cs: Create using CryptoConfig. Removed TODO. * RSAParameters.cs: Modulus must be serialized. Removed TODO. * SHA256.cs: Create using CryptoConfig, set HashSizeValue, removed TODO. * SHA384.cs: Create using CryptoConfig, set HashSizeValue, removed TODO. * SHA512.cs: Create using CryptoConfig, set HashSizeValue, removed TODO. * FromBase64Transform.cs: Removed ToString() * ToBase64Transform.cs: Removed ToString() * SymmetricAlgorithm.cs: Create using CryptoConfig, set default Mode and Padding, added Clear, Dispose * TripleDES.cs: New. Abstract class. * MaskGenerationMethod.cs: New. Abstract class. * PKCS1MaskGenerationMethod.cs: New. Implement PKCS#1 MGF (currently not compatible with MS implementation - but not sure the bug is mine!). svn path=/trunk/mcs/; revision=8254
2002-10-142002-10-14 Rodrigo Moya <rodrigo@ximian.com>Rodrigo Moya
* list: added missing Odbc files. svn path=/trunk/mcs/; revision=8251
2002-10-142002-10-14 Martin Baulig <martin@gnome.org>Martin Baulig
* debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and MONO_TYPE_VOID. svn path=/trunk/mono/; revision=8242
2002-10-142002-10-14 Martin Baulig <martin@gnome.org>Martin Baulig
* debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use mono_class_get() instead of looking in the class cache. svn path=/trunk/mono/; revision=8241
2002-10-142002-10-14 Martin Baulig <martin@gnome.org>Martin Baulig
* ConfigurationSettings.cs (DefaultConfig.GetAppConfigPath): Append ".config" to the filename, not ".exe.config" since the filename already has a ".exe" suffix. svn path=/trunk/mcs/; revision=8239
2002-10-142002-10-14 Martin Baulig <martin@gnome.org>Martin Baulig
* ConfigurationSettings.cs (DefaultConfig.GetAppConfigPath): Use Assembly.Location, not Assembly.FullName to get its filename. svn path=/trunk/mcs/; revision=8238
2002-10-14Make sure XmlTextReader.GetAttribute never returns null.Nick Zigarovich
svn path=/trunk/mcs/; revision=8237
2002-10-14Changed odbc32 to odbc32.dll to support dllmapping in monoBrian Ritchie
svn path=/trunk/mcs/; revision=8236
2002-10-14Added dllmapping for odbc32Brian Ritchie
svn path=/trunk/mono/; revision=8235
2002-10-14Brian RitchieBrian Ritchie
-Updated to support ODBC provider svn path=/trunk/mcs/; revision=8234
2002-10-14Brian RitchieBrian Ritchie
- Added OdbcTransaction Object and moved transaction logic out of connection and into new object. - Support for DSN-less connection strings - Fixed OdbcType enum to have correct values - General cleanup on all objects - Implemented Cancel in OdbcCommand - Added DBNull support - Updated OdbcType enum with values from header files. - Modified column description code to happen dynamically as a column is accessed instead of describing all columns when the query opens - Works with SqlSharp Known Issues: - Transaction Isolation Level isn't handled - A number of data types are returned as strings instead of native types - Parameter support is weak -- only supports int types - ExecuteReader: CommandBehavior isn't implemented - ExecuteScalar not implemented - Need better error handling svn path=/trunk/mcs/; revision=8233
2002-10-14Even more typos fixed.Mark Crichton
svn path=/trunk/mono/; revision=8232
2002-10-14fix dir nameVladimir Vukicevic
svn path=/trunk/mcs/; revision=8231
2002-10-142002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* Mono.Data.MySql/MySqlDataReader.cs: change "DataType" in schema DataTable to be typeof(Type) instead of typeof(string) to make it more like MS.NET * Test/MySqlTest.cs: tweaks svn path=/trunk/mcs/; revision=8230
2002-10-142002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* System.Data/DataRow.cs: don't throw exception if DBNull is false. Had to do comment this line to allow a typeof(Type). * System.Data.SqlClient/SqlCommand.cs: the "DataType" DataColumn and DataRows in a DataTable for a schema should be typeof Type, not string. This is to make it compatible with MS.NET * System.Data.SqlClient/SqlConnection.cs: the isolation level should be set before beginning the transaction * Test/SqlSharpCli.cs: change string to Type for "DataType" from a DataRow in a DataTable that contains a schema. svn path=/trunk/mcs/; revision=8229
2002-10-142002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* SqlSharpCli.cs: better formatting of output svn path=/trunk/mcs/; revision=8228
2002-10-142002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* Mono.Data.MySql/MySqlCommand.cs: * Mono.Data.MySql/MySqlConnection.cs: * Mono.Data.MySql/MySqlDataReader.cs: * Mono.Data.MySql/MySqlTypes.cs: modifed - handle MySQL types to .NET types and some fixes svn path=/trunk/mcs/; revision=8227
2002-10-132002-10-13 Martin Baulig <martin@gnome.org>Martin Baulig
* debug-mono-symfile.c: Set version number to 28, include the signature in method names. svn path=/trunk/mono/; revision=8225
2002-10-132002-10-13 Martin Baulig <martin@gnome.org>Martin Baulig
* MonoSymbolTable.cs: Set version number to 28. (SourceFileEntry): Read the methods when they're needed. (MethodSourceEntry): Made this a struct, not a class. svn path=/trunk/mcs/; revision=8224
2002-10-132002-10-13 Martin Baulig <martin@gnome.org>Martin Baulig
* MonoSymbolTable.cs: Set version number to 28. (SourceFileEntry): Read the methods when they're needed. (MethodSourceEntry): Made this a struct, not a class. svn path=/trunk/mcs/; revision=8223
2002-10-132002-10-13 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* AllTests.cs: Added suite for HashAlgorithm, KeyedHashAlgorithm and HMACSHA1 * HashAlgorithmTest.cs: New. Test for Create and Clear * KeyedHashAlgorithmTest.cs: New. Test for Create and key assignation * HMACSHA1Test.cs: New. Test vectors from FIPS 198 and RFC2202 svn path=/trunk/mcs/; revision=8222
2002-10-132002-10-13 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* HashAlgorithm.cs: Added Dispose() to HashAlgorithm because it inherits ICryptoTransform * KeyedHashAlgorithm.cs: New implementation * HMACSHA1.cs: New (include a generic HMACAlgorithm as internal class) * MACTripleDES.cs: New (missing core implementation on generic MACAlgorithm) * CryptoStream.cs: Added limited functionalities to support HMACSHA1 svn path=/trunk/mcs/; revision=8221
2002-10-132002-10-13 Martin Baulig <martin@gnome.org>Martin Baulig
* debug-mono-symfile.h: Set version number to 27. svn path=/trunk/mono/; revision=8219
2002-10-132002-10-13 Martin Baulig <martin@gnome.org>Martin Baulig
* MonoSymbolTable.cs: Set version number to 27. Added a source file table which is used to search a method by source file + line number. svn path=/trunk/mcs/; revision=8217
2002-10-132002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* doc/adonet: updated status of all providers, added links, and added information about the Mono.Data.SqliteClient provider that Vladimir Vukicevic contributed. Added Brian Ritchie's and Vladimir Vukicevic's email addresses as people to contact about ADO.NET in Mono. Added information about SQL#, configuration tools, and an ADO.NET Multiplexor, etc... svn path=/trunk/mono/; revision=8216
2002-10-132002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* class/library.build: added Mono.Data.SqliteClient directory to windows build svn path=/trunk/mcs/; revision=8215
2002-10-132002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* SqlSharpCli.cs: modified - add support for the external Mono.Data.SqliteClient ADO.NET provider. All the user has to do is "/provider sqlite" to load it instead of the usual syntax for loading external providers "/loadextprovider Mono.Data.SqliteClient Mono.Data.SqliteClient.SqliteConnection". svn path=/trunk/mcs/; revision=8214
2002-10-132002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* Test: added new directory to hold tests for Mono.Data.SqliteClient * Test/SqliteTest.cs: added file to test Mono.Data.SqliteClient. svn path=/trunk/mcs/; revision=8213
2002-10-132002-10-13 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* Mono.Data.SqliteClient: add file to build on Windows * Mono.Data.SqliteClient/SqliteCommand.cs: modified added unsafe { } around call to sqlite_exec() which calls an unsafe method SqliteCallbackFunction svn path=/trunk/mcs/; revision=8212