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
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2009-08-062009-08-06 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* *.*: Applied patch from Marcus Griep <marcus@griep.us>. Update C5 to v.1.1.0. svn path=/trunk/mcs/; revision=139524
2009-07-172009-07-17 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* add-conditional.pl Makefile: Applied patch from Marcus Griep <marcus@griep.us>. Remove workarounds for compiling this assembly in the net 1.1 profile. svn path=/trunk/mcs/; revision=138151
2006-03-072006-03-07 Martin Baulig <martin@ximian.com>Martin Baulig
* Test/hashing/HashDictionaryTests.cs: Temporarily disable some more failing tests. * Test/hashing/HashTableTests.cs: Likewise. * Test/hashing/HashBagTests.cs: Likewise. svn path=/trunk/mcs/; revision=57659
2006-03-072006-03-07 Martin Baulig <martin@ximian.com>Martin Baulig
* Test/Records.cs: Temporarily disable these tests. svn path=/trunk/mcs/; revision=57649
2006-03-06Don't define HASHINDEX, but make it compile anyways.Martin Baulig
svn path=/trunk/mcs/; revision=57611
2006-03-062006-03-06 Martin Baulig <martin@ximian.com>Martin Baulig
* C5/AssemblyInfo.cs: Add `[assembly: AssemblyDelaySign (true)]' and `[assembly: AssemblyKeyFile ("c5.pub")]'. svn path=/trunk/mcs/; revision=57609
2006-03-042006-03-04 Martin Baulig <martin@ximian.com>Martin Baulig
* C5/linkedlists/LinkedList.cs: Define `HASHINDEX'. svn path=/trunk/mcs/; revision=57574
2006-02-162006-02-16 Martin Baulig <martin@ximian.com>Martin Baulig
Importing version 1.0 of C5, http://www.itu.dk/research/c5/. * C5/trees/RedBlackTreeBag.cs: Added autogenerated file. * C5/linkedlists/HashedLinkedList.cs: Likewise. * C5/arrays/HashedArrayList.cs: Likewise. * PreProcess/: Removed; we keep the autogenerated files in SVN. svn path=/trunk/mcs/; revision=56940
2006-02-162006-02-16 Martin Baulig <martin@ximian.com>Martin Baulig
* C5/: New directory containing all the source code. svn path=/trunk/mcs/; revision=56920
2005-07-10Mark BindGenericParameters as deprecated (update from Beta2 API). Use ↵Kamil Skalski
MakeGenericType as default implementation with updated signature. Fix API usage here and there. svn path=/trunk/mcs/; revision=47147
2005-06-282005-06-27 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* Makefile: don't install on the 1.x profiles. svn path=/trunk/mcs/; revision=46595
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