mono.git
21 years agoImprove test
Miguel de Icaza [Wed, 16 Apr 2003 22:09:29 +0000 (22:09 -0000)]
Improve test

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

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

* cs-parser.jay: Due to our hack in the grammar, things like A.B[]
in local variable type definitions, were being returned as a
SimpleName (we decomposed everything into a string), that is
because primary_expression was being used instead of a type in the
grammar (reduce/reduce conflicts).

The part that was wrong is that we converted the expression into a
string (an oversimplification in one hand, compounded with primary
expressions doing string concatenation).

So things like:

A.B.C [] x;

Would return "A.B.C[]" as a SimpleName.  This stopped things like
using clauses from working on this particular context.  And a type
was being matched directly against "A.B.C[]".

We now use the correct approach, and allow for ComposedCast to be
part of the unary expression.  So the "A.B.C []" become a composed
cast of "A.B.C" (as a nested group of MemberAccess with a
SimpleName at the end) plus the rank composition "[]".

Also fixes 35567

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

21 years agoAdd GC_DONT_GC to the docs
Miguel de Icaza [Wed, 16 Apr 2003 18:15:33 +0000 (18:15 -0000)]
Add GC_DONT_GC to the docs

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

21 years agome
Ville Palo [Wed, 16 Apr 2003 17:10:49 +0000 (17:10 -0000)]
me

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

21 years ago2003-04-16 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Wed, 16 Apr 2003 17:03:30 +0000 (17:03 -0000)]
2003-04-16  Ville Palo <vi64pa@kolumbus.fi>

* BufferedStreamTest.cs: new file

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

21 years agocode cleanup
Dietmar Maurer [Wed, 16 Apr 2003 16:00:11 +0000 (16:00 -0000)]
code cleanup

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

21 years ago2003-04-16 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Wed, 16 Apr 2003 15:08:39 +0000 (15:08 -0000)]
2003-04-16  Dietmar Maurer  <dietmar@ximian.com>

* mini.c (mono_compile_create_var): use g_malloc/g_realloc instead
of the mempool. This is slightly faster and uses less memory

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

21 years agoWed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 16 Apr 2003 11:00:35 +0000 (11:00 -0000)]
Wed Apr 16 12:53:10 CEST 2003 Paolo Molaro <lupus@ximian.com>

* mini.c: avoid O(n) allocation for variables.

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

21 years ago2003-04-16 Charles Iliya Krempeaux <charles@reptile.ca>
Charles Iliya Krempeaux [Wed, 16 Apr 2003 08:27:30 +0000 (08:27 -0000)]
2003-04-16  Charles Iliya Krempeaux  <charles@reptile.ca>

        * doc/web/team.xml : Added myself to it.

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

21 years ago2003-04-16 Gaurav Vaish
Gaurav Vaish [Wed, 16 Apr 2003 05:18:50 +0000 (05:18 -0000)]
2003-04-16  Gaurav Vaish

* gvaish.png: Heh! Adjusting brightness. ;-)

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

21 years ago2003-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 16 Apr 2003 02:18:52 +0000 (02:18 -0000)]
2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* BufferTest.cs: added a few more tests for testing buffer length.
Patch by Jerome Laban <jlaban@wanadoo.fr>

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

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

* icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
ves_icall_System_Buffer_ByteLengthInternal.

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

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

* TypeBuilder.cs (DefineDefaultConstructor): Make it generate code
by default for a default constructor.  This is what the MS runtime
does.  The PythonNet code expected this.

(TypeBuilder.GetConstructorImpl): Implement this.

(TypeBuilder.CreateType): If there are no constructors defined, we
create one.

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

21 years agoTue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 15 Apr 2003 17:21:12 +0000 (17:21 -0000)]
Tue Apr 15 19:13:41 CEST 2003 Paolo Molaro <lupus@ximian.com>

* mini.c: handle items on the stack after inlining methods.

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

21 years agoAdded my picture.
Nick Drochak [Tue, 15 Apr 2003 14:55:00 +0000 (14:55 -0000)]
Added my picture.

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

21 years agoA face only a mother could love...
Nick Drochak [Tue, 15 Apr 2003 14:50:28 +0000 (14:50 -0000)]
A face only a mother could love...

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

21 years agoadded my *ahem* picture
Gonzalo Paniagua Javier [Tue, 15 Apr 2003 14:18:20 +0000 (14:18 -0000)]
added my *ahem* picture

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

21 years agoTue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 15 Apr 2003 12:29:08 +0000 (12:29 -0000)]
Tue Apr 15 14:17:57 CEST 2003 Paolo Molaro <lupus@ximian.com>

* mini.c: make the method->opcode optimization dependent
on MONO_OPT_INSTRINS and do it lazily.

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

21 years agoTue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 15 Apr 2003 12:22:56 +0000 (12:22 -0000)]
Tue Apr 15 14:15:39 CEST 2003 Paolo Molaro <lupus@ximian.com>

* driver.c: print overall results at the end of regression run.

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

21 years agoTue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 15 Apr 2003 12:04:40 +0000 (12:04 -0000)]
Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>

* reflection.c: setup klass->nested_in earlier. Allow
a dash in the assembly name.

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

21 years agoTue Apr 15 13:50:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 15 Apr 2003 11:58:30 +0000 (11:58 -0000)]
Tue Apr 15 13:50:41 CEST 2003 Paolo Molaro <lupus@ximian.com>

* ModuleBuilder.cs, TypeBuilder.cs: set nesting_type before
calling setup_internal_class ().

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

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

* metadata.c (mono_type_to_unmanaged): dont access
type->data.klass for MONO_TYPE_OBJECT
(mono_type_to_unmanaged): consider System.Delegate class

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

21 years agoFixed Mono Hispano url.
Alejandro Sánchez Acosta [Tue, 15 Apr 2003 11:10:31 +0000 (11:10 -0000)]
Fixed Mono Hispano url.

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

21 years agoFixed monohispano url.
Alejandro Sánchez Acosta [Tue, 15 Apr 2003 11:06:39 +0000 (11:06 -0000)]
Fixed monohispano url.

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

21 years agofixed monohispano url
Alejandro Sánchez Acosta [Tue, 15 Apr 2003 11:03:26 +0000 (11:03 -0000)]
fixed monohispano url

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

21 years agoAdded myself.
Alejandro Sánchez Acosta [Tue, 15 Apr 2003 10:30:31 +0000 (10:30 -0000)]
Added myself.

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

21 years ago*** empty log message ***
Aleksey Ryabchuk [Tue, 15 Apr 2003 09:49:23 +0000 (09:49 -0000)]
*** empty log message ***

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

21 years ago*** empty log message ***
Aleksey Ryabchuk [Tue, 15 Apr 2003 09:33:27 +0000 (09:33 -0000)]
*** empty log message ***

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

21 years agoTue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 15 Apr 2003 09:26:27 +0000 (09:26 -0000)]
Tue Apr 15 11:18:46 CEST 2003 Paolo Molaro <lupus@ximian.com>

* inssel.brg: don't overwrite symbolic registers.

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

21 years agoTue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 15 Apr 2003 09:24:43 +0000 (09:24 -0000)]
Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>

* class.c: just setup supertypes in the proper place instead of
initializing the full element class for arrays.

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

21 years agoTue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 15 Apr 2003 09:11:55 +0000 (09:11 -0000)]
Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>

* class.c: ensure the element class of arrays is initialized.
Setup the supertype info for array classes, too.

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

21 years agodon't assign window ID when it was already assigned by the system
Aleksey Ryabchuk [Tue, 15 Apr 2003 08:47:38 +0000 (08:47 -0000)]
don't assign window ID when it was already assigned by the system

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

21 years agoAdded myself
Tim Haynes [Tue, 15 Apr 2003 08:33:01 +0000 (08:33 -0000)]
Added myself

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

21 years agoAdded my picture.
Hector E. Gomez Morales [Tue, 15 Apr 2003 07:39:28 +0000 (07:39 -0000)]
Added my picture.

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

21 years ago2003-04-15 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Tue, 15 Apr 2003 05:34:08 +0000 (05:34 -0000)]
2003-04-15  Nick Drochak <ndrochak@gol.com>

* Use nunit version 2.

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

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

* Use nunit version 2.

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

21 years agoOooops, compilation of the test fixed, thanks to gonzalo for reporting
Eduardo Garcia Cebollero [Tue, 15 Apr 2003 03:59:36 +0000 (03:59 -0000)]
Oooops, compilation of the test fixed, thanks to gonzalo for reporting

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

21 years agoMake it a bit cleaner.
Duncan Mak [Tue, 15 Apr 2003 03:57:15 +0000 (03:57 -0000)]
Make it a bit cleaner.

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

21 years ago* makefile: Added a makefile.
Duncan Mak [Tue, 15 Apr 2003 03:53:15 +0000 (03:53 -0000)]
* makefile: Added a makefile.

* write-source.cs: A new program to write out C# source from the
XML files.

* src/MonoCulture.cs: A skeleton class for the other
culture-specific classes.

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

21 years ago2003-04-15 Eduardo Garcia Cebollero <kiwnix@yahoo.es>
Eduardo Garcia Cebollero [Tue, 15 Apr 2003 03:33:33 +0000 (03:33 -0000)]
2003-04-15 Eduardo Garcia Cebollero <kiwnix@yahoo.es>

        * CaseInsensitiveComparer.cs: Fixed Compare Method (now works
        like MS.NET) and implemented the
        CaseInsensitiveComparerTest(culture) constructor.

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

21 years ago2003-04-15 Eduardo Garcia Cebollero <kiwnix@yahoo.es>
Eduardo Garcia Cebollero [Tue, 15 Apr 2003 03:30:01 +0000 (03:30 -0000)]
2003-04-15 Eduardo Garcia Cebollero <kiwnix@yahoo.es>

        * CaseInsensitiveComparerTest.cs: Fixed Compare Method (now works
        like MS.NET) and implemented the
        CaseInsensitiveComparerTest(culture) constructor.

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

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

* list: added CollectionBuilder and TemplateBuilder.
* System.Web.UI/CollectionBuilder.cs:
* System.Web.UI/TemplateBuilder.cs: new classes derived from
ControlBuilder that represent a property or a ITemplate.

* System.Web.UI/ControlBuilder.cs: implemented all the missing bits.
* System.Web.UI/TemplateParser.cs: added mapping from tag name to
Type feature.

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

21 years ago*** empty log message ***
Jean-Marc Andre [Mon, 14 Apr 2003 22:13:03 +0000 (22:13 -0000)]
*** empty log message ***

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

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

* BinaryWriter.cs: Fixed decimal writing and lots of
ObjectDisposedExceptions added.

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

21 years agoC friendly version
Alexandre Pigolkine [Mon, 14 Apr 2003 19:30:09 +0000 (19:30 -0000)]
C friendly version

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

21 years agoAdded myself to team.xml page
Reggie Burnett [Mon, 14 Apr 2003 19:25:49 +0000 (19:25 -0000)]
Added myself to team.xml page

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

21 years ago2003-04-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 14 Apr 2003 18:58:30 +0000 (18:58 -0000)]
2003-04-14  Miguel de Icaza  <miguel@ximian.com>

* Delegate.cs (Delegate): Seems like a typo, we were checking the
wrong variable.

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

21 years ago2003-04-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 14 Apr 2003 18:26:58 +0000 (18:26 -0000)]
2003-04-14  Miguel de Icaza  <miguel@ximian.com>

* MonoType.cs: Make GetNestedType an external method implementation.

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

21 years agoI'm just this guy...
Lee Mallabone [Mon, 14 Apr 2003 18:26:01 +0000 (18:26 -0000)]
I'm just this guy...

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

21 years ago2003-04-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 14 Apr 2003 18:25:49 +0000 (18:25 -0000)]
2003-04-14  Miguel de Icaza  <miguel@ximian.com>

* icall.c (ves_icall_Type_GetNestedType): Add new internal call.

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

21 years agopersonal data added
Alexandre Pigolkine [Mon, 14 Apr 2003 18:20:43 +0000 (18:20 -0000)]
personal data added

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

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

* BinaryWriterTest.cs: Added new file.

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

21 years agoMon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 14 Apr 2003 16:02:30 +0000 (16:02 -0000)]
Mon Apr 14 17:41:34 CEST 2003 Paolo Molaro <lupus@ximian.com>

* inssel-x86.brg: fix conversion from long to float.

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

21 years ago<AOL/>
Dick Porter [Mon, 14 Apr 2003 15:53:49 +0000 (15:53 -0000)]
<AOL/>

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

21 years agouse the computed value to avoid dead code elimination
Dietmar Maurer [Mon, 14 Apr 2003 15:14:52 +0000 (15:14 -0000)]
use the computed value to avoid dead code elimination

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

21 years agoShamelessly added Mark Crichton (me) to the list.
Mark Crichton [Mon, 14 Apr 2003 15:10:45 +0000 (15:10 -0000)]
Shamelessly added Mark Crichton (me) to the list.

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

21 years ago2003-04-14 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 14 Apr 2003 14:18:58 +0000 (14:18 -0000)]
2003-04-14  Nick Drochak  <ndrochak@gol.com>

* makefile.gnu: library location has changed.

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

21 years agoanother benchmark
Dietmar Maurer [Mon, 14 Apr 2003 13:24:44 +0000 (13:24 -0000)]
another benchmark

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

21 years ago2003-04-14 Daniel Morgan <danmorg@sc.rr.com>
Daniel Morgan [Mon, 14 Apr 2003 13:05:43 +0000 (13:05 -0000)]
2003-04-14  Daniel Morgan <danmorg@sc.rr.com>

* SqlSharpDataAdapter.cs: added new file
as a special data adapter for SQL#

* SqlEditorSharp.cs: allow the use of
syntax highlighting of SQL keywords or not
via a property and default to false

* makefile.gnu
* win32.make: add SqlSharpDataAdapter.cs to
the build

* sqlsharpgtk.cs: handle a key pressed event
when the user presses F5 to execute the SQL
in the editor's buffer.  Also, add an Edit menu, but
its menu options currently are placeholders

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

21 years agoanother test
Dietmar Maurer [Mon, 14 Apr 2003 12:49:05 +0000 (12:49 -0000)]
another test

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

21 years ago2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Mon, 14 Apr 2003 12:30:45 +0000 (12:30 -0000)]
2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>

* ControlAdapter.cs     : Initial implementation.
* HtmlControlAdapter.cs : Corrected the namesapce.

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

21 years ago2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Mon, 14 Apr 2003 08:39:34 +0000 (08:39 -0000)]
2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>

* HtmlControlAdapter.cs     : Initial implementation.

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

21 years ago2003-04-14 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Mon, 14 Apr 2003 07:30:41 +0000 (07:30 -0000)]
2003-04-14 Gaurav Vaish <gvaish_mono AT lycos.com>

* System.Web.UI.MobileControls.Adapters  : Added directory.

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

21 years ago2003-04-13 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Sun, 13 Apr 2003 17:44:35 +0000 (17:44 -0000)]
2003-04-13  Ville Palo <vi64pa@kolumbus.fi>

* BinaryReader.cs: Fix to ReadDecimal() method.

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

21 years agoMake my picture smaller - now you can't see what I look like ;-)
Ravi Pratap M [Sun, 13 Apr 2003 17:16:15 +0000 (17:16 -0000)]
Make my picture smaller - now you can't see what I look like ;-)

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

21 years agoAdd my picture
Ravi Pratap M [Sun, 13 Apr 2003 17:11:42 +0000 (17:11 -0000)]
Add my picture

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

21 years agoAdd myself to this :-)
Ravi Pratap M [Sun, 13 Apr 2003 17:09:56 +0000 (17:09 -0000)]
Add myself to this :-)

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

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

* StringReader.cs: Added some ObjectDisposedExceptions.
* StringWriter.cs: Added some ObjectDisposedExceptions.
* BinaryReader.cs: Added some ObjectDisposedExceptions.

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

21 years ago2003-04-13 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Sun, 13 Apr 2003 12:55:58 +0000 (12:55 -0000)]
2003-04-13  Ville Palo <vi64pa@kolumbus.fi>

* BinaryStreamReader.cs: Added lots of tests. Somehow I missed that
there are already testcases for BinaryStreamReader :/

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

21 years ago2003-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 13 Apr 2003 12:15:44 +0000 (12:15 -0000)]
2003-04-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Enum.cs: fixed bug #41294.

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

21 years ago2003-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 13 Apr 2003 03:17:05 +0000 (03:17 -0000)]
2003-04-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* FileStream.cs: fixed the windows build. This is an mcs bug. I'll
fill a bug report.

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

21 years ago2003-04-12 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 12 Apr 2003 19:33:25 +0000 (19:33 -0000)]
2003-04-12  Miguel de Icaza  <miguel@ximian.com>

* Encoding.cs: Enabled the code paths that we did have commented
out, they seem to work now.

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

21 years ago2003-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 12 Apr 2003 18:14:36 +0000 (18:14 -0000)]
2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* FileStream.cs: fixed bug #40182 and made more unit test pass.

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

21 years ago2003-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 12 Apr 2003 18:12:19 +0000 (18:12 -0000)]
2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* FileStreamTest.cs: added more tests by Gert Driesen
(gert.driesen@ardatis.com).

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

21 years ago2003-04-13 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 18:00:55 +0000 (18:00 -0000)]
2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* more removed testcases from here.

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

21 years ago2003-04-13 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 17:46:49 +0000 (17:46 -0000)]
2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* removed testcases from here.

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

21 years ago*** empty log message ***
Atsushi Eno [Sat, 12 Apr 2003 17:22:44 +0000 (17:22 -0000)]
*** empty log message ***

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

21 years ago2003-04-12 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Sat, 12 Apr 2003 17:09:46 +0000 (17:09 -0000)]
2003-04-12  Ville Palo <vi64pa@kolumbus.fi>

* UniqueConstraint.cs: one tiny fix.

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

21 years ago2003-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 12 Apr 2003 16:11:52 +0000 (16:11 -0000)]
2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* SelectNodesTests.cs: moved...
* System.Xml.XPath/SelectNodesTests.cs: ...here

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

21 years ago2003-04-12 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Sat, 12 Apr 2003 16:09:50 +0000 (16:09 -0000)]
2003-04-12  Ville Palo <vi64pa@kolumbus.fi>

* FileStreamTest.cs: Tiny fixes.

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

21 years ago2003-04-12 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 12 Apr 2003 15:30:38 +0000 (15:30 -0000)]
2003-04-12  Zoltan Varga  <vargaz@freemail.hu>

* get.c (dis_stringify_modifiers): Print a space between custom modifers.
* get.c (get_custom_mod): Handle multiple custom modifiers aka bug #30812.
* main.c: Print klass name at the end of each method to make it easier
to find a given method.

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

21 years ago2003-04-13 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 15:16:05 +0000 (15:16 -0000)]
2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
* XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
  LoadDocumentWithIgnoreSection.

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

21 years ago2003-04-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 14:07:03 +0000 (14:07 -0000)]
2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* moved testcases into each namespace-named directories.
  fixed System.XML_linux_test.args and MonoMicro.test.csproj
  along with it.
* added XmlFiles directory for test xml files.

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

21 years ago2003-04-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 13:53:22 +0000 (13:53 -0000)]
2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* added this file as a new entry.
  See ../ChangeLog to find former ChangeLog entries.

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

21 years ago2003-04-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 13:50:55 +0000 (13:50 -0000)]
2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* added this file along with this new directory.

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

21 years ago2003-04-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 13:43:23 +0000 (13:43 -0000)]
2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* added this file as a new entry.
  See ../ChangeLog to find former ChangeLog entries.

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

21 years ago2003-04-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 13:41:24 +0000 (13:41 -0000)]
2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* added this file as a new entry.
  See ../ChangeLog to find former ChangeLog entries.
* added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
  (by Erik Lebel)

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

21 years ago2003-04-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
Atsushi Eno [Sat, 12 Apr 2003 13:39:49 +0000 (13:39 -0000)]
2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* added this file as a new entry.
  See ../ChangeLog to find ChangeLog entries before than this day.

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

21 years ago2003-04-12 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Sat, 12 Apr 2003 11:01:24 +0000 (11:01 -0000)]
2003-04-12  Ville Palo <vi64pa@kolumbus.fi>

* FileStreamTest.cs More tests.

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

21 years agoAdd some more docs.
Duncan Mak [Sat, 12 Apr 2003 05:48:07 +0000 (05:48 -0000)]
Add some more docs.

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

21 years ago* README: Added to explain how to fill out the CultureInfo XML files.
Duncan Mak [Sat, 12 Apr 2003 05:20:32 +0000 (05:20 -0000)]
* README: Added to explain how to fill out the CultureInfo XML files.

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

21 years ago2003-04-12 Duncan Mak <duncan@ximian.com>
Duncan Mak [Sat, 12 Apr 2003 05:18:21 +0000 (05:18 -0000)]
2003-04-12  Duncan Mak  <duncan@ximian.com>

* Data/CultureInfo.xsd: XML schema for the XML files.

* Data/*.xml: Modify the DisplayName element to allow for more
flexible translation.

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

21 years ago2003-04-11 Duncan Mak <duncan@ximian.com>
Duncan Mak [Sat, 12 Apr 2003 04:07:37 +0000 (04:07 -0000)]
2003-04-11  Duncan Mak  <duncan@ximian.com>

* Data/??.xml: Remove the empty Parent element in the neutral cultures.

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

21 years agoMove ChangeLog to the parent folder.
Duncan Mak [Sat, 12 Apr 2003 04:05:32 +0000 (04:05 -0000)]
Move ChangeLog to the parent folder.

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

21 years agoMove ChangeLog is the parent folder
Duncan Mak [Sat, 12 Apr 2003 04:04:58 +0000 (04:04 -0000)]
Move ChangeLog is the parent folder

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

21 years ago2003-04-11 Duncan Mak <duncan@ximian.com>
Duncan Mak [Sat, 12 Apr 2003 03:17:25 +0000 (03:17 -0000)]
2003-04-11  Duncan Mak  <duncan@ximian.com>

* *.xml: Remove the IsNeutralCulture information and add in specific
        culture information as well.

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

21 years ago2003-04-12 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sat, 12 Apr 2003 03:05:44 +0000 (03:05 -0000)]
2003-04-12  Sebastien Pouliot  <spouliot@videotron.ca>

* X509CertificateTest.cs: Commented ToString() test because of the
dates included within (which makes the comparison with a pre-
generated value difficult).

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

21 years agoRevert the last patch.
Duncan Mak [Sat, 12 Apr 2003 02:57:34 +0000 (02:57 -0000)]
Revert the last patch.

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

21 years ago2003-04-11 Duncan Mak <duncan@ximian.com>
Duncan Mak [Sat, 12 Apr 2003 02:49:45 +0000 (02:49 -0000)]
2003-04-11 Duncan Mak  <duncan@ximian.com>

        * Mono.Globalization/Data/*.xml: Check in XML files used in
        the implementation of System.Globalization.

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

21 years ago2003-04-11 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sat, 12 Apr 2003 02:37:02 +0000 (02:37 -0000)]
2003-04-11  Sebastien Pouliot  <spouliot@videotron.ca>

* X509CertificateTest.cs: Corrected end-of-line issue for Linux.

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