Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-24This commit was manufactured by cvs2svn to create tag 'MONO_0_20'.MONO_0_20nobody
svn path=/tags/MONO_0_20/mono/; revision=11904
2003-02-24Add to the distroDuncan Mak
svn path=/trunk/mono/; revision=11903
2003-02-24Add alphaDuncan Mak
svn path=/trunk/mono/; revision=11902
2003-02-24Changed a comment to more descibingPer Arneng
svn path=/trunk/mcs/; revision=11901
2003-02-24Exception throwing cleanupPer Arneng
svn path=/trunk/mcs/; revision=11900
2003-02-23Updated with info that SmtMail.Send is workingPer Arneng
svn path=/trunk/mcs/; revision=11899
2003-02-232003-02-23 Peter Williams <peterw@ximian.com>Peter Williams
* makefile.gnu (all): Give this dependencies so that we don't rebuild every time. svn path=/trunk/mcs/; revision=11898
2003-02-23Added my name to author list :)Per Arneng
svn path=/trunk/mcs/; revision=11897
2003-02-23Dummy methods and fieldsRafael Teixeira
svn path=/trunk/mcs/; revision=11895
2003-02-23Dummy version of needed class ServiceBase addedRafael Teixeira
svn path=/trunk/mcs/; revision=11893
2003-02-23some forgotten bitsRafael Teixeira
svn path=/trunk/mcs/; revision=11891
2003-02-23oops: mispelling correctedRafael Teixeira
svn path=/trunk/mcs/; revision=11890
2003-02-23head -n 2 ChangeLogRafael Teixeira
svn path=/trunk/mcs/; revision=11889
2003-02-23Added the new System.Web.Mail filesPer Arneng
svn path=/trunk/mcs/; revision=11888
2003-02-23SmtpMail.Send is now working but needs testingPer Arneng
svn path=/trunk/mcs/; revision=11887
2003-02-23SMTP Internal classes added to make SmtpMail.Send workPer Arneng
svn path=/trunk/mcs/; revision=11885
2003-02-23Just a local makefile, to facilitate MonoQLERafael Teixeira
svn path=/trunk/mcs/; revision=11884
2003-02-23Add test-177 to the right categoryRavi Pratap M
svn path=/trunk/mcs/; revision=11883
2003-02-23* CompilerError.cs: Use fields not properties, and remove unneeded finalizerJackson Harper
svn path=/trunk/mcs/; revision=11882
2003-02-23some bits that were lackingRafael Teixeira
svn path=/trunk/mcs/; revision=11881
2003-02-232003-02-23 Martin Baulig <martin@ximian.com>Martin Baulig
* statement.cs (Block.Emit): Override this and set ec.CurrentBlock while calling DoEmit (). * codegen.cs (EmitContext.Mark): Don't mark locations in other source files; if you use the #line directive inside a method, the compiler stops emitting line numbers for the debugger until it reaches the end of the method or another #line directive which restores the original file. svn path=/trunk/mcs/; revision=11880
2003-02-23With it, we can make locally, wont change dirs list in mcs/class makefile ↵Rafael Teixeira
for now svn path=/trunk/mcs/; revision=11879
2003-02-23Add documentation missing of tests, and add new test.Miguel de Icaza
svn path=/trunk/mcs/; revision=11878
2003-02-23Removed two Console.WriteLine's.Martin Baulig
svn path=/trunk/mcs/; revision=11877
2003-02-23I still have to learn lots about CVSRafael Teixeira
svn path=/trunk/mcs/; revision=11876
2003-02-232003-02-23 Martin Baulig <martin@ximian.com>Martin Baulig
* test-185.cs: New test for bug #37708. svn path=/trunk/mcs/; revision=11875
2003-02-232003-02-23 Martin Baulig <martin@ximian.com>Martin Baulig
* statement.cs (FlowBranching.UsageVector.MergeChildren): Fix bug #37708. svn path=/trunk/mcs/; revision=11874
2003-02-23AHEM: doing it again, using mono directories rules this timeRafael Teixeira
svn path=/trunk/mcs/; revision=11873
2003-02-23bringing System.Messaging to Mono (from MonoQLE)Rafael Teixeira
svn path=/trunk/mcs/; revision=11872
2003-02-232003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* CustomValidator.cs : Completed. * DeviceSpecific.cs : Initial implementation. * DeviceSpecificChoiceTemplateContainer.cs : Completed. * DeviceSpecificChoiceCollection.cs : Completed. * DeviceSpecificChoice.cs: Initial implementation. svn path=/trunk/mcs/; revision=11871
2003-02-232003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* MobileCapabilities.cs : Initial implementation. svn path=/trunk/mcs/; revision=11870
2003-02-23Make this compile.Martin Baulig
svn path=/trunk/mcs/; revision=11869
2003-02-232003-02-23 Martin Baulig <martin@ximian.com>Martin Baulig
* statement.cs (Block.AddChildVariableNames): We need to call this recursively, not just for our immediate children. svn path=/trunk/mcs/; revision=11868
2003-02-232003-02-23 Martin Baulig <martin@ximian.com>Martin Baulig
* class.cs (Event.Define): Always make the field private, like csc does. * typemanager.cs (TypeManager.RealMemberLookup): Make events actually work, fixes bug #37521. svn path=/trunk/mcs/; revision=11867
2003-02-232003-02-23 Martin Baulig <martin@ximian.com>Martin Baulig
When adding any tests here, please do also add them to the README.tests ! The following tests are still missing: test-176 test-177 test-179 test-180 test-181 test-182 test-183 test-184 svn path=/trunk/mcs/; revision=11864
2003-02-232003-02-23 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* Calendar.cs : Completed. * BaseValidator.cs : Completed. * CompareValidator.cs : Completed. svn path=/trunk/mcs/; revision=11859
2003-02-232003-02-23 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* delegate.cs: When creating the various temporary "Parameters" classes, make sure that we call the ComputeAndDefineParameterTypes on those new parameters (just like we do with the formal ones), to allow them to be resolved in the context of the DeclSpace. This fixes the bug that Dick observed in Bugzilla #38530. svn path=/trunk/mcs/; revision=11857
2003-02-23ChangeLogJackson Harper
svn path=/trunk/mcs/; revision=11856
2003-02-23 * Image.cs: Write CorHeaderJackson Harper
svn path=/trunk/mcs/; revision=11855
2003-02-23Add System.SecurityMiguel de Icaza
svn path=/trunk/mono/; revision=11854
2003-02-23 * Image.cs: Write SectionsJackson Harper
svn path=/trunk/mcs/; revision=11853
2003-02-23Add to the Linux buildMiguel de Icaza
svn path=/trunk/mcs/; revision=11852
2003-02-23Add a small explanatory commentMiguel de Icaza
svn path=/trunk/mcs/; revision=11851
2003-02-232003-02-22 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* expression.cs (ResolveMemberAccess): When resolving a constant, do not attempt to pull a constant if the value was not able to generate a valid constant. * const.cs (LookupConstantValue): Do not report more errors than required. svn path=/trunk/mcs/; revision=11848
2003-02-22Commit on behalf of Mike KestnerMiguel de Icaza
svn path=/trunk/mono/; revision=11847
2003-02-222003/02/22 Rafael Teixeira <rafaelteixeirabr@hotmail.com> Rafael Teixeira
* class.cs : As, per vbc, there is a rootnamespace now, --main wasn't working anymore, because it was expecting a fully qualified class name. We now also test the name passed prepended by the rootnamespace. * class.cs : Corrected warning "The keyword new is required on `Mono.CSharp.Property.Emit' because it hides inherited member `PropertyBase.Emit'", by making it virtual in PropertyBase and override in Property. * makefile.gnu : test and test-gtk targets now depend on mbas.exe svn path=/trunk/mcs/; revision=11845
2003-02-222003-02-22 Martin Baulig <martin@ximian.com> Martin Baulig
* makefile(s): Added `MCS' and `MCS_FLAGS' variables. svn path=/trunk/mcs/; revision=11844
2003-02-22Spurious text in Options.cs, was stopping compilation. Removed...Rafael Teixeira
svn path=/trunk/mcs/; revision=11841
2003-02-222003-02-22 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* reflection.c: define RTSpecialName automatically for constructors for compatibility with MS.NET. * reflection.c (mono_reflection_create_runtime_class): initialize nested_in field of dynamically created classes. svn path=/trunk/mono/; revision=11840
2003-02-22 * Section.cs: Add method for writing SectionsJackson Harper
svn path=/trunk/mcs/; revision=11837