[Mono-devel-list] Patch for DirectoryServices.DirectorySearcher

2005-03-20 Thread Boris Kirzner
Hello all Can I commit the patch below? Attached is the patch for DirectoryServices.DirectorySearcher : - ClientTimeout and ServerPageTimeLimit should be initialized to 1 second - SizeLimit should be initialized to 0 - Setting SizeLimit to negative value should throw an exception - Added private va

Re: [Mono-devel-list] Preparing the 1.1.5 release.

2005-03-20 Thread Paul
Hi, > This shouldn't exactly be highlighted, but mono >= 1.1.4 will not > build from the tarball on linuxppc on a G3. > Granted, this is quite obscure. But it might be worth mentioning as a > known issue. Which compiler are you using? There was a problem with gcc4, but that seems to be fixed now

Re: [Mono-devel-list] patents

2005-03-20 Thread Jonathan Pryor
On Sat, 2005-03-19 at 23:40 -0500, Jeffrey Knight wrote: > " Only Miguel or a Novell official can speak about Mono and patents. " > > I probably I misinterpreted this: why isn't anyone free to speak about > Mono and patents? > Mono is GPL'd -- why would a "Novell official" be in a better positio

Re: [Mono-devel-list] patents

2005-03-20 Thread Jeffrey Knight
Thanks for the clarification -- I don't want to start any flame wars; the further explanation from you and Dennis puts it in perspective. Dennis also pointed me to the list archives where this had been hashed out already. Jeff On Sun, 20 Mar 2005 08:29:16 -0500, Jonathan Pryor <[EMAIL PROTECTED

Re: AW: [Mono-devel-list] Compiler thoughts, 2

2005-03-20 Thread Kamil Skalski
Dnia czwartek, 17 marca 2005 19:31, Miguel de Icaza napisaƅ: > to find the Volatile bits > on a field, This has been filed in MS product feedback some time ago: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=376f87ea-71b8-4fd4-9366-9b9672a1b99a It is a minor, by anno

[Mono-devel-list] Patch for DirectoryServices.DirectoryEntries

2005-03-20 Thread Boris Kirzner
Hello all Attached is a patch for DirectoryEntries class. When adding new entry, do not set "objectclass" property to include schemaClassName value. This patch fixes SetUp methods for DirectoryServicesDirectoryEntryTest, DirectoryServicesDirectorySearcherTest and DirectoryServicesSearchResultTes

Re: [Mono-devel-list] Preparing the 1.1.5 release.

2005-03-20 Thread Daniel Morgan
Bug Fixes in the OracleClient data provider. Also, Hubert FONGARNAND implemented Connection Pooling in the OracleClient provider. Miguel de Icaza wrote: Hello, I am preparing the 1.1.5 release; Please let me know what features should be highlighted in this new release since our 1.1.4 release.

Re: [Mono-devel-list] Pascal compiler

2005-03-20 Thread Alexandre Rocha Lima e Marcondes
On Wed, 16 Mar 2005 23:12:56 +0100 Philipp Haller <[EMAIL PROTECTED]> wrote: > So here it goes... > A colleague at the research center where I work as a grad student has > worked the past 1-2 years on a Object Pascal front end (parser + > semantic analyzer) for a re-engineering tool. He has been u

[Mono-devel-list] asp.net usercontrols and WriteFile features

2005-03-20 Thread charlie
Hi Guys, i have been doing a bit of asp.net programming and have run into a few features :-). here a code snippet of what I am doing: Menu.ascx public class Menu : System.Web.UI.UserControl { private void Page_Load(object sender, System.EventArgs e) { } protected override voi

[Mono-devel-list] XSP, Monodoc, mod_mono for 1.5

2005-03-20 Thread Gawel
Hajo, will XSP, Monodoc, mod_mono version 1.06 work with Mono version 1.4, 1.5? Gawel ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-devel-list] Pascal compiler

2005-03-20 Thread Willi Krenn
Alexandre, Have you asked your colleague if we could use his/her code on our Pascal Compiler code (I think the name should be discussed here on the list)? If this code could be used, could we make a fork on his cvs server or should we try to use another server. If you didn

Re: [Mono-devel-list] asp.net usercontrols and WriteFile features

2005-03-20 Thread Joe Audette
I could be wrong on this but I have always thought that Response.WriteFile is for writing binary streams to the response like to support file downloads and such. I would not have thought it would be used in the Render method of a user control. If I was retrieving content from a text file to write

[Mono-devel-list] Database Access web pages updated

2005-03-20 Thread Daniel Morgan
The Database Access web pages have been updated. If you have any suggestions or content to include, please send it to mono-docs-list. If not subscribed, please subscribe to this list prior to emailing the list. If you have patches for System.Data or any data provider, please provide those patc

Re: [Mono-devel-list] Pascal compiler

2005-03-20 Thread Alexandre Rocha Lima e Marcondes
On Sun, 20 Mar 2005 21:54:51 +0100 Willi Krenn <[EMAIL PROTECTED]> wrote: > Alexandre, > > > Have you asked your colleague if we could use his/her code on > > our Pascal Compiler code (I think the name should be discussed > > here on the list)? If this code could be used, could we mak