mono.git
20 years ago2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 28 May 2004 02:57:33 +0000 (02:57 -0000)]
2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* appdomain.c:
* object.c: only the domain in which Main is run have
SetupInformation.ConfigurationFile set, so moved a few lines from
appdomain.c to object.c.

svn path=/trunk/mono/; revision=28324

20 years ago2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 28 May 2004 02:30:23 +0000 (02:30 -0000)]
2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* appdomain.c: we tried to load [name].(dll|exe), but according
to bug #57710, we must also try [culture]/[name].(dll|exe) and
[culture]/[name]/[name](dll|exe). This patch fixes the bug.
There's a test case attached to bug #58922.

svn path=/trunk/mono/; revision=28323

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 28 May 2004 02:04:36 +0000 (02:04 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* ConvertTest.cs: Added tests for int16 limits in various bases.

svn path=/trunk/mcs/; revision=28322

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 28 May 2004 01:52:38 +0000 (01:52 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* Convert.cs: Convert with a base parameter cannot parse negative
string numbers, even "-0".

svn path=/trunk/mcs/; revision=28321

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 28 May 2004 01:37:50 +0000 (01:37 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* Byte.cs: Fixed parsing for "-0" which is valid for unsigned types.
* UInt16.cs: Fixed parsing for "-0" which is valid for unsigned types.
* UInt32.cs: Fixed parsing for "-0" which is valid for unsigned types.
* UInt64.cs: Fixed parsing for "-0" which is valid for unsigned types.

svn path=/trunk/mcs/; revision=28320

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 28 May 2004 01:22:52 +0000 (01:22 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate.cs: Rethrow original exception when parsing X.509
certificates (inside a CryptographicException) so people can see if
their changes affects certificate decoding.

svn path=/trunk/mcs/; revision=28319

20 years ago2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 27 May 2004 23:19:35 +0000 (23:19 -0000)]
2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DigestClient.cs: cache the sessions based on address and
credentials, not only address. Added poor men's expiration to
the session cache. Fixes bug #59202.

svn path=/trunk/mcs/; revision=28316

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 20:57:15 +0000 (20:57 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* ConvertTest.cs: Mode complete tests for unsigned type convertion wrt
-0, base != 10, ...

svn path=/trunk/mcs/; revision=28312

20 years ago2004-05-27 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 27 May 2004 20:47:31 +0000 (20:47 -0000)]
2004-05-27  Zoltan Varga  <vargaz@freemail.hu>

* mini-sparc.c (mono_arch_output_basic_block): Fix sub.imm.

* basic-long.cs: New regression test.

svn path=/trunk/mono/; revision=28311

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 20:16:29 +0000 (20:16 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* ConvertTest.cs: Another case of -0 - so many to do things, so
many way to mess them...

svn path=/trunk/mcs/; revision=28310

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 20:04:34 +0000 (20:04 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* ConvertTest.cs: Added case where Convert.ToByte ("-0") is legal.

svn path=/trunk/mcs/; revision=28309

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 19:46:32 +0000 (19:46 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* SortedList.cs: Setting Capacity to 0 returns it to it's default
value (16).

svn path=/trunk/mcs/; revision=28308

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 19:42:57 +0000 (19:42 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* SortedListTest.cs: Test that setting Capacity to zero return the
capacity to it's initial default (16).

svn path=/trunk/mcs/; revision=28307

20 years ago2004-05-27 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 27 May 2004 19:42:01 +0000 (19:42 -0000)]
2004-05-27  Miguel de Icaza  <miguel@ximian.com>

* icall.c (ves_icall_System_Text_Encoding_InternalCodePage): The
test was broken, just make sure that codepage contains utf-8
string.

svn path=/trunk/mono/; revision=28306

20 years agonew test
Marek Safar [Thu, 27 May 2004 19:26:33 +0000 (19:26 -0000)]
new test

svn path=/trunk/mcs/; revision=28305

20 years ago2004-05-27 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Thu, 27 May 2004 19:16:56 +0000 (19:16 -0000)]
2004-05-27  Marek Safar <marek.safar@seznam.cz>

* test-263.cs: New test.

svn path=/trunk/mcs/; revision=28304

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 19:15:43 +0000 (19:15 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* SortedList.cs: Added missing ICloneable support to internal
enumerator. Added Capacity to the synchronized version of SortedList.

svn path=/trunk/mcs/; revision=28303

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 19:11:14 +0000 (19:11 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* QueueTest.cs: Test for synchronized clones.
* SortedListTest.cs: Added cases for synchronized capacity and testing
the interface from the internal enumerator.

svn path=/trunk/mcs/; revision=28302

20 years ago2004-05-27 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 27 May 2004 18:44:14 +0000 (18:44 -0000)]
2004-05-27  Dick Porter  <dick@ximian.com>

* FileSystemInfo.cs: Take out the error checking in Refresh(), it
broke other stuff

svn path=/trunk/mcs/; revision=28299

20 years ago2004-05-27 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 27 May 2004 18:42:54 +0000 (18:42 -0000)]
2004-05-27  Zoltan Varga  <vargaz@freemail.hu>

* configure.in: Pass CC to libgc configure.

svn path=/trunk/mono/; revision=28298

20 years ago2004-05-27 Duncan Mak <duncan@ximian.com>
Duncan Mak [Thu, 27 May 2004 18:03:16 +0000 (18:03 -0000)]
2004-05-27  Duncan Mak  <duncan@ximian.com>

* mono-find-provides.cs
* mono-find-requires.cs: Added. These are
helper tools to help RPM packaging.

* Makefile (Module): Add mono-rpm-helpers

svn path=/trunk/mcs/; revision=28297

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 17:54:59 +0000 (17:54 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* DateTimeFormatInfo.cs : 'U' is in fact the same as 'F' for pattern
  strings. Thanks to kangaroo for the hint.

svn path=/trunk/mcs/; revision=28296

20 years agoChangeLog entries
César Natarén [Thu, 27 May 2004 17:34:06 +0000 (17:34 -0000)]
ChangeLog entries

svn path=/trunk/mcs/; revision=28295

20 years agoupdates from grammar changes
César Natarén [Thu, 27 May 2004 17:31:43 +0000 (17:31 -0000)]
updates from grammar changes

svn path=/trunk/mcs/; revision=28294

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 17:30:21 +0000 (17:30 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* Queue.cs: Fixed Count for Queue.Synchronize (Queue.Synchronize (q)).

svn path=/trunk/mcs/; revision=28293

20 years agoallow continue ast building tree. fixed parent references at iteration_stm
César Natarén [Thu, 27 May 2004 17:29:57 +0000 (17:29 -0000)]
allow continue ast building tree. fixed parent references at iteration_stm

svn path=/trunk/mcs/; revision=28292

20 years agoadded parent parameter to Continue's constructor. Added parent_is_itr_stm
César Natarén [Thu, 27 May 2004 17:28:30 +0000 (17:28 -0000)]
added parent parameter to Continue's constructor. Added parent_is_itr_stm

svn path=/trunk/mcs/; revision=28291

20 years agoback to Microsoft.JScript namespace
César Natarén [Thu, 27 May 2004 17:18:04 +0000 (17:18 -0000)]
back to Microsoft.JScript namespace

svn path=/trunk/mcs/; revision=28290

20 years agoShut up gcc warnings
Dick Porter [Thu, 27 May 2004 17:06:15 +0000 (17:06 -0000)]
Shut up gcc warnings

svn path=/trunk/mono/; revision=28289

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 17:04:48 +0000 (17:04 -0000)]
2004-05-27  Atsushi Enomoto <atsushi@ximian.com>

* DateTime.cs :
  - Added "yyyy/MM/dd HH:mm:ss 'GMT'" and "yyyy-MM-dd HH:mm:ss 'GMT'"
    to common formats (yes, I know it is nothing more than hack)
  - Fixed some GetDateTimeFormats() that just returned patterns.
  - For InvariantCulture, now try both supported formats and our
    predefined formats.
  - It was accepting incorrectly extraneous characters. That caused
    some UTC/non-UTC bug.
  - RFC1123 string should return universal time. Uncomment again (the
    problem should went away because of the extra characters fix above.

    With some of the changes above, fixed bug #47720.

svn path=/trunk/mcs/; revision=28288

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 16:59:14 +0000 (16:59 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* DateTimeFormatInfo.cs : Fixed longtimes and shorttimes (exchanged).

svn path=/trunk/mcs/; revision=28287

20 years ago2004-05-27 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 27 May 2004 16:25:27 +0000 (16:25 -0000)]
2004-05-27  Dick Porter  <dick@ximian.com>

* MonoIO.cs: Define icalls for Lock() and Unlock()

* FileStream.cs: Implement Lock() and Unlock().  Also improve IO
error reporting.

* FileSystemInfo.cs:
* File.cs:
* Directory.cs: Improve IO error reporting

svn path=/trunk/mcs/; revision=28285

20 years ago2004-05-27 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 27 May 2004 16:24:52 +0000 (16:24 -0000)]
2004-05-27  Dick Porter  <dick@ximian.com>

* io.h:
* io.c: Implemented LockFile() and UnlockFile()

2004-05-27  Dick Porter  <dick@ximian.com>

* icall.c:
* file-io.c: Implemented icalls for locking and unlocking regions
in a file.
(ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
FALSE on error (fixes both compiler warning and real bug.)

svn path=/trunk/mono/; revision=28284

20 years agoForgot in previous commit.
Paolo Molaro [Thu, 27 May 2004 16:24:04 +0000 (16:24 -0000)]
Forgot in previous commit.

svn path=/trunk/mono/; revision=28283

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 16:23:05 +0000 (16:23 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* DateTimeFormatInfo.cs : Added some string[] fields for
  GetAllDateTimePatterns(char). The fields will be filled in metadata
  and culture info table. Added improved patterns for
  GetAllDateTimePatterns() (right now works only for invariant).
* CultureInfo.cs : Use InvariantInfo for InvariantCulture.

svn path=/trunk/mcs/; revision=28282

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 15:58:26 +0000 (15:58 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* culture-info-tables.h: reflecting locale-builder updates.

  (Added missing ChangeLog entry for 05/26)

svn path=/trunk/mono/; revision=28281

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 15:55:59 +0000 (15:55 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* en_PH.xml, en_ZW.xml, fr_CA.xml, fr_CH.xml, fr_FR.xml, fr_LU.xml :
  fixed incorrect markup.

svn path=/trunk/mono/; revision=28279

20 years ago * PEAPI.cs: When writing to the blob heap we always set a
Jackson Harper [Thu, 27 May 2004 15:46:15 +0000 (15:46 -0000)]
    * PEAPI.cs: When writing to the blob heap we always set a
          size.

svn path=/trunk/mcs/; revision=28277

20 years ago * locales.c: Fix some cut and paste errors.
Jackson Harper [Thu, 27 May 2004 15:21:33 +0000 (15:21 -0000)]
    * locales.c: Fix some cut and paste errors.

svn path=/trunk/mono/; revision=28276

20 years ago * delegate.cs:
Anirban Bhattacharjee [Thu, 27 May 2004 14:48:25 +0000 (14:48 -0000)]
    * delegate.cs:
        * expression.cs:
                Few exception checks for delegete

svn path=/trunk/mcs/; revision=28274

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 14:46:50 +0000 (14:46 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* Hashtable.cs: Cloned synchronized Hashtables are now synchronized.

svn path=/trunk/mcs/; revision=28273

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 14:33:38 +0000 (14:33 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* HashtableTest.cs: Added case where a cloned hashtable must also be
synchronized (if the original was).

svn path=/trunk/mcs/; revision=28272

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 14:20:49 +0000 (14:20 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* QueueTest.cs: Added case to ensure that MoveNext always return
false (after the first time).

svn path=/trunk/mcs/; revision=28271

20 years ago * mb-parser.jay:
Anirban Bhattacharjee [Thu, 27 May 2004 14:19:52 +0000 (14:19 -0000)]
 * mb-parser.jay:
 * delegate.cs:
        Few more fixes in delegate grammar

svn path=/trunk/mcs/; revision=28270

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 14:14:57 +0000 (14:14 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* Queue.cs: Changed -1 to Int32.MaxValue so calling MoveNext again
(after a false) still returns false.

svn path=/trunk/mcs/; revision=28269

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 14:01:24 +0000 (14:01 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* Queue.cs: Fixed case where we could still get Current after the last
MoveNext.

svn path=/trunk/mcs/; revision=28268

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 13:59:34 +0000 (13:59 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* QueueTest.cs: Added case where we try to get Current after the last
MoveNext.

svn path=/trunk/mcs/; revision=28267

20 years ago2004-05-27 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Thu, 27 May 2004 13:52:07 +0000 (13:52 -0000)]
2004-05-27  Nick Drochak <ndrochak@ieee.org>

* DataRelationCollectionTest.cs: Fixed build when using csc.

svn path=/trunk/mcs/; revision=28266

20 years agoSorry Sorry Sorry
Patrik Torstensson [Thu, 27 May 2004 13:41:52 +0000 (13:41 -0000)]
Sorry Sorry Sorry

svn path=/trunk/mcs/; revision=28265

20 years ago2004-05-27 Patrik Torstensson <totte@hiddenpeaks.com>
Patrik Torstensson [Thu, 27 May 2004 13:34:30 +0000 (13:34 -0000)]
2004-05-27 Patrik Torstensson <totte@hiddenpeaks.com>

* ExpiresBucket.cs (FlushExpiredItems): fix csc and a typo bug

svn path=/trunk/mcs/; revision=28264

20 years agoThu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 27 May 2004 13:11:09 +0000 (13:11 -0000)]
Thu May 27 15:50:52 CEST 2004 Paolo Molaro <lupus@ximian.com>

* cpu-g4.md, mini-ppc.c: fixes to long add/sub ovf opcodes
and div/rem checks.

svn path=/trunk/mono/; revision=28263

20 years ago * monowiz.win32.nsi: normalized line-endings to unix (LF)
Gert Driesen [Thu, 27 May 2004 13:04:43 +0000 (13:04 -0000)]
 * monowiz.win32.nsi: normalized line-endings to unix (LF)

svn path=/trunk/mono/; revision=28262

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 12:40:08 +0000 (12:40 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* SymmetricTransform.cs: Added missing exception handling in
TransformBlock and TransformFinalBlock.

svn path=/trunk/mcs/; revision=28259

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 12:29:28 +0000 (12:29 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* ARC4Managed.cs: Added missing exception handling in TransformBlock
and TransformFinalBlock.

svn path=/trunk/mcs/; revision=28258

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 12:27:16 +0000 (12:27 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* ARC4ManagedTest.cs: Added unit tests for exceptions coming from
ICryptoTransform interface (TransformBlock, TransformFinalBlock).

svn path=/trunk/mcs/; revision=28256

20 years ago2004-05-27 Patrik Torstensson <totte@hiddenpeaks.com>
Patrik Torstensson [Thu, 27 May 2004 12:25:30 +0000 (12:25 -0000)]
2004-05-27 Patrik Torstensson <totte@hiddenpeaks.com>

* HttpApplicationFactory.cs: Added SignalError (still todo)

svn path=/trunk/mcs/; revision=28255

20 years ago2004-05-27 Patrik Torstensson <totte@hiddenpeaks.com>
Patrik Torstensson [Thu, 27 May 2004 12:15:13 +0000 (12:15 -0000)]
2004-05-27 Patrik Torstensson <totte@hiddenpeaks.com>

* CacheEntry.cs,CacheExpires.cs,ExpiresBucket.cs,
  Cache.cs : Fixed deadlock issues, fixed
  items not correctly being flushed, fixed update
  of item when expiration has been updated more
  than 1 min (placed in wrong bucket),
  fixed deadlock during cache callback when item
  is removed due to expiriation.

  Rewrite of locking handling in Cache class, leading
  to better performance and less bugs.

  This rewrite is due to a number of bugs found
  in the output caching during load (leading to memory
  leaks and deadlocks)

svn path=/trunk/mcs/; revision=28254

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 11:57:33 +0000 (11:57 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* SymmetricTransform.cs: Fixed possible integer overflow.

svn path=/trunk/mcs/; revision=28253

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 11:47:56 +0000 (11:47 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* HashAlgorithm.cs: Added missing exception handling to ComputeHash,
TransformBlock and TransformFinalBlock.

svn path=/trunk/mcs/; revision=28252

20 years ago2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 11:21:20 +0000 (11:21 -0000)]
2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

* HashAlgorithmTest.cs: Added new tests to check for more exceptions.

svn path=/trunk/mcs/; revision=28250

20 years agoDataRow.cs :
Boris Kirzner [Thu, 27 May 2004 11:14:32 +0000 (11:14 -0000)]
DataRow.cs :
- CheckReadOnlyStatus : use typed (and faster comparing).
- EndEdit : bug fix - do not dispose record if it holds original version.
- SetValuesFromDataRecord : Take care about autoincrement columns.

svn path=/trunk/mcs/; revision=28249

20 years agoreindent with monostyle
Raja R Harinath [Thu, 27 May 2004 10:55:59 +0000 (10:55 -0000)]
reindent with monostyle

svn path=/trunk/mcs/; revision=28248

20 years ago* mb-parser.jay: Changed Delegate instantiation grammar to get it working
Anirban Bhattacharjee [Thu, 27 May 2004 10:48:04 +0000 (10:48 -0000)]
* mb-parser.jay: Changed Delegate instantiation grammar to get it working

svn path=/trunk/mcs/; revision=28247

20 years agorevert one unintentional change.
Raja R Harinath [Thu, 27 May 2004 10:46:03 +0000 (10:46 -0000)]
revert one unintentional change.

svn path=/trunk/mcs/; revision=28246

20 years agoFix formatting using 'c-indent-line-or-region' in csharp-mode.
Raja R Harinath [Thu, 27 May 2004 10:42:44 +0000 (10:42 -0000)]
Fix formatting using 'c-indent-line-or-region' in csharp-mode.
Only whitespace changes.

svn path=/trunk/mcs/; revision=28245

20 years ago* DataContainer.cs : Bug fixes in BitDataContainer.get_Item and StringDataContainer...
Boris Kirzner [Thu, 27 May 2004 10:36:17 +0000 (10:36 -0000)]
* DataContainer.cs : Bug fixes in BitDataContainer.get_Item and StringDataContainer.SetValue .

svn path=/trunk/mcs/; revision=28244

20 years agoThu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 27 May 2004 09:52:02 +0000 (09:52 -0000)]
Thu May 27 12:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>

* Makefile.am: fix miguel's change to build mono statically against
libmono (track build dependencies).

svn path=/trunk/mono/; revision=28243

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 09:47:17 +0000 (09:47 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* SqlDecimal.cs : don't output debug message to Console.

svn path=/trunk/mcs/; revision=28242

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 09:46:48 +0000 (09:46 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* OleDbDataReader.cs : don't output debug message to Console.

svn path=/trunk/mcs/; revision=28241

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 09:46:27 +0000 (09:46 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* MergeManager.cs : don't output debug message to Console.

svn path=/trunk/mcs/; revision=28240

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 09:29:47 +0000 (09:29 -0000)]
2004-05-27  Atsushi Enomoto <atsushi@ximian.com>

* XmlTextReaderTests.cs : added test for bug #59142.
* XmlTextWriterTests.cs : added test for bug #59154.
* XmlDocumentTests.cs : added test for bug #59155.

svn path=/trunk/mcs/; revision=28238

20 years ago2004-05-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 09:10:08 +0000 (09:10 -0000)]
2004-05-22  Atsushi Enomoto  <atsushi@ximian.com>

* DefaultContext.cs : Add XPathNavigator input support for ToBoolean()
  and ToNavigator().
* Expression.cs : In Equality comparison, evaluate XPathNavigator in
  the same as well as NodeSet. This fixes bug #59134.

svn path=/trunk/mcs/; revision=28237

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 08:32:40 +0000 (08:32 -0000)]
2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>

* XmlDataInferenceLoader.cs : Namespace are not imported to the table
  structure. Thanks to Boris Kirzner for the fix.

svn path=/trunk/mcs/; revision=28235

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 08:22:09 +0000 (08:22 -0000)]
2004-05-27  Atsushi Enomoto <atsushi@ximian.com>

* XmlDocument.cs : Save() should indent only when PreserveWhitespace
  is false. Fixed bug #59155.
  Modified comment lines a bit.

svn path=/trunk/mcs/; revision=28234

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 07:50:31 +0000 (07:50 -0000)]
2004-05-27  Atsushi Enomoto <atsushi@ximian.com>

* XmlTextWriter.cs : WriteRaw() looks to proceed WriteState to Prolog
  (if it is Start). Fixed bug #59154.

svn path=/trunk/mcs/; revision=28233

20 years ago2004-05-27 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 27 May 2004 07:22:22 +0000 (07:22 -0000)]
2004-05-27 Umadevi S <sumadevi@novell.com>
        * added files DataTableMappingCollectionTest and DataColumnMappingCollectionTest to system.data_test.dll.sources

svn path=/trunk/mcs/; revision=28232

20 years agoTemporarily ignoring a failing test case.
Ravindra [Thu, 27 May 2004 07:20:18 +0000 (07:20 -0000)]
Temporarily ignoring a failing test case.

svn path=/trunk/mcs/; revision=28231

20 years ago2004-05-27 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 27 May 2004 07:20:07 +0000 (07:20 -0000)]
2004-05-27 Umadevi S <sumadevi@novell.com>
        * Added Classes DataColumnMappingCollectionTest and DataTableMappingCollectionTest

svn path=/trunk/mcs/; revision=28230

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 07:13:28 +0000 (07:13 -0000)]
2004-05-27  Atsushi Enomoto <atsushi@ximian.com>

* XmlTextReader.cs : simplified ReadCharsInternal(); use ReadEndTag()
  and don't bork against <foo></foo>. Also mofidied this method to skip
  <foo/>. Fixed bug #59142.
  Modified some comments on the code (FIXME->LAMESPEC et al).

svn path=/trunk/mcs/; revision=28229

20 years agoI forgot commit changelog
Marek Safar [Thu, 27 May 2004 06:55:36 +0000 (06:55 -0000)]
I forgot commit changelog

svn path=/trunk/mcs/; revision=28228

20 years ago2004-05-27 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 27 May 2004 06:30:14 +0000 (06:30 -0000)]
2004-05-27 Umadevi S <sumadevi@novell.com>
        * Corrected small typos in DataTableCollectionTest & DataRelationCollectionTest

svn path=/trunk/mcs/; revision=28227

20 years agoIgnored the tests that are failing because of bug #58435.
Ravindra [Thu, 27 May 2004 06:28:06 +0000 (06:28 -0000)]
Ignored the tests that are failing because of bug #58435.

svn path=/trunk/mcs/; revision=28226

20 years ago2004-05-27 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 27 May 2004 06:27:11 +0000 (06:27 -0000)]
2004-05-27  Umadevi S <sumadevi@novell.com>
         * DataRelationCollection.cs - fixed nunit test errors

svn path=/trunk/mcs/; revision=28225

20 years ago2004-05-27 Umadevi S <sumadevi@novell.com>
Umadevi S [Thu, 27 May 2004 05:31:53 +0000 (05:31 -0000)]
2004-05-27  Umadevi S <sumadevi@novell.com>
         * DataTableCollection.cs - fixed nunit test errors

svn path=/trunk/mcs/; revision=28223

20 years ago2004-05-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 27 May 2004 04:37:28 +0000 (04:37 -0000)]
2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* FileStream.cs: delay seeking to the end when FileMode.Append is
specified until after buffer initialization. Fixes bug #59151.

svn path=/trunk/mcs/; revision=28222

20 years ago* monowiz.win32.nsi: do not include mono subdirectory in
Gert Driesen [Thu, 27 May 2004 04:25:07 +0000 (04:25 -0000)]
* monowiz.win32.nsi: do not include mono subdirectory in
MonoConfigDir registry key, to match batch files

svn path=/trunk/mono/; revision=28221

20 years agoChanged test for Color.Green.G to make it pass on MS.
Ravindra [Thu, 27 May 2004 04:00:24 +0000 (04:00 -0000)]
Changed test for Color.Green.G to make it pass on MS.

svn path=/trunk/mcs/; revision=28220

20 years agoConforming Color.Green to MS.
Ravindra [Thu, 27 May 2004 04:00:07 +0000 (04:00 -0000)]
Conforming Color.Green to MS.

svn path=/trunk/mcs/; revision=28219

20 years ago2004-05-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 27 May 2004 03:40:44 +0000 (03:40 -0000)]
2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* category.cs: added LastValue field to mark the end of enum Category.
* syntax.cs: in CharacterClass, use Category.LastValue to get the size
of the array needed. Use a BitArray instead of bool[].
In AddCategory(), don't set the opposite category as false. Fixes
bug #59150. All tests pass.

svn path=/trunk/mcs/; revision=28218

20 years ago2004-05-27 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 27 May 2004 03:17:28 +0000 (03:17 -0000)]
2004-05-27  Miguel de Icaza  <miguel@ximian.com>

* loader.c: Only init Wine on non-Windows platforms.

svn path=/trunk/mono/; revision=28217

20 years ago2004-05-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 27 May 2004 02:36:25 +0000 (02:36 -0000)]
2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* RegexBugs.cs: added tests from bug #59150.

svn path=/trunk/mcs/; revision=28216

20 years ago2004-05-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 27 May 2004 02:29:42 +0000 (02:29 -0000)]
2004-05-27  Atsushi Enomoto <atsushi@ximian.com>

* DateTime.cs : quick revert 'Z' support for certificate verifications.

svn path=/trunk/mcs/; revision=28215

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 01:05:57 +0000 (01:05 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoStream.cs: Fixed possible integer overflow.
* FromBase64Transform.cs: Better exception handling and fixed possible
integer overflow.
* ToBase64Transform.cs: Better exception handling and fixed possible
integer overflow.

svn path=/trunk/mcs/; revision=28213

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 00:46:14 +0000 (00:46 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* ToBase64TransformTest.cs: Added new unit tests for negatives and
overflows.

svn path=/trunk/mcs/; revision=28212

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 00:28:58 +0000 (00:28 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoStreamTest.cs: Added new unit tests for overflows.

svn path=/trunk/mcs/; revision=28211

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 27 May 2004 00:09:42 +0000 (00:09 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* FromBase64Transform.cs: Added new unit tests for undocumented
exceptions (null, overflows...).

svn path=/trunk/mcs/; revision=28210

20 years ago2004-05-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 26 May 2004 23:01:57 +0000 (23:01 -0000)]
2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* mono-config.c: set the correct path for config. directory on windows.

svn path=/trunk/mono/; revision=28209

20 years ago2004-05-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 26 May 2004 22:48:17 +0000 (22:48 -0000)]
2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* gacutil.cs: when -il, don't stop if one assembly fails to install.

svn path=/trunk/mcs/; revision=28208

20 years agoFurther exception handling refinement for JIT
Neale Ferguson [Wed, 26 May 2004 22:30:14 +0000 (22:30 -0000)]
Further exception handling refinement for JIT

svn path=/trunk/mono/; revision=28207

20 years agoFix typo.
Duncan Mak [Wed, 26 May 2004 20:59:28 +0000 (20:59 -0000)]
Fix typo.

svn path=/trunk/mcs/; revision=28206