mono.git
19 years ago**** Merged r40732-r40872 from MCS ****
Martin Baulig [Tue, 22 Mar 2005 10:12:21 +0000 (10:12 -0000)]
**** Merged r40732-r40872 from MCS ****

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

19 years ago**** Merged r40699 from MCS ****
Martin Baulig [Tue, 22 Mar 2005 10:10:27 +0000 (10:10 -0000)]
**** Merged r40699 from MCS ****

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

19 years ago**** Merged r40625 from MCS ****
Martin Baulig [Tue, 22 Mar 2005 10:07:30 +0000 (10:07 -0000)]
**** Merged r40625 from MCS ****

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

19 years ago**** Merged r40511-r40612 from MCS ****
Martin Baulig [Tue, 22 Mar 2005 10:05:55 +0000 (10:05 -0000)]
**** Merged r40511-r40612 from MCS ****

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

19 years agoColorMatrix usage sample
Jordi Mas i Hernandez [Tue, 22 Mar 2005 10:03:03 +0000 (10:03 -0000)]
ColorMatrix usage sample

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

19 years ago**** Merged r40464 from MCS ****
Martin Baulig [Tue, 22 Mar 2005 10:01:15 +0000 (10:01 -0000)]
**** Merged r40464 from MCS ****

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

19 years ago**** Merged r40457-r40460 from MCS ****
Martin Baulig [Tue, 22 Mar 2005 09:59:34 +0000 (09:59 -0000)]
**** Merged r40457-r40460 from MCS ****

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

19 years ago**** Merged r40402-r40410 from MCS ****
Martin Baulig [Tue, 22 Mar 2005 09:58:37 +0000 (09:58 -0000)]
**** Merged r40402-r40410 from MCS ****

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

19 years ago**** Merged r40327 from MCS ****
Martin Baulig [Tue, 22 Mar 2005 09:54:25 +0000 (09:54 -0000)]
**** Merged r40327 from MCS ****

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

19 years agoPatch for reducing conflicts in grammar - by Sudharsan V
Satya Sudha K [Tue, 22 Mar 2005 09:51:00 +0000 (09:51 -0000)]
Patch for reducing conflicts in grammar - by Sudharsan V

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

19 years ago2005-03-22 Sureshkumar T <tsureshkumar@novell.com>
Sureshkumar T [Tue, 22 Mar 2005 09:19:13 +0000 (09:19 -0000)]
2005-03-22  Sureshkumar T  <tsureshkumar@novell.com>
            Appsamy <appasamy@rediffmail.com>

* libodbc.cs (System.Data.Odbc): Added enum FieldIdentifier. Added
library functions SQLPrimaryKeys, SQLBindCol and SQLColAttribute.

* OdbcDataReader.cs: Implemented GetPrimaryKeys to get the primary
keys associated with resultset using SQLPrimaryKeys.

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

19 years agomark internal for SQL_C_TYPE
Sureshkumar T [Tue, 22 Mar 2005 09:12:02 +0000 (09:12 -0000)]
mark internal for SQL_C_TYPE

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

19 years agoDirectorySearcher.cs :
Boris Kirzner [Tue, 22 Mar 2005 07:44:20 +0000 (07:44 -0000)]
DirectorySearcher.cs :
- ClientTimeout and ServerPageTimeLimit initialized to 1 second.
- SizeLimit initialized to 0.
- Setting SizeLimit to negative value throws an exception.
- Added private variable for ServerTime Limit.
- Avoid infinite loop in CacheResults.
- Removed emptycol, search result lazy evaluated intead of this.
- If the search did not return results, FindOne() should returns null.
- ADsPath property always loaded, or created from DN.

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

19 years ago2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:42:14 +0000 (07:42 -0000)]
2005-03-22  Atsushi Enomoto <atsushi@ximian.com>

* xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
  no need to skip those tests.

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

19 years ago2004-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:39:29 +0000 (07:39 -0000)]
2004-03-22  Atsushi Enomoto  <atsushi@ximian.com>

* Compiler.cs : Now it holds XPath parser and XSLT pattern parser.
* XslKey.cs : Use XSLT pattern parser for match.
  UsePattern is now "Use" (it is not a pattern).
  Reimplemented Evaluate() to make full use of index table.
  Added Matches() to handle shorter match evaluation. For const value
  for key (e.g. key patterns), it could avoid Evaluate().
* XsltCompiledContext.cs : Added MatchesKey() that just delegates to
  new KeyIndexTable.Matches().
* XslFunctions.cs : Added PatternMatches() that just delegates to new
  XsltCompiledContext.MatchesKey().

* Pattern.cs : Pattern.Compile() now uses XSLT pattern parser instead
  of XPath parser.
* KeyPattern.cs : Matches() now just delegates to XsltKey.MatchesKey().

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

19 years agoWhen adding new entry, do not set "objectclass" property to include schemaClassName...
Boris Kirzner [Tue, 22 Mar 2005 07:31:48 +0000 (07:31 -0000)]
When adding new entry, do not set "objectclass" property to include schemaClassName value

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

19 years agoMade correction in few test-cases
Ritvik Mayank [Tue, 22 Mar 2005 07:29:11 +0000 (07:29 -0000)]
Made correction in few test-cases

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

19 years ago2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:27:59 +0000 (07:27 -0000)]
2005-03-22  Atsushi Enomoto  <atsushi@ximian.com>

* GenericOutputter.cs : commented out warned fields.

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

19 years ago2004-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:26:41 +0000 (07:26 -0000)]
2004-03-22  Atsushi Enomoto  <atsushi@ximian.com>

* Makefile : now it creates XSLT pattern parser files from
  Parser.jay and Tokenizer.cs in System.Xml.XPath.

* Parser.jay, Tokenizer.cs : Now they are used as common code base for
  XPath parser and XSLT pattern parser. Makefile now creates two
  set of sources of them. (This change takes effect on the next change).

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

19 years ago2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:15:52 +0000 (07:15 -0000)]
2005-03-22  Atsushi Enomoto  <atsushi@ximian.com>

* XslTransform.cs : commented out warned code.

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

19 years ago2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:10:40 +0000 (07:10 -0000)]
2005-03-22  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchemaChoice.cs : commented out warned code.
* XmlSchemaCollection.cs : removed warned code (now it all depends on
  XmlSchemaSet).

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

19 years ago2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:09:06 +0000 (07:09 -0000)]
2005-03-22  Atsushi Enomoto <atsushi@ximian.com>

* XmlParserInput.cs,
  XmlNode.cs,
  XmlUrlResolver.cs,
  DTDValidatingReader.cs : removed/commented out those warned code.

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

19 years ago2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:07:05 +0000 (07:07 -0000)]
2005-03-22  Atsushi Enomoto <atsushi@ximian.com>

* XsdValidatingReader.cs : removed unused method which was warned.

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

19 years ago2004-03-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 22 Mar 2005 07:04:18 +0000 (07:04 -0000)]
2004-03-22  Atsushi Enomoto  <atsushi@ximian.com>

* DTMXPathDocumentBuilder.cs,
  DTMXPathDocumentWriter.cs,
  DTMXPathNavigator.cs,
  DTMXPathNode.cs : updated to be equivalent to DTMXPathNavigator2.
* DTMXPathDocumentBuilder2.cs :
  String pool is now under index based management. For nonAtomicIndex
  string, don't try all the entries the pool holds. It causes
  significant performance loss for large documents.
* DTMXPathDocument.cs,
  DTMXPathDocument2.cs : removed unused fields (warning elimination).

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

19 years ago2005-03-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 21 Mar 2005 19:00:42 +0000 (19:00 -0000)]
2005-03-21  Zoltan Varga  <vargaz@freemail.hu>

* mini-amd64.c (mono_arch_output_basic_block): Add inline versions of
some fp functions in sse2 mode.

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

19 years agoDisable test-350 for GMCS.
Martin Baulig [Mon, 21 Mar 2005 18:19:29 +0000 (18:19 -0000)]
Disable test-350 for GMCS.

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

19 years ago**** Merged r39979-r40298 from MCS ****
Martin Baulig [Mon, 21 Mar 2005 18:14:39 +0000 (18:14 -0000)]
**** Merged r39979-r40298 from MCS ****

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

19 years ago**** Merged r39917-r39971 from MCS ****
Martin Baulig [Mon, 21 Mar 2005 18:11:45 +0000 (18:11 -0000)]
**** Merged r39917-r39971 from MCS ****

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

19 years ago**** Merged r39643-r39898 from MCS ****
Martin Baulig [Mon, 21 Mar 2005 12:38:38 +0000 (12:38 -0000)]
**** Merged r39643-r39898 from MCS ****

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

19 years ago**** Merged r39544-r39626 from MCS ****
Martin Baulig [Mon, 21 Mar 2005 12:35:00 +0000 (12:35 -0000)]
**** Merged r39544-r39626 from MCS ****

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

19 years ago2004-03-21 Jordi Mas i Hernadez <jordi@ximian.com>
Jordi Mas i Hernandez [Mon, 21 Mar 2005 11:21:50 +0000 (11:21 -0000)]
2004-03-21 Jordi Mas i Hernadez <jordi@ximian.com>

* ColorMatrix.cs: fixes Matrix00 init
* ImageAttributes.cs: fixes dispose method and signature

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

19 years agoImplementation of 'End' Statement which terminates execution immediately
Manjula GHM [Mon, 21 Mar 2005 11:19:41 +0000 (11:19 -0000)]
Implementation of 'End' Statement which terminates execution immediately

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

19 years agonew tests
Marek Safar [Mon, 21 Mar 2005 09:18:14 +0000 (09:18 -0000)]
new tests

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

19 years ago2005-03-21 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Mon, 21 Mar 2005 09:17:15 +0000 (09:17 -0000)]
2005-03-21  Marek Safar  <marek.safar@seznam.cz>

* class.cs (FixedField.Define): Check for CS1664 and more sanity
checks.

* expression.cs (ElementAccess.DoResolveLValue): Check for CS1708.

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

19 years agoMade small correction in the test
Ritvik Mayank [Mon, 21 Mar 2005 08:35:45 +0000 (08:35 -0000)]
Made small correction in the test

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

19 years ago2005-03-20 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Mon, 21 Mar 2005 02:21:36 +0000 (02:21 -0000)]
2005-03-20  Ben Maurer  <bmaurer@ximian.com>

* StringBuilder.cs (set_Length): If we set the length, we must
clobber the cached string.

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

19 years ago2005-03-21 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Sun, 20 Mar 2005 22:41:42 +0000 (22:41 -0000)]
2005-03-21  Nick Drochak <ndrochak@ieee.org>

* TypeBuilderTest.cs: Move asserts which fail on .NET to a new
test method and disable it on .NET.

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

19 years ago2005-03-20 Joshua Tauberer <tauberer@for.net>
Joshua Tauberer [Sun, 20 Mar 2005 22:33:36 +0000 (22:33 -0000)]
2005-03-20 Joshua Tauberer <tauberer@for.net>

    * Uri.cs: Some pedantic changes to the text of a few exceptions.

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

19 years agoDirectoryServicesDirectoryEntryTest.cs: Added DirectoryEntry_SchemaClassName test
Boris Kirzner [Sun, 20 Mar 2005 13:46:14 +0000 (13:46 -0000)]
DirectoryServicesDirectoryEntryTest.cs: Added DirectoryEntry_SchemaClassName test

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

19 years ago2005-03-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 20 Mar 2005 09:44:18 +0000 (09:44 -0000)]
2005-03-20  Zoltan Varga  <vargaz@freemail.hu>

* mini-x86.c (emit_tls_get): Move tls handling into a separate helper function.

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

19 years ago2005-03-19 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 19 Mar 2005 21:29:44 +0000 (21:29 -0000)]
2005-03-19  Zoltan Varga  <vargaz@freemail.hu>

* mini.h mini.c: Add mono_get_jit_tls_key ().

* mini-x86.c: Enable fast TLS support on windows.

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

19 years ago * FileDialog.cs:
Alexander Olk [Sat, 19 Mar 2005 15:08:51 +0000 (15:08 -0000)]
* FileDialog.cs:
  - Removed unnecessary commented code
  - Fixed handling for entering the filename manually in the combobox

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

19 years ago2005-03-19 Alexander Olk <xenomorph2@onlinehome.de>
Alexander Olk [Sat, 19 Mar 2005 13:44:31 +0000 (13:44 -0000)]
2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>

* FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works

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

19 years ago2005-03-18 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Sat, 19 Mar 2005 04:34:45 +0000 (04:34 -0000)]
2005-03-18  Peter Bartok  <pbartok@novell.com>

* ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
  them being touching the border

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

19 years ago * TextControl.cs: Quick hack to center text better
Peter Dennis Bartok [Sat, 19 Mar 2005 04:19:27 +0000 (04:19 -0000)]
* TextControl.cs: Quick hack to center text better

2005-03-18  Peter Bartok  <pbartok@novell.com>

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

19 years ago2005-03-18 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Sat, 19 Mar 2005 02:56:09 +0000 (02:56 -0000)]
2005-03-18  Peter Bartok  <pbartok@novell.com>

* ControlPaint.cs:
  - Don't throw NotImplemented exceptions, just print a notice once
    instead (requested by Miguel). This makes running existing SWF
    apps a bit easier
* Control.cs:
  - Commented out Drag'N'Drop XplatUI call (no driver support yet)
  - Added context menu trigger on right click
* Panel.cs: Trigger invalidate on resize
* StatusBar.cs:
  - Removed old double-buffer drawing
  - Added ResizeRedraw style to force proper update of statusbar
* ListView.cs:
  - Removed debug output
* ThemeWin32Classic.cs:
  - Fixed drawing of status bar, now draws Text property if there
    are no defined panels

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

19 years ago * ImageList.cs: When the image stream is set pull all the images
Jackson Harper [Sat, 19 Mar 2005 02:40:32 +0000 (02:40 -0000)]
* ImageList.cs: When the image stream is set pull all the images
from it.
* ImageListStreamer.cs: Implement reading image list streams.

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

19 years ago2005-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 19 Mar 2005 00:17:24 +0000 (00:17 -0000)]
2005-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Tds70.cs: turns out that sp_reset_connection procedure might not be
found ("Invalid object name 'sp_reset_connection'"). In this case, and
if we get a proper state ('Class' property in the SqlException), just
ignore the error.

* TdsConnectionPool.cs: if the connection cannot be reset, attemp to
disconnect it before losing the last reference to it.

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

19 years ago * ThemeWin32Classic.cs (DrawPictureBox):
Peter Dennis Bartok [Fri, 18 Mar 2005 21:24:23 +0000 (21:24 -0000)]
* ThemeWin32Classic.cs (DrawPictureBox):
  - Fixed calculations for centered drawing
  - Fixed drawing for normal mode, not scaling the image on normal

2005-03-18  Peter Bartok  <pbartok@novell.com>

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

19 years ago2005-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 18 Mar 2005 19:30:53 +0000 (19:30 -0000)]
2005-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TemplateControlCompiler.cs: make typedesc.aspx work again.

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

19 years ago2005-03-18 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Fri, 18 Mar 2005 19:09:15 +0000 (19:09 -0000)]
2005-03-18  Peter Bartok  <pbartok@novell.com>

* ComboBox.cs: Now also firing the OnKeyPress events for the embedded
  textbox
* FileDialog.cs:
  - Made Open/Save button the accept button for FileDialog
  - Tied the cancel button to the IButtonControl cancel button
  - Save/Open now properly builds the pathname
  - Now handles user-entered text
  - Preventing crash on right-click if no item is selected
  - Fixed Text property, now uses contents of textbox
  - Fixed SelectedText property, now just returns the text part that
    is selected in the text box

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

19 years ago * ThemeWin32Classic.cs: Use the proper func for drawing the focus
Jackson Harper [Fri, 18 Mar 2005 18:56:09 +0000 (18:56 -0000)]
* ThemeWin32Classic.cs: Use the proper func for drawing the focus
rect, make sure to de-adjust the interior rect after drawing the
tab text.

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

19 years agoignore newly added testcase by marek
Raja R Harinath [Fri, 18 Mar 2005 17:21:14 +0000 (17:21 -0000)]
ignore newly added testcase by marek

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

19 years ago2005-03-18 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Fri, 18 Mar 2005 16:45:31 +0000 (16:45 -0000)]
2005-03-18  Peter Bartok  <pbartok@novell.com>

* MenuAPI.cs: Remove menu *before* executing selected action to
  prevent the menu from 'hanging around'

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

19 years ago2005-03-17 Geoff Norton <gnorton@customerdna.com>
Geoff Norton [Fri, 18 Mar 2005 15:57:18 +0000 (15:57 -0000)]
2005-03-17  Geoff Norton  <gnorton@customerdna.com>

        * XplatUIOSX.cs: Implemented WorkingArea property

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

19 years agoAdd wrapper-config to the CLEANFILES
Miguel de Icaza [Fri, 18 Mar 2005 15:47:42 +0000 (15:47 -0000)]
Add wrapper-config to the CLEANFILES

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

19 years ago2005-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 18 Mar 2005 15:09:02 +0000 (15:09 -0000)]
2005-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* BasicClient.cs:
* DigestClient.cs: check that GetCredential() does not return null.

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

19 years agoanother fix
Raja R Harinath [Fri, 18 Mar 2005 14:49:43 +0000 (14:49 -0000)]
another fix

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

19 years ago2005-03-18 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 18 Mar 2005 14:38:22 +0000 (14:38 -0000)]
2005-03-18  Sebastien Pouliot  <sebastien@ximian.com>

* PolicyLevelTest.cs: Remove non-corlib permission classes from the
policy XML string as this can fail for "make distcheck".

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

19 years agoupdate
Raja R Harinath [Fri, 18 Mar 2005 14:30:32 +0000 (14:30 -0000)]
update

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

19 years ago* library.make (TEST_FILES, $(test_response), $(btest_response)):
Raja R Harinath [Fri, 18 Mar 2005 14:08:39 +0000 (14:08 -0000)]
* library.make (TEST_FILES, $(test_response), $(btest_response)):
Be more robust to empty lines in test sources file.

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

19 years ago* Makefile (DISTFILES): Don't distribute TestRunner.exe.
Raja R Harinath [Fri, 18 Mar 2005 13:54:31 +0000 (13:54 -0000)]
* Makefile (DISTFILES): Don't distribute TestRunner.exe.

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

19 years agoSupported 'Like' operator
Satya Sudha K [Fri, 18 Mar 2005 13:51:16 +0000 (13:51 -0000)]
Supported 'Like' operator

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

19 years agoUpdate
Miguel de Icaza [Fri, 18 Mar 2005 13:48:56 +0000 (13:48 -0000)]
Update

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

19 years agoFixed 'StrLikeBinary' and 'inBracketBinary' methods for better
Satya Sudha K [Fri, 18 Mar 2005 13:44:39 +0000 (13:44 -0000)]
Fixed 'StrLikeBinary' and 'inBracketBinary' methods for better
pattern-matching

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

19 years agoUpdate
Miguel de Icaza [Fri, 18 Mar 2005 13:40:30 +0000 (13:40 -0000)]
Update

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

19 years agoUpdate
Miguel de Icaza [Fri, 18 Mar 2005 13:40:25 +0000 (13:40 -0000)]
Update

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

19 years agoFew more test cases for Like operator
Satya Sudha K [Fri, 18 Mar 2005 13:37:44 +0000 (13:37 -0000)]
Few more test cases for Like operator

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

19 years agonew tests
Marek Safar [Fri, 18 Mar 2005 13:32:27 +0000 (13:32 -0000)]
new tests

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

19 years agoFix the build
Miguel de Icaza [Fri, 18 Mar 2005 13:30:35 +0000 (13:30 -0000)]
Fix the build

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

19 years ago2005-03-18 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 18 Mar 2005 13:30:05 +0000 (13:30 -0000)]
2005-03-18  Marek Safar  <marek.safar@seznam.cz>

* modifiers.cs (Modifiers.PROPERTY_CUSTOM): New constant for
property accessor modifiers.

* class.cs (FieldMember.ApplyAttributeBuilder): Don't allow apply
fixed buffer attribute (CS1716).
(PropertyMethod.HasCustomAccessModifier): When property accessor
has custom modifier.

* ecore (PropertyExpr.DoResolve): Add CS0271 for custom accessor
modifiers.
(PropertyExpr.DoResolveLValue): Add CS0272.

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

19 years ago2005-03-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Mar 2005 12:22:59 +0000 (12:22 -0000)]
2005-03-18  Atsushi Enomoto <atsushi@ximian.com>

* XsdDatatypeProvider.cs : quick hack to workaround not to be rejected
  under MS.NET because of NOTATION type (thus, NOTATION type is not
  available in this provider).

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

19 years agoforgot to delete.
Atsushi Eno [Fri, 18 Mar 2005 07:51:41 +0000 (07:51 -0000)]
forgot to delete.

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

19 years ago2005-03-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Mar 2005 07:09:50 +0000 (07:09 -0000)]
2005-03-18  Atsushi Enomoto <atsushi@ximian.com>

* Makefile:
  build XPath2/XQuery parsers/tokenizers from common codebase.
* Mono.Xml.Ext.dll:
  removed built sources.

* skeleton-2.0.cs,
  XQueryParser.jay,
  XQueryTokenizer.cs : removed.
* ParserBase.jay,
  TokenizerBase.cs : added, used to create both XQuery parser and
  XPath2 parser.
* XQueryASTCompiler.cs,
  XQueryCommandImpl.cs : updated in reflection to XQuery parser change.
* SequenceType.cs : added namespace axis.

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

19 years agoRemoved executable files
Manjula GHM [Fri, 18 Mar 2005 05:04:32 +0000 (05:04 -0000)]
Removed executable files

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

19 years ago Some more fixes related to displaying correct line number
Manjula GHM [Fri, 18 Mar 2005 04:52:31 +0000 (04:52 -0000)]
 Some more fixes related to displaying correct line number

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

19 years ago Test cases for Type members and Like operator
Manjula GHM [Fri, 18 Mar 2005 04:45:46 +0000 (04:45 -0000)]
      Test cases for Type members and Like operator

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

19 years ago Test cases for Type members and Like operator
Manjula GHM [Fri, 18 Mar 2005 04:40:27 +0000 (04:40 -0000)]
 Test cases for Type members and Like operator

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

19 years ago * XplatUIX11.cs: Fixed menu coord calculations
Peter Dennis Bartok [Fri, 18 Mar 2005 00:40:21 +0000 (00:40 -0000)]
* XplatUIX11.cs: Fixed menu coord calculations
* MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
  for calculating offsets

2005-03-17  Peter Bartok  <pbartok@novell.com>

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

19 years ago2005-03-17 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Thu, 17 Mar 2005 23:56:18 +0000 (23:56 -0000)]
2005-03-17  Peter Bartok  <pbartok@novell.com>

* Hwnd.cs: Do not consider menu presence for default client
  rectangle location/size
* XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
  XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
  translation functions
* FileDialog.cs: Fixed (what I presume is a) typo

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

19 years ago2005-03-17 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Thu, 17 Mar 2005 23:34:42 +0000 (23:34 -0000)]
2005-03-17  Miguel de Icaza  <miguel@novell.com>

* convert.cs: When converting to a pointer, use the proper Conv.U
or Conv.I depending on the source data type.

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

19 years agoupdated
Gonzalo Paniagua Javier [Thu, 17 Mar 2005 23:23:02 +0000 (23:23 -0000)]
updated

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

19 years agoUpdate
Miguel de Icaza [Thu, 17 Mar 2005 22:22:10 +0000 (22:22 -0000)]
Update

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

19 years ago2005-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 17 Mar 2005 20:48:04 +0000 (20:48 -0000)]
2005-03-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* MonoIO.cs:
* MonoIOError.cs: handle ERROR_LOCK_VIOLATION.

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

19 years ago2005-03-17 Miguel de Icaza <miguel@novell.com>
Gonzalo Paniagua Javier [Thu, 17 Mar 2005 20:46:40 +0000 (20:46 -0000)]
2005-03-17 Miguel de Icaza <miguel@novell.com>

* io.c: don't fail on NFS when there are no more locks available.

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

19 years ago2005-03-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Mar 2005 19:43:32 +0000 (19:43 -0000)]
2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>

* IsolatedStorageScope.cs: Add missing BOOTSTRAP_NET_2_0 to new enum
values. Fix #73046.
* IsolatedStorageFile.cs: Remove commented security attributes.

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

19 years ago2005-03-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Mar 2005 19:41:21 +0000 (19:41 -0000)]
2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>

* IsolatedStorageContainment.cs: Add missing BOOTSTRAP_NET_2_0 to new
enum values. Fix bug #73046.

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

19 years agoBump version number
Sebastien Pouliot [Thu, 17 Mar 2005 19:12:06 +0000 (19:12 -0000)]
Bump version number

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

19 years ago2005-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 17 Mar 2005 18:26:01 +0000 (18:26 -0000)]
2005-03-17  Martin Baulig  <martin@ximian.com>

* SecurityAction.cs: Use `#if NET_2_0 || BOOTSTRAP_NET_2_0'.

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

19 years ago2005-03-17 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Thu, 17 Mar 2005 18:09:07 +0000 (18:09 -0000)]
2005-03-17  Miguel de Icaza  <miguel@novell.com>

* cs-tokenizer.cs: Make the size for large decimal constants,
fixes #72957.

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

19 years agoAdd new test
Miguel de Icaza [Thu, 17 Mar 2005 18:08:56 +0000 (18:08 -0000)]
Add new test

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

19 years ago2005-03-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Mar 2005 17:41:55 +0000 (17:41 -0000)]
2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>

* Makefile: Added tests from demand directory to execution.

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

19 years agoOoops.
Martin Baulig [Thu, 17 Mar 2005 16:54:10 +0000 (16:54 -0000)]
Ooops.

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

19 years ago2005-03-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Mar 2005 16:18:36 +0000 (16:18 -0000)]
2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>

* declsec.c: Renamed aptc to allowpartiallytrustedcallers.
* mini.c: Check for p/invoke method when generating code. If a
p/invoke method, or it's class, isn't decorated with [Suppress
UnmanagedCodeSecurity] then generate code to call System.Security.
UnmanagedDemand (only if the security manager is active).

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

19 years ago2005-03-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Mar 2005 16:18:27 +0000 (16:18 -0000)]
2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>

* security-manager.c|h: Added demandunmanaged method and
suppressunmanagedcodesecurity class to MonoSecurityManager.
Renamed aptc class to allowpartiallytrustedcallers.

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

19 years agoDirectoryServicesDirectoryEntryTest.cs: New. Unit tests for DirectoryServices.Directo...
Boris Kirzner [Thu, 17 Mar 2005 14:55:42 +0000 (14:55 -0000)]
DirectoryServicesDirectoryEntryTest.cs: New. Unit tests for DirectoryServices.DirectoryEntry.
DirectoryServicesDirectorySearcherTest.cs: New. Unit tests for DirectoryServices.DirectorySearcher.
DirectoryServicesSearchResultTest.cs: New. Unit tests for DirectoryServices.SearchResult.

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

19 years agoNew test.
Martin Baulig [Thu, 17 Mar 2005 12:56:54 +0000 (12:56 -0000)]
New test.

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

19 years ago2005-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 17 Mar 2005 12:56:45 +0000 (12:56 -0000)]
2005-03-17  Martin Baulig  <martin@ximian.com>

* anonymous.cs (AnonymousMethod.method_modifiers): Change default
from `Modifiers.INTERNAL' to `Modifiers.PRIVATE'.  Fixes #73260.

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

19 years ago2005-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 17 Mar 2005 12:55:59 +0000 (12:55 -0000)]
2005-03-17  Martin Baulig  <martin@ximian.com>

* anonymous.cs (AnonymousMethod.method_modifiers): Change default
from `Modifiers.INTERNAL' to `Modifiers.PRIVATE'.  Fixes #73260.

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

19 years ago2005-03-17 Martin Baulig <martin@ximian.com>
Martin Baulig [Thu, 17 Mar 2005 12:44:07 +0000 (12:44 -0000)]
2005-03-17  Martin Baulig  <martin@ximian.com>

* anonymous.cs (AnonymousMethod.EmitMethod): Changed return type
to bool so we can return an error condition.
(AnonymousDelegate.Emit): Check whether AnonymousMethod.EmitMethod()
returned an error.

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