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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

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

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

21 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

21 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

21 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

21 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

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

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

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

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

21 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

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

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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

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

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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

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

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

21 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

21 years agoslightly changed view_state generation to allow multiple calls getting the same value.
Gonzalo Paniagua Javier [Fri, 5 Jul 2002 18:47:38 +0000 (18:47 -0000)]
slightly changed view_state generation to allow multiple calls getting the same value.

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

21 years ago2002-07-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 5 Jul 2002 18:12:14 +0000 (18:12 -0000)]
2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.UI/Page.cs:
(GetViewStateString): new function to give the server access to the
generated view state string.
(Validate): d'oh!

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

21 years ago2002-07-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 5 Jul 2002 14:35:29 +0000 (14:35 -0000)]
2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* list: updated. Currently mcs cannot compile System.Web because it
cannot find NameObjectCollectionBase.KeysCollection.

* System.Web.build: don't display unused event nor always default value
warnings by now.

* System.Web.UI/Control.cs:
(SaveViewstateRecursive): implemented.
(SaveViewState): fixed.
(IParserAccessor.AddParsedSubObject): don't use 'this'.

* System.Web.UI/Page.cs: added code to save view state to an xml file.
It's not being used right now.

* System.Web.UI.WebControls/AdRotator.cs:
(LoadAdFile): make the dictionary null after every iteration.

* System.Web.UI.WebControls/LinkButton.cs:
* System.Web.UI.WebControls/ListControl.cs:
* System.Web.UI.WebControls/ListItem.cs: fixed warnings.

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

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

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

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

21 years ago2002-07-05 Martin Baulig <martin@gnome.org>
Martin Baulig [Fri, 5 Jul 2002 14:05:15 +0000 (14:05 -0000)]
2002-07-05  Martin Baulig  <martin@gnome.org>

* MonoDwarfFileWriter.cs: Added support for arrays.

* gdb-csharp-support.patch: Updated.

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

21 years ago2002-07-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 5 Jul 2002 14:00:34 +0000 (14:00 -0000)]
2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* XmlTextReader.cs: implemented .ctor (Stream).

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

21 years ago2002-07-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 5 Jul 2002 13:13:37 +0000 (13:13 -0000)]
2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HtmlForm.cs: don't render action attribute.

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

21 years ago2002-07-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 5 Jul 2002 11:44:23 +0000 (11:44 -0000)]
2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HybridDictionary.cs:
(Remove): fixed. The value is either in the list or in the hash.

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

21 years agoFlush
Miguel de Icaza [Thu, 4 Jul 2002 20:48:42 +0000 (20:48 -0000)]
Flush

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

21 years ago2002-07-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 4 Jul 2002 20:29:22 +0000 (20:29 -0000)]
2002-07-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HtmlContainerControl.cs:
(CreateControlCollection): added. All containers must have a non-empty
control collection.

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

21 years agoFlush
Miguel de Icaza [Thu, 4 Jul 2002 20:28:02 +0000 (20:28 -0000)]
Flush

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

21 years ago2002-06-24 Andrew Birkett <adb@tardis.ed.ac.uk>
Miguel de Icaza [Thu, 4 Jul 2002 20:27:32 +0000 (20:27 -0000)]
2002-06-24  Andrew Birkett <adb@tardis.ed.ac.uk>

* BitVector32.cs: Implemented 'set' section indexer.  Check for
overly large sections. Factored out some helper methods.

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