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-07-18Remove Windows debugging information (*.pdb) on make clean.Peter Williams
svn path=/trunk/mcs/; revision=16384
2003-07-182003-07-18 Peter Williams <peter@newton.cx>Peter Williams
* Makefile (EXTRA_DISTFILES): A few more things not to dist. svn path=/trunk/mcs/; revision=16382
2003-07-182003-07-18 Peter Williams <peter@newton.cx>Peter Williams
* Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a distable file. (in three places) svn path=/trunk/mcs/; revision=16381
2003-07-182003-07-18 Peter Williams <peter@newton.cx>Peter Williams
* build/library.make (dist-local): Fancy make dist magic gives way to boring old 'for'. * build/executable.make (dist-local): Ditto. class/corlib: 2003-07-18 Peter Williams <peter@newton.cx> * Makefile (dist-local): The fancy shell script was neat, but ultimately unnecessary and counterproductive. Alas. svn path=/trunk/mcs/; revision=16380
2003-07-18 * ILParser.jay: Add generic type refs, and fake generic class refs.Jackson Harper
svn path=/trunk/mcs/; revision=16379
2003-07-18 * ilasm.exe.sources: Add corlib/GenericTypeRef.cs to buildJackson Harper
svn path=/trunk/mcs/; revision=16378
2003-07-18 * GenericTypeRef.cs: New File - A reference to a generic typeJackson Harper
spec. ie !0 or !1 * InstrTable.cs: Add the stelem and ldelem opcodes. svn path=/trunk/mcs/; revision=16377
2003-07-182003-07-17 Peter Williams <peter@newton.cx>Peter Williams
* Test/Mono.Directory.LDAP/BindSimpleTest.cs: csc interprets the bare LDAP as a namespace, not as the class. Give it the fully qualified name. * Test/Mono.Directory.LDAP/QueryRootDSETest.cs: Same. svn path=/trunk/mcs/; revision=16375
2003-07-182003-07-18 Peter Williams <peter@newton.cx>Peter Williams
* Npgsql/AssemblyInfo.cs: Don't strongname the assembly, because we can't unless corlib is strongnamed too. Not a wonderful solution, but I don't think this ever worked anyway. svn path=/trunk/mcs/; revision=16374
2003-07-182003-07-17 Peter Williams <peter@newton.cx>Peter Williams
* Mono.Data.SybaseTypes/SybaseDecimal.cs: csc.exe is more stringent about namespaces than mcs. We need to disambiguate System.Math from Mono.Math here. svn path=/trunk/mcs/; revision=16373
2003-07-182003-07-17 Peter Williams <peter@newton.cx>Peter Williams
* DTMXPathDocumentBuilder.cs: csc.exe is more stringent about namespaces than mcs. We need to disambiguate System.Math from Mono.Math here. svn path=/trunk/mcs/; revision=16372
2003-07-18 * PEAPI.cs: Add GenericTypeSpec so generic members can beJackson Harper
referenced. Add the ldelem and stelem opcodes (these are part of the new spec). svn path=/trunk/mcs/; revision=16371
2003-07-18So long; it's been fun, list files.Peter Williams
svn path=/trunk/mcs/; revision=16370
2003-07-182003-07-17 Peter Williams <peter@newton.cx>Peter Williams
* build/profiles/default.make: Actually fix this. Use the platform compiler all the way. svn path=/trunk/mcs/; revision=16369
2003-07-182003-07-17 Peter Williams <peter@newton.cx>Peter Williams
* Makefile: Change the name of the test target so that it doesn't conflict with the recursive test target. svn path=/trunk/mcs/; revision=16368
2003-07-18Removed sample channel implementation files from the buildGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16364
2003-07-18Renamed file to match the class nameGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16363
2003-07-18Added a few CLSCompliant attributes neededGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16362
2003-07-182003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* HtmlContainerControl.cs: Added attributes * HtmlControl.cs: Added attributes * HtmlInputControl.cs: Fixed public signature * HtmlInputRadioButton.cs: Fixed public signature * HtmlSelect.cs: Added missing attribute * HtmlTable.cs: Added missing attribute svn path=/trunk/mcs/; revision=16359
2003-07-182003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* System.Web.dll.sources: * list: HtmlControlPersistableAttribute.cs, IgnoreUnknownContentAttribute.cs added svn path=/trunk/mcs/; revision=16358
2003-07-182003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* HtmlControlPersistableAttribute.cs: Added * IgnoreUnknownContentAttribute.cs: Added svn path=/trunk/mcs/; revision=16357
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* System.Web.UI/IUserControlDesignerAccessor.cs: added svn path=/trunk/mcs/; revision=16356
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* IUserControlDesignerAccessor.cs: Added and implemented * Control.cs: Missing member added, added all attributes * Page.cs: Added attributes, fixed signature * TemplateControl.cs: Fixed signature, added all attributes * UserControl.cs: Added all attributes, added and implemented missing interface svn path=/trunk/mcs/; revision=16355
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* SessionInProcHandler.cs: Made these internal to fix signature and building CLS-compliant svn path=/trunk/mcs/; revision=16354
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* System.Web.dll.sources: * list: AssemblyInfo.cs added, Consts.cs added svn path=/trunk/mcs/; revision=16353
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* AssemblyInfo.cs: Added * ChangeLog: Added * Consts.cs: Added svn path=/trunk/mcs/; revision=16352
2003-07-17Thu Jul 17 17:26:59 CEST 2003 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* FieldInfo.cs, MonoField.cs: cleanups. Cache some info and use finer-grained icalls. Requires a matching runtime. svn path=/trunk/mcs/; revision=16350
2003-07-17Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* icall.c, reflection.h, reflection.c, verify.c: cleanups, requires a matching corlib. svn path=/trunk/mono/; revision=16349
2003-07-17Thu Jul 17 17:28:27 CEST 2003 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* MonoType.cs: use an icall for IsPrimitiveImpl (). svn path=/trunk/mcs/; revision=16348
2003-07-17Thu Jul 17 16:02:41 CEST 2003 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* mini.c: use a faster allocator if possible. svn path=/trunk/mono/; revision=16347
2003-07-17Thu Jul 17 16:00:39 CEST 2003 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* aot.c: some cleanups and portability changes. svn path=/trunk/mono/; revision=16346
2003-07-17Thu Jul 17 15:23:17 CEST 2003 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* Guid.cs: faster ToString (). svn path=/trunk/mcs/; revision=16345
2003-07-17 * Changelog: My editor decided to add a CR to each line. Sorry about that.Lluis Sanchez
Committed again without the CRs. svn path=/trunk/mono/; revision=16344
2003-07-17 * socket-io.c: Get system_assembly using mono_image_loaded(), insteadLluis Sanchez
getting it from the "this" socket instance. Did not work if the socket is a subclass of Socket. Also fixed bug #35371. svn path=/trunk/mono/; revision=16343
2003-07-17 * ObjectReader.cs: Keep MemberInfo members in type's metadata object, so ↵Lluis Sanchez
it is not necessary to query them for every object. * ObjectWriter.cs: If the value being serialized is a value type (not boxed) then there is no need to register it in the ObjectIDGenerator, because it is not possible to have two references to the same value type object. svn path=/trunk/mcs/; revision=16342
2003-07-17 * ObjectIDGenerator.cs: Optimized access to hashtable and reduced theLluis Sanchez
number of calls to GetType(). (Patch by Paolo). Also added a NextId property that returns a new Id without registering an object. svn path=/trunk/mcs/; revision=16341
2003-07-17Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* metadata.c: fixed size for TypedByRef. * loader.c: when searching for a method, consider the vararg amrker. * unicode.c, decimal.c: constify some arrays. svn path=/trunk/mono/; revision=16340
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* CounterCreationData.cs: * EventLog.cs: * EventLogEntry.cs: * PerformanceCounter.cs: * Process.cs: * ProcessModule.cs: * ProcessStartInfo.cs: * ProcessThread.cs: Reworked attributes based on the new Consts scheme svn path=/trunk/mcs/; revision=16339
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* FileSystemWatcher.cs: Reworked attributes based on the new Consts scheme svn path=/trunk/mcs/; revision=16338
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* IComponent.cs: * MarshalByValueComponent.cs: Reworked attributes based on the new Consts scheme svn path=/trunk/mcs/; revision=16337
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* StringDictionary.cs: Reworked attributes based on the new Consts scheme svn path=/trunk/mcs/; revision=16336
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* Assembly/Consts.cs: added svn path=/trunk/mcs/; revision=16335
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* Consts.cs: Added svn path=/trunk/mcs/; revision=16334
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* corlib.dll.sources: * unix.args: AssemblyInfo.cs added svn path=/trunk/mcs/; revision=16333
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* AssemblyInfo.cs: Added * ChangeLog: Added svn path=/trunk/mcs/; revision=16332
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* Accessibility.dll.sources: * list.unix: AssemblyInfo.cs added svn path=/trunk/mcs/; revision=16331
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* System.Drawing.dll.sources: * list.unix: AssemblyInfo.cs added svn path=/trunk/mcs/; revision=16330
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* StringFormat.cs: Changes to become CLS-compliant svn path=/trunk/mcs/; revision=16329
2003-07-172003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* PrinterResolution.cs: Fixed signature, implemented, restyled, removed non-CLS compliant members svn path=/trunk/mcs/; revision=16328
2003-07-172003-07-17 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* expression.cs (LocalVariableReference.Emit, EmitAssign, AddressOf): Do not use EmitThis, that was wrong, use the actual this pointer. svn path=/trunk/mcs/; revision=16323