mono.git
17 years agoupdate knownFailures.lst
Andrew Skiba [Thu, 17 Aug 2006 14:37:01 +0000 (14:37 -0000)]
update knownFailures.lst

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

17 years ago2006-08-17 Mike Kestner <mkestner@novell.com>
Mike Kestner [Thu, 17 Aug 2006 14:29:01 +0000 (14:29 -0000)]
2006-08-17  Mike Kestner  <mkestner@novell.com>

* ComboBox.cs : don't do mouseover selection in simple mode.

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

17 years agoadd Precisios/Scale implementations to comply .net signatures
Konstantin Triger [Thu, 17 Aug 2006 14:28:54 +0000 (14:28 -0000)]
add Precisios/Scale implementations to comply .net signatures

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

17 years ago2006-08-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Aug 2006 13:50:22 +0000 (13:50 -0000)]
2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>

* marshal.c: Fix mono_marshal_check_domain_image if an invalid
domain_id is supplied. Fix CID #241 and corlib's unit tests.

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

17 years ago2006-08-17 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Thu, 17 Aug 2006 13:36:11 +0000 (13:36 -0000)]
2006-08-17  Zoltan Varga  <vargaz@gmail.com>

* objects.cs: Add a test for #78990.

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

17 years ago2006-08-17 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Thu, 17 Aug 2006 13:35:43 +0000 (13:35 -0000)]
2006-08-17  Zoltan Varga  <vargaz@gmail.com>

* class.c (mono_class_layout_fields): Set min_align to a bigger value for
small structures. Fixes #78990.

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

17 years ago2006-08-17 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Thu, 17 Aug 2006 13:10:29 +0000 (13:10 -0000)]
2006-08-17  Zoltan Varga  <vargaz@gmail.com>

* mini-x86.c (mono_arch_output_basic_block): Applied patch from Peter Dettman
(peter.dettman@iinet.net.au). Fixes #79087.

* basic-long.cs: Add a test for the above.

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

17 years agoadded NET_2_0 strongly typed overrides
Konstantin Triger [Thu, 17 Aug 2006 12:40:43 +0000 (12:40 -0000)]
added NET_2_0 strongly typed overrides

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

17 years ago* FormView.cs: added explicit implementation of IDataItemContainer.DataItemIndex...
Vladimir Krasnov [Thu, 17 Aug 2006 12:36:24 +0000 (12:36 -0000)]
* FormView.cs: added explicit implementation of IDataItemContainer.DataItemIndex, as documented

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

17 years ago* ConfigurationFileMap.cs: added TARGET_JVM on not supported members in grasshopper
Vladimir Krasnov [Thu, 17 Aug 2006 12:33:18 +0000 (12:33 -0000)]
* ConfigurationFileMap.cs: added TARGET_JVM on not supported members in grasshopper

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

17 years ago2006-08-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Aug 2006 12:10:44 +0000 (12:10 -0000)]
2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>

* sn.1: Document the (new - 1.1.17) support for PKCS#12/PFX password
protected files to sign assemblies.

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

17 years ago2006-08-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Aug 2006 12:10:16 +0000 (12:10 -0000)]
2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>

* sn.cs: Add support for PKCS#12/PFX password protected files (just
like available in fx 2.0).
* TESTS: Add a test sequence to verify changes in SN.
* Makefile: Distribute TESTS in tarballs.

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

17 years ago2006-08-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Aug 2006 12:09:31 +0000 (12:09 -0000)]
2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>

* StrongName.cs: Fix the (very unlikely) case where an MD5 public key
token is requested (part of the spec, never seen in the wild).

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

17 years ago2006-08-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Aug 2006 12:08:58 +0000 (12:08 -0000)]
2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>

* StrongName.cs: Fix the (very unlikely) case where an MD5 public key
token is requested (part of the spec, never seen in the wild).

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

17 years ago* TemplateControl.jvm.cs: fixed data binding API, implemented AppRelativeVirtualPath...
Vladimir Krasnov [Thu, 17 Aug 2006 12:02:49 +0000 (12:02 -0000)]
* TemplateControl.jvm.cs: fixed data binding API, implemented AppRelativeVirtualPath, ReadStringResource

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

17 years ago2006-08-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 17 Aug 2006 11:55:56 +0000 (11:55 -0000)]
2006-08-17  Atsushi Enomoto <atsushi@ximian.com>

* XmlEntity.cs, XmlEntityReference.cs, XmlNode.cs :
  create entity content only when its children is being accessed.
  It results differently when there is no actual reference in the
  document - an invalid entity value (when it is used to create
  child nodes) is ignored unless a code tries to access the Value
  of an XmlEntity. Fixed bug #79091
* DTDReader.cs : the fix above uncovered another bug (ibm66n03.xml).
  Check illegal reference name in literal entity value.

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

17 years agoWhen empty style is registered IsEmpty returns false.
Igor Zelmanovich [Thu, 17 Aug 2006 11:44:10 +0000 (11:44 -0000)]
When empty style is registered IsEmpty returns false.

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

17 years ago* Page.cs: added stubs to run aspx files compiled by .net
Vladimir Krasnov [Thu, 17 Aug 2006 11:24:57 +0000 (11:24 -0000)]
* Page.cs: added stubs to run aspx files compiled by .net

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

17 years ago* MasterPageParser.jvm.cs: implemented
Vladimir Krasnov [Thu, 17 Aug 2006 11:21:02 +0000 (11:21 -0000)]
* MasterPageParser.jvm.cs: implemented

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

17 years ago(g_slist_insert_sorted): Implemented.
Duncan Mak [Thu, 17 Aug 2006 09:18:58 +0000 (09:18 -0000)]
(g_slist_insert_sorted): Implemented.

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

17 years agoWhen style is registered with StyleSheet AddAttributesToRender method adds class...
Igor Zelmanovich [Thu, 17 Aug 2006 08:40:50 +0000 (08:40 -0000)]
When style is registered with StyleSheet AddAttributesToRender method adds class attribute but not style to writer

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

17 years agofree the module
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 08:40:14 +0000 (08:40 -0000)]
free the module

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

17 years ago2006-08-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 17 Aug 2006 08:29:08 +0000 (08:29 -0000)]
2006-08-17  Atsushi Enomoto  <atsushi@ximian.com>

* Makefile : move FirebirdSql.Data.Firebird.dll to common build (it
  now builds with our sys.data).

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

17 years agoFix the test. Moving right along.....
Duncan Mak [Thu, 17 Aug 2006 08:27:10 +0000 (08:27 -0000)]
Fix the test. Moving right along.....

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

17 years ago2006-08-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 17 Aug 2006 08:19:29 +0000 (08:19 -0000)]
2006-08-17  Atsushi Enomoto <atsushi@ximian.com>

* XmlTextReader.cs, XmlTextReader2.cs, DTDReader.cs :
  (ResolveExternalEntityReplacementText) need to skip text
  declaration in external entities. To make it possible internalize
  SkipTextDeclaration() in XmlTextReader(2). Fixed bug #79090.

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

17 years agoRemoved the implemented GSList functions
Duncan Mak [Thu, 17 Aug 2006 08:19:28 +0000 (08:19 -0000)]
Removed the implemented GSList functions

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

17 years ago2006-08-17 Duncan Mak <duncan@a-chinaman.com>
Duncan Mak [Thu, 17 Aug 2006 08:18:20 +0000 (08:18 -0000)]
2006-08-17  Duncan Mak  <duncan@a-chinaman.com>

* src/gslist.c (g_slist_delete_link): Implemented.

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

17 years agoallocate memory when returning an error. it iss freed by the caller
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 08:12:41 +0000 (08:12 -0000)]
allocate memory when returning an error. it iss freed by the caller

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

17 years agoFix header file.
Duncan Mak [Thu, 17 Aug 2006 08:01:15 +0000 (08:01 -0000)]
Fix header file.

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

17 years agomoved basic datatypes to the top. added g_memdup decl.
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 07:59:53 +0000 (07:59 -0000)]
moved basic datatypes to the top. added g_memdup decl.

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

17 years ago2006-08-17 Duncan Mak <duncan@a-chinaman.com>
Duncan Mak [Thu, 17 Aug 2006 07:58:41 +0000 (07:58 -0000)]
2006-08-17  Duncan Mak  <duncan@a-chinaman.com>

* src/gslist.c (g_slist_remove_link): I misread the function
signature. Re-implemented.
(g_slist_delete_link): Implemented.

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

17 years agoupdate knownFailures.lst
Andrew Skiba [Thu, 17 Aug 2006 07:56:53 +0000 (07:56 -0000)]
update knownFailures.lst

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

17 years agoCopyright
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 07:48:30 +0000 (07:48 -0000)]
Copyright

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

17 years agoRemove warnings, add missing prototypes
Miguel de Icaza [Thu, 17 Aug 2006 07:39:31 +0000 (07:39 -0000)]
Remove warnings, add missing prototypes

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

17 years agoforgot this one
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 07:37:03 +0000 (07:37 -0000)]
forgot this one

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

17 years agosvn path=/trunk/mono/; revision=63879
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 07:32:05 +0000 (07:32 -0000)]
svn path=/trunk/mono/; revision=63879

17 years agodone with g_module functions
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 07:31:31 +0000 (07:31 -0000)]
done with g_module functions

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

17 years agoFix
Miguel de Icaza [Thu, 17 Aug 2006 07:26:07 +0000 (07:26 -0000)]
Fix

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

17 years ago2006-08-17 Duncan Mak <duncan@a-chinaman.com>
Duncan Mak [Thu, 17 Aug 2006 07:23:32 +0000 (07:23 -0000)]
2006-08-17  Duncan Mak  <duncan@a-chinaman.com>

* src/gslist.c (g_slist_find):
(g_slist_length):
(g_slist_remove):
(g_slist_remove_link): Implemented.

* test/slist.c: Tests for GSList.

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

17 years agoUp
Miguel de Icaza [Thu, 17 Aug 2006 07:16:40 +0000 (07:16 -0000)]
Up

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

17 years agoadd g_strreverse. Fix leaks when running tests
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 07:06:11 +0000 (07:06 -0000)]
add g_strreverse. Fix leaks when running tests

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

17 years agoFix the test
Miguel de Icaza [Thu, 17 Aug 2006 06:37:18 +0000 (06:37 -0000)]
Fix the test

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

17 years agoFix the test
Miguel de Icaza [Thu, 17 Aug 2006 06:37:01 +0000 (06:37 -0000)]
Fix the test

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

17 years ago2c
Gonzalo Paniagua Javier [Thu, 17 Aug 2006 06:33:56 +0000 (06:33 -0000)]
2c

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

17 years agoUpdate
Miguel de Icaza [Thu, 17 Aug 2006 06:04:04 +0000 (06:04 -0000)]
Update

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

17 years agoPut everything in glib.h
Miguel de Icaza [Thu, 17 Aug 2006 06:02:40 +0000 (06:02 -0000)]
Put everything in glib.h

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

17 years ago* src/gslist.c (g_slist_free_1): New. Free a single list node.
Raja R Harinath [Thu, 17 Aug 2006 05:55:44 +0000 (05:55 -0000)]
* src/gslist.c (g_slist_free_1): New.  Free a single list node.
(g_slist_free): Use it to free the list nodes.  Don't free the
data, since the list doesn't own it.
(g_slist_append): Convert into a one-liner.
(g_slist_foreach): Remove redundant null check.
(g_slist_last): Actually return the last node.
(g_slist_copy): Simplify.
* src/gslist.h (g_slist_free_1): Add.

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

17 years ago2006-08-16 Duncan Mak <duncan@a-chinaman.com>
Duncan Mak [Thu, 17 Aug 2006 03:07:42 +0000 (03:07 -0000)]
2006-08-16  Duncan Mak  <duncan@a-chinaman.com>

* src/gslist.c:

* src/gslist.h: First attempt at implementing GSList, incomplete.

* src/Makefile.am (libeglib_la_SOURCES): add gslist.c
* src/glib.h: Add GFunc definition. #include the new gslist.h.

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

17 years agoUpdate
Miguel de Icaza [Thu, 17 Aug 2006 00:06:46 +0000 (00:06 -0000)]
Update

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

17 years ago2006-08-16 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Thu, 17 Aug 2006 00:03:54 +0000 (00:03 -0000)]
2006-08-16  Miguel de Icaza  <miguel@novell.com>

        * src/Makefile.am: Added -Wall,-Werror, corrected lots of
        mistakes.

        * src/gstring.c: Gstring implementation.

        * test/str.c (test_gstring): string tests.

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

17 years ago * ComboBox.cs: Send the mouse down to the scrollbar.
Jackson Harper [Wed, 16 Aug 2006 23:41:06 +0000 (23:41 -0000)]
    * ComboBox.cs: Send the mouse down to the scrollbar.

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

17 years agoMissed a malloc->g_malloc
Aaron Bockover [Wed, 16 Aug 2006 23:11:11 +0000 (23:11 -0000)]
Missed a malloc->g_malloc

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

17 years ago2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 16 Aug 2006 23:02:44 +0000 (23:02 -0000)]
2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* FileSystemWatcher.cs: avoid argument null when we don't know yet the
target of a rename.

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

17 years ago2006-08-16 Aaron Bockover <abockover@novell.com>
Aaron Bockover [Wed, 16 Aug 2006 22:50:00 +0000 (22:50 -0000)]
2006-08-16  Aaron Bockover  <abockover@novell.com>

    * src/gstr.c: Added g_strsplit implementation

    * test/driver.c: Run the split test

    * test/str.c: Added a test for g_strsplit

    * Makefile.am:
    * src/Makefile.am:
    * test/Makefile.am: Added MAINTAINERCLEANFILES

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

17 years ago2006-08-17 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 16 Aug 2006 22:11:41 +0000 (22:11 -0000)]
2006-08-17  Zoltan Varga  <vargaz@gmail.com>

* marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.

* appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.

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

17 years agoUpdate
Miguel de Icaza [Wed, 16 Aug 2006 21:55:36 +0000 (21:55 -0000)]
Update

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

17 years agoupdate
Miguel de Icaza [Wed, 16 Aug 2006 21:50:02 +0000 (21:50 -0000)]
update

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

17 years ago * MdiWindowManager.cs: Do this closing cleanup in a Closed
Jackson Harper [Wed, 16 Aug 2006 21:38:16 +0000 (21:38 -0000)]
    * MdiWindowManager.cs: Do this closing cleanup in a Closed
        handler, instead of when the button is clicked, so cancelling
the
        close works correctly.

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

17 years ago * Form.cs: Fire the closing events for all the mdi child windows
Jackson Harper [Wed, 16 Aug 2006 21:25:12 +0000 (21:25 -0000)]
    * Form.cs: Fire the closing events for all the mdi child windows
        when a window is closed.  If the cancel args are set to true,
the
        main window still gets the event fired, but it doesn't not
close.

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

17 years ago2006-08-16 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Wed, 16 Aug 2006 21:20:33 +0000 (21:20 -0000)]
2006-08-16  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

*  Npgsql/NpgsqlParameter.cs
        Npgsql/NpgsqlConnectionString.cs
        Npgsql/NpgsqlState.resx
        Npgsql/NpgsqlConnection.cs
        Npgsql/NpgsqlSchema.cs
        Npgsql/NpgsqlClosedState.cs
        Npgsql/NpgsqlCommand.cs
        Npgsql/NpgsqlConnectorPool.cs
        Npgsql/NpgsqlConnector.cs
        Npgsql/NpgsqlTransaction.resx
        Npgsql/NpgsqlRowDescription.cs
        Npgsql/NpgsqlCommandBuilder.cs
        Npgsql/NpgsqlDataReader.cs
        Npgsql/NpgsqlException.cs
        Npgsql/NpgsqlMediator.cs
        Npgsql/NpgsqlReadyState.cs
        NpgsqlTypes/NpgsqlDbType.cs
        NpgsqlTypes/NpgsqlTypeConverters.cs
        NpgsqlTypes/NpgsqlTypesHelper.cs: Updated to RC3 version.

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

17 years ago2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 16 Aug 2006 21:08:59 +0000 (21:08 -0000)]
2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* appdomain.c:
* marshal.c: don't load all the assemblies from a domain into newly
created ones. The new domains might have different rules and load
assemblies from different locations. Fixes bug #76757.

Patch by Lluis. Conflicts resolved by Brian Crowell.

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

17 years ago2006-08-16 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Wed, 16 Aug 2006 21:04:04 +0000 (21:04 -0000)]
2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListBox.cs: When passing 'null' to SelectedItem,
set SelectedIndex to -1, to unselect items. This is the
observed behaviour in .Net.

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

17 years agostruct_offset
Gonzalo Paniagua Javier [Wed, 16 Aug 2006 20:45:59 +0000 (20:45 -0000)]
struct_offset

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

17 years agoMore stuff
Miguel de Icaza [Wed, 16 Aug 2006 20:22:11 +0000 (20:22 -0000)]
More stuff

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

17 years agoAdd files
Miguel de Icaza [Wed, 16 Aug 2006 19:50:08 +0000 (19:50 -0000)]
Add files

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

17 years ago2006-08-16 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Wed, 16 Aug 2006 19:48:54 +0000 (19:48 -0000)]
2006-08-16  Miguel de Icaza  <miguel@novell.com>

* src/gouput.c: Implement some output routines, update missing
progress.

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

17 years agoConverted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.
Kornél Pál [Wed, 16 Aug 2006 19:42:36 +0000 (19:42 -0000)]
Converted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.

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

17 years agoConverted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.
Kornél Pál [Wed, 16 Aug 2006 19:42:08 +0000 (19:42 -0000)]
Converted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.

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

17 years ago2006-08-16 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Wed, 16 Aug 2006 19:16:28 +0000 (19:16 -0000)]
2006-08-16  Peter Dennis Bartok  <pbartok@novell.com>

* TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
  MS flags saying there won't be any. (fixes #78800)
* Control.cs (HandleClick): Made virtual

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

17 years ago2006-08-16 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 16 Aug 2006 18:45:07 +0000 (18:45 -0000)]
2006-08-16  Zoltan Varga  <vargaz@gmail.com>

* aot-compiler.c (get_got_offset): Add a cache for GOT entries, not yet used.

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

17 years ago2006-08-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 16 Aug 2006 17:31:15 +0000 (17:31 -0000)]
2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>

* PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
  cultures. Fixed bug #78399.

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

17 years ago2006-08-16 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 16 Aug 2006 17:25:47 +0000 (17:25 -0000)]
2006-08-16  Zoltan Varga  <vargaz@gmail.com>

* aot-compiler.c (get_plt_index): Add a cache for wrappers too. Simplify the
code somewhat.

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

17 years ago * Form.cs: Use the MdiClients MdiChildren property to access
Jackson Harper [Wed, 16 Aug 2006 16:52:27 +0000 (16:52 -0000)]
    * Form.cs: Use the MdiClients MdiChildren property to access
        MdiChildren instead of creating the array from the child
controls.
        * MdiClient.cs: Maintain a separate array of the mdi children,
        * so
        that insertion order is maintained when the Z-order is changed.

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

17 years ago2006-08-16 Alp Toker <alp@atoker.com>
Alp Toker [Wed, 16 Aug 2006 15:49:46 +0000 (15:49 -0000)]
2006-08-16  Alp Toker  <alp@atoker.com>

  * UnixEndPoint.cs:
  * AbstractUnixEndPoint.cs: Second half of the fix for #79084.
    Add support for the abstract namespace, and update existing file-based
    UnixEndPoint (de)serialization to reflect changes in the runtime.

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

17 years ago2006-08-16 Alp Toker <alp@atoker.com>
Alp Toker [Wed, 16 Aug 2006 15:37:44 +0000 (15:37 -0000)]
2006-08-16  Alp Toker  <alp@atoker.com>

  * metadata/socket-io.c: First half of the fix for #79084.
  Set sa_size to the length of the content, not that of the struct.
  Don't add NULL suffix to the content, this should be done in
  managed code if needed.

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

17 years agoClarify everything into a toplevel file
Miguel de Icaza [Wed, 16 Aug 2006 15:24:48 +0000 (15:24 -0000)]
Clarify everything into a toplevel file

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

17 years agoUpdate
Miguel de Icaza [Wed, 16 Aug 2006 15:16:00 +0000 (15:16 -0000)]
Update

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

17 years ago2006-08-16 Mike Kestner <mkestner@novell.com>
Mike Kestner [Wed, 16 Aug 2006 15:11:33 +0000 (15:11 -0000)]
2006-08-16  Mike Kestner  <mkestner@novell.com>

* ListView.cs : add an ItemComparer and default to it for sorting.
Fixes #79076, but sorting needs a complete overhaul to be compat with
MS.

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

17 years ago2006-08-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 16 Aug 2006 13:31:06 +0000 (13:31 -0000)]
2006-08-16  Atsushi Enomoto <atsushi@ximian.com>

* XmlTextReader2.cs : Check recursive entity reference.
  Fixed bug #79085. It makes W3C standalone tests on NET_2_0 working.

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

17 years agorun xml standalone tests on GH 2.0
Andrew Skiba [Wed, 16 Aug 2006 13:20:41 +0000 (13:20 -0000)]
run xml standalone tests on GH 2.0

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

17 years ago2006-08-16 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 16 Aug 2006 13:14:50 +0000 (13:14 -0000)]
2006-08-16  Sebastien Pouliot  <sebastien@ximian.com>

* GraphicsPathTest.cs: Ignore some test cases if we cannot get any
font family from GDI+.
* TestHatchBrush.cs: Ignore some test cases if we cannot get any font
family from GDI+. Update to NUnit 2.2+ and fix getOutSufix method

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

17 years ago2006-08-16 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 16 Aug 2006 13:11:53 +0000 (13:11 -0000)]
2006-08-16  Sebastien Pouliot  <sebastien@ximian.com>

* GDIPlusTest.cs: Ignore some test cases if we cannot get any font
family from GDI+.

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

17 years agoDisable references to 'InstanceId' to unbreak the build.
Raja R Harinath [Wed, 16 Aug 2006 12:51:15 +0000 (12:51 -0000)]
Disable references to 'InstanceId' to unbreak the build.

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

17 years agonew test added : DataSourceControlTest.cs and DataSourceViewTest.cs
Yoni Klain [Wed, 16 Aug 2006 12:50:23 +0000 (12:50 -0000)]
new test added : DataSourceControlTest.cs and DataSourceViewTest.cs

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

17 years agomake this build
Gonzalo Paniagua Javier [Wed, 16 Aug 2006 11:19:19 +0000 (11:19 -0000)]
make this build

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

17 years ago2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 16 Aug 2006 10:33:15 +0000 (10:33 -0000)]
2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Socket.cs: replace hardcoded error numbers with the SocketError
values. When ReceiveTimeout is set on a blocking socket, correctly
report timeouts in the generated exception.

* SocketException.cs: add new internal ctor (int, string).

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

17 years agoinclude macros as well
Miguel de Icaza [Wed, 16 Aug 2006 06:19:46 +0000 (06:19 -0000)]
include macros as well

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

17 years agoSome more low hanging fruit, and add a list of functions we need
Miguel de Icaza [Wed, 16 Aug 2006 04:43:32 +0000 (04:43 -0000)]
Some more low hanging fruit, and add a list of functions we need

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

17 years ago2006-08-16 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Wed, 16 Aug 2006 04:19:14 +0000 (04:19 -0000)]
2006-08-16  Miguel de Icaza  <miguel@novell.com>

* test: Add test driver, and initial tests.

2006-08-15  Miguel de Icaza  <miguel@novell.com>

* src/ghashtable.c: Implement most of this, it is completely
untested at this point.

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

17 years agoMake this build, it wont work yet
Miguel de Icaza [Wed, 16 Aug 2006 00:22:30 +0000 (00:22 -0000)]
Make this build, it wont work yet

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

17 years agoAdd the foundation for eglib
Miguel de Icaza [Wed, 16 Aug 2006 00:09:38 +0000 (00:09 -0000)]
Add the foundation for eglib

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

17 years ago2006-08-15 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Wed, 16 Aug 2006 00:04:54 +0000 (00:04 -0000)]
2006-08-15  Miguel de Icaza  <miguel@novell.com>

        * configure.in: Add support for an altenative version of glib.

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

17 years ago2006-08-15 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Tue, 15 Aug 2006 20:50:43 +0000 (20:50 -0000)]
2006-08-15  Marek Safar  <marek.safar@seznam.cz>

* expression.cs (SizeOf.DoResolve): Check for void type. Fixed enum types
support.
* class.cs, ecore.cs, statement.cs: Merged to one error message.

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

17 years agooops
Gonzalo Paniagua Javier [Tue, 15 Aug 2006 20:47:50 +0000 (20:47 -0000)]
oops

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

17 years ago2006-08-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 15 Aug 2006 20:42:40 +0000 (20:42 -0000)]
2006-08-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* SerialPort.cs: allow settings StopBits.None.

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

17 years ago2006-08-15 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Tue, 15 Aug 2006 20:41:09 +0000 (20:41 -0000)]
2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>

* XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)

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

17 years ago- Flush
Peter Dennis Bartok [Tue, 15 Aug 2006 20:30:51 +0000 (20:30 -0000)]
- Flush

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

17 years ago- Flush
Peter Dennis Bartok [Tue, 15 Aug 2006 20:30:10 +0000 (20:30 -0000)]
- Flush

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

17 years ago2006-08-15 Peter Dennis Bartok <pbartok@novell.com>
Peter Dennis Bartok [Tue, 15 Aug 2006 20:28:06 +0000 (20:28 -0000)]
2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>

* Hwnd.cs (Mapped): Properly traverse the tree

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

17 years ago* UnixRegistryApi.cs: Undo change for new eventlog implementation that
Gert Driesen [Tue, 15 Aug 2006 19:40:34 +0000 (19:40 -0000)]
* UnixRegistryApi.cs: Undo change for new eventlog implementation that
was not rolled back earlier this week, and which does not make sense
without that implementation anyway.

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