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
2005-04-292005-04-29 Martin Baulig <martin@ximian.com>Martin Baulig
Reflect latest API changes. * Collections.cs (EnumerableBase): Explicitly implement System.Collections.IEnumerable.GetEnumerator(). * Makefile: Add `nowarn:169'. svn path=/trunk/mcs/; revision=43780
2004-11-262004-11-26 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile: Removed `NO_TEST = yes'. svn path=/trunk/mcs/; revision=36636
2004-11-25In .:Raja R Harinath
* Makefile (DISTFILES): Add nunit.key. In build: * platforms/linux.make (EXTERNAL_MCS,EXTERNAL_MBAS,EXTERNAL_RUNTIME): New. * platforms/win32.make: Likewise. * profiles/basic.make: Use $(EXTERNAL_MCS). * profiles/net_1_1_bootstrap.make: Likewise. * library.make ($(the_lib)): Add support for BUILT_SOURCES. (run-test-lib): Pass $(TEST_HARNESS_FLAGS) to harness. Useful to pass, say /labels, to nunit-console. In class: * Makefile (DISTFILES): Add public and private keys. (lib/basic.tar.gz): New. (dist-local): Distribute it. (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms. * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and Assembly/AssemblyInfo.cs. * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub. In class/System.Web: * Makefile (RESOURCE_FILES): New. List set of resources. (EXTRA_DISTFILES): New. Distribute them. In class/ICSharpCode.SharpZipLib: * Makefile (EXTRA_DISTFILES): Add SharpZipLib.pub. In class/System.Data: * Makefile (BUILT_SOURCES): New. Build Mono.Data.SqlExpressions/Parser.cs. (EXTRA_DISTFILES): Add Mono.Data.SqlExpressions/Parser.jay. * System.Data.dll.sources: Don't mention Mono.Data.SqlExpressions/Parser.cs. In class/Microsoft.Web.Services: * Makefile (dist-local): Use cp -p. In class/Npgsql: * Makefile (EXTRA_DISTFILES): Add Npgsql.dll.resources. In class/Mono.C5: * Makefile (EXTRA_DISTFILES): Distribute LICENCE.txt and keys. In class/Mono.Security.Win32: * Makefile (NO_TEST): Define when not in W32. In class/Microsoft.VisualBasic: * Makefile (EXTRA_DISTFILES): Fix typo. svn path=/trunk/mcs/; revision=36550
2004-11-192004-11-19 Martin Baulig <martin@ximian.com>Martin Baulig
* Wrappers.cs: Removed all the FIXME's. GMCS can now compile the original, unmodified code :-) svn path=/trunk/mcs/; revision=36319
2004-11-122004-11-12 Martin Baulig <martin@ximian.com>Martin Baulig
* Wrappers.cs: Added workaround for #69082. svn path=/trunk/mcs/; revision=36069
2004-11-122004-11-12 Martin Baulig <martin@ximian.com>Martin Baulig
* linkedlists/LinkedList.cs: Added workaround for bug #57747. svn path=/trunk/mcs/; revision=36067
2004-08-162004-08-16 Martin Baulig <martin@ximian.com>Martin Baulig
Importing version 0.5 of C5, http://www.itu.dk/research/c5/. svn path=/trunk/mcs/; revision=32383