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

21 years agoGonzalo's idea - Sounded cool ;-)
Sebastien Pouliot [Sat, 12 Apr 2003 01:39:35 +0000 (01:39 -0000)]
Gonzalo's idea - Sounded cool ;-)

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

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

* HttpWebResponse.cs: fixes bug #41180.

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

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

* DateTime.cs: fixes bug #40910, part 2.

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

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

* Makefile.am: re-added -m option when running cygpath. This way,
MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
separator.
* mono-config.c: same codepath for locating mono config file for WIN32
and the rest.
* assembly.c: if mono_assembly_setrootdir is called, don't override
the value set.

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

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

* Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
MONO_ASSEMBLIES variable.

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

21 years agoUpdate
Miguel de Icaza [Fri, 11 Apr 2003 20:14:17 +0000 (20:14 -0000)]
Update

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

21 years agosome new functions implemented, using BitVector32
Aleksey Ryabchuk [Fri, 11 Apr 2003 16:09:29 +0000 (16:09 -0000)]
some new functions implemented, using BitVector32
instead of declaring separate boolean varibales for every control status

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

21 years ago2003-04-11 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 11 Apr 2003 15:42:59 +0000 (15:42 -0000)]
2003-04-11  Dick Porter  <dick@ximian.com>

* atomic.h: ARM atomic operations by Malte Hildingson
<tds00mahi@tellus.thn.htu.se>

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

21 years agoFixed.
Jaime Anguiano Olarra [Fri, 11 Apr 2003 14:55:39 +0000 (14:55 -0000)]
Fixed.

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

21 years agoFixed test.
Jaime Anguiano Olarra [Fri, 11 Apr 2003 14:41:24 +0000 (14:41 -0000)]
Fixed test.

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

21 years agosome changes related to implementation of MDI interface
Aleksey Ryabchuk [Fri, 11 Apr 2003 13:29:38 +0000 (13:29 -0000)]
some changes related to implementation of MDI interface

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

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

* corlib_linux_test.args: added System.IO/FileStreamTest.cs
* corlib_test.args: added System.IO/FileStreamTest.cs

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

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

* FileStreamTest.cs: File Added and some tests in it.

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

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

* FileStream.cs: Added new methods Lock () and Unlock ()

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

21 years agoFixed my info that was overwritten in v 1.35
Per Arneng [Fri, 11 Apr 2003 11:51:37 +0000 (11:51 -0000)]
Fixed my info that was overwritten in v 1.35

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

21 years agoFri Apr 11 13:06:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 11 Apr 2003 11:13:21 +0000 (11:13 -0000)]
Fri Apr 11 13:06:10 CEST 2003 Paolo Molaro <lupus@ximian.com>

* Assembly.cs: added GetNamespaces() icall.

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

21 years agoFri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 11 Apr 2003 10:51:47 +0000 (10:51 -0000)]
Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>

* icall.c: added Assembly::GetNamespaces() icall.

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

21 years ago2003-04-11 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Fri, 11 Apr 2003 09:50:00 +0000 (09:50 -0000)]
2003-04-11  Dietmar Maurer  <dietmar@ximian.com>

* String.cs (Equals): avoid the internal call, code cleanups

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

21 years ago2003-04-11 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Fri, 11 Apr 2003 09:29:55 +0000 (09:29 -0000)]
2003-04-11  Dietmar Maurer  <dietmar@ximian.com>

* mini.c (mini_init): use an opcode for get_Chars (OP_GETCHR)

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

21 years ago2003-04-11 Aleksey Ryabchuk <ryabchuk@yahoo.com>
Aleksey Ryabchuk [Fri, 11 Apr 2003 09:20:33 +0000 (09:20 -0000)]
2003-04-11 Aleksey Ryabchuk <ryabchuk@yahoo.com>
* Control.cs : init bounds in ctor, invisible parking window
* TrackBar.cs
* ProgressBar.cs.cs
* DateTimePicker.cs
* StatusBar.cs : use base version of CreateParams
* ScrollableControl.cs : use base version of CreateParams, removed CS_VREDRAW, CS_HREDRAW styles
* Form.cs : reset parent back to zero for the main form
* StatusBarPanel.cs : small bug-fix

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

21 years agodded the new mono book
Dietmar Maurer [Fri, 11 Apr 2003 09:11:47 +0000 (09:11 -0000)]
dded the new mono book

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

21 years agoChanges caused by the new continue_statement, break_statement, return_statement,...
César Natarén [Fri, 11 Apr 2003 08:44:52 +0000 (08:44 -0000)]
Changes caused by the new continue_statement, break_statement, return_statement, throw_statement, and single line comments.

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

21 years agoAdded continue_statement, break_statement, return_statement, throw_statement and...
César Natarén [Fri, 11 Apr 2003 08:42:28 +0000 (08:42 -0000)]
Added continue_statement, break_statement, return_statement, throw_statement and single line comments, syntatic and lexical rules.

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

21 years ago2003-04-11 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Fri, 11 Apr 2003 07:51:25 +0000 (07:51 -0000)]
2003-04-11  Ville Palo <vi64pa@kolumbus.fi>

* StringReader.cs: Throws exceptions if constructor parameter is null.

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

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

* StringReaderTest.cs: Tests for close and some exceptions

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

21 years ago2003-04-11 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Fri, 11 Apr 2003 06:55:51 +0000 (06:55 -0000)]
2003-04-11  Ville Palo <vi64pa@kolumbus.fi>

* StringWriter.cs: Now throws an exception if StringBuilder parameter
is null

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

21 years ago2003-04-11 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Fri, 11 Apr 2003 06:52:50 +0000 (06:52 -0000)]
2003-04-11  Ville Palo <vi64pa@kolumbus.fi>

* StringWriterTest.cs: Added some Exception tests.

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

21 years agoFri Apr 11 08:29:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 11 Apr 2003 06:37:31 +0000 (06:37 -0000)]
Fri Apr 11 08:29:50 CEST 2003 Paolo Molaro <lupus@ximian.com>

* StringBuilder.cs: cache the result from ToString().

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

21 years ago2003-04-10 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Fri, 11 Apr 2003 03:17:27 +0000 (03:17 -0000)]
2003-04-10  Miguel de Icaza  <miguel@ximian.com>

* decl.cs (CheckAccessLevel): Implement the NestedPrivate rules
for the access level checking.

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

21 years agoUpdate tests: add test that passes, add new test
Miguel de Icaza [Fri, 11 Apr 2003 03:14:05 +0000 (03:14 -0000)]
Update tests: add test that passes, add new test

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

21 years agoRemove useless test
Miguel de Icaza [Fri, 11 Apr 2003 03:13:17 +0000 (03:13 -0000)]
Remove useless test

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

21 years agoAdd private nested public test
Miguel de Icaza [Fri, 11 Apr 2003 03:04:28 +0000 (03:04 -0000)]
Add private nested public test

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

21 years agoChanges to prepare for LOB locators.
Christopher Bockner [Fri, 11 Apr 2003 02:38:02 +0000 (02:38 -0000)]
Changes to prepare for LOB locators.

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

21 years ago:i
Christopher Bockner [Fri, 11 Apr 2003 02:33:00 +0000 (02:33 -0000)]
:i

Base class for LOB locator support.
:

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

21 years ago* doc/web/render-team-page.cs (Compare): Correctly fix
Duncan Mak [Fri, 11 Apr 2003 01:49:43 +0000 (01:49 -0000)]
* doc/web/render-team-page.cs (Compare): Correctly fix
ContributorComparer.
(RenderHtml): Add some SetAttribute loving to make it render prettier.

* doc/web/team.xml: Revert excessive indenting.

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

21 years ago2003-04-10 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Fri, 11 Apr 2003 01:46:36 +0000 (01:46 -0000)]
2003-04-10  Miguel de Icaza  <miguel@ximian.com>

* class.cs: Cosmetic changes.  Renamed `TypeContainer parent' to
`TypeContainer container', because I kept getting confused when I
was debugging this code.

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

21 years ago2003-04-11 Alan Tam <Tam@SiuLung.com>
Alan Tam [Fri, 11 Apr 2003 01:44:50 +0000 (01:44 -0000)]
2003-04-11  Alan Tam <Tam@SiuLung.com>

        * Convert.cs: fixed bug #41085.

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

21 years agoforgot changelog
Jackson Harper [Fri, 11 Apr 2003 01:36:45 +0000 (01:36 -0000)]
forgot changelog

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

21 years ago2003-04-10 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Fri, 11 Apr 2003 01:32:00 +0000 (01:32 -0000)]
2003-04-10  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (Indexers): Instead of tracking getters/setters,
we now track them in parallel.  We create one arraylist less, but
most importantly it is possible now for the LValue code to find a
matching get for a set.

(IndexerAccess.DoResolveLValue): Update the code.
GetIndexersForType has been modified already to extract all the
indexers from a type.  The code assumed it did not.

Also make the code set the correct return type for the indexer.
This was fixed a long time ago for properties, but was missing for
indexers.  It used to be void_type.

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

21 years agoImprove test
Miguel de Icaza [Fri, 11 Apr 2003 01:29:33 +0000 (01:29 -0000)]
Improve test

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