mono.git
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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 20:38:35 +0000 (20:38 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* cfold.c: Some glib versions do not have G_MININT32.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 20:18:35 +0000 (20:18 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* Queue.cs: Fixed possible integer overflow in CopyTo methods.
* Stack.cs: Fixed possible integer overflow in CopyTo methods.

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

20 years ago2004-05-26 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 26 May 2004 20:14:09 +0000 (20:14 -0000)]
2004-05-26  Miguel de Icaza  <miguel@ximian.com>

* Mono.Cairo/Cairo.cs: Do not use `extern string' here, as the
return value is owned by Cairo.

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

20 years agoRemove old stale directory
Miguel de Icaza [Wed, 26 May 2004 20:10:20 +0000 (20:10 -0000)]
Remove old stale directory

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

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

* ArrayList.cs: Fixed possible integer overflows.

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

20 years ago2004-05-26 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 26 May 2004 20:07:57 +0000 (20:07 -0000)]
2004-05-26  Miguel de Icaza  <miguel@ximian.com>

* Syscall.cs: Do not let the runtime handle strings, as we do not
own those strings, we must transform the char * into a string
ourselves.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 20:06:56 +0000 (20:06 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* Array.cs: Removed duplicate condition if LastIndexOf.

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 20:04:09 +0000 (20:04 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* marshal.c (mono_marshal_get_native_wrapper): Free strings returned
from pinvoke functions.

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

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

* ArrayListTest.cs: Added tests for integer overflows.

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

20 years ago*** empty log message ***
Miguel de Icaza [Wed, 26 May 2004 20:03:31 +0000 (20:03 -0000)]
*** empty log message ***

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

20 years agoFixed problem with precision of tan, atan, sin and cos, and implemented
Massimiliano Mantione [Wed, 26 May 2004 19:49:55 +0000 (19:49 -0000)]
Fixed problem with precision of tan, atan, sin and cos, and implemented
related regressions tests (fixes bug 54467, but one new problem appeared
and is not fixed yet).

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

20 years agoLink libmono statically, its easier to debug, per irc discussion today
Miguel de Icaza [Wed, 26 May 2004 19:45:59 +0000 (19:45 -0000)]
Link libmono statically, its easier to debug, per irc discussion today

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

20 years agolong time...
Gonzalo Paniagua Javier [Wed, 26 May 2004 19:45:42 +0000 (19:45 -0000)]
long time...

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 19:35:12 +0000 (19:35 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* cfold.c (FOLD_BINOPZ): Avoid division by zero.

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 19:32:28 +0000 (19:32 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* exceptions.cs: Add test for constant folding && division by zero.

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

20 years ago2004-05-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 26 May 2004 19:25:28 +0000 (19:25 -0000)]
2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* data/DefaultWsdlHelpGenerator.aspx: fixed querystring attribute
values. Now they are URlEncoded.

* data/browscap.ini.gz: updated.

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

20 years ago2004-05-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 26 May 2004 19:25:21 +0000 (19:25 -0000)]
2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* BrowserCapsUpdater.cs: update URL for browscap.ini.

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

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

* HttpResponse.cs: remove hardcoded "HTTP/1.0" version that kept
chunked encoding disabled. Fixed chunked suffix and end. Send the
'lastchunk' marked when in the final Flush even if the content length
is 0. This makes mod-mono-server work fine with chunked encoding.

* HttpRuntime.cs: Set the _firstRequest* variables to true
earlier. TraceContext don't take any parameter now.

* TraceManager.cs: don't need a context. Use GetAppConfig.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 19:21:45 +0000 (19:21 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* ArrayTest.cs: Added integer overflow tests for LastIndexOf.

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 19:01:38 +0000 (19:01 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* driver.c mini.h mini.c mini-x86.c: Revert most of the previous patch
since driver.c is in libmono too, so the optimization was useless.

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

20 years ago2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 18:45:56 +0000 (18:45 -0000)]
2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>

* DateTimeFormatInfo.cs :
  hack implementation for GetAllDateTimePatterns().

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

20 years ago2003-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 18:36:54 +0000 (18:36 -0000)]
2003-05-26  Atsushi Enomoto <atsushi@ximian.com>

* FileInfoTest.cs : more incorrect \ fix.

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

20 years ago2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 18:29:07 +0000 (18:29 -0000)]
2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>

* icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
  on win32.

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

20 years ago* HttpServerChannel.cs: Default port is 0.
Lluis Sanchez [Wed, 26 May 2004 18:25:52 +0000 (18:25 -0000)]
* HttpServerChannel.cs: Default port is 0.

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

20 years ago * SoapMessageFormatter.cs: Include soap headers as properties when creating
Lluis Sanchez [Wed, 26 May 2004 18:24:43 +0000 (18:24 -0000)]
* SoapMessageFormatter.cs: Include soap headers as properties when creating
  the IMessage, and add IMessage properties as headers when creating the
  SoapMessage. LogicalCallContext info will be passed as a header value.

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

20 years ago2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 18:18:39 +0000 (18:18 -0000)]
2004-05-26  Atsushi Enomoto <atsushi@ximian.com>

* DateTime.cs :
  - Added "yyyy-MM-dd HH:mm:ss" to "compatible patterns".
    (Fixed bug #58938.)
  - As a quick remedy to accept more patterns, Parse() now also tries
    InvariantInfo patterns (this is because we have no more than one
    pattern for each pattern component.)
  - In _DoParse(), 'Z' should not be read as timezone specifier. Some
    culture uses 'Z' as AM/PM designer, and it should be recognized as
    part of the UTCpattern (if it actually UTC pattern for the culture
    contains 'Z').

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 17:40:51 +0000 (17:40 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* BufferedStream.cs: Fixed possible integer overflow.
* FileStream.cs: Fixed possible integer overflow.
* MemoryStream.cs: Fixed possible integer overflow.
* StringReader.cs: Fixed possible integer overflow.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 17:38:02 +0000 (17:38 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* FileStreamTest.cs: Added new tests for integer overflow checks.
* StringReaderTest.cs: Added new tests for integer overflow checks.

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

20 years ago* MonoCustomAttrs.cs: Fixed issue with AllowMultiple, as MS
Gert Driesen [Wed, 26 May 2004 17:28:57 +0000 (17:28 -0000)]
* MonoCustomAttrs.cs: Fixed issue with AllowMultiple, as MS
seems to allow multiple attributes with AllowMultiple at
runtime.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 17:04:43 +0000 (17:04 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* BufferedStream.cs: Added globalization and fixed exceptions and
possible integer overflow.
* TextWriter.cs: Fixed possible integer overflow.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 16:42:38 +0000 (16:42 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* BufferedStreamTest.cs: Added new unit tests for exceptions.

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

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

* rand.c: Fixed CrypptReleaseContext (missing parameter).

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

20 years ago2004-05-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 26 May 2004 15:39:32 +0000 (15:39 -0000)]
2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* library.make: reference nunti.core.dll and nunit.util.dll when
building tests.

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

20 years ago*** empty log message ***
Sebastien Pouliot [Wed, 26 May 2004 15:04:22 +0000 (15:04 -0000)]
*** empty log message ***

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 14:59:44 +0000 (14:59 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* rand.c: Used wrong define in call :(

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

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

* rand.c: Define PROV_INTEL_SEC and CRYPT_VERIFY_CONTEXT if not
defined in cygwin version of wincrypt.h.

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

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

* Byte.cs: Throw an OverflowException for negative numbers.
* Convert.cs: Accept 0x and 0X as prefix when parsing base16 strings.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 13:56:12 +0000 (13:56 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

       * ConvertTest.cs: Added case where 0X00 is valid when parsed in base16

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 13:41:24 +0000 (13:41 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* pinvoke3.cs libtest.c: Add tests for fnptr->delegate marshalling.

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

20 years ago * SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
Lluis Sanchez [Wed, 26 May 2004 13:41:23 +0000 (13:41 -0000)]
* SerializationCodeGenerator.cs, XmlSerializationReaderInterpreter.cs:
  In encoded format, primitive types can be null. Read them using
  ReadReferencingElement, that already checks for the null tag.

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 13:37:30 +0000 (13:37 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* marshal.c (mono_ftnptr_to_delegate): Implement this.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 13:37:21 +0000 (13:37 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* StringBuilder.cs: Fixed potential integer overflows in several
methods.

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

20 years ago2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 13:24:16 +0000 (13:24 -0000)]
2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

* StringBuilderTest.cs: Added unit tests to be sure integer overflows
are catched.

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 13:23:42 +0000 (13:23 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* Makefile.am (DISABLED_TESTS): appdomain-unload.exe seems to run too.

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 13:22:42 +0000 (13:22 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* driver.c mini.h mini.c mini-x86.c: Moved the mono_lmf_addr TLS
variable to driver.c so the compiler can emit more efficient code to
access them.

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

20 years agofix the build
Marek Safar [Wed, 26 May 2004 12:44:15 +0000 (12:44 -0000)]
fix the build

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

20 years ago2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 12:08:35 +0000 (12:08 -0000)]
2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>

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

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

20 years ago2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 11:53:06 +0000 (11:53 -0000)]
2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>

* Driver.cs : for af_ZA locale, am/pm part got required to support
  "empty" string. So check am/pm elements and overwrite AMDesigner/
  PMDesigner value even if they consist of empty string.

* (moved logs for supp/ content to supp/)

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

20 years ago2004-05-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 26 May 2004 11:52:38 +0000 (11:52 -0000)]
2004-05-26  Zoltan Varga  <vargaz@freemail.hu>

* profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
#59086.

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

20 years ago2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 11:49:35 +0000 (11:49 -0000)]
2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>

* Added ChangeLog also here (and moved the last msg from ..).

* af_ZA.xml, ar_SA.xml, be_BY.xml, de_AT.xml, en_AU.xml, en_GB.xml,
  en_NZ.xml, es_AR.xml, es_BO.xml, es_CL.xml, es_CO.xml, es_CR.xml,
  es_DO.xml, es_EC.xml, es_ES.xml, es_GT.xml, es_HN.xml, es_MX.xml,
  es_PA.xml, es_PE.xml, es_PR.xml, es_PY.xml, es_SV.xml, es_UY.xml,
  es_VE.xml, eu_ES.xml,
  fo_FO.xml, fr_BE.xml, fr_CA.xml, fr_FR.xml, fr_CH.xml, fr_FR.xml,
  fr_LU.xml, hi_IN.xml, id_ID.xml, it_CH.xml, it_IT.xml, ko_KR.xml,
  nl_BE.xml, nl_NL.xml, pt_BR.xml, pt_PT.xml, sv_FI.xml, sv_SE.xml,
  sw_KE.xml, bg.xml, ca.xml, cs.xml, da.xml, de.xml, el.xml, es.xml,
  et.xml, fa.xml, fi.xml, he.xml, hr.xml, hu.xml, hy.xml, is.xml,
  lt.xml, lv.xml, mk.xml, ro.xml, ru.xml, sk.xml, sl.xml, sq.xml,
  tr.xml, uk.xml, vi.xml :
  Added shortdate/longtime/am/pm etc. for DateTime.ToString().
* ar_AE.xml, ar_BH.xml, ar_DZ.xml, ar_EG.xml, ar_JO.xml, ar_KW.xml,
  ar_LB.xml, ar_LY.xml, ar_MA.xml, ar_OM.xml, ar_QA.xml, ar_SY.xml,
  ar_TN.xml, ar_YE.xml, en_CA.xml, en_IE.xml, en_PH.xml, en_ZA.xml,
  en_ZW.xml :
  Added shortdate/longtime.
* th.xml : ditto.
* ja.xml : I incorrectly modified long time format. Reverting.

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

20 years ago2004-05-26 Umadevi S <sumadevi@novell.com.
Umadevi S [Wed, 26 May 2004 11:35:36 +0000 (11:35 -0000)]
2004-05-26  Umadevi S <sumadevi@novell.com.
        * Added files DataTableCollectionTest and DataRelationCollectionTest to the system.data_test.dll.sources

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

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

Environment.cs: Bumped mono_corlib_version to 20 (rng interface).

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

20 years ago2004-05-26 Umadevi S <sumadevi@novell.com.
Umadevi S [Wed, 26 May 2004 11:26:34 +0000 (11:26 -0000)]
2004-05-26  Umadevi S <sumadevi@novell.com.
        * Added files DataTableCollectionTest and DataRelationCollectionTest

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

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

* RNGCryptoServiceProvider.cs: Changed RNG interface with the runtime
so it could be used in a thread-safe way with CryptoAPI.

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

20 years ago2004-05-26 Umadevi S <sumadevi@novell.com>.
Umadevi S [Wed, 26 May 2004 11:26:07 +0000 (11:26 -0000)]
2004-05-26  Umadevi S <sumadevi@novell.com>.
        * Added files DataTableCollectionTest and DataRelationCollectionTest

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

20 years ago * SoapFormatter.cs: Added headers parameter to SoapWriter call.
Lluis Sanchez [Wed, 26 May 2004 11:26:05 +0000 (11:26 -0000)]
* SoapFormatter.cs: Added headers parameter to SoapWriter call.
* SoapReader.cs: Added support for deserialization of headers. Cache
  both member indexes and member infos in the new TypeMetadata structure.
* SoapWriter.cs: Added support for serialization of headers.

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

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

* appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
* icall.c: Modified icalls for RNG.
* rand.c|h: Changed RNG interface to allow thread-safe usage under
Windows (CryptoAPI).

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

20 years ago2004-05-26 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 26 May 2004 11:07:30 +0000 (11:07 -0000)]
2004-05-26  Marek Safar <marek.safar@seznam.cz>

* test-74.cs: Now test passes on my machine too.
It is not perfect though.

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

20 years ago(clean-local): Add $(CLEAN_FILES) too.
Raja R Harinath [Wed, 26 May 2004 09:36:25 +0000 (09:36 -0000)]
(clean-local): Add $(CLEAN_FILES) too.

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

20 years ago2004-05-26 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Wed, 26 May 2004 09:29:13 +0000 (09:29 -0000)]
2004-05-26  Marek Safar  <marek.safar@seznam.cz>

Fixed bug #50080 & cs0214-2.cs
* expression.cs (Cast.DoResolve): Check unsafe context here.

* statement.cs (Resolve.DoResolve): Likewise.

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

20 years agogif image sample
Jordi Mas i Hernandez [Wed, 26 May 2004 09:28:55 +0000 (09:28 -0000)]
gif image sample

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

20 years agoRebuild
Raja R Harinath [Wed, 26 May 2004 09:27:23 +0000 (09:27 -0000)]
Rebuild

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

20 years ago* nunit20/util/Makefile (EXTRA_DISTFILES): Remove
Raja R Harinath [Wed, 26 May 2004 09:22:25 +0000 (09:22 -0000)]
* nunit20/util/Makefile (EXTRA_DISTFILES): Remove
Transform.resources.
($(the_lib)): Make Transform.resources using internal resgen.
* nunit20/util/Transform.resources: Rebuild.

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

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Wed, 26 May 2004 08:41:51 +0000 (08:41 -0000)]
ChangeLog: Updated ChangeLog.
TestImageFormatConverter.cs: Removed duplicate assertion numbers.

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

20 years agoChangeLog: Update ChangeLog.
Sanja Gupta [Wed, 26 May 2004 08:36:32 +0000 (08:36 -0000)]
ChangeLog: Update ChangeLog.
ImageFormatConverter.cs: Fixed issues discovered from nunit test cases.

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

20 years agoRemove a couple of noise words.
Raja R Harinath [Wed, 26 May 2004 08:21:34 +0000 (08:21 -0000)]
Remove a couple of noise words.

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

20 years agoAdded test for Color.cs.
Ravindra [Wed, 26 May 2004 08:11:49 +0000 (08:11 -0000)]
Added test for Color.cs.

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

20 years agoAdded a note.
Ravindra [Wed, 26 May 2004 08:08:22 +0000 (08:08 -0000)]
Added a note.

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

20 years agoMinor fix in Color.Green property.
Ravindra [Wed, 26 May 2004 08:06:07 +0000 (08:06 -0000)]
Minor fix in Color.Green property.

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

20 years agoTest for Color.cs.
Ravindra [Wed, 26 May 2004 08:03:52 +0000 (08:03 -0000)]
Test for Color.cs.

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

20 years ago Few property related checks applied
Anirban Bhattacharjee [Wed, 26 May 2004 07:59:30 +0000 (07:59 -0000)]
 Few property related checks applied

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

20 years ago* Makefile.am (mcs-do-basic-build): No need to set MCS here.
Raja R Harinath [Wed, 26 May 2004 07:41:03 +0000 (07:41 -0000)]
* Makefile.am (mcs-do-basic-build): No need to set MCS here.
* runtime/net_1_1/Makefile.am (gac_assemblies_list): Update to
reflect new names for nunit.util and nunit.framework.  Add
nunit.core.
* runtime/net_2_0/Makefile.am (gac_assemblies_list): Likewise.

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

20 years ago2004-05-26 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 26 May 2004 06:03:37 +0000 (06:03 -0000)]
2004-05-26  Martin Baulig  <martin@ximian.com>

* namespace.cs (NamespaceEntry.Lookup): Added `bool silent'.

* rootcontext.cs (RootContext.NamespaceLookup): Added `bool silent'.
(RootContext.LookupType): Pass down the `silent' flag.

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

20 years agoPut my changes back.
Martin Baulig [Wed, 26 May 2004 06:01:33 +0000 (06:01 -0000)]
Put my changes back.

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

20 years ago2004-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 03:54:51 +0000 (03:54 -0000)]
2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>

* FileInfo.cs,
  DirectoryInfo.cs : ToString() should return constructor arg as is.
  This fixes bug #58804.

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

20 years ago2003-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 03:45:34 +0000 (03:45 -0000)]
2003-05-26  Atsushi Enomoto <atsushi@ximian.com>

* FileInfoTest.cs : incorrect \ fix. added more cases.

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

20 years ago2003-05-26 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 26 May 2004 03:33:21 +0000 (03:33 -0000)]
2003-05-26  Atsushi Enomoto <atsushi@ximian.com>

* FileInfoTest.cs : added tests for ToString().

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

20 years agofixed 59051
Gonzalo Paniagua Javier [Wed, 26 May 2004 02:51:47 +0000 (02:51 -0000)]
fixed 59051

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

20 years ago * ILParser.jay: Fix casting for data type constants.
Jackson Harper [Wed, 26 May 2004 01:37:52 +0000 (01:37 -0000)]
    * ILParser.jay: Fix casting for data type constants.

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

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

* Makefile: changed case on nunit.framework.dll (lowercase)

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

20 years ago2004-05-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 01:15:07 +0000 (01:15 -0000)]
2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>

* library.make: changed case on nunit.framework.dll (lowercase)

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

20 years ago2004-05-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 26 May 2004 01:10:55 +0000 (01:10 -0000)]
2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Removed MONO define for strongnaming assembly.

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

20 years agoDetails...
Gonzalo Paniagua Javier [Wed, 26 May 2004 01:09:55 +0000 (01:09 -0000)]
Details...

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