mono.git
21 years agoremoved inherited members, removed a throw not implmented, added comments
Dennis Hayes [Tue, 8 Apr 2003 02:15:56 +0000 (02:15 -0000)]
removed inherited members, removed a throw not implmented, added comments

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

21 years ago2003-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 8 Apr 2003 01:29:30 +0000 (01:29 -0000)]
2003-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DateTime.cs: fixed bug #40910.

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

21 years agoUpdate
Miguel de Icaza [Mon, 7 Apr 2003 23:41:33 +0000 (23:41 -0000)]
Update

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

21 years agoFirst pass at mini man page
Miguel de Icaza [Mon, 7 Apr 2003 18:51:29 +0000 (18:51 -0000)]
First pass at mini man page

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

21 years ago2003-04-07 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 7 Apr 2003 17:52:44 +0000 (17:52 -0000)]
2003-04-07  Martin Baulig  <martin@ximian.com>

* codegen.cs (EmitContext.CurrentFile): New public field.
(EmitContext.Mark): Use the CurrentFile to check whether the
location is in the correct file.
(EmitContext.EmitTopBlock): Initialize CurrentFile here.

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

21 years ago2003-04-07 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 7 Apr 2003 16:59:03 +0000 (16:59 -0000)]
2003-04-07  Martin Baulig  <martin@ximian.com>

* ecore.cs (Expression.ResolveBoolean): Don't call ec.Mark().

* codegen.cs (EmitContext.EmitTopBlock): Don't call Mark() on the
location.  [FIXME: The location argument which gets passed to this
method is sometimes wrong!]

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

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

* driver.c: give a better error message when the assembly to execute
doesn't have an entry point.

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

21 years ago2003-04-07 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Mon, 7 Apr 2003 14:24:58 +0000 (14:24 -0000)]
2003-04-07  Dietmar Maurer  <dietmar@ximian.com>

* Makefile.am: added hack for automake

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

21 years ago*** empty log message ***
Dietmar Maurer [Mon, 7 Apr 2003 14:00:52 +0000 (14:00 -0000)]
*** empty log message ***

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

21 years ago2003-04-07 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Mon, 7 Apr 2003 13:57:52 +0000 (13:57 -0000)]
2003-04-07  Dietmar Maurer  <dietmar@ximian.com>

* mono/mini/mini.c (mono_save_args): always copy arguments to keep
correct sematics.

* mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls

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

21 years ago2003-04-07 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Mon, 7 Apr 2003 13:54:16 +0000 (13:54 -0000)]
2003-04-07  Nick Drochak <ndrochak@gol.com>

* codegen.cs: Be more verbose when we can't find the symbol writer dll.

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

21 years ago2003-04-07 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 7 Apr 2003 12:37:36 +0000 (12:37 -0000)]
2003-04-07  Martin Baulig  <martin@ximian.com>

* mono/mini/: Added this directory to the build; install `mini'
and `libmini.la'.

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

21 years agosome experimental code - disabled
Dietmar Maurer [Mon, 7 Apr 2003 11:43:27 +0000 (11:43 -0000)]
some experimental code - disabled

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

21 years ago2003-04-07 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Mon, 7 Apr 2003 11:24:39 +0000 (11:24 -0000)]
2003-04-07 Gaurav Vaish <gvaish_mono AT lycos.com>

* MobileListItem.cs      : Completed.

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

21 years ago2003-03-07 Piers Haken <piersh@friskit.com>
Piers Haken [Mon, 7 Apr 2003 11:15:36 +0000 (11:15 -0000)]
2003-03-07  Piers Haken  <piersh@friskit.com>

* Tokenizer.cs: allow '.'s in NCNames

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

21 years agoanother inlining test
Dietmar Maurer [Mon, 7 Apr 2003 11:14:15 +0000 (11:14 -0000)]
another inlining test

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

21 years ago2003-04-07 Dietmar Maurer <dietmar@ximian.com>
Dietmar Maurer [Mon, 7 Apr 2003 11:08:22 +0000 (11:08 -0000)]
2003-04-07  Dietmar Maurer  <dietmar@ximian.com>

* mono/mini/ssa.c (mono_ssa_avoid_copies): don't optimize calls

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

21 years ago2003-03-07 Piers Haken <piersh@friskit.com>
Piers Haken [Mon, 7 Apr 2003 10:55:13 +0000 (10:55 -0000)]
2003-03-07  Piers Haken  <piersh@friskit.com>

* Exression.cs:
* DefaultContext.cs:
fixed function argument resolution

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

21 years ago2003-04-07 Gaurav Vaish
Gaurav Vaish [Mon, 7 Apr 2003 08:45:46 +0000 (08:45 -0000)]
2003-04-07 Gaurav Vaish

* team.xml - Anti-Spamify the email address

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

21 years agoFix ContributorComparer.
Duncan Mak [Mon, 7 Apr 2003 08:09:47 +0000 (08:09 -0000)]
Fix ContributorComparer.

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

21 years agoMake it work again
Gonzalo Paniagua Javier [Mon, 7 Apr 2003 00:20:35 +0000 (00:20 -0000)]
Make it work again

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

21 years ago2003-04-06 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sun, 6 Apr 2003 22:03:51 +0000 (22:03 -0000)]
2003-04-06  Sebastien Pouliot  <spouliot@videotron.ca>

* AsymmetricAlgorithm.cs: Moved IsLegalKeySize to KeySizes.cs.
* DSACryptoServiceProvider.cs: Fix bug where key generation always
resulted in 1024 bits keypair.
* KeySizes.cs: Added internal IsLegalKeySize and IsLegal to avoid
duplication in both AsymmetricAlgorithm and SymmetricAlgorithm.
* RC2.cs: Modified to use IsLegalKeySize from KeySizes.cs.
* RSACryptoServiceProvider.cs: Fix bug where key generation always
resulted in 1024 bits keypair. Should fix unit test failure under
Linux.
* SymmetricAlgorithm.cs: Moved IsLegalKeySize to KeySizes.cs.

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

21 years ago2003-04-06 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 6 Apr 2003 21:41:27 +0000 (21:41 -0000)]
2003-04-06  Martin Baulig  <martin@ximian.com>

* ecore.cs (SimpleName.SimpleNameResolve): Don't report an error
if it's a nested child, but also deriving from the outer class.
See test 190.cs.

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

21 years ago2003-04-06 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 6 Apr 2003 21:31:49 +0000 (21:31 -0000)]
2003-04-06  Martin Baulig  <martin@ximian.com>

* test-190.cs: New test.

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

21 years ago2003-04-06 Martin Baulig <martin@ximian.com>
Martin Baulig [Sun, 6 Apr 2003 21:31:26 +0000 (21:31 -0000)]
2003-04-06  Martin Baulig  <martin@ximian.com>

* typemanager.cs (IsNestedChildOf): Make this work if it's a
nested child, but also deriving from the outer class.  See
test-190.cs.
(FilterWithClosure): We may access private members of the outer
class if we're a nested child and deriving from the outer class.
(RealMemberLookup): Only set `closure_private_ok' if the
`original_bf' contained BindingFlags.NonPublic.

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

21 years agoOoops, forgot to commit this. This will actually fix #40670.
Martin Baulig [Sun, 6 Apr 2003 20:50:15 +0000 (20:50 -0000)]
Ooops, forgot to commit this.  This will actually fix #40670.

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

21 years ago2003-04-06 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sun, 6 Apr 2003 16:01:20 +0000 (16:01 -0000)]
2003-04-06  Sebastien Pouliot <spouliot@videotron.ca>

* corlib_test.args: added X509CertificateTest.cs

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

21 years ago2003-04-06 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sun, 6 Apr 2003 14:04:58 +0000 (14:04 -0000)]
2003-04-06  Sebastien Pouliot <spouliot@videotron.ca>

* corlib_linux_test.args: added X509CertificateTest.cs

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

21 years ago2003-04-06 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Sun, 6 Apr 2003 13:56:50 +0000 (13:56 -0000)]
2003-04-06  Sebastien Pouliot  <spouliot@videotron.ca>

* CryptoStream.cs: Partial fix for bug #40689 (workaround). Does not
throw a NotSupportedException on closing a CryptoStream in read mode
(like MS does but unlike MS documents).

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

21 years agoinitial implementation of MDI interface; Attempt to minimize fliker effect
Alexandre Pigolkine [Sun, 6 Apr 2003 12:22:19 +0000 (12:22 -0000)]
initial implementation of MDI interface; Attempt to minimize fliker effect

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

21 years agoadded myself
Gonzalo Paniagua Javier [Sun, 6 Apr 2003 10:54:09 +0000 (10:54 -0000)]
added myself

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

21 years ago2003-04-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 6 Apr 2003 10:17:19 +0000 (10:17 -0000)]
2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* object.c:
(mono_unhandled_exception): fill in the arguments for the
UnhandledException event. Only trigger that event for the default
domain (as MS does).

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

21 years ago* ILParser.jay: Set type parameter index
Jackson Harper [Sun, 6 Apr 2003 08:14:19 +0000 (08:14 -0000)]
* ILParser.jay: Set type parameter index

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

21 years ago* PEAPI.cs: Add indexes to GenericParameters, make string index
Jackson Harper [Sun, 6 Apr 2003 08:12:36 +0000 (08:12 -0000)]
* PEAPI.cs: Add indexes to GenericParameters, make string index
always a full 4 bytes.

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

21 years agoModify my image entry.
Pedro Martínez Juliá [Sun, 6 Apr 2003 07:25:33 +0000 (07:25 -0000)]
Modify my image entry.

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

21 years agoAdd my picture
Jackson Harper [Sun, 6 Apr 2003 06:01:27 +0000 (06:01 -0000)]
Add my picture

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

21 years agoMy picture.
Jackson Harper [Sun, 6 Apr 2003 06:00:13 +0000 (06:00 -0000)]
My picture.

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

21 years agoCommit. Please do not reformat gratuitously
Miguel de Icaza [Sun, 6 Apr 2003 05:52:50 +0000 (05:52 -0000)]
Commit.  Please do not reformat gratuitously

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

21 years agoAdded myself
Ben Maurer [Sun, 6 Apr 2003 04:50:51 +0000 (04:50 -0000)]
Added myself

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

21 years agoremove classref references
Jackson Harper [Sun, 6 Apr 2003 03:10:02 +0000 (03:10 -0000)]
remove classref references

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

21 years ago* ILParser.jay: Emit parameterized types
Jackson Harper [Sun, 6 Apr 2003 00:29:49 +0000 (00:29 -0000)]
* ILParser.jay: Emit parameterized types

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

21 years ago* PEAPI.cs: Add GenericParameter table, and method to add generic
Jackson Harper [Sun, 6 Apr 2003 00:25:17 +0000 (00:25 -0000)]
* PEAPI.cs: Add GenericParameter table, and method to add generic
parameters.

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

21 years agoforgot one thing
Per Arneng [Sat, 5 Apr 2003 23:41:42 +0000 (23:41 -0000)]
forgot one thing

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

21 years agoAdded photo
Per Arneng [Sat, 5 Apr 2003 23:10:51 +0000 (23:10 -0000)]
Added photo

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

21 years agoFlush
Miguel de Icaza [Sat, 5 Apr 2003 21:27:29 +0000 (21:27 -0000)]
Flush

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

21 years ago2003-04-05 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 5 Apr 2003 20:56:20 +0000 (20:56 -0000)]
2003-04-05  Miguel de Icaza  <miguel@ximian.com>

* jit.c (check_inlining): honor the NOINLING atttribute.

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

21 years ago2003-04-05 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 5 Apr 2003 20:53:55 +0000 (20:53 -0000)]
2003-04-05  Miguel de Icaza  <miguel@ximian.com>

* mini.c (mono_method_check_inlining): Honor the
METHOD_IMPL_ATTRIBUTE_NOINLINING flag.

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

21 years agoAdd myself to the Mono Team page.
Jonathan Pryor [Sat, 5 Apr 2003 19:43:39 +0000 (19:43 -0000)]
Add myself to the Mono Team page.

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

21 years ago2003-04-05 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 5 Apr 2003 19:32:07 +0000 (19:32 -0000)]
2003-04-05  Martin Baulig  <martin@ximian.com>

* statement.cs (FlowBranching.UsageVector.MergeChildren): Fix bug #40670.

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

21 years agoMake it build, quick setup for now
Miguel de Icaza [Sat, 5 Apr 2003 19:22:22 +0000 (19:22 -0000)]
Make it build, quick setup for now

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

21 years agoNew compilation engine for Mono
Miguel de Icaza [Sat, 5 Apr 2003 19:21:32 +0000 (19:21 -0000)]
New compilation engine for Mono

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

21 years ago2003-04-05 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 5 Apr 2003 19:10:02 +0000 (19:10 -0000)]
2003-04-05  Martin Baulig  <martin@ximian.com>

* test-189.cs: New test for bug #40670.

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

21 years ago2003-04-05 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 5 Apr 2003 19:00:53 +0000 (19:00 -0000)]
2003-04-05  Miguel de Icaza  <miguel@ximian.com>

* Console.cs: Make stderr, stdout and stdin use synchronized
versions of the their readers/writers.

2003-03-20  Miguel de Icaza  <miguel@ximian.com>

* Thread.cs (CurrentCuluture): use the invaraint culture instead
of "" for the current_culture setting.

2003-04-05  Miguel de Icaza  <miguel@ximian.com>

* TextWriter.cs: Implemented Synchronized method.

* TextReader.cs: Implemented Synchronized method.

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

21 years agoAdd pedro
Miguel de Icaza [Sat, 5 Apr 2003 17:52:45 +0000 (17:52 -0000)]
Add pedro

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

21 years ago2003-04-05 Patrik Torstensson
Patrik Torstensson [Sat, 5 Apr 2003 17:20:25 +0000 (17:20 -0000)]
2003-04-05 Patrik Torstensson

Added my self.

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

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

* DataTable.cs: Remove UniqueConstraints when adding new ones

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

21 years agoAdded myself
Lluis Sanchez [Sat, 5 Apr 2003 13:02:18 +0000 (13:02 -0000)]
Added myself

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

21 years ago2003-04-05 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sat, 5 Apr 2003 12:30:50 +0000 (12:30 -0000)]
2003-04-05  Nick Drochak  <ndrochak@gol.com>

* makefile.gnu: revert. debugger support not installed by default in mcs

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

21 years ago2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Sat, 5 Apr 2003 10:42:20 +0000 (10:42 -0000)]
2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>

* MobileCapabilities.cs    : HasCapability(string, string)
                             - In words how to implement it.

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

21 years ago2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Sat, 5 Apr 2003 10:30:10 +0000 (10:30 -0000)]
2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>

* MobileCapabilities.cs    : More methods.
* DeviceFilterDictionary.cs: Used by MobCaps for filtering
                             the capabilities. Init impl.

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

21 years agoAdded my picture
Martin Willemoes Hansen [Sat, 5 Apr 2003 10:12:36 +0000 (10:12 -0000)]
Added my picture

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

21 years ago2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>
Gaurav Vaish [Sat, 5 Apr 2003 09:57:21 +0000 (09:57 -0000)]
2003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>

* MobileCapabilities.cs    : Completed all properties.
                             Thanks to the tool that I made.
* ErrorHandlerModule.cs    : Initial implementation.

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

21 years agoShameless self-promotion
Nick Drochak [Sat, 5 Apr 2003 09:32:38 +0000 (09:32 -0000)]
Shameless self-promotion

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

21 years agoChanging my entry
Pedro Martínez Juliá [Sat, 5 Apr 2003 08:48:46 +0000 (08:48 -0000)]
Changing my entry

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

21 years ago2003-04-05 Gaurav Vaish
Gaurav Vaish [Sat, 5 Apr 2003 08:28:06 +0000 (08:28 -0000)]
2003-04-05   Gaurav Vaish

* team.xml: Added myself as a contributor!

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

21 years ago2003-04-05 Gaurav Vaish
Gaurav Vaish [Sat, 5 Apr 2003 08:25:54 +0000 (08:25 -0000)]
2003-04-05  Gaurav Vaish

* gvaish.png: Add my photo also. ;-)

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

21 years ago2003-04-05 Ville Palo <vi64pa@kolumbus.fi>
Ville Palo [Sat, 5 Apr 2003 08:21:02 +0000 (08:21 -0000)]
2003-04-05  Ville Palo <vi64pa@kolumbus.fi>

* DataTableTest.cs: little fix.

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

21 years agooops
Nick Drochak [Sat, 5 Apr 2003 08:15:47 +0000 (08:15 -0000)]
oops

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

21 years ago2003-04-05 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sat, 5 Apr 2003 08:01:03 +0000 (08:01 -0000)]
2003-04-05  Nick Drochak  <ndrochak@gol.com>

* PathTest.cs: Use nunit2 convention for exception test.

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

21 years agoAdd me to the team page.
Alan Tam [Sat, 5 Apr 2003 07:52:05 +0000 (07:52 -0000)]
Add me to the team page.

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

21 years ago2003-04-05 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sat, 5 Apr 2003 07:47:21 +0000 (07:47 -0000)]
2003-04-05  Nick Drochak  <ndrochak@gol.com>

* makefile.gnu: compile with debug.

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

21 years agoAdd Nick
Nick Drochak [Sat, 5 Apr 2003 07:36:13 +0000 (07:36 -0000)]
Add Nick

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

21 years ago* ILParser.jay: Add parameterized method declarations.
Jackson Harper [Sat, 5 Apr 2003 03:41:29 +0000 (03:41 -0000)]
* ILParser.jay: Add parameterized method declarations.

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

21 years agoAdd I
Jackson Harper [Sat, 5 Apr 2003 03:32:22 +0000 (03:32 -0000)]
Add I

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

21 years agoAdded myself to the team page.
César Natarén [Sat, 5 Apr 2003 02:19:29 +0000 (02:19 -0000)]
Added myself to the team page.

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

21 years ago*** empty log message ***
Sebastien Pouliot [Sat, 5 Apr 2003 00:54:42 +0000 (00:54 -0000)]
*** empty log message ***

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

21 years agoadded myself ;)
Per Arneng [Fri, 4 Apr 2003 23:17:39 +0000 (23:17 -0000)]
added myself ;)

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

21 years agoDo not close
Miguel de Icaza [Fri, 4 Apr 2003 23:00:45 +0000 (23:00 -0000)]
Do not close

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

21 years ago2003-04-04 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Fri, 4 Apr 2003 22:49:02 +0000 (22:49 -0000)]
2003-04-04  Miguel de Icaza  <miguel@ximian.com>

* FileStream.cs (Read, ReadByte, Seek): throw
ObjectDisposedException if the handle has been released.

(Read): Throw exceptions specified in the spec.

(Read, Write, ReadSegment, WriteSegment): There is no requirement for any
instance methods of FileStream to be thread safe, so remove all
the calls to lock on the object

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

21 years agoadded schema
Piers Haken [Fri, 4 Apr 2003 22:07:13 +0000 (22:07 -0000)]
added schema

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

21 years agoput image back
Miguel de Icaza [Fri, 4 Apr 2003 22:04:19 +0000 (22:04 -0000)]
put image back

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

21 years agofix: display icon
Johannes Roith [Fri, 4 Apr 2003 21:57:03 +0000 (21:57 -0000)]
fix: display icon

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

21 years agoFlush
Miguel de Icaza [Fri, 4 Apr 2003 21:55:25 +0000 (21:55 -0000)]
Flush

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

21 years agoupdate
Miguel de Icaza [Fri, 4 Apr 2003 21:53:25 +0000 (21:53 -0000)]
update

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

21 years agophoto.
Johannes Roith [Fri, 4 Apr 2003 21:50:39 +0000 (21:50 -0000)]
photo.

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

21 years agoadd myself
Johannes Roith [Fri, 4 Apr 2003 21:45:01 +0000 (21:45 -0000)]
add myself

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

21 years ago*** empty log message ***
Martin Willemoes Hansen [Fri, 4 Apr 2003 21:30:45 +0000 (21:30 -0000)]
*** empty log message ***

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

21 years agoadded myself
Piers Haken [Fri, 4 Apr 2003 21:28:19 +0000 (21:28 -0000)]
added myself

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

21 years agoteam.xml
Martin Willemoes Hansen [Fri, 4 Apr 2003 21:20:57 +0000 (21:20 -0000)]
team.xml

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

21 years ago*** empty log message ***
Tim Coleman [Fri, 4 Apr 2003 21:15:42 +0000 (21:15 -0000)]
*** empty log message ***

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

21 years agoAdded Marco Ridoni
Marco Ridoni [Fri, 4 Apr 2003 21:05:17 +0000 (21:05 -0000)]
Added Marco Ridoni

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

21 years agoTeam entry
Alp Toker [Fri, 4 Apr 2003 20:46:15 +0000 (20:46 -0000)]
Team entry

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

21 years agoXML Serialization isn't completely working yet ;(
Duncan Mak [Fri, 4 Apr 2003 20:31:47 +0000 (20:31 -0000)]
XML Serialization isn't completely working yet ;(

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

21 years agoFixity Fix
Duncan Mak [Fri, 4 Apr 2003 20:27:56 +0000 (20:27 -0000)]
Fixity Fix

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

21 years agoClient for writing out team.xml entries
Duncan Mak [Fri, 4 Apr 2003 20:16:21 +0000 (20:16 -0000)]
Client for writing out team.xml entries

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

21 years agoUpdate
Miguel de Icaza [Fri, 4 Apr 2003 20:16:03 +0000 (20:16 -0000)]
Update

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

21 years agoAdded my entry
Pedro Martínez Juliá [Fri, 4 Apr 2003 20:02:15 +0000 (20:02 -0000)]
Added my entry

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

21 years ago* doc/web/render-team-page.cs: Make it use 'none.png' if no image
Duncan Mak [Fri, 4 Apr 2003 19:47:10 +0000 (19:47 -0000)]
* doc/web/render-team-page.cs: Make it use 'none.png' if no image
are specified in the XML.

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

21 years agoAdd images
Duncan Mak [Fri, 4 Apr 2003 19:42:33 +0000 (19:42 -0000)]
Add images

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

21 years agoAdd myself to the team listing, cause I'm still around. Hopefully
Juli Mallett [Fri, 4 Apr 2003 19:35:57 +0000 (19:35 -0000)]
Add myself to the team listing, cause I'm still around.  Hopefully
the stuff deals well with lack of certain fields.

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