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/man
AgeCommit message (Collapse)Author
2010-02-182010-02-18 Marek Habersack <mhabersack@novell.com>Marek Habersack
* scripts/mono-configuration-crypto.in: added * scripts/Makefile.am: added mono-configuration-crypto targets 2010-02-18 Marek Habersack <mhabersack@novell.com> * mono-configuration-crypto.1: added * Makefile.am (man_MANS): added mono-configuration-crypto.1 svn path=/trunk/mono/; revision=151952
2010-02-112010-02-10 Geoff Norton <gnorton@novell.com>Geoff Norton
* mono.1: Document the aot compiler options. svn path=/trunk/mono/; revision=151300
2010-02-08* lc.1: Fix typos.Ankit Jain
svn path=/trunk/mono/; revision=151004
2009-12-112009-12-11 Marek Habersack <mhabersack@novell.com>Marek Habersack
* mono-io-portability.c: moved all the reporting code to the IOMAP profiler module. (mono_portability_find_file_internal): calls mono_profiler_iomap whenever an adjustement is made. 2009-12-11 Marek Habersack <mhabersack@novell.com> * mono-profiler-iomap.c: added * Makefile.am: added IOMAP profiler 2009-12-11 Marek Habersack <mhabersack@novell.com> * method-to-ir.c (mini_redirect_call): do not redirect the InternalAllocateStr internal call if string profiling is enabled. 2009-12-11 Marek Habersack <mhabersack@novell.com> * string-icalls.c (ves_icall_System_String_InternalAllocateStr): if string profiling is enabled, call mono_profiler_string_allocation * profiler.h: added two MonoProfileFlags - MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as installation functions for the hooks below. * profiler-private.h, profiler.c: added two hooks: mono_profiler_string_allocation called whenever a string is allocated by InternalAllocateStr and mono_profiler_iomap called whenever IOMAP code performs an adjustement on a file path. 2009-12-11 Marek Habersack <mhabersack@novell.com> * mono.1: documented the IOMAP report profiler module svn path=/trunk/mono/; revision=148108
2009-11-232009-11-23 Marek Habersack <mhabersack@novell.com>Marek Habersack
* mono-io-portability.c: gather up and report misnamed files accessed by the application if the 'report' option is present in the MONO_IOMAP environment variable. 2009-11-23 Marek Habersack <mhabersack@novell.com> * mono.1: documented the 'report' option for MONO_IOMAP svn path=/trunk/mono/; revision=146740
2009-11-10remove monostyle manpageAndrew Jorgensen
svn path=/trunk/mono/; revision=145871
2009-11-10remove oldmono man pageAndrew Jorgensen
svn path=/trunk/mono/; revision=145867
2009-11-05MoreDocsMiguel de Icaza
svn path=/trunk/mono/; revision=145438
2009-11-05UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=145437
2009-11-05UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=145434
2009-10-22Add man page for lcGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=144589
2009-10-11* xbuild.1: Add info about env var XBUILD_COLORS.Ankit Jain
svn path=/trunk/mono/; revision=143906
2009-10-092009-10-09 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* mono.1: Document --debug=gdb option. svn path=/trunk/mono/; revision=143878
2009-10-03UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=143313
2009-09-24* xbuild.1: Add info about env var XBUILD_EMIT_SOLUTION.Ankit Jain
svn path=/trunk/mono/; revision=142597
2009-09-21 * man/mdoc-export-html.1: Document --with-profile, --with-version.Jonathan Pryor
svn path=/trunk/mono/; revision=142330
2009-09-14Updated the profiler documentation, removing the obsolete signal related ↵Massimiliano Mantione
options and adding the description of the new socket based command interface. svn path=/trunk/mono/; revision=141902
2009-08-30 * man/mdoc.5: Document the new <format/> element.Jonathan Pryor
svn path=/trunk/mono/; revision=140922
2009-08-21* Makefile.am (man_MANS): Add xbuild.1Ankit Jain
* xbuild.1: New. svn path=/trunk/mono/; revision=140383
2009-07-17Update docsMiguel de Icaza
svn path=/trunk/mono/; revision=138079
2009-07-09prefer MonoIOMAP directive over MONO_IOMAP, update version, fix long lineGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=137592
2009-06-122009-06-12 Jb Evain <jbevain@novell.com>Jb Evain
* mcs.1: update the /platform information. svn path=/trunk/mono/; revision=135992
2009-05-27UpMiguel de Icaza
svn path=/trunk/mono/; revision=134848
2009-05-232009-05-22 Michael Barker <mike@middlesoft.co.uk>Michael Barker
* man.1: Added documentation for MONO_MESSAGING_PROVIDER environment variable. svn path=/trunk/mono/; revision=134617
2009-05-122009-05-12 Tor Lillqvist <tml@novell.com>Tor Lillqvist
* mkbundle.1: Document MONO_BUNDLED_OPTIONS. svn path=/trunk/mono/; revision=133933
2009-04-28UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=132866
2009-04-24Add man pageMiguel de Icaza
svn path=/trunk/mono/; revision=132512
2009-04-20Fix man pageMiguel de Icaza
svn path=/trunk/mono/; revision=132205
2009-04-17Update man pagesMiguel de Icaza
svn path=/trunk/mono/; revision=132018
2009-04-10 * mdoc-update.1: Document -L, -r options.Jonathan Pryor
svn path=/trunk/mono/; revision=131449
2009-04-07 * mdoc.5: Document //code/@src attribute.Jonathan Pryor
svn path=/trunk/mono/; revision=131156
2009-04-04oopsAndrés G. Aragoneses
svn path=/trunk/mono/; revision=131020
2009-04-042009-04-03 Andrés G. Aragoneses <aaragoneses@novell.com>Andrés G. Aragoneses
* monolinker.1: Document -m modifier. svn path=/trunk/mono/; revision=131017
2009-03-31 * mdoc-update.1: Fix --out=DIRECTORY formatting. (It was causing theJonathan Pryor
remaining text to be bolded within monodoc). svn path=/trunk/mono/; revision=130679
2009-03-31 * mdoc-update.1: Add new --exceptions=added functionality.Jonathan Pryor
svn path=/trunk/mono/; revision=130604
2009-03-23Updated the profiler documentation.Massimiliano Mantione
svn path=/trunk/mono/; revision=130030
2009-03-21 * mdoc-export-html.1: Document --force-update parameter.Jonathan Pryor
svn path=/trunk/mono/; revision=129937
2009-03-14Try to improve the logging profiler documentationMiguel de Icaza
svn path=/trunk/mono/; revision=129337
2009-03-10ClarifyMiguel de Icaza
svn path=/trunk/mono/; revision=128995
2009-03-03Updated.Marek Safar
svn path=/trunk/mono/; revision=128451
2009-02-28Create .gitignore's.Martin Baulig
svn path=/trunk/mono/; revision=128265
2009-02-26typoGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=128127
2009-02-26Update docs as usualMiguel de Icaza
svn path=/trunk/mono/; revision=128124
2009-01-06 * man/mdoc-update.1: Document -fno-assembly-versions.Jonathan Pryor
svn path=/trunk/mono/; revision=122544
2008-12-31Updated profiler documentation.Massimiliano Mantione
svn path=/trunk/mono/; revision=122288
2008-12-122008-12-12 Rolf Bjarne Kvinge <RKvinge@novell.com>Rolf Bjarne Kvinge
* Makefile.am, vbnc.1: Remove vbnc.1. It's living in the mono-basic module now. svn path=/trunk/mono/; revision=121406
2008-12-05 * man/mdoc-update.1: Document new parameters such as --exceptions.Jonathan Pryor
svn path=/trunk/mono/; revision=120841
2008-11-212008-11-20 Rodrigo Kumpera <rkumpera@novell.com>Rodrigo Kumpera
* mono.1: Document env vars MONO_XDEBUG and MONO_VERBOSE_METHOD. svn path=/trunk/mono/; revision=119548
2008-11-06Update docsMiguel de Icaza
svn path=/trunk/mono/; revision=118123
2008-11-05Updated.Marek Safar
svn path=/trunk/mono/; revision=118023