mono.git
21 years ago2002-07-12 Piers Haken <piersh@friksit.com>
Piers Haken [Fri, 12 Jul 2002 10:52:08 +0000 (10:52 -0000)]
2002-07-12 Piers Haken <piersh@friksit.com>

* XmlAttributeCollection.cs: implement some ItemOf indexers
* XmlNamedNodeMap.cs: add internal 'Nodes' accessor for the nodeList field
* XmlNode.cs: SelectNodes: return empty XmlNodeList, not null

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

21 years ago2002-07-12 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Fri, 12 Jul 2002 10:23:37 +0000 (10:23 -0000)]
2002-07-12  Dietmar Maurer  <dietmar@ximian.com>

* debug-helpers.c (mono_method_full_name): this can now generate
method names with signatures

* marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
method dont have this pointers.

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

21 years agoFri Jul 12 11:34:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 12 Jul 2002 09:40:05 +0000 (09:40 -0000)]
Fri Jul 12 11:34:58 CEST 2002 Paolo Molaro <lupus@ximian.com>

* ILGenerator.cs: fixup typebuilder tokens as well.

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

21 years agoFri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 12 Jul 2002 09:39:51 +0000 (09:39 -0000)]
Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>

* reflection.c: fixup typebuilder tokens.
* image.c: fix buglet.
* marshal.h: remove whitespace.
* metadata.h, metadata.c: reinstate code that was removed.
* verify.c: handle catch directives and fix another couple of bugs.

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

21 years agoAdded some tests for the SelectNodes method.
Jason Diamond [Fri, 12 Jul 2002 04:07:15 +0000 (04:07 -0000)]
Added some tests for the SelectNodes method.

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

21 years agoOops, fix
Miguel de Icaza [Fri, 12 Jul 2002 02:48:30 +0000 (02:48 -0000)]
Oops, fix

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

21 years agoAlso support CSC -options
Miguel de Icaza [Fri, 12 Jul 2002 02:05:21 +0000 (02:05 -0000)]
Also support CSC -options

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

21 years ago2002-07-11 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Fri, 12 Jul 2002 01:56:52 +0000 (01:56 -0000)]
2002-07-11  Miguel de Icaza  <miguel@ximian.com>

* driver.cs (CSCParseOption): Finish the /r: and /lib: support.

(LoadAssembly): Do not add the dll if it is already specified

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

21 years ago2002-07-11 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Fri, 12 Jul 2002 01:49:04 +0000 (01:49 -0000)]
2002-07-11  Miguel de Icaza  <miguel@ximian.com>

* daemon.c (_wapi_daemon_main): Use sizeof
(main_socket_address.sun_path) instead of hardcoded 108 value.

* handles.c (shared_init): Use sizeof

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

21 years ago2002-07-11 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 11 Jul 2002 23:50:12 +0000 (23:50 -0000)]
2002-07-11  Miguel de Icaza  <miguel@ximian.com>

* driver.cs: Add the System directory to the link path at the end,
after all the other -L arguments.

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

21 years ago2002-07-11 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 11 Jul 2002 22:29:43 +0000 (22:29 -0000)]
2002-07-11  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (ArrayAccess.EmitLoadOpcode): I was using the
wrong opcode for loading bytes and bools (ldelem.i1 instead of
ldelem.u1) and using the opposite for sbytes.

This fixes Digger, and we can finally run it.

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

21 years agoupdate
Miguel de Icaza [Thu, 11 Jul 2002 18:54:29 +0000 (18:54 -0000)]
update

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

21 years ago2002-07-11 Rodrigo Moya <rodrigo@ximian.com>
Rodrigo Moya [Thu, 11 Jul 2002 17:25:36 +0000 (17:25 -0000)]
2002-07-11  Rodrigo Moya <rodrigo@ximian.com>

* libgda.cs: added new libgda functions and some enumerations.

* OleDbParameter.cs (IsNullable): removed explicit implementation
of the set method for this property.

* OleDbDataAdapter.cs (MissingMappingAction): implemented.
(MissingSchemaAction): implemented.

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

22 years ago (mono_marshal_get_managed_wrapper): support more types
Dietmar Maurer [Thu, 11 Jul 2002 16:21:39 +0000 (16:21 -0000)]
(mono_marshal_get_managed_wrapper): support more types

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

22 years ago2002-07-11 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Thu, 11 Jul 2002 16:18:12 +0000 (16:18 -0000)]
2002-07-11  Dietmar Maurer  <dietmar@ximian.com>

* x86.brg (freg): new rule freg: CALL_R8 (this, reg)

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

22 years ago(mono_marshal_get_native_wrapper): support boolean
Dietmar Maurer [Thu, 11 Jul 2002 16:04:18 +0000 (16:04 -0000)]
(mono_marshal_get_native_wrapper): support boolean

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

22 years ago(mono_marshal_get_native_wrapper): make it comp. with the old code
Dietmar Maurer [Thu, 11 Jul 2002 15:51:42 +0000 (15:51 -0000)]
(mono_marshal_get_native_wrapper): make it comp. with the old code

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

22 years agoDietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Thu, 11 Jul 2002 15:31:35 +0000 (15:31 -0000)]
Dietmar Maurer  <dietmar@ximian.com>

* marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN

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

22 years agoarchitecture independent marshaling code
Dietmar Maurer [Thu, 11 Jul 2002 14:41:42 +0000 (14:41 -0000)]
architecture independent marshaling code

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

22 years agoadded StructureToPtr/SizeOf/PtrToStructure internal calls
Dietmar Maurer [Thu, 11 Jul 2002 14:31:42 +0000 (14:31 -0000)]
added StructureToPtr/SizeOf/PtrToStructure internal calls

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

22 years ago2002-07-11 Piers Haken <piersh@friskit.com>
Piers Haken [Thu, 11 Jul 2002 13:16:28 +0000 (13:16 -0000)]
2002-07-11  Piers Haken <piersh@friskit.com>

* XmlElementTests.cs: added TestCreateElement3WithNullNamespace

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

22 years ago2002-07-11 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 11 Jul 2002 12:23:45 +0000 (12:23 -0000)]
2002-07-11  Nick Drochak  <ndrochak@gol.com>

* .cvsignore: Ignore temp files too.

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

22 years ago2002-07-11 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 11 Jul 2002 11:19:06 +0000 (11:19 -0000)]
2002-07-11  Nick Drochak  <ndrochak@gol.com>

* ArrayTest.cs: Disable a test for now.  Bugzilla'd this one.
* ConvertTest.cs: Make message unique for this mistaken duplicate.

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

22 years ago2002-07-11 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Thu, 11 Jul 2002 11:06:54 +0000 (11:06 -0000)]
2002-07-11  Nick Drochak <ndrochak@gol.com>

* TestSuite.cs: Make sure fName is not null.

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

22 years ago2002-07-11 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 11 Jul 2002 05:47:03 +0000 (05:47 -0000)]
2002-07-11  Miguel de Icaza  <miguel@ximian.com>

* driver.cs (UnixParseOption): Move the option parsing here.
(CSCParseOption): Implement CSC-like parsing of options.

We now support both modes of operation, the old Unix way, and the
new CSC-like way.  This should help those who wanted to make cross
platform makefiles.

The only thing broken is that /r:, /reference: and /lib: are not
implemented, because I want to make those have the same semantics
as the CSC compiler has, and kill once and for all the confussion
around this.   Will be doing this tomorrow.

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

22 years ago2002-07-11 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 11 Jul 2002 04:51:24 +0000 (04:51 -0000)]
2002-07-11  Miguel de Icaza  <miguel@ximian.com>

* statement.cs (Unsafe.Resolve): The state is checked during
resolve, not emit, so we have to set the flags for IsUnsfe here.

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

22 years ago2002-07-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 11 Jul 2002 01:31:24 +0000 (01:31 -0000)]
2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpRuntime.cs: don't throw NotImplemented in a couple of methods.

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

22 years ago2002-07-10 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 11 Jul 2002 00:01:50 +0000 (00:01 -0000)]
2002-07-10  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (MemberAccess.ResolveMemberAccess): Since we can
not catch the Error_ObjectRefRequired in SimpleName (as it is
possible to have a class/instance variable name that later gets
deambiguated), we have to check this here.

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

22 years agomktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
Alp Toker [Wed, 10 Jul 2002 23:07:41 +0000 (23:07 -0000)]
mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead

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

22 years agoREmove debugging statements
Ravi Pratap M [Wed, 10 Jul 2002 22:23:40 +0000 (22:23 -0000)]
REmove debugging statements

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

22 years ago2002-07-10 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Wed, 10 Jul 2002 22:12:06 +0000 (22:12 -0000)]
2002-07-10  Ravi Pratap  <ravi@ximian.com>

* class.cs (TypeContainer.GetFieldFromEvent): Move away from here,
make static and put into Expression.

(Event.Define): Register the private field of the event with the
TypeManager so that GetFieldFromEvent can get at it.

(TypeManager.RegisterPrivateFieldOfEvent): Implement to
keep track of the private field associated with an event which
has no accessors.

(TypeManager.GetPrivateFieldOfEvent): Implement to get at the
private field.

* ecore.cs (GetFieldFromEvent): RE-write to use the above methods.

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

22 years ago2002-07-10 Ravi Pratap <ravi@ximian.com>
Ravi Pratap M [Wed, 10 Jul 2002 22:11:01 +0000 (22:11 -0000)]
2002-07-10  Ravi Pratap  <ravi@ximian.com>

* test-142.cs : Add. This ensures events can be accessed
correctly from subclasses etc.

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

22 years ago2002-07-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 10 Jul 2002 19:40:05 +0000 (19:40 -0000)]
2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Activator.cs: some more intermediate results checking in
in CreateInstance and CreateInstanceFrom and use GetConstructor and
Invoke only with Type [] until the other overloaded versions work.

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

22 years ago2002-07-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 10 Jul 2002 18:33:47 +0000 (18:33 -0000)]
2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* list:
* unix.args: added IObjectHandle.cs.

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

22 years ago2002-07-10 Dennis Haney <davh@davh.dk>
Dick Porter [Wed, 10 Jul 2002 12:50:12 +0000 (12:50 -0000)]
2002-07-10  Dennis Haney  <davh@davh.dk>

* shared.c:
* handles.c:
* daemon.c: Lots of documentation, some added error checking, and
code readability improvements.

* daemon-messages.h: Add the Error request type to improve error
checking.

* daemon-messages.c: Do a bit more error checking on send() and
recv(), and log errors with a higher severity level.

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

22 years ago2002/07/10 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Wed, 10 Jul 2002 12:17:57 +0000 (12:17 -0000)]
2002/07/10  Nick Drochak <ndrochak@gol.com>

* WindowsAccountType.cs:
* WindowsBuiltInRole.cs:
Make these enums public instead of internal.

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

22 years ago2002-07-10 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 10 Jul 2002 06:25:57 +0000 (06:25 -0000)]
2002-07-10  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (Binary.EmitBranchable): this routine emits the
Binary expression in a branchable context.  This basically means:
we need to branch somewhere, not just get the value on the stack.

This works together with Statement.EmitBoolExpression.

* statement.cs (Statement.EmitBoolExpression): Use
EmitBranchable.

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

22 years ago2002-07-09 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 10 Jul 2002 05:45:18 +0000 (05:45 -0000)]
2002-07-09  Miguel de Icaza  <miguel@ximian.com>

* statement.cs (For): Reduce the number of jumps in loops.

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

22 years ago2002-07-10 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Wed, 10 Jul 2002 05:24:00 +0000 (05:24 -0000)]
2002-07-10  Tim Coleman <tim@timcoleman.com>
        * OleDbCommandBuilder.cs: Added new methods, properties
        * OleDbConnection.cs: Modified constructor
        * OleDbError.cs: Added stubbs
        * OleDbException.cs: Added stubbs
        * OleDbInfoMessageEventArgs.cs: Added stubbs
        * OleDbInfoMessageEventHandler.cs: style change
        * OleDbParameter.cs: Added conversion from type to OleDbType
        * OleDbPermission.cs: Added stubbs
        * OleDbSchemaGuid.cs: Added stubbs
        * OleDbTransaction.cs: New constructors, changes to methods to
                support transaction nesting
        * libgda.cs: Added my name to this file

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

22 years ago2002-07-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 10 Jul 2002 01:37:47 +0000 (01:37 -0000)]
2002-07-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Activator.cs: reformatted. Implemented CreateInstance* methods
that return ObjectHandle.

* AppDomain.cs: implemented CreateInstance*AndUnwrap methods.

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

22 years ago2002-07-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 9 Jul 2002 23:36:02 +0000 (23:36 -0000)]
2002-07-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* IObjectHandle.cs: New file.
* ObjectHandle.cs: implemented constructor and Unwrap.

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

22 years ago2002-07-09 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 9 Jul 2002 23:10:26 +0000 (23:10 -0000)]
2002-07-09  Miguel de Icaza  <miguel@ximian.com>

* statement.cs (For): Implement loop inversion for the For
statement.

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

22 years ago2002-07-09 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Tue, 9 Jul 2002 21:04:02 +0000 (21:04 -0000)]
2002-07-09  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* merged attribute.cs, ecore.cs, namespace.cs and statement.cs from mcs/mcs, to resync

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

22 years agoAdded some more Q/A pairs and updated some others.
Jaime Anguiano Olarra [Tue, 9 Jul 2002 20:28:40 +0000 (20:28 -0000)]
Added some more Q/A pairs and updated some others.

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

22 years ago2002-07-09 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 9 Jul 2002 19:32:33 +0000 (19:32 -0000)]
2002-07-09  Miguel de Icaza  <miguel@ximian.com>

* statement.cs (Break): We can be breaking out of a Try/Catch
controlled section (foreach might have an implicit try/catch
clause), so we need to use Leave instead of Br.

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

22 years agoBug 27549
Miguel de Icaza [Tue, 9 Jul 2002 19:15:26 +0000 (19:15 -0000)]
Bug 27549
2002-07-09  Miguel de Icaza  <miguel@ximian.com>

* ecore.cs (FieldExpr.AddressOf): Fix for test-139 (augmented
now).  If the instace expression supports IMemoryLocation, we use
the AddressOf method from the IMemoryLocation to extract the
address instead of emitting the instance.

This showed up with `This', as we were emitting the instance
always (Emit) instead of the Address of This.  Particularly
interesting when This is a value type, as we dont want the Emit
effect (which was to load the object).

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

22 years agoTue Jul 9 19:03:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 9 Jul 2002 17:05:19 +0000 (17:05 -0000)]
Tue Jul 9 19:03:03 CEST 2002 Paolo Molaro <lupus@ximian.com>

* TypeBuilder.cs: special case SerializarionAttribute.
Tweaks to get correct code in corlib.

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

22 years ago2002-07-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 9 Jul 2002 13:48:32 +0000 (13:48 -0000)]
2002-07-09  Tim Coleman <tim@timcoleman.com>
        * System.Data.build: remove restriction on System.Data.OleDb build

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

22 years ago2002-07-09 Tim Coleman <tim@timcoleman.com>
Tim Coleman [Tue, 9 Jul 2002 13:47:54 +0000 (13:47 -0000)]
2002-07-09  Tim Coleman <tim@timcoleman.com>
       * OleDbCommand.cs: Style changes, added new methods
       * OleDbConnection.cs: Style changes, added new methods
       * OleDbDataAdapter.cs: Implementation
       * OleDbDataReader.cs: Added stubbs
       * OleDbErrorCollection.cs: Added stubbs, some implementation
       * OleDbParameter.cs: Style changes, added new methods
       * OleDbParameterCollection.cs: Style changes, added new methods
       * OleDbPermissionAttribute.cs: Style changes, added new methods
       * OleDbRowUpdatedEventArgs.cs: Added stubbs
       * OleDbRowUpdatingEventArgs.cs: Added stubbs
       * OleDbTransaction.cs: Style changes, added new methods
       * OleDbType.cs: Fixed two typos
       * libgda.cs: Style changes, added new methods

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

22 years ago2002-07-09 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 9 Jul 2002 11:40:53 +0000 (11:40 -0000)]
2002-07-09  Dick Porter  <dick@ximian.com>

* threads.c: Make the thread cleaning up cope with threads that
call ExitThread()

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

22 years agoUpdate
Miguel de Icaza [Tue, 9 Jul 2002 06:07:40 +0000 (06:07 -0000)]
Update

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

22 years ago2002-07-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 9 Jul 2002 01:10:48 +0000 (01:10 -0000)]
2002-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* BaseDataList.cs: a couple of fiex and added attributes.
* DataGrid.cs: little fixes.

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

22 years ago2002-07-08 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 9 Jul 2002 01:04:04 +0000 (01:04 -0000)]
2002-07-08  Miguel de Icaza  <miguel@ximian.com>

* attribute.cs: Pass the entry point to the DefinePInvokeMethod

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

22 years ago2002-07-08 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 8 Jul 2002 23:08:27 +0000 (23:08 -0000)]
2002-07-08  Miguel de Icaza  <miguel@ximian.com>

* statement.cs (Checked): Set the CheckedState during the resolve
process too, as the ConvCast operations track the checked state on
the resolve process, and not emit.

* cs-parser.jay (namespace_member_declaration): Flag that we have
found a declaration when we do.  This is used to flag error 1529

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

22 years agoAdd another test
Miguel de Icaza [Mon, 8 Jul 2002 23:07:41 +0000 (23:07 -0000)]
Add another test

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

22 years agonews
Miguel de Icaza [Mon, 8 Jul 2002 21:57:51 +0000 (21:57 -0000)]
news

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

22 years agonews
Miguel de Icaza [Mon, 8 Jul 2002 21:39:12 +0000 (21:39 -0000)]
news

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

22 years ago2002-07-08 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 8 Jul 2002 21:35:47 +0000 (21:35 -0000)]
2002-07-08  Miguel de Icaza  <miguel@ximian.com>

* driver.cs: Report ok when we display the help only.

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

22 years agoupdated
Radek Doulik [Mon, 8 Jul 2002 20:54:59 +0000 (20:54 -0000)]
updated

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

22 years ago2002-07-08 Radek Doulik <rodo@ximian.com>
Radek Doulik [Mon, 8 Jul 2002 19:58:27 +0000 (19:58 -0000)]
2002-07-08  Radek Doulik  <rodo@ximian.com>

* reflection.c (method_encode_code): use non-translated values to
compute finally_start, this fixes exception handling on ppc, yay!

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

22 years agoAdd Phonic news item.
Rachel Hestilow [Mon, 8 Jul 2002 19:04:45 +0000 (19:04 -0000)]
Add Phonic news item.

-- Rachel

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

22 years ago2002-07-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 8 Jul 2002 18:02:45 +0000 (18:02 -0000)]
2002-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Control.cs: fixed Visible property.
* Page.cs: fixed GetViewStateString.

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

22 years ago2002-07-08 Radek Doulik <rodo@ximian.com>
Radek Doulik [Mon, 8 Jul 2002 16:35:09 +0000 (16:35 -0000)]
2002-07-08  Radek Doulik  <rodo@ximian.com>

* decimal.h (struct signscale): fix endianess

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

22 years ago2002-07-07 Radek Doulik <rodo@ximian.com>
Radek Doulik [Mon, 8 Jul 2002 16:14:44 +0000 (16:14 -0000)]
2002-07-07  Radek Doulik  <rodo@ximian.com>

* reflection.c: swap box_val and not val

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

22 years ago2002-07-08 Radek Doulik <rodo@ximian.com>
Radek Doulik [Mon, 8 Jul 2002 16:13:36 +0000 (16:13 -0000)]
2002-07-08  Radek Doulik  <rodo@ximian.com>

* ppc/tramp.c: marshaling for SZARRAY

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

22 years agoMon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 8 Jul 2002 13:24:08 +0000 (13:24 -0000)]
Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>

* reflection.c, reflection.h: handle full assembly info in type name.
Handle Type arguments when loading custom attributes.
* icall.c: updated to use new mono_reflection_type_from_name () method.

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

22 years ago2002-7-7 DennisHayes <dennish@raytek.com>
Dennis Hayes [Mon, 8 Jul 2002 02:53:25 +0000 (02:53 -0000)]
2002-7-7  DennisHayes <dennish@raytek.com>

* ToolBarButtonClickEventArgs.cs
* UpDownEventArgs.cs
* KeyPressEventHandler.cs
* Added new files.

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

22 years ago*** empty log message ***
Dennis Hayes [Mon, 8 Jul 2002 02:50:00 +0000 (02:50 -0000)]
*** empty log message ***

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

22 years ago*** empty log message ***
Dennis Hayes [Mon, 8 Jul 2002 02:44:47 +0000 (02:44 -0000)]
*** empty log message ***

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

22 years ago2002-7-6 DennisHayes <dennish@raytek.com>
Dennis Hayes [Mon, 8 Jul 2002 02:41:08 +0000 (02:41 -0000)]
2002-7-6  DennisHayes <dennish@raytek.com>

* AccessibleEvents.cs
* AccessibleNavigation.cs
* AccessibleObject.cs
* AccessibleRole.cs
* AccessibleSelection.cs
* AccessibleStates.cs
* AmbientProperties.cs
* AnchorStyles.cs
* Appearance.cs
* Application.cs
* ApplicationContext.cs
* ArrangeDirection.cs
* ArrangeStartingPosition.cs
* AxHost.cs
* BaseCollection.cs
* Binding.cs
* BindingContext.cs
* BindingManagerBase.cs
* BindingMemberInfo.cs
* BindingsCollection.cs
* BootMode.cs
* Border3DSide.cs
* Border3DStyle.cs
* BorderStyle.cs
* BoundsSpecified.cs
* Button.cs
* ButtonBase.cs
* ButtonBorderStyle.cs
* ButtonState.cs
* CaptionButton.cs
* CharacterCasing.cs
* CheckBox.cs
* CheckedListBox.cs
* CheckState.cs
* Clipboard.cs
* ColorDepth.cs
* ColorDialog.cs
* ColumnClickEventArgs.cs
* ColumnClickEventHandler.cs
* ColumnHeader.cs
* ColumnHeaderStyle.cs
* ComboBox.cs
* ComboBoxStyle.cs
* CommonDialog.cs
* ComVisible.cs
* ContainerControl.cs
* ContentsResizedEventArgs.cs
* ContentsResizedEventHandler.cs
* ContextMenu.cs
* Control.cs
* ControlBindingsCollection.cs
* ControlEventArgs.cs
* ControlEventHandler.cs
* ControlPaint.cs
* ControlStyles.cs
* ConvertEventArgs.cs
* ConvertEventHandler.cs
* CreateParams.cs
* CurrencyManager.cs
* Cursor.cs
* CursorConverter.cs
* Cursors.cs
* DataFormats.cs
* DataGrid.cs
* DataGridBoolColumn.cs
* DataGridCell.cs
* DataGridColumnStyle.cs
* DataGridLineStyle.cs
* DataGridParentRowsLabelStyle.cs
* DataGridPreferredColumnWidthTypeConverter.cs
* DataGridTableStyle.cs
* DataGridTextBox.cs
* DataGridTextBoxColumn.cs
* DataObject.cs
* DateBoldEventArgs.cs
* DateRangeEventArgs.cs
* DateRangeEventHandler.cs
* DateTimePicker.cs
* DateTimePickerFormat.cs
* day.cs
* DialogResult.cs
* DockStyle.cs
* DomainUpDown.cs
* DragAction.cs
* DragDropEffects.cs
* DragEventArgs.cs
* DragEventHandler.cs
* DrawItemEventArgs.cs
* DrawItemEventHandler.cs
* DrawItemState.cs
* DrawMode.cs
* ErrorBlinkStyle.cs
* ErrorIconAlignment.cs
* ErrorProvider.cs
* FeatureSupport.cs
* FileDialog.cs
* FlatStyle.cs
* FontDialog.cs
* Form.cs
* FormBorderStyle.cs
* FormStartPosition.cs
* FormWindowState.cs
* FrameStyle.cs
* Getopt.cs
* GiveFeedbackEventArgs.cs
* GiveFeedbackEventHandler.cs
* GridColumnStylesCollection.cs
* GridItem.cs
* GridItemCollection.cs
* GridItemType.cs
* GridTableStylesCollection.cs
* GroupBox.cs
* Help.cs
* HelpEventArgs.cs
* HelpEventHandler.cs
* HelpNavigator.cs
* HelpProvider.cs
* HorizontalAlignment.cs
* HScrollBar.cs
* IButtonControl.cs
* ICommandExecutor.cs
* IComponentEditorPageSite.cs
* IContainerControl.cs
* IDataGridColumnStyleEditingNotificationService.cs
* IDataGridEditingService.cs
* IDataObject.cs
* IFeatureSupport.cs
* IFileReaderService.cs
* ImageIndexConverter.cs
* ImageList.cs
* ImageListStreamer.cs
* ImeMode.cs
* IMessageFilter.cs
* InputLanguage.cs
* InputLanguageChangedEventArgs.cs
* InputLanguageChangedEventHandler.cs
* InputLanguageChangingEventArgs.cs
* InputLanguageChangingEventHandler.cs
* InputLanguageCollection.cs
* InvalidateEventArgs.cs
* InvalidateEventHandler.cs
* ItemActivation.cs
* ItemBoundsPortion.cs
* ItemChangedEventArgs.cs
* ItemChangedEventHandler.cs
* ItemCheckEventArgs.cs
* ItemCheckEventHandler.cs
* ItemDragEventArgs.cs
* ItemDragEventHandler.cs
* IWin32Window.cs
* IWindowTarget.cs
* KeyEventArgs.cs
* KeyEventHandler.cs
* KeyPressEventArgs.cs
* KeyPressEventHandler.cs
* Keys.cs
* KeysConverter.cs
* Label.cs
* LabelEditEventArgs.cs
* LabelEditEventHandler.cs
* LayoutEventArgs.cs
* LayoutEventHandler.cs
* LeftRightAlignment.cs
* LinkArea.cs
* LinkBehavior.cs
* LinkClickedEventArgs.cs
* LinkClickedEventHandler.cs
* LinkLabel.cs
* LinkLabelLinkClickedEventArgs.cs
* LinkLabelLinkClickedEventHandler.cs
* LinkState.cs
* ListBindingConverter.cs
* ListBox.cs
* ListControl.cs
* ListView.cs
* ListViewAlignment.cs
* ListViewItem.cs
* ListViewItemConverter.cs
* MainMenu.cs
* MdiLayout.cs
* MeasureItemEventArgs.cs
* MeasureItemEventHandler.cs
* Menu.cs
* MenuGlyph.cs
* MenuItem.cs
* MenuMerge.cs
* Message.cs
* MessageBox.cs
* MessageBoxButtons.cs
* MessageBoxDefaultButton.cs
* MessageBoxIcon.cs
* MessageBoxOptions.cs
* MethodInvoker.cs
* MonthCalendar.cs
* MouseButtons.cs
* MouseEventArgs.cs
* MouseEventHandler.cs
* NativeWindow.cs
* NavigateEventArgs.cs
* NavigateEventHandler.cs
* NodeLabelEditEventArgs.cs
* NodeLabelEditEventHandler.cs
* NotifyIcon.cs
* NumericUpDown.cs
* OpacityConverter.cs
* OpenFileDialog.cs
* Orientation.cs
* OSFeature.cs
* PageSetupDialog.cs
* PaintEventArgs.cs
* PaintEventHandler.cs
* Panel.cs
* PictureBoxSizeMode.cs
* PrintControllerWithStatusDialog.cs
* PrintDialog.cs
* PrintPreviewControl.cs
* PrintPreviewDialog.cs
* ProgressBar.cs
* PropertyGrid.cs
* PropertyManager.cs
* PropertySort.cs
* PropertyTabChangedEventArgs.cs
* PropertyTabChangedEventHandler.cs
* PropertyValueChangedEventArgs.cs
* PropertyValueChangedEventHandler.cs
* QueryAccessibilityHelpEventArgs.cs
* QueryAccessibilityHelpEventHandler.cs
* QueryContinueDragEventArgs.cs
* QueryContinueDragEventHandler.cs
* RadioButton.cs
* RichTextBox.cs
* RichTextBoxFinds.cs
* RichTextBoxScrollBars.cs
* RichTextBoxSelectionAttribute.cs
* RichTextBoxSelectionTypes.cs
* RichTextBoxStreamType.cs
* RichTextBoxWordPunctuations.cs
* RightToLeft.cs
* SaveFileDialog.cs
* Screen.cs
* ScrollableControl.cs
* ScrollBar.cs
* ScrollBars.cs
* ScrollButton.cs
* ScrollEventArgs.cs
* ScrollEventHandler.cs
* ScrollEventType.cs
* SecurityIDType.cs
* SelectedGridItemChangedEventArgs.cs
* SelectedGridItemChangedEventHandler.cs
* SelectionMode.cs
* SelectionRange.cs
* SelectionRangeConverter.cs
* SendKeys.cs
* Shortcut.cs
* SizeGripStyle.cs
* SortOrder.cs
* Splitter.cs
* SplitterEventArgs.cs
* SplitterEventHandler.cs
* StatusBar.cs
* StatusBarDrawItemEventArgs.cs
* StatusBarDrawItemEventHandler.cs
* StatusBarPanel.cs
* StatusBarPanelAutoSize.cs
* StatusBarPanelBorderStyle.cs
* StatusBarPanelClickEventArgs.cs
* StatusBarPanelClickEventHandler.cs
* StatusBarPanelCollection.cs
* StatusBarPanelStyle.cs
* StructFormat.cs
* SystemInformation.cs
* TabAlignment.cs
* TabAppearance.cs
* TabControl.cs
* TabDrawMode.cs
* TabPage.cs
* TabSizeMode.cs
* TextBox.cs
* TextBoxBase.cs
* ThreadExceptionDialog.cs
* TickStyle.cs
* Timer.cs
* ToolBar.cs
* ToolBarAppearance.cs
* ToolBarButton.cs
* ToolBarButtonClickEventArgs.cs
* ToolBarButtonClickEventHandler.cs
* ToolBarButtonStyle.cs
* ToolBarTextAlign.cs
* ToolTip.cs
* TrackBar.cs
* TreeNode.cs
* TreeNodeCollection.cs
* TreeNodeConverter.cs
* TreeView.cs
* TreeViewAction.cs
* TreeViewCancelEventArgs.cs
* TreeViewCancelEventHandler.cs
* TreeViewEventArgs.cs
* TreeViewEventHandler.cs
* TreeViewImageIndexConverter.cs
* UICues.cs
* UICuesEventArgs.cs
* UICuesEventHandler.cs
* UpDownBase.cs
* UpDownEventArgs.cs
* UpDownEventHandler.cs
* UserControl.cs
* View.cs
* VScrollBar.cs
* Monostyled everything!

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

22 years ago2002-7-7 DennisHayes <dennish@raytek.com>
Dennis Hayes [Mon, 8 Jul 2002 02:38:08 +0000 (02:38 -0000)]
2002-7-7  DennisHayes <dennish@raytek.com>

* AccessibleObject.cs
* AmbientProperties.cs
* AxHost.cs
* BindingsCollection.cs
* Button.cs
* ButtonBase.cs
* ChangeLog
* CheckBox.cs
* CheckedListBox.cs
* ColorDialog.cs
* ComboBox.cs
* CommonDialog.cs
* ContainerControl.cs
* ContextMenu.cs
* ControlEventArgs.cs
* CurrencyManager.cs
* DataGrid.cs
* DataGridBoolColumn.cs
* DataGridColumnStyle.cs
* DataGridTableStyle.cs
* DataGridTextBox.cs
* DataGridTextBoxColumn.cs
* DateTimePickerFormat.cs
* ErrorProvider.cs
* FileDialog.cs
* FontDialog.cs
* Form.cs
* GroupBox.cs
* HelpProvider.cs
* HScrollBar.cs
* ImageList.cs
* KeyPressEventHandler.cs
* Label.cs
* LinkLabel.cs
* LinkLabelLinkClickedEventArgs.cs
* ListBox.cs
* ListControl.cs
* ListView.cs
* logfile.txt
* MainMenu.cs
* Menu.cs
* MenuItem.cs
* MonthCalendar.cs
* NotifyIcon.cs
* OpenFileDialog.cs
* PageSetupDialog.cs
* Panel.cs
* PrintDialog.cs
* PropertyManager.cs
* RadioButton.cs
* RichTextBox.cs
* SaveFileDialog.cs
* ScrollableControl.cs
* ScrollBar.cs
* Splitter.cs
* StatusBar.cs
* StatusBarPanel.cs
* TabControl.cs
* TabPage.cs
* TextBox.cs
* TextBoxBase.cs
* ThreadExceptionDialog.cs
* Timer.cs
* ToolBar.cs
* ToolBarButton.cs
* TrackBar.cs
* TreeView.cs
* UpDownBase.cs
* VScrollBar.cs
* Uncommented stuff, re-commented stuff, adding usings, fixed minor syntax errors.

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

22 years ago2002-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 8 Jul 2002 00:01:33 +0000 (00:01 -0000)]
2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* CheckBoxList.cs:
* DataGrid.cs:
* DataList.cs:
* DropDownList.cs:
* ListBox.cs:
* PlaceHolder.cs:
* RadioButton.cs:
* RadioButtonList.cs:
* TableRow.cs:
* WebControl.cs:
* Xml.cs: forgot to add using System.ComponentModel.

* BaseValidator.cs: use explicitly
System.ComponentModel.AttributeCollection as there is another class
with the same name under System.Web.UI.

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

22 years agoforgot...
Gonzalo Paniagua Javier [Sun, 7 Jul 2002 23:49:19 +0000 (23:49 -0000)]
forgot...

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

22 years ago2002-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 7 Jul 2002 23:46:38 +0000 (23:46 -0000)]
2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AdRotator.cs:
* BaseValidator.cs:
* Button.cs:
* Calendar.cs:
* CheckBox.cs:
* CheckBoxList.cs:
* DataGrid.cs:
* DataList.cs:
* DropDownList.cs:
* HyperLink.cs:
* Image.cs:
* ImageButton.cs:
* Label.cs:
* LinkButton.cs:
* ListBox.cs:
* Panel.cs:
* PlaceHolder.cs:
* RadioButton.cs:
* RadioButtonList.cs:
* Table.cs:
* TableRow.cs:
* TextBox.cs:
* WebControl.cs:
* Xml.cs: added/fixed all attributes used by xsp.

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

22 years ago2002-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 7 Jul 2002 01:36:46 +0000 (01:36 -0000)]
2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AttributeCollection.cs: finished implementation.
* TypeDescriptor.cs: implemented GetAttributes (object).

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

22 years ago2002-7-6 DennisHayes <dennish@raytek.com>
Dennis Hayes [Sun, 7 Jul 2002 01:30:35 +0000 (01:30 -0000)]
2002-7-6  DennisHayes <dennish@raytek.com>

* DragEventArgs.cs
* PropertyValueChangedEventArgs.cs
* InputLanguageChangedEventArgs.cs
* added files

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

22 years ago2002-07-06 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Sun, 7 Jul 2002 01:20:37 +0000 (01:20 -0000)]
2002-07-06  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* merged attribute.cs, class.cs, codegen.cs, ecore.cs, expression.cs,
  modifiers.cs, namespace.cs, report.cs, rootcontext.cs, statement.cs and typemanager.cs from mcs/mcs, to resync
* changed driver.cs to follow mcs lead on error/warning counting and reporting

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

22 years ago2002-7-6 DennisHayes <dennish@raytek.com>
Dennis Hayes [Sun, 7 Jul 2002 01:14:44 +0000 (01:14 -0000)]
2002-7-6  DennisHayes <dennish@raytek.com>

* InputLanguageChangeEventArgs.cs
* moved to InputLanguageChange"d"EventArgs.cs

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

22 years ago2002-7-6 DennisHayes <dennish@raytek.com>
Dennis Hayes [Sun, 7 Jul 2002 01:07:53 +0000 (01:07 -0000)]
2002-7-6  DennisHayes <dennish@raytek.com>

* Form.ControlCollection.cs
* ImageList.ImageCollection.cs
* LinkArea.LinkAreaConverter.cs
* deleted files. contents now in main class files

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

22 years ago2002-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 7 Jul 2002 00:49:00 +0000 (00:49 -0000)]
2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* loader.c:
(method_from_memberref): also print assembly name when method not found.

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

22 years ago2002-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 7 Jul 2002 00:33:39 +0000 (00:33 -0000)]
2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AttributeCollection.cs: initialize member variables.

* RefreshEventArgs.cs: implemented.
* RefreshEventHandler.cs: New file.

* TypeDescriptor.cs: fully stubbed out the remaining method.

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

22 years ago*** empty log message ***
Dennis Hayes [Sun, 7 Jul 2002 00:13:38 +0000 (00:13 -0000)]
*** empty log message ***

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

22 years ago2002-7-6 DennisHayes <dennish@raytek.com>
Dennis Hayes [Sun, 7 Jul 2002 00:09:07 +0000 (00:09 -0000)]
2002-7-6  DennisHayes <dennish@raytek.com>

* AccessibleObject.cs
* AmbientProperties.cs
* Application.cs
* ApplicationContext.cs
* AxHost.cs
* BaseCollection.cs
* Binding.cs
* BindingContext.cs
* BindingManagerBase.cs
* BindingsCollection.cs
* CaptionButton.cs
* Clipboard.cs
* ColumnHeader.cs
* Control.cs
* ControlBindingsCollection.cs
* ControlPaint.cs
* CreateParams.cs
* CurrencyManager.cs
* Cursor.cs
* CursorConverter.cs
* Cursors.cs
* DataFormats.cs
* DataGridPreferredColumnWidthTypeConverter.cs
* DataGridTextBoxColumn.cs
* DataObject.cs
* DateBoldEventArgs.cs
* DateTimePicker.cs
* DomainUpDown.cs
* FeatureSupport.cs
* FontDialog.cs
* Form.cs
* GridColumnStylesCollection.cs
* GridItemCollection.cs
* GridTableStylesCollection.cs
* Help.cs
* IButtonControl.cs
* IFileReaderService.cs
* ImageIndexConverter.cs
* ImageListStreamer.cs
* IMessageFilter.cs
* InputLanguage.cs
* InputLanguageChangeEventArgs.cs
* InputLanguageCollection.cs
* ItemChangedEventArgs.cs
* KeyEventArgs.cs
* KeyPressEventArgs.cs
* KeysConverter.cs
* LinkLabel.cs
* LinkLabelLinkClickedEventArgs.cs
* LinkLabelLinkClickedEventHandler.cs
* ListBindingConverter.cs
* ListViewItem.cs
* ListViewItemConverter.cs
* logfile.txt
* MessageBox.cs
* NativeWindow.cs
* NumericUpDown.cs
* OpacityConverter.cs
* OSFeature.cs
* PaintEventArgs.cs
* PrintControllerWithStatusDialog.cs
* PropertyGrid.cs
* PropertyTabChangedEventArgs.cs
* PropertyTabChangedEventHandler.cs
* PropertyValueChangedEventArgs.cs
* Screen.cs
* ScrollEventArgs.cs
* SelectionRange.cs
* SelectionRangeConverter.cs
* SendKeys.cs
* SplitterEventArgs.cs
* StatusBarPanelClickEventArgs.cs
* StatusBarPanelCollection.cs
* SystemInformation.cs
* ToolBarButtonClickEventArgs.cs
* ToolTip.cs
* TreeNode.cs
* TreeNodeCollection.cs
* TreeNodeConverter.cs
* TreeViewCancelEventArgs.cs
* TreeViewImageIndexConverter.cs
* UICuesEventArgs.cs
* UpDownBase.cs
* UpDownEventArgs.cs
* UserControl.cs
* Added usings, corrected minor syntax errors, uncommented some stuff to flush out compile errors.

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

22 years ago2002-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 6 Jul 2002 22:43:07 +0000 (22:43 -0000)]
2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* icall.c:
(ves_icall_TypeGetProperties): fixed bug #27473.

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

22 years ago2002-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 6 Jul 2002 18:04:08 +0000 (18:04 -0000)]
2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* reflection.c: display image name and token when cannot find the
.ctor for an attribute.

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

22 years ago2002-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 6 Jul 2002 17:52:51 +0000 (17:52 -0000)]
2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DefaultPropertyAttribute.cs: New file.

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

22 years ago2002-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 6 Jul 2002 16:17:05 +0000 (16:17 -0000)]
2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Table.cs:
(AddAttributesToRender): correctly default to border=1.

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

22 years ago2002-07-06 Andrew Birkett <adb@tardis.ed.ac.uk>
Andrew Birkett [Sat, 6 Jul 2002 16:08:53 +0000 (16:08 -0000)]
2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>

* cs-tokenizer.cs (xtoken): Improve handling of string literals.

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

22 years ago2002-07-06 Andrew Birkett <adb@tardis.ed.ac.uk>
Andrew Birkett [Sat, 6 Jul 2002 16:06:24 +0000 (16:06 -0000)]
2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>

* test-74.cs: Added test for \n in verbatim string.

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

22 years ago2002-07-06 Andrew Birkett <adb@tardis.ed.ac.uk>
Andrew Birkett [Sat, 6 Jul 2002 16:05:07 +0000 (16:05 -0000)]
2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>

* cs1039.cs, cs1033.cs, cs1010.cs: New tests.

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

22 years ago2002-07-06 Andrew Birkett <adb@tardis.ed.ac.uk>
Andrew Birkett [Sat, 6 Jul 2002 16:03:26 +0000 (16:03 -0000)]
2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>

* cs-tokenizer.cs (xtoken): Improve handling of string literals.

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

22 years ago2002-07-06 Ajay kumar Dwivedi <adwiv@yahoo.com>
Ajay kumar Dwivedi [Sat, 6 Jul 2002 14:08:09 +0000 (14:08 -0000)]
2002-07-06  Ajay kumar Dwivedi <adwiv@yahoo.com>

* XmlTextWriter: Fixed Indentation. IndentationOverridden should
not be set when inside a attribute.

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

22 years ago2002-07-06 Ajay kumar Dwivedi <adwiv@yahoo.com>
Ajay kumar Dwivedi [Sat, 6 Jul 2002 13:01:54 +0000 (13:01 -0000)]
2002-07-06  Ajay kumar Dwivedi <adwiv@yahoo.com>

* XmlTextWriter: In WriteStartElement, if namespace is null and
prefix is null|empty do not write out xmlns=""

* XmlWriter: WriteStartElement calls the virtual method with null
argument instead of empty string.

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

22 years ago2002-07-06 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 6 Jul 2002 04:44:26 +0000 (04:44 -0000)]
2002-07-06  Miguel de Icaza  <miguel@ximian.com>

* ILGenerator.cs (ILGenerator.Emit): For doubles and floats, swap
the bytes on big endian systems.

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

22 years ago2002-07-05 Radek Doulik <rodo@ximian.com>
Radek Doulik [Sat, 6 Jul 2002 01:41:14 +0000 (01:41 -0000)]
2002-07-05  Radek Doulik  <rodo@ximian.com>

* ppc/tramp.c: removed magic hack

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

22 years ago2002-07-05 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 5 Jul 2002 20:44:55 +0000 (20:44 -0000)]
2002-07-05  Martin Baulig  <martin@gnome.org>

* debug.c (mono_debug_add_method): Fix a bug in the `begin_scope' and
`end_scope' calculations when linear scan register allocation is disabled.

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

22 years ago2002-07-05 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 5 Jul 2002 20:43:27 +0000 (20:43 -0000)]
2002-07-05  Martin Baulig  <martin@gnome.org>

* debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.

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

22 years ago2002-07-05 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 5 Jul 2002 20:43:06 +0000 (20:43 -0000)]
2002-07-05  Martin Baulig  <martin@gnome.org>

* MonoDwarfFileWriter.cs: Added support for types in referenced assemblies.

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

22 years agoSortedList entry.
Sergey Chaban [Fri, 5 Jul 2002 20:11:49 +0000 (20:11 -0000)]
SortedList entry.

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

22 years ago * SortedList: added thread-safe wrapper.
Sergey Chaban [Fri, 5 Jul 2002 20:09:29 +0000 (20:09 -0000)]
 * SortedList: added thread-safe wrapper.

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