mono.git
22 years ago small bug fix
Dietmar Maurer [Thu, 10 Jan 2002 08:51:48 +0000 (08:51 -0000)]
 small bug fix

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

22 years ago2002-01-09 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Thu, 10 Jan 2002 03:27:51 +0000 (03:27 -0000)]
2002-01-09  Ravi Pratap  <ravi@ximian.com>

* typemanager.cs (IndexerPropertyName): If we have a TypeBuilder, use
TypeBuilder.GetCustomAttributes to retrieve what we need.

Get rid of redundant default_member_attr_type as this is the same as
default_member_type which already exists.

* interface.cs, attribute.cs : Update accordingly.

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

22 years agoUpdate errors
Miguel de Icaza [Wed, 9 Jan 2002 21:50:06 +0000 (21:50 -0000)]
Update errors

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

22 years agoUpdate
Miguel de Icaza [Wed, 9 Jan 2002 21:46:22 +0000 (21:46 -0000)]
Update

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

22 years agoAdded MonoTODO to InternalGetResourceSet(). I forgot to save before my last
Duncan Mak [Wed, 9 Jan 2002 20:18:10 +0000 (20:18 -0000)]
Added MonoTODO to InternalGetResourceSet(). I forgot to save before my last
commit.

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

22 years ago * ResourceManager.cs: Removed MonoTODO attribute on GetString
Duncan Mak [Wed, 9 Jan 2002 20:16:23 +0000 (20:16 -0000)]
* ResourceManager.cs: Removed MonoTODO attribute on GetString
  (string), as I believe it's correct. However, GetString
  (string, CultureInfo) is definitely broken, so I'm marking it with
  MonoTODO there. I also added MonoTODO to IntenalGetResourceSet().

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

22 years ago2002-01-09 Duncan Mak <duncan@ximian.com>
Duncan Mak [Wed, 9 Jan 2002 20:02:45 +0000 (20:02 -0000)]
2002-01-09  Duncan Mak  <duncan@ximian.com>

    * ResourceManager.cs: Fixed the GetSatelliteContractVersion()
      method. It was missing a cast before. Removed MonoTODO
      attribute. ;-) It was tested by John Barn, so this shouldn't
      break the build.

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

22 years agoWed Jan 9 16:04:39 MST 2002 Matt Kimball <matt@kimball.net>
Matt Kimball [Wed, 9 Jan 2002 19:13:42 +0000 (19:13 -0000)]
Wed Jan  9 16:04:39 MST 2002 Matt Kimball <matt@kimball.net>

* BinaryWriter.cs: Initial implementation.  And it's all there.

* BinaryReader.cs: The constructor now uses the passed in encoding,
not UTF8 always.

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

22 years agoCreated Guid.cs
Duco Fijma [Wed, 9 Jan 2002 19:02:59 +0000 (19:02 -0000)]
Created Guid.cs

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

22 years agoWed Jan 9 13:54:28 MST 2002 Matt Kimball <matt@kimbal.net>
Matt Kimball [Wed, 9 Jan 2002 17:03:08 +0000 (17:03 -0000)]
Wed Jan  9 13:54:28 MST 2002 Matt Kimball <matt@kimbal.net>

* BinaryReader.cs: Initial implementation.  I think it's complete.

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

22 years agoWed Jan 9 19:37:55 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 9 Jan 2002 14:49:44 +0000 (14:49 -0000)]
Wed Jan 9 19:37:55 CET 2002 Paolo Molaro <lupus@ximian.com>

* ILGenerator.cs: emit float and doubles.
* ModuleBuilder.cs: off-by-one error fix and GetType()
implementations.
* TypeBuilder.cs: AttributesImpl added.
* UnmanagedMarshal.cs: stubbed out class.

Wed Jan 9 19:37:14 CET 2002 Paolo Molaro <lupus@ximian.com>

* MonoMethod.cs: ToString () implementation.

Wed Jan 9 19:35:07 CET 2002 Paolo Molaro <lupus@ximian.com>

* MulticastDelegate.cs: add == and != operator stubs.
* String.cs: check for null in == operator.
* Type.cs: use a virtual method to get TypeAttributes.

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

22 years agoWed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 9 Jan 2002 14:41:59 +0000 (14:41 -0000)]
Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>

* icall.c: initialize class in type_from_handle ().
Loop also in parent classes for get_method ().
* reflection.c: properly encode class and valuetype types.
Start on encoding TypeBuilder types. Handle fieldrefs.
Use correct length when registering a user string.
Handle ConstructorBuilder and MonoMethod in get_token ().
Make mono_type_get_object () aware of cached types.
* object.c: back out change to mono_string_new ().

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

22 years agoInitial import.
John Barnette [Wed, 9 Jan 2002 08:36:37 +0000 (08:36 -0000)]
Initial import.

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

22 years agoMinor error message change.
John Barnette [Wed, 9 Jan 2002 08:34:46 +0000 (08:34 -0000)]
Minor error message change.

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

22 years agoTue Jan 8 23:30:19 EST 2002 Matt Kimball <matt@kimball.net>
Matt Kimball [Wed, 9 Jan 2002 02:39:30 +0000 (02:39 -0000)]
Tue Jan  8 23:30:19 EST 2002 Matt Kimball <matt@kimball.net>
* String.cs: Fixed several off-by-one errors in LastIndexOf* methods

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

22 years agoRemove old fixmes that were fixed
Miguel de Icaza [Wed, 9 Jan 2002 02:27:11 +0000 (02:27 -0000)]
Remove old fixmes that were fixed

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

22 years agoTue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
Matt Kimball [Wed, 9 Jan 2002 01:56:59 +0000 (01:56 -0000)]
Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
* object.c: mono_string_new should return a NULL when the string
passed in is NULL -- not try to deference it.

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

22 years agoTue Jan 8 22:38:41 MST 2002 Matt Kimball <matt@kimball.net>
Matt Kimball [Wed, 9 Jan 2002 01:49:12 +0000 (01:49 -0000)]
Tue Jan  8 22:38:41 MST 2002 Matt Kimball <matt@kimball.net>

* x86/tramp.c: handle strings returned from functions in external
libraries by converting to a Mono string object after the pinvoke'd
function returns

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

22 years agoFlush
Miguel de Icaza [Tue, 8 Jan 2002 22:12:51 +0000 (22:12 -0000)]
Flush

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

22 years ago2002-01-08 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 8 Jan 2002 21:54:24 +0000 (21:54 -0000)]
2002-01-08  Miguel de Icaza  <miguel@ximian.com>

* typemanager.cs: Enable IndexerPropertyName again.  It does not
work for TYpeBuilders though.  Ravi, can you please fix this?

* cs-tokenizer.cs: Accept _ as a name in pp-expressions.

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

22 years ago2002-01-08 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 8 Jan 2002 19:52:32 +0000 (19:52 -0000)]
2002-01-08  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (Argument.Emit): Handle the case of ref objects
being passed to ref functions;

(ParameterReference.EmitLoad): Loads the content of the pointer
without dereferencing.

2002-01-07  Miguel de Icaza  <miguel@ximian.com>

* cs-tokenizer.cs: Implemented the pre-processing expressions.

This also includes Matt Kimball's patch for LookupType.

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

22 years agoAdd BitConverter from Matt Kimball
Miguel de Icaza [Tue, 8 Jan 2002 16:07:03 +0000 (16:07 -0000)]
Add BitConverter from Matt Kimball

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

22 years agoRevert patch
Miguel de Icaza [Tue, 8 Jan 2002 15:48:29 +0000 (15:48 -0000)]
Revert patch

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

22 years agoADD: Initial import for some of the utility classes shared by all the
John Barnette [Tue, 8 Jan 2002 15:28:01 +0000 (15:28 -0000)]
ADD: Initial import for some of the utility classes shared by all the
documentation generators.

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

22 years agoAlready obsoleted, and should have never been added to CVS in the first
John Barnette [Tue, 8 Jan 2002 15:19:25 +0000 (15:19 -0000)]
Already obsoleted, and should have never been added to CVS in the first
place.  Mea culpa.

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

22 years agoUpdated email address
Miguel de Icaza [Tue, 8 Jan 2002 15:15:40 +0000 (15:15 -0000)]
Updated email address

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

22 years agoRemoved the todo utility, as it is being obsoleted by tools in ../docutils
John Barnette [Tue, 8 Jan 2002 14:57:18 +0000 (14:57 -0000)]
Removed the todo utility, as it is being obsoleted by tools in ../docutils

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

22 years ago2002-01-08 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Tue, 8 Jan 2002 14:08:57 +0000 (14:08 -0000)]
2002-01-08  Ravi Pratap  <ravi@ximian.com>

* class.cs (Indexer.DefineMethod): Incorporate the interface
type in the name of the method if we are doing explicit interface
implementation.

* expression.cs (ConversionExists): Remove as it is completely obsolete.

(BetterConversion): Fix extremely trivial bug where we were referring to
ConversionExists instead of StandardConversionExists ! Hooray, things are fine
again !

* ../errors/bug16.cs : Add although we have fixed it.

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

22 years agoAdd although we have just fixed it :-)
Ravi Pratap M [Tue, 8 Jan 2002 13:15:33 +0000 (13:15 -0000)]
Add although we have just fixed it :-)

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

22 years ago2002-01-08 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 8 Jan 2002 11:33:32 +0000 (11:33 -0000)]
2002-01-08  Nick Drochak  <ndrochak@gol.com>

* CodeAccessSecurityAttribute.cs, SecurityAttribute.cs,
SecurityPermissionAttribute.cs: New Files

* SecurityPermissionFlag.cs: Add missing enum values

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

22 years ago2002-01-09 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 8 Jan 2002 11:31:24 +0000 (11:31 -0000)]
2002-01-09  Nick Drochak  <ndrochak@gol.com>

* corlib.build: Exclude Security Attribute classes that need mcs
magic to get them to compile.

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

22 years ago2002-01-09 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 8 Jan 2002 11:28:14 +0000 (11:28 -0000)]
2002-01-09  Nick Drochak  <ndrochak@gol.com>

* Environment.cs: Comment out Security attribute and put a MonoTODO
there as a reminder.  We need mcs magic to handle security attributes in
corlib.

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

22 years agoCompilation Patch from Matt Kimball
Miguel de Icaza [Tue, 8 Jan 2002 01:49:35 +0000 (01:49 -0000)]
Compilation Patch from Matt Kimball

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

22 years agoAdd new tests
Miguel de Icaza [Tue, 8 Jan 2002 01:43:56 +0000 (01:43 -0000)]
Add new tests

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

22 years ago2002-01-07 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 7 Jan 2002 22:47:03 +0000 (22:47 -0000)]
2002-01-07  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (BaseIndexer): Begin implementation.

* class.cs (TypeContainer.IsInterfaceMethod): Bug fix.

* cs-parser.jay (indexer_declarator): Use qualified_identifier
production directly to remove a shift/reduce, and implement
explicit interface implementation.

* cs-tokenizer.cs: Fix tokenizer, it was consuming one extra char
after a floating point suffix.

* expression.cs (DoNumericPromotions): Improved the conversion for
uint/uint.  If we have a constant, we avoid doing a typecast to a
larger type.

* class.cs (Indexer): Implement explicit interface implementation
for indexers.

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

22 years agoAdded some MonoTODO attributes
Duco Fijma [Mon, 7 Jan 2002 18:28:58 +0000 (18:28 -0000)]
Added some MonoTODO attributes

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

22 years agoCreated INormalizeForIsolatedStorage
Duco Fijma [Mon, 7 Jan 2002 17:59:34 +0000 (17:59 -0000)]
Created INormalizeForIsolatedStorage

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

22 years agoFinalized SymAddressKind
Duco Fijma [Mon, 7 Jan 2002 17:57:00 +0000 (17:57 -0000)]
Finalized SymAddressKind

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

22 years agoCreated IAppDomainSetup
Duco Fijma [Mon, 7 Jan 2002 17:54:06 +0000 (17:54 -0000)]
Created IAppDomainSetup

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

22 years ago2002-01-07 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Mon, 7 Jan 2002 12:51:56 +0000 (12:51 -0000)]
2002-01-07   Gaurav Vaish <gvaish@iitk.ac.in>

* Button.cs, ButtonColumn.cs, CheckBoxList.cs   -- Completed. Uh!

* HyperLinkColumn.cs -- Started off. But feeling sleepy. Will do it
   tomorrow. ;-)

* TODO, ChangeLog  -- Properly Updated.

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

22 years agoFix MonoTODO attribute name
Dick Porter [Mon, 7 Jan 2002 11:06:41 +0000 (11:06 -0000)]
Fix MonoTODO attribute name

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

22 years ago2002-01-07 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Mon, 7 Jan 2002 09:44:55 +0000 (09:44 -0000)]
2002-01-07   Gaurav Vaish <gvaish@iitk.ac.in>

* ChangeLog  -- Updated for information about TODO decoration

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

22 years ago2002-01-07 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Mon, 7 Jan 2002 09:42:30 +0000 (09:42 -0000)]
2002-01-07    Gaurav Vaish <gvaish@iitk.ac.in>

* TODOAttribute.cs   -- TODOAttribute Class for System.Web Assembly

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

22 years ago2002-01-07 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Mon, 7 Jan 2002 08:11:17 +0000 (08:11 -0000)]
2002-01-07    Gaurav Vaish <gvaish@iitk.ac.in>

* type-maintainers.xml  -- Hey, hey! My name is "Vaish" not "Vanish".
:))

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

22 years agoAdded todo, a tool for generating TODO lists and optional missing types
John Barnette [Mon, 7 Jan 2002 07:29:18 +0000 (07:29 -0000)]
Added todo, a tool for generating TODO lists and optional missing types
for an assembly.  Also minor makefile cleanup.

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

22 years agoRemove file added for Miguel.
John Barnette [Mon, 7 Jan 2002 07:13:41 +0000 (07:13 -0000)]
Remove file added for Miguel.

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

22 years agoUpdate.
John Barnette [Mon, 7 Jan 2002 07:11:56 +0000 (07:11 -0000)]
Update.

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

22 years agoNew combined format XML for maintainers and the classes they love.
John Barnette [Mon, 7 Jan 2002 07:09:42 +0000 (07:09 -0000)]
New combined format XML for maintainers and the classes they love.
Will likely obsolete maintainers.xml and class.xml when the TODO and
status generation stuff is done.

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

22 years ago2002-01-07 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Mon, 7 Jan 2002 04:38:56 +0000 (04:38 -0000)]
2002-01-07    Gaurav Vaish <gvaish@iitk.ac.in>

* EnumCheck.cs  -- A very important tool added. Can list the actual
   values of an enumeration. do "EnumCheck.exe --help" for details.

* ChangeLog, makefile  -- updated

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

22 years agoMinor spelling, punctuation, and grammar edits.
John Barnette [Mon, 7 Jan 2002 02:41:45 +0000 (02:41 -0000)]
Minor spelling, punctuation, and grammar edits.

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

22 years ago2002-01-07 Gaurav Vaish <gvaish@iitk.ac.in>
Gaurav Vaish [Mon, 7 Jan 2002 02:37:35 +0000 (02:37 -0000)]
2002-01-07   Gaurav Vaish <gvaish@iitk.ac.in>

* <All>.cs  -- A lot of decoration. Gosh! saved, not too many..

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

22 years agoAdd man page
Miguel de Icaza [Mon, 7 Jan 2002 02:01:27 +0000 (02:01 -0000)]
Add man page

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

22 years agoPre-initial ;-) commit for Miguel to look at.
John Barnette [Mon, 7 Jan 2002 01:38:25 +0000 (01:38 -0000)]
Pre-initial ;-) commit for Miguel to look at.

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

22 years agoAdd this here too. I am quite sure this is incorrect so somebody
Ravi Pratap M [Mon, 7 Jan 2002 00:34:40 +0000 (00:34 -0000)]
Add this here too. I am quite sure this is incorrect so somebody
please tell me the right way of referencing the file inside :

mcs/class/corlib/System/TODOAttribute.cs

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

22 years agoUpdates for TODOAttribute.cs
Ravi Pratap M [Mon, 7 Jan 2002 00:31:18 +0000 (00:31 -0000)]
Updates for TODOAttribute.cs

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

22 years agoCreated all System.Diagnostics.SymbolWriter interfaces
Duco Fijma [Sun, 6 Jan 2002 19:25:44 +0000 (19:25 -0000)]
Created all System.Diagnostics.SymbolWriter interfaces

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

22 years agoREALLY removed System.Resources from <excludes>
Duco Fijma [Sun, 6 Jan 2002 19:24:01 +0000 (19:24 -0000)]
REALLY removed System.Resources from <excludes>

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

22 years agoNew file (ISurrogateSelector.cs)
David Dawkins [Sun, 6 Jan 2002 19:08:04 +0000 (19:08 -0000)]
New file (ISurrogateSelector.cs)

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

22 years ago2002-01-07 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 6 Jan 2002 18:50:38 +0000 (18:50 -0000)]
2002-01-07  Nick Drochak  <ndrochak@gol.com>

* PrincipalPolicy.cs: made enum public like it should be to get _AppDomain to compile.

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

22 years agoNew file (ISerializationSurrogate.cs)
David Dawkins [Sun, 6 Jan 2002 18:48:11 +0000 (18:48 -0000)]
New file (ISerializationSurrogate.cs)

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

22 years agoCreated _AppDomain.cs
Duco Fijma [Sun, 6 Jan 2002 18:30:58 +0000 (18:30 -0000)]
Created _AppDomain.cs

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

22 years agoNew file (IFormatter.cs)
David Dawkins [Sun, 6 Jan 2002 18:19:52 +0000 (18:19 -0000)]
New file (IFormatter.cs)

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

22 years agoRemoved <excludes> for System.Resources from corlib.build
Duco Fijma [Sun, 6 Jan 2002 17:51:20 +0000 (17:51 -0000)]
Removed <excludes> for System.Resources from corlib.build

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

22 years agoFinalized IResourceReader and IResourceWriter. Made other files compileable
Duco Fijma [Sun, 6 Jan 2002 17:49:47 +0000 (17:49 -0000)]
Finalized IResourceReader and IResourceWriter. Made other files compileable

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

22 years agoUpdate with the link to the approved ECMA specs
Miguel de Icaza [Sun, 6 Jan 2002 16:32:07 +0000 (16:32 -0000)]
Update with the link to the approved ECMA specs

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

22 years ago2002-01-06 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sun, 6 Jan 2002 11:10:59 +0000 (11:10 -0000)]
2002-01-06  Ravi Pratap  <ravi@ximian.com>

* ChangeLog : Add.

* Matrix.cs : MonoTODO everywhere.

* TODOAttribute.cs : Add here too.

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

22 years ago2002-01-06 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sun, 6 Jan 2002 10:58:38 +0000 (10:58 -0000)]
2002-01-06  Ravi Pratap  <ravi@ximian.com>

* ChangeLog : Add to this directory.

* SocketException.cs, TcpClient.cs, TcpListener.cs : MonoTODO
attribute decoration.

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

22 years ago2002-01-06 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sun, 6 Jan 2002 10:52:58 +0000 (10:52 -0000)]
2002-01-06  Ravi Pratap  <ravi@ximian.com>

* Dns.cs, AuthenticationManager.cs, SocketAddress.cs : MonoTODO
attribute insertion.

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

22 years ago2002-01-06 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sun, 6 Jan 2002 10:48:33 +0000 (10:48 -0000)]
2002-01-06  Ravi Pratap  <ravi@ximian.com>

* Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits
with the MonoTODO attribute.

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

22 years ago2002-01-06 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sun, 6 Jan 2002 10:26:35 +0000 (10:26 -0000)]
2002-01-06  Ravi Pratap  <ravi@ximian.com>

* ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration

* SingleTagSectionHandler.cs, DictionarySectionHandler.cs,
NameValueSectionHandler.cs : Ditto.

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

22 years ago2002-01-06 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sun, 6 Jan 2002 04:54:08 +0000 (04:54 -0000)]
2002-01-06  Nick Drochak  <ndrochak@gol.com>

* corcompare.cs: Catch the FileNotFoundException and handle it nicely.

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

22 years ago2002-01-06 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sat, 5 Jan 2002 23:43:10 +0000 (23:43 -0000)]
2002-01-06  Nick Drochak  <ndrochak@gol.com>

* ResolveEventArgsTest.cs: New test.
* AllTests.cs: Added new test to suite.

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

22 years ago2002-01-06 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sat, 5 Jan 2002 23:29:35 +0000 (23:29 -0000)]
2002-01-06  Nick Drochak  <ndrochak@gol.com>

* ResolveEventArgs.cs: New File, completely implemented! ;)

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

22 years agoFix the case of the CorCompare file name
Dick Porter [Sat, 5 Jan 2002 14:35:43 +0000 (14:35 -0000)]
Fix the case of the CorCompare file name

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 13:38:01 +0000 (13:38 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* CategoryAttribute.cs, Component.cs, ComponentCollection.cs: MonoTODO.

* Container.cs, MemberDescriptor.cs, PropertyDescriptor.cs : Ditto.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 13:23:03 +0000 (13:23 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* BitVector32.cs, ListDictionary.cs : MonoTODO everywhere!

* NameObjectCollectionBase.cs, NameValueCollection.cs : Ditto.

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

22 years agoAdd here too. I am not sure if this is really right so somebody
Ravi Pratap M [Sat, 5 Jan 2002 13:20:46 +0000 (13:20 -0000)]
Add here too. I am not sure if this is really right so somebody
who knows better can please holler :-)

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 13:07:37 +0000 (13:07 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* CodeGenerator.cs : Mark bits with MonoTODO.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 13:03:48 +0000 (13:03 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* ChangeLog : Add to this directory.

* Uri.cs, UriFormatException.cs : Decorate bits with MonoTODO attribute.

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

22 years agoTrivial makefile fixes
Ravi Pratap M [Sat, 5 Jan 2002 12:43:09 +0000 (12:43 -0000)]
Trivial makefile fixes

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

22 years agoSat Jan 5 16:08:23 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sat, 5 Jan 2002 11:18:57 +0000 (11:18 -0000)]
Sat Jan 5 16:08:23 CET 2002 Paolo Molaro <lupus@ximian.com>

* class.cs: make the default instance constructor public and hidebysig.

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

22 years agoSat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sat, 5 Jan 2002 11:15:42 +0000 (11:15 -0000)]
Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>

* icall.c: hack to make IsSubType work for TypeBuilders.
* reflection.c: emit constructors before methods.
Retrieve param names in mono_param_get_objects().

Sat Jan 5 15:45:14 CET 2002 Paolo Molaro <lupus@ximian.com>

* interp.c: allow classname:method name in --debug argument.
Fix box opcode for valuetypes. Fix a few opcode to take a 16 bit
index instead of 32 (stloc, ldloc, starg, etc.).

Sat Jan 5 15:51:06 CET 2002 Paolo Molaro <lupus@ximian.com>

* x86/tramp.c: handle short integer return types.

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

22 years agoSat Jan 5 15:56:54 CET 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sat, 5 Jan 2002 11:12:22 +0000 (11:12 -0000)]
Sat Jan 5 15:56:54 CET 2002 Paolo Molaro <lupus@ximian.com>

* Hashtable.cs: the IDictionaryEnumerator returns DictionaryEntries.

Sat Jan 5 15:59:05 CET 2002 Paolo Molaro <lupus@ximian.com>

* ILGenerator.cs: fix emission of two-bytes opcodes.
Missing slot for locals array. Throw exceptions on unimplemented
methods.
* OpCode.cs: add a comment: the Value property is useless.
* OpCodes.cs: fix name of tail opcode (Tail -> Tailcall).

Sat Jan 5 15:53:50 CET 2002 Paolo Molaro <lupus@ximian.com>

* Enum.cs: dummy ToString impl.
* String.cs: dummy format implementations to get compiler errors
somewhat working.
* Type.cs: implemented filter delegates. FindMembers runs the filter, now.

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

22 years ago002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 06:26:59 +0000 (06:26 -0000)]
002-01-05  Ravi Pratap  <ravi@ximian.com>

* AutoResetEvent.cs, ManualResetEvent.cs, Monitor.cs : MonoTODO
decoration.

* Mutex.cs, Overlapped.cs, ReaderWriterLock.cs, RegisteredWaitHandle.cs,
Thread.cs, ThreadAbortException.cs, ThreadPool.cs, Timer.cs, WaitHandler.cs : Ditto.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 06:11:42 +0000 (06:11 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* ASCIIEncoding.cs, Encoding.cs, UTF7Encoding.cs,
UnicodeEncoding.cs: MonoTODO attribute marking.

* StringBuilder.cs : Ditto.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 06:10:24 +0000 (06:10 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* CryptoAPITransform.cs, DESCryptoProvider.cs : MonoTODO attribute
decoration.

* HashAlgorithm.cs, MD5.cs, SHA1.cs, SHA256.cs, SHA384.cs : Ditto.

* SHA512.cs, SymmetricAlgorithm.cs, ToBase64Transform.cs,
AsymmetricAlgorithm.cs, CryptoStream.cs, DSA.cs, DSASignatureDeformatter.cs,
DSASignatureFormatter.cs, SignatureDescription.cs : Ditto.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 06:08:57 +0000 (06:08 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* SecurityElement.cs : Insert MonoTODO attribute.

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

22 years ago2002-05-01 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 05:22:24 +0000 (05:22 -0000)]
2002-05-01  Ravi Pratap  <ravi@ximian.com>

* SerializationInfo.cs : Insert MonoTODO attribute.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 04:43:46 +0000 (04:43 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* ObjRef.cs : Strew the MonoTODO attribute.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 04:42:37 +0000 (04:42 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* OutAttribute.cs : Decorate with MonoTODO.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 04:27:25 +0000 (04:27 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* ResourceManager.cs : MonoTODO attribute decoration.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 04:23:44 +0000 (04:23 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* ConstructorBuilder.cs : Use the MonoTODO attribute.

* ILGenerator.cs, Label.cs, MethodBuilder.cs, ModuleBuilder.cs,
ParameterBuilder.cs, TypeBuilder.cs : Ditto.

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

22 years ago2002-01-05 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Sat, 5 Jan 2002 04:23:00 +0000 (04:23 -0000)]
2002-01-05  Ravi Pratap  <ravi@ximian.com>

* TODOAttribute.cs : Augment some more; provide two constructors
with support for a comment too.

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

22 years ago2002-01-05 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 4 Jan 2002 21:10:15 +0000 (21:10 -0000)]
2002-01-05  Nick Drochak  <ndrochak@gol.com>

* corlib.build: Have the clean target remove any .pdb files that
might be around if we compiled with debug on.

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

22 years ago2002-01-05 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 4 Jan 2002 19:53:06 +0000 (19:53 -0000)]
2002-01-05  Nick Drochak  <ndrochak@gol.com>

* .cvsignore: ignore the debug files *.pdb

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

22 years ago2002-01-05 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 4 Jan 2002 19:48:22 +0000 (19:48 -0000)]
2002-01-05  Nick Drochak  <ndrochak@gol.com>

* Uncommented those MonoTODO's now that Ravi's got
the class in there

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

22 years agoCreated
Duco Fijma [Fri, 4 Jan 2002 19:22:52 +0000 (19:22 -0000)]
Created

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

22 years agoAdded TimeSpanTest
Duco Fijma [Fri, 4 Jan 2002 19:22:29 +0000 (19:22 -0000)]
Added TimeSpanTest

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

22 years agoLink to Alex's binary packages
Miguel de Icaza [Fri, 4 Jan 2002 18:49:43 +0000 (18:49 -0000)]
Link to Alex's binary packages

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

22 years agoFlush
Miguel de Icaza [Fri, 4 Jan 2002 16:38:40 +0000 (16:38 -0000)]
Flush

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