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
path: root/tools
AgeCommit message (Collapse)Author
2014-03-31[corlib] Filter out any right-to-left sign characters. Fixes #18522Marek Safar
2014-03-10[corlib] Update en-au pm/am designatorsMarek Safar
2014-03-09[corlib] Add .net compatible separators for es cultureMarek Safar
2014-03-07Update CLDR to version 2.4. Fixes #17615Marek Safar
2014-01-10[corlib] Update en-GB first day of week. Fixes #17151Marek Safar
2014-01-04[corlib] Update datetime patters. Fixes #17044Marek Safar
2013-11-28[sgen] Binary protocol records worker thread vs non-worker thread events.Mark Probst
2013-11-12Update currency separators. Fixes #15425Marek Safar
2013-11-12Extract CurrencyDecimalDigits using currency and not territory info. Fixes ↵Marek Safar
#15895
2013-08-22Fixes negative symbol definition for few locales to be simple -. Fixes #14185Marek Safar
2013-07-18[sgen] Binary protocol improvements.Mark Probst
Protocol domain unloads, and allow greping for vtable.
2013-07-17Fix race conditions in finalizer/weak link staging.Mark Probst
2013-04-02[sgen] Cmdline option to print all entries in sgen-grep-binprot.Mark Probst
2013-04-02[sgen] Binary protocol entry for user-forced GCs.Mark Probst
2013-03-26Update number separators for mexican and similar locales. Fixes #8084Marek Safar
2013-03-26Populate AbbreviatedMonthNames values. Fixes #11361Marek Safar
2013-03-26Fix quoting of some date time patters. Fixes #11363Marek Safar
2013-03-18Add localized infinity symbols. Fixes #9052Marek Safar
2013-03-18Use curl instead of wgetMarek Safar
2013-02-28[sgen] Fix build of sgen-grep-binprot.Mark Probst
2013-02-28[sgen] Binary protocol entries for scanning objects and vtypes.Mark Probst
2013-02-15[sgen] Binary protocol for disappearing link updates.Mark Probst
2013-01-23[sgen] Binary protocol for cementing.Mark Probst
2013-01-11[sgen] Binary protocol entry for card scanning.Mark Probst
2012-12-09[sgen] Separate binary protocol entries for collection begin and end.Mark Probst
2012-10-15Add more info for collections/thread suspends to the sgen binary protocol.Zoltan Varga
2012-10-03Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no ↵Zoltan Varga
longer supported, see http://lists.gnu.org/archive/html/automake/2012-08/msg00087.html.
2012-06-01Fix default infinity symbol to match closely .netMarek Safar
2012-05-29Flush documentation updateMarek Safar
2012-05-15Add gitignoreMarek Safar
2012-05-15Update locale builder toolMarek Safar
2012-05-15Update locale builder toolMarek Safar
2011-08-03[runtime, globalization] Fix for Xamarin bug #161. Fix culture info data for ↵Marek Habersack
certain locale short date formats Modified locales which don't use '/' as the short date separator.
2011-04-26Make sure everything that links with eglib also links with libiconvJeffrey Stedfast
2011-01-03.gitignoreZoltan Varga
2010-08-08[sgen] Fix sgen-grep-binprot.Mark Probst
The refactoring that occurred with addition of parallel mark left sgen-grep-binprot in an uncompilable state. Fix.
2010-07-25EOL handlingRaja R Harinath
This set of .gitattributes was automatically generated from the list of files that GIT tried to normalize when I enabled automatic EOL conversion. With this set of attributes, we prevent automated EOL conversion on files that we know will cause trouble down the road.
2010-06-052010-06-05 Mark Probst <mark.probst@gmail.com>Mark Probst
* sgen-gc.c, sgen-protocol.c, sgen-protocol.h: Protocol degraded allocations and distinguish between normal, degraded and pinned allocations. 2010-06-05 Mark Probst <mark.probst@gmail.com> * tools/sgen/sgen-grep-binprot.c: Updated for degraded and pinned allocations. svn path=/trunk/mono/; revision=158528
2010-05-282010-05-28 Mark Probst <mark.probst@gmail.com>Mark Probst
* tools/sgen/sgen-grep-binprot.c (main): Use strtoul(), not strtol(), to parse addresses from the command line. svn path=/trunk/mono/; revision=158077
2010-05-072010-05-07 Marek Habersack <mhabersack@novell.com>Marek Habersack
* culture-info-tables.h: updated to include en-TT culture. Fixes bug #594035 2010-05-07 Marek Habersack <mhabersack@novell.com> * Makefile.am (lang-data, locale-data): updated URLs for the icu tarballs - they now live on go-mono.com svn path=/trunk/mono/; revision=156903
2010-04-252010-04-25 Mark Probst <mark.probst@gmail.com>Mark Probst
* sgen-marksweep.c, sgen-gc.c, sgen-major-copying.c, sgen-protocol.c, sgen-protocol.h, Makefile.am: Major Mark&Sweep collector. 2010-04-25 Mark Probst <mark.probst@gmail.com> * tools/sgen/sgen-grep-binprot.c: Support for major Mark&Sweep collector. svn path=/trunk/mono/; revision=156056
2010-03-31Added a summary of the update procedure.Paolo Molaro
svn path=/trunk/mono/; revision=154566
2010-03-232010-03-23 Geoff Norton <gnorton@novell.com>Geoff Norton
* da_DK.xml: The short format is day. month, not day month. Fixes #588165 svn path=/trunk/mono/; revision=154038
2010-03-03Added .gitignore for tools/sgen directoryRolf Bjarne Kvinge
svn path=/trunk/mono/; revision=152905
2010-03-03Add sgen to the tools buildMiguel de Icaza
svn path=/trunk/mono/; revision=152878
2010-03-03Fix buildMiguel de Icaza
svn path=/trunk/mono/; revision=152877
2010-03-02Move to a directoryMiguel de Icaza
svn path=/trunk/mono/; revision=152870
2010-03-02Move toolMiguel de Icaza
svn path=/trunk/mono/; revision=152869
2010-03-022010-03-02 Mark Probst <mark.probst@gmail.com>Mark Probst
* sgen-gc.c, sgen-protocol.c, sgen-protocol.h: New facility for writing binary log files (can be enabled by #define'ing BINARY_PROTOCOL) for better debugging of timing-dependent bugs or bugs in longer running programs. 2010-03-02 Mark Probst <mark.probst@gmail.com> * tools/sgen-grep-binprot.c: Tool for searching through the binary protocol files generated by SGen. svn path=/trunk/mono/; revision=152864
2010-02-242010-02-24 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* supp/ns_BE.xml : add number format. Fixed bug #324019. svn path=/trunk/mono/; revision=152339