mono.git
21 years ago2003-04-24 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 24 Apr 2003 22:50:29 +0000 (22:50 -0000)]
2003-04-24  Miguel de Icaza  <miguel@ximian.com>

* WebClient.cs (DownloadData): Instead of using a MemoryStream,
keep track of all the small chunks in an ArrayList.  The
MemoryStream had the property of reallocating itself, and the
problem was that MemoryStream.GetBuffer would return the buffer
(correctly), but not something of the right size.  So clients of
DownloadData would get the extra unused bytes as part of the
result.

The solution would have been to make another copy at this point,
instead, we only keep the small allocations around in the
ArrayList, and we only do one large allocation at the end.

* HttpWebResponse.cs: If there is a Content-Length header, pass
this information to our HttpWebResponseStream, so it knows when to
stop, instead of waiting for the stream to be shut down by the
other end.

* HttpWebRequest.cs: Only set the `delay-header-writing' mode on
the underlying stream if the method will do a content transfer and
no Content-Length was provided. If not (HEAD and GET or
Content-Length provided), keep going.

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

21 years ago2003-04-24 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Thu, 24 Apr 2003 18:28:44 +0000 (18:28 -0000)]
2003-04-24  Ville Palo <vi64pa@kolumbus.fi>

* FileTest.cs: Fixed tests and added some.

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

21 years agogzip errors.txt
Piers Haken [Thu, 24 Apr 2003 18:18:04 +0000 (18:18 -0000)]
gzip errors.txt

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

21 years agoFix compilation.
Paolo Molaro [Thu, 24 Apr 2003 17:12:47 +0000 (17:12 -0000)]
Fix compilation.

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

21 years ago * Control.cs: change to CreateControlInstance function
Aleksey Ryabchuk [Thu, 24 Apr 2003 16:28:54 +0000 (16:28 -0000)]
* Control.cs: change to CreateControlInstance function
* Panel.cs:   use base CreateParams
* TabControl.cs
* TabPage : started implementing
* win32Enums.cs
* win32Structs.cs
* win32functions.cs : messages, styles for TabControl

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

21 years ago2003-04-24 Pedro Martnez Juli <yoros@wanadoo.es>
Pedro Martínez Juliá [Thu, 24 Apr 2003 16:26:16 +0000 (16:26 -0000)]
2003-04-24  Pedro Martnez Juli  <yoros@wanadoo.es>

    * BufferedStream.cs: Test if it's possible to seek in a Stream
    before access to Position. This prevents the exception thrown when
    the stream is System.Net.Sockets.NetworkStream.

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

21 years agoThu Apr 24 17:11:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 24 Apr 2003 15:18:47 +0000 (15:18 -0000)]
Thu Apr 24 17:11:03 CEST 2003 Paolo Molaro <lupus@ximian.com>

* Makefile.am: rename mono and libmono to oldmono and liboldmono.

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

21 years agoThu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 24 Apr 2003 15:17:40 +0000 (15:17 -0000)]
Thu Apr 24 17:09:03 CEST 2003 Paolo Molaro <lupus@ximian.com>

* Makefile.am: install the program with the 'mono' name and
the library as libmono instead of mini and libmini.

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

21 years agoThu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 24 Apr 2003 15:15:42 +0000 (15:15 -0000)]
Thu Apr 24 17:08:07 CEST 2003 Paolo Molaro <lupus@ximian.com>

* driver.c: provide the APIs for the embedding interface of the old jit.

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

21 years agoOoops, increment symfile->generation here.
Martin Baulig [Thu, 24 Apr 2003 10:44:45 +0000 (10:44 -0000)]
Ooops, increment symfile->generation here.

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

21 years ago2003-04-24 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 24 Apr 2003 09:59:47 +0000 (09:59 -0000)]
2003-04-24  Martin Baulig  <martin@ximian.com>

* mono-debug-debugger.c (mono_debugger_io_layer): Put this back.

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

21 years ago2003-04-23 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Thu, 24 Apr 2003 09:16:28 +0000 (09:16 -0000)]
2003-04-23  Dietmar Maurer  <dietmar@ximian.com>

* jit-icalls.c (helper_stelem_ref): impl. (fix bug 41775)

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

21 years ago2003-04-24 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 24 Apr 2003 08:00:17 +0000 (08:00 -0000)]
2003-04-24  Martin Baulig  <martin@ximian.com>

* mono-debug-debugger.c: Moved all code which interacts with the
Mono Debugger here.

* debug-mono-symfile.c: This code now just deals with the symbol
file itself, the debugger code is now in mono-debug-debugger.c.

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

21 years agoIt's official: I gotta sleep
Gonzalo Paniagua Javier [Thu, 24 Apr 2003 06:42:42 +0000 (06:42 -0000)]
It's official: I gotta sleep

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

21 years ago2003-04-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 24 Apr 2003 06:32:22 +0000 (06:32 -0000)]
2003-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Microsoft.CSharp/CSharpCodeGenerator.cs: implemented
GenerateSnippetMember and some little fixes.

* System.CodeDom/CodeMemberProperty.cs: fixed HasGet and HasSet to
actually generate code for the property.

* System.CodeDom.Compiler/CodeGenerator.cs: more fixes and sorted the
output.

* System.CodeDom.Compiler/IndentedTextWriter.cs: don't output tabs in
WriteLine ().

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

21 years agoAdded photo.
César Natarén [Thu, 24 Apr 2003 03:33:59 +0000 (03:33 -0000)]
Added photo.

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

21 years ago2003-04-23 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Thu, 24 Apr 2003 03:28:43 +0000 (03:28 -0000)]
2003-04-23  Sebastien Pouliot  <spouliot@videotron.ca>

* PublisherTest.cs: Updated to NUnit2 style.
* PublisherMembershipConditionTest.cs: Updated to NUnit2 style.
* StrongNameTest.cs: Updated to NUnit2 style.

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

21 years ago2003-04-23 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Thu, 24 Apr 2003 03:03:39 +0000 (03:03 -0000)]
2003-04-23  Sebastien Pouliot  <spouliot@videotron.ca>

* X509Certificate.cs: Fixed issues for null certificate
(special case where object exists without any certificate)
which made PublisherTest fails.

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

21 years ago2003-04-23 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 24 Apr 2003 02:02:05 +0000 (02:02 -0000)]
2003-04-23  Miguel de Icaza  <miguel@ximian.com>

* HttpWebRequest.cs: .NET Allows the HttpWebRequest to not have
the ContentLength specified on the request.  If that happens, we
have to accumulate all the data written, and once we accumulate
the data, we send it off.

Notice that the documentation in .NET is actually incorrect, they
state that setting ContentLength is mandatory.  It is not.

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

21 years agonew painting code, BackColor logic, ControlStyles
Alexandre Pigolkine [Thu, 24 Apr 2003 00:08:24 +0000 (00:08 -0000)]
new painting code, BackColor logic, ControlStyles

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

21 years ago2003-04-23 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Thu, 24 Apr 2003 00:01:42 +0000 (00:01 -0000)]
2003-04-23  Sebastien Pouliot  <spouliot@videotron.ca>

* X509Certificate.cs: Fixed GetHashCode for null certificate
(special case where object exists without any certificate)
which made PublisherTest fails.

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

21 years agoAdd MIT X11 LICENSE to the class dir
Miguel de Icaza [Wed, 23 Apr 2003 20:34:30 +0000 (20:34 -0000)]
Add MIT X11 LICENSE to the class dir

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

21 years agoDon't call mono_debug_update(), it's not needed.
Martin Baulig [Wed, 23 Apr 2003 17:17:20 +0000 (17:17 -0000)]
Don't call mono_debug_update(), it's not needed.

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 16:52:01 +0000 (16:52 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* interp.c: When running with --dieonex, use the debugging code to
print source lines in the backtrace.

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 16:50:36 +0000 (16:50 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* mono-debug.c (mono_debug_source_location_from_il_offset):
New method; like mono_debug_source_location_from_address(), but
takes an IL offset instead of a machine address.

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

21 years agoActually enable the debugging stuff.
Martin Baulig [Wed, 23 Apr 2003 16:38:16 +0000 (16:38 -0000)]
Actually enable the debugging stuff.

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

21 years agoCheck whether debugging is actually enabled.
Martin Baulig [Wed, 23 Apr 2003 16:38:02 +0000 (16:38 -0000)]
Check whether debugging is actually enabled.

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

21 years agoDon't crash if debugging is disabled.
Martin Baulig [Wed, 23 Apr 2003 16:37:42 +0000 (16:37 -0000)]
Don't crash if debugging is disabled.

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 15:34:59 +0000 (15:34 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
`line' field; this is now computed by the debugger.

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

21 years agoAdded a comment.
Martin Baulig [Wed, 23 Apr 2003 15:29:19 +0000 (15:29 -0000)]
Added a comment.

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

21 years agodebug.h doesn't exist anymore.
Martin Baulig [Wed, 23 Apr 2003 15:27:08 +0000 (15:27 -0000)]
debug.h doesn't exist anymore.

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

21 years agoAdded some API documentation.
Martin Baulig [Wed, 23 Apr 2003 15:25:51 +0000 (15:25 -0000)]
Added some API documentation.

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 15:02:13 +0000 (15:02 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* tramp-x86.c, tramp-ppc.c: Reenable the debugger breakpoint interface.

* driver.c: Added `--debug' command line argument to enable
debugging support.

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 14:58:51 +0000 (14:58 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* debug.[ch]: Removed.  The code is now in
../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].

* debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
last six months.

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 14:57:20 +0000 (14:57 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* mono.c: The `--debug' command line argument doesn't take any
arguments anymore, removed the `--debug-args' argument.

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

21 years agoReflect latest API changes.
Martin Baulig [Wed, 23 Apr 2003 14:56:02 +0000 (14:56 -0000)]
Reflect latest API changes.

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

21 years agomono_debug_make_symbols() is now known as mono_debug_update().
Martin Baulig [Wed, 23 Apr 2003 14:55:00 +0000 (14:55 -0000)]
mono_debug_make_symbols() is now known as mono_debug_update().

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

21 years agoThis was just an ugly hack for the debugger; removed it.
Martin Baulig [Wed, 23 Apr 2003 14:54:26 +0000 (14:54 -0000)]
This was just an ugly hack for the debugger; removed it.

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 14:53:21 +0000 (14:53 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* debug-jit.c (mono_debug_add_method): Renamed this to
mono_debug_jit_add_method(); create the JIT-specific data
structure and pass it to mono_debug_add_method().

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 14:51:26 +0000 (14:51 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* debug.[ch]: Removed.  The code is now in
../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].

* debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
last six months.

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

21 years ago2003-04-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Wed, 23 Apr 2003 14:48:28 +0000 (14:48 -0000)]
2003-04-23  Martin Baulig  <martin@ximian.com>

* mono-debug.[ch]: New files.  This is the new debugging interface.

* mono-debug-debugger.[ch]: New files.  Moved all code which
interacts with the Mono Debugger here.

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

21 years ago2003-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 23 Apr 2003 14:28:32 +0000 (14:28 -0000)]
2003-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Microsoft.CSharp/CSharpCodeGenerator.cs: beautified conditional
statements. Implemented GenerateConstructor and GenerateTypeConstructor.

* System.CodeDom.Compiler/CodeGenerator.cs:
(GenerateCompileUnitStart):
(GenerateCompileUnitEnd): removed debug output.
(GeneratePrimitiveExpression): handle null and bool as special cases.
(GenerateType): added type constructor and constructor calls.

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

21 years ago * Application.cs : new internal functions enterModalLoop, exitModalLoop
Aleksey Ryabchuk [Wed, 23 Apr 2003 10:55:47 +0000 (10:55 -0000)]
* Application.cs : new internal functions enterModalLoop, exitModalLoop
* Button.cs : changes in DialogResult and OnClick
* Control.cs : new internal getOwnerWindow method, recreate child windows in RecreateHandle as well
* form.cs : implementation of modal forms
* win32enums.cs :  constants for GetWindow function
* win32functions.cs : GetWindow , IsDialogMessage added

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

21 years ago2003-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 23 Apr 2003 09:32:29 +0000 (09:32 -0000)]
2003-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* XmlReader.cs: reverted last patch. It breaks System.Configuration
because 1. it considers XmlDeclaration as content and 2. always
returns XmlNodeType.None.

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

21 years ago2003-04-23 Alp Toker <alp@atoker.com>
Alp Toker [Wed, 23 Apr 2003 06:05:00 +0000 (06:05 -0000)]
2003-04-23  Alp Toker  <alp@atoker.com>

        * PrimalityTests.cs: Mark PrimalityTest as non-CLS-compliant (build fix)

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

21 years ago2003-04-23 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 23 Apr 2003 04:34:56 +0000 (04:34 -0000)]
2003-04-23  Nick Drochak  <ndrochak@gol.com>

        * ArrayTest.cs: Disambiguate overloads now in .NET 1.1.

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

21 years ago2003-04-22 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Wed, 23 Apr 2003 02:01:47 +0000 (02:01 -0000)]
2003-04-22  Sebastien Pouliot <spouliot@videotron.ca>

* corlib_test.build: Excluded Mono.Math unit tests (as the class
isn't available under MS implementation).
* corlib_linux_test.args: Added all Mono.Math unit test files.
* corlib_test.args: Added all Mono.Math unit test files.

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

21 years ago*** empty log message ***
Sebastien Pouliot [Wed, 23 Apr 2003 01:49:06 +0000 (01:49 -0000)]
*** empty log message ***

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

21 years ago2003-04-22 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Wed, 23 Apr 2003 01:48:23 +0000 (01:48 -0000)]
2003-04-22  Sebastien Pouliot  <spouliot@videotron.ca>

* ArithmeticBigTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).
* BigIntegerSetTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).
* BitwiseTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).
* GcdBigTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).
* ModInverseBigTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).
* ModRingTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).
* PrimeGenerationTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).
* PrimeTestingTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).
* SearchGeneratorTest.cs: New. Unit tests for BigInteger
  (commited for Ben Maurer).

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

21 years ago2003-04-22 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Wed, 23 Apr 2003 01:46:32 +0000 (01:46 -0000)]
2003-04-22  Sebastien Pouliot  <spouliot@videotron.ca>

* DSACryptoServiceProvider.cs: Changed key generation to use the
new BigInteger class (commited for Ben Maurer).
* RSACryptoServiceProvider.cs: Changed key generation to use the
new BigInteger class (commited for Ben Maurer).

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

21 years ago2003-04-22 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Wed, 23 Apr 2003 01:45:50 +0000 (01:45 -0000)]
2003-04-22  Sebastien Pouliot  <spouliot@videotron.ca>

* BigInteger.cs: New, much faster, version by Ben Maurer.
Warning: this version requires "unsafe" compilation switch
(which isn't a problem in corlib but may be elsewhere)

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

21 years ago2003-04-22 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Wed, 23 Apr 2003 01:45:14 +0000 (01:45 -0000)]
2003-04-22  Sebastien Pouliot  <spouliot@videotron.ca>

* NextPrimeFinder.cs: New. Prime Generator.
Support class for BigInteger (commited for Ben Maurer).
* PrimeGeneratorBase.cs: New. Abstract Prime Generator.
Support class for BigInteger (commited for Ben Maurer).
* SequentialSearchPrimeGeneratorBase.cs: New. Prime Generator.
Support class for BigInteger (commited for Ben Maurer).

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

21 years ago2003-04-22 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Wed, 23 Apr 2003 01:44:13 +0000 (01:44 -0000)]
2003-04-22  Sebastien Pouliot  <spouliot@videotron.ca>

* ConfidenceFactor.cs: New. Enum for prime quality.
Support for BigInteger (commited for Ben Maurer).
* PrimalityTests.cs: New. Tests for primality.
Support for BigInteger (commited for Ben Maurer).

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

21 years agoRevert
Miguel de Icaza [Tue, 22 Apr 2003 22:10:48 +0000 (22:10 -0000)]
Revert

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

21 years agoOops, do not override
Miguel de Icaza [Tue, 22 Apr 2003 22:10:09 +0000 (22:10 -0000)]
Oops, do not override

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

21 years agoMore backup
Miguel de Icaza [Tue, 22 Apr 2003 22:08:32 +0000 (22:08 -0000)]
More backup

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

21 years agoAdd version 2 tests
Miguel de Icaza [Tue, 22 Apr 2003 21:33:10 +0000 (21:33 -0000)]
Add version 2 tests

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

21 years agoArchive these files from my generics tree
Miguel de Icaza [Tue, 22 Apr 2003 21:30:45 +0000 (21:30 -0000)]
Archive these files from my generics tree

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

21 years agoAdded new question: Why not implement SWF on top of Gtk+?
Jonathan Pryor [Tue, 22 Apr 2003 20:20:29 +0000 (20:20 -0000)]
Added new question: Why not implement SWF on top of Gtk+?

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

21 years ago2003-04-22 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Tue, 22 Apr 2003 18:41:46 +0000 (18:41 -0000)]
2003-04-22  Ville Palo <vi64pa@kolumbus.fi>

* Directory.cs: clean up --> performance improvment. Some exceptions
are now checked in File.cs.
* File.cs: Implemented Get/SetXXXTimeUtc () methods. Some bugfixes.

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

21 years ago2003-04-22 Pedro Mart�nez Juli� <yoros@wanadoo.es>
Pedro Martínez Juliá [Tue, 22 Apr 2003 18:11:43 +0000 (18:11 -0000)]
2003-04-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * NumberFormatInfo.cs: Method CurrentInfo now returns the "real"
    CurrentInfo (Thread.CurrentThread.CurrentCulture.NumberFormat).

2003-04-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>

    * FloatingPointFormatter.cs: Little fixes for get the same results
    as MS.NET and show a message when something goes wrong with the
    parser of Custom Formats.

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

21 years ago2003-04-23 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Tue, 22 Apr 2003 17:55:29 +0000 (17:55 -0000)]
2003-04-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* Added missing ChangeLog of 4/4/2003.
* XmlTextWriter.cs : patch by Erik. fixed WriteQualifiedName.
  (write prefix instead of ns.)
* XmlInputStream.cs : file access mode fix (FileAccess.Read was missing)
* XmlTextReader.cs : modified to call Read() instead of ReadContent().
  (It may be required for decorated reader such as XmlValidatingReader.)
  Changed Read() error message for mismatch end tag.
* XmlDocument.cs : (ReadNode) friendly message for mismatch EndElement.
* XmlReader.cs : Corrected misinterpreted MoveToContent() method.

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

21 years ago2003-04-22 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Tue, 22 Apr 2003 17:38:40 +0000 (17:38 -0000)]
2003-04-22  Ville Palo <vi64pa@kolumbus.fi>

* FileTest.cs: More tests.

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

21 years agoWork around for MCS bug: #41607
Miguel de Icaza [Tue, 22 Apr 2003 16:21:43 +0000 (16:21 -0000)]
Work around for MCS bug: #41607

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

21 years ago2003-04-22 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Tue, 22 Apr 2003 15:09:24 +0000 (15:09 -0000)]
2003-04-22  Dietmar Maurer  <dietmar@ximian.com>

* mini.c (mono_method_to_ir): set the cil_code address (fix bug 41525)

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

21 years agono message
Lluis Sanchez [Tue, 22 Apr 2003 14:44:28 +0000 (14:44 -0000)]
no message

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

21 years agoFlush
Nick Drochak [Tue, 22 Apr 2003 14:34:09 +0000 (14:34 -0000)]
Flush

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

21 years ago2003-04-22 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 22 Apr 2003 14:32:55 +0000 (14:32 -0000)]
2003-04-22  Nick Drochak  <ndrochak@gol.com>

* Double.cs (ToString):
* Single.cs (ToString): Handle case where param is a CultureInfo.

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

21 years ago2003-04-22 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Tue, 22 Apr 2003 13:47:45 +0000 (13:47 -0000)]
2003-04-22  Dietmar Maurer  <dietmar@ximian.com>

* domain.c (mono_init): initialize mono_defaults.monitor_class

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

21 years ago * Control.cs : implementation of docking
Aleksey Ryabchuk [Tue, 22 Apr 2003 11:06:42 +0000 (11:06 -0000)]
* Control.cs : implementation of docking
* Form.cs    : small changes regarding resizing of MDI client window
* StatusBar.cs : update parts on Layout event, new style to prevent resizing be the system

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

21 years ago2003-04-22 Gaurav Vaish <gvaish_mono.nospam@nospam.lycos.com>
Gaurav Vaish [Tue, 22 Apr 2003 07:09:02 +0000 (07:09 -0000)]
2003-04-22  Gaurav Vaish <gvaish_mono.nospam@nospam.lycos.com>

* team.xml - Not a nerd, yet!

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

21 years agoupdate
Miguel de Icaza [Tue, 22 Apr 2003 06:57:03 +0000 (06:57 -0000)]
update

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

21 years agoupdate man page
Miguel de Icaza [Tue, 22 Apr 2003 05:26:15 +0000 (05:26 -0000)]
update man page

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

21 years agoAdd IExpando interface
Miguel de Icaza [Tue, 22 Apr 2003 05:22:35 +0000 (05:22 -0000)]
Add IExpando interface

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

21 years agoMore error loving
Miguel de Icaza [Tue, 22 Apr 2003 05:17:45 +0000 (05:17 -0000)]
More error loving

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

21 years agoChangeLog entry, and makefile.gnu little fixes.
César Natarén [Tue, 22 Apr 2003 05:13:27 +0000 (05:13 -0000)]
ChangeLog entry, and makefile.gnu little fixes.

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

21 years agoAdded/Committed the files for antlr.debug.misc.
César Natarén [Tue, 22 Apr 2003 05:06:54 +0000 (05:06 -0000)]
Added/Committed the files for antlr.debug.misc.

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

21 years agoAdded files from directory antlr.debug. See ChangeLog entry from April 21.
César Natarén [Tue, 22 Apr 2003 05:04:03 +0000 (05:04 -0000)]
Added files from directory antlr.debug. See ChangeLog entry from April 21.

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

21 years agoAdded/Commited antlr.collections.impl
César Natarén [Tue, 22 Apr 2003 05:01:35 +0000 (05:01 -0000)]
Added/Commited antlr.collections.impl

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

21 years agoAnother error
Miguel de Icaza [Tue, 22 Apr 2003 05:00:58 +0000 (05:00 -0000)]
Another error

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

21 years agoAdd another
Miguel de Icaza [Tue, 22 Apr 2003 04:59:17 +0000 (04:59 -0000)]
Add another

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

21 years agoAdded Antlr.Runtime/antlr.collections and Antlr.Runtime/antlr.collections/AST.cs.
César Natarén [Tue, 22 Apr 2003 04:59:15 +0000 (04:59 -0000)]
Added Antlr.Runtime/antlr.collections and Antlr.Runtime/antlr.collections/AST.cs.

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

21 years agoAdded Antlr.Runtime/antlr, needed for compiling the files generated by antlr compiler...
César Natarén [Tue, 22 Apr 2003 04:56:13 +0000 (04:56 -0000)]
Added Antlr.Runtime/antlr, needed for compiling the files generated by antlr compiler/compiler.

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

21 years ago2003-04-21 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 22 Apr 2003 01:56:04 +0000 (01:56 -0000)]
2003-04-21  Miguel de Icaza  <miguel@ximian.com>

* reflection.c (method_encode_code): Add a spicy exception to help
future compiler authors.

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

21 years ago2003-04-21 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 22 Apr 2003 01:27:44 +0000 (01:27 -0000)]
2003-04-21  Sebastien Pouliot  <spouliot@videotron.ca>

* X509CertificateTest.cs: Fixed DateTime issue by setting
CultureInfo to "". Thanks Nick!

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

21 years agoLots of stubs from Peter Van Isacker, that I'd started to flesh in - compilable
Rafael Teixeira [Tue, 22 Apr 2003 00:53:47 +0000 (00:53 -0000)]
Lots of stubs from Peter Van Isacker, that I'd started to flesh in - compilable

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

21 years ago2003-04-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 22 Apr 2003 00:19:52 +0000 (00:19 -0000)]
2003-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ArrayList.cs: patch from bernard@ugsolutions.com (Bernie Solomon)
that fixes bug #41684.

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

21 years ago2003-04-21 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 21 Apr 2003 21:58:49 +0000 (21:58 -0000)]
2003-04-21  Martin Baulig  <martin@ximian.com>

* icall.c
(ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
Make this work with relative pathnames; g_filename_to_uri() needs
an absolute filename.

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

21 years agoCopied them over again from ../jit/.
Martin Baulig [Mon, 21 Apr 2003 21:15:46 +0000 (21:15 -0000)]
Copied them over again from ../jit/.

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

21 years ago2003-04-21 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 21 Apr 2003 21:14:43 +0000 (21:14 -0000)]
2003-04-21  Martin Baulig  <martin@ximian.com>

* debug.c (mono_debug_open): Splitted into mono_debug_init() and
mono_debug_init_2().
(mono_debug_open_image): Don't open referenced assemblies; this is
done automatically by the code in assembly.c.

* mono.c (main_thread_handler): Call mono_debug_init() before
opening the assembly because we need to install the assembly load
hook before doing so.

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

21 years agoMore updates
Miguel de Icaza [Mon, 21 Apr 2003 19:22:14 +0000 (19:22 -0000)]
More updates

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

21 years ago2003-04-21 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Mon, 21 Apr 2003 19:20:47 +0000 (19:20 -0000)]
2003-04-21  Ville Palo <vi64pa@kolumbus.fi>

* Directory.cs: lots of fixes.
  - Added GetXXXtimeUtc () (v1.1) methods.
  - Added SetXXXtimeUtc () (v1.1) methods.

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

21 years ago2003-04-21 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Mon, 21 Apr 2003 19:14:00 +0000 (19:14 -0000)]
2003-04-21  Ville Palo <vi64pa@kolumbus.fi>

* DirectoryTest.cs: lots of new tests. and some fixes and clean ups

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

21 years agoFlush
Miguel de Icaza [Mon, 21 Apr 2003 19:02:16 +0000 (19:02 -0000)]
Flush

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

21 years agoSigh
Miguel de Icaza [Mon, 21 Apr 2003 18:52:22 +0000 (18:52 -0000)]
Sigh

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

21 years agoYes. Here I am.
Jaime Anguiano Olarra [Mon, 21 Apr 2003 18:08:54 +0000 (18:08 -0000)]
Yes. Here I am.

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

21 years ago003-04-20 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 21 Apr 2003 13:35:38 +0000 (13:35 -0000)]
003-04-20 Nick Drochak <ndrochak@gol.com>

* Remove nunit version 1

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

21 years ago2003-04-15 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 21 Apr 2003 13:30:25 +0000 (13:30 -0000)]
2003-04-15 Nick Drochak <ndrochak@gol.com>

* Remove nunit version 1

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

21 years ago2003-04-21 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Mon, 21 Apr 2003 12:06:56 +0000 (12:06 -0000)]
2003-04-21  Ville Palo <vi64pa@kolumbus.fi>

* corlib_linux_test.args: added System.IO/DirectoryTest.cs
* corlib_test.args: added System.IO/DirectoryTest.cs

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

21 years agoKaluzhny: CompanyName, CurrentCulture, ExecutablePath, ProductName, ProductVersion...
V Kaluzhny [Mon, 21 Apr 2003 06:48:50 +0000 (06:48 -0000)]
Kaluzhny: CompanyName, CurrentCulture, ExecutablePath, ProductName, ProductVersion properties

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